diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 759dd92fe..3e14145e6 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@0.11.0...@chain-registry/assets@0.12.0) (2022-09-19) + +**Note:** Version bump only for package @chain-registry/assets + + + + + # [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@0.10.0...@chain-registry/assets@0.11.0) (2022-09-16) **Note:** Version bump only for package @chain-registry/assets diff --git a/packages/assets/package.json b/packages/assets/package.json index 5f3b14ace..4ce1aaa1a 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/assets", - "version": "0.11.0", + "version": "0.12.0", "description": "Chain Registry Asset Lists", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -49,14 +49,14 @@ "@babel/plugin-transform-runtime": "7.19.1", "@babel/preset-env": "7.19.1", "@babel/preset-typescript": "^7.17.12", - "@chain-registry/utils": "^0.9.0", + "@chain-registry/utils": "^0.10.0", "@types/jest": "^29.0.2", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "29.0.3", "babel-watch": "^7.0.0", - "chain-registry": "^0.12.0", + "chain-registry": "^0.13.0", "cross-env": "^7.0.2", "eslint": "8.23.1", "eslint-config-prettier": "^8.5.0", @@ -72,6 +72,6 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chain-registry/types": "^0.9.0" + "@chain-registry/types": "^0.10.0" } } diff --git a/packages/chain-registry/CHANGELOG.md b/packages/chain-registry/CHANGELOG.md index e6971f5b2..c10edeb94 100644 --- a/packages/chain-registry/CHANGELOG.md +++ b/packages/chain-registry/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.13.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.12.0...chain-registry@0.13.0) (2022-09-19) + +**Note:** Version bump only for package chain-registry + + + + + # [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.11.0...chain-registry@0.12.0) (2022-09-16) **Note:** Version bump only for package chain-registry diff --git a/packages/chain-registry/chain-registry b/packages/chain-registry/chain-registry index 2512c9d33..c1c1d2938 160000 --- a/packages/chain-registry/chain-registry +++ b/packages/chain-registry/chain-registry @@ -1 +1 @@ -Subproject commit 2512c9d3354359598c5a23b4af00dcd0d64c34fc +Subproject commit c1c1d29386b79c0d161b21234d23b8b9bf9c6cd8 diff --git a/packages/chain-registry/package.json b/packages/chain-registry/package.json index ec1453676..2d8469f39 100644 --- a/packages/chain-registry/package.json +++ b/packages/chain-registry/package.json @@ -1,6 +1,6 @@ { "name": "chain-registry", - "version": "0.12.0", + "version": "0.13.0", "description": "Cosmos chain registry ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme", @@ -48,7 +48,7 @@ "@babel/plugin-transform-runtime": "7.19.1", "@babel/preset-env": "7.19.1", "@babel/preset-typescript": "^7.17.12", - "@chain-registry/utils": "^0.9.0", + "@chain-registry/utils": "^0.10.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "cross-env": "^7.0.2", @@ -68,6 +68,6 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chain-registry/types": "^0.9.0" + "@chain-registry/types": "^0.10.0" } } diff --git a/packages/chain-registry/src/chains.ts b/packages/chain-registry/src/chains.ts index 06ad38867..13b936ecb 100644 --- a/packages/chain-registry/src/chains.ts +++ b/packages/chain-registry/src/chains.ts @@ -5,6 +5,7 @@ const chains: Chain[] = [ chain_name: 'agoric', status: 'live', network_type: 'mainnet', + website: 'https://agoric.com/', pretty_name: 'Agoric', chain_id: 'agoric-3', bech32_prefix: 'agoric', @@ -96,6 +97,7 @@ const chains: Chain[] = [ chain_name: 'aioz', status: 'live', network_type: 'mainnet', + website: 'https://aioz.network/', pretty_name: 'AIOZ Network', chain_id: 'aioz_168-1', bech32_prefix: 'aioz', @@ -204,6 +206,7 @@ const chains: Chain[] = [ chain_name: 'akash', status: 'live', network_type: 'mainnet', + website: 'https://akash.network/', pretty_name: 'Akash', chain_id: 'akashnet-2', bech32_prefix: 'akash', @@ -448,6 +451,7 @@ const chains: Chain[] = [ chain_name: 'arkh', status: 'live', network_type: 'mainnet', + website: 'https://arkh.com/', pretty_name: 'Arkhadian', chain_id: 'arkh', bech32_prefix: 'arkh', @@ -513,6 +517,7 @@ const chains: Chain[] = [ chain_name: 'assetmantle', status: 'live', network_type: 'mainnet', + website: 'https://assetmantle.one/', pretty_name: 'AssetMantle', chain_id: 'mantle-1', bech32_prefix: 'mantle', @@ -924,6 +929,7 @@ const chains: Chain[] = [ pretty_name: 'Axelar', status: 'live', network_type: 'mainnet', + website: 'https://axelar.network/', bech32_prefix: 'axelar', genesis: { genesis_url: @@ -1062,6 +1068,7 @@ const chains: Chain[] = [ chain_name: 'bandchain', status: 'live', network_type: 'mainnet', + website: 'hhttps://bandprotocol.com/', pretty_name: 'Band Protocol', chain_id: 'laozi-mainnet', daemon_name: 'bandd', @@ -1276,6 +1283,7 @@ const chains: Chain[] = [ chain_name: 'bitcanna', status: 'live', network_type: 'mainnet', + website: 'https://www.bitcanna.io/', pretty_name: 'BitCanna', chain_id: 'bitcanna-1', bech32_prefix: 'bcna', @@ -1297,11 +1305,11 @@ const chains: Chain[] = [ }, codebase: { git_repo: 'https://github.com/BitCannaGlobal/bcna', - recommended_version: 'v1.3.1', - compatible_versions: ['v1.3.1'], + recommended_version: 'v1.4.2', + compatible_versions: ['v1.4.0', 'v1.4.1', 'v1.4.2'], binaries: { 'linux/amd64': - 'https://github.com/BitCannaGlobal/bcna/releases/download/v.1.3.1/bcnad' + 'https://github.com/BitCannaGlobal/bcna/releases/download/v1.4.2/bcnad' } }, peers: { @@ -1472,6 +1480,7 @@ const chains: Chain[] = [ chain_name: 'bitsong', status: 'live', network_type: 'mainnet', + website: 'https://bitsong.io/', pretty_name: 'BitSong', chain_id: 'bitsong-2b', bech32_prefix: 'bitsong', @@ -2027,6 +2036,7 @@ const chains: Chain[] = [ chain_name: 'cerberus', status: 'live', network_type: 'mainnet', + website: 'https://cerberus.zone/', pretty_name: 'Cerberus', chain_id: 'cerberus-chain-1', bech32_prefix: 'cerberus', @@ -2199,6 +2209,7 @@ const chains: Chain[] = [ chain_name: 'cheqd', status: 'live', network_type: 'mainnet', + website: 'https://www.cheqd.io/', pretty_name: 'cheqd', chain_id: 'cheqd-mainnet-1', bech32_prefix: 'cheqd', @@ -2341,6 +2352,7 @@ const chains: Chain[] = [ chain_name: 'chihuahua', status: 'live', network_type: 'mainnet', + website: 'https://chihuahua.wtf/', pretty_name: 'Chihuahua', chain_id: 'chihuahua-1', bech32_prefix: 'chihuahua', @@ -2608,6 +2620,7 @@ const chains: Chain[] = [ chain_name: 'comdex', status: 'live', network_type: 'mainnet', + website: 'https://comdex.one/', pretty_name: 'Comdex', chain_id: 'comdex-1', bech32_prefix: 'comdex', @@ -2876,6 +2889,7 @@ const chains: Chain[] = [ $schema: '../chain.schema.json', chain_name: 'cosmoshub', chain_id: 'cosmoshub-4', + website: 'https://cosmos.network/', pretty_name: 'Cosmos Hub', status: 'live', network_type: 'mainnet', @@ -3935,6 +3949,7 @@ const chains: Chain[] = [ chain_name: 'desmos', status: 'live', network_type: 'mainnet', + website: 'https://desmos.network/', pretty_name: 'Desmos', chain_id: 'desmos-mainnet', bech32_prefix: 'desmos', @@ -4047,6 +4062,7 @@ const chains: Chain[] = [ chain_name: 'dig', status: 'live', network_type: 'mainnet', + website: 'https://digchain.org/', pretty_name: 'Dig Chain', chain_id: 'dig-1', bech32_prefix: 'dig', @@ -4618,6 +4634,7 @@ const chains: Chain[] = [ chain_name: 'evmos', status: 'live', network_type: 'mainnet', + website: 'https://evmos.org/', pretty_name: 'Evmos', chain_id: 'evmos_9001-2', bech32_prefix: 'evmos', @@ -4719,6 +4736,11 @@ const chains: Chain[] = [ id: 'a7779498a15dfd5adc678f0f6672935413413f42', address: 'alice.peers.evmos.bh.rocks:26656', provider: 'BlockHunters' + }, + { + id: 'd4a5fcc56f369665c232788c22844dc3a018fe08', + address: 'peer.evmos.silknodes.io:26602', + provider: 'Silk Nodes' } ] }, @@ -4775,6 +4797,10 @@ const chains: Chain[] = [ { address: 'https://evmos-rpc.polkachu.com', provider: 'Polkachu' + }, + { + address: 'https://rpc.evmos.silknodes.io/', + provider: 'Silk Nodes' } ], rest: [ @@ -4825,6 +4851,10 @@ const chains: Chain[] = [ { address: 'https://evmos-api.polkachu.com', provider: 'Polkachu' + }, + { + address: 'https://api.evmos.silknodes.io/', + provider: 'Silk Nodes' } ], grpc: [ @@ -4859,6 +4889,10 @@ const chains: Chain[] = [ { address: 'evmos-grpc.polkachu.com:13490', provider: 'Polkachu' + }, + { + address: 'https://grpc.evmos.silknodes.io/', + provider: 'Silk Nodes' } ], 'evm-http-jsonrpc': [ @@ -5066,6 +5100,7 @@ const chains: Chain[] = [ chain_name: 'firmachain', status: 'live', network_type: 'mainnet', + website: 'https://firmachain.org/', pretty_name: 'FirmaChain', chain_id: 'colosseum-1', bech32_prefix: 'firma', @@ -5149,6 +5184,7 @@ const chains: Chain[] = [ chain_name: 'galaxy', status: 'live', network_type: 'mainnet', + website: 'https://galaxychain.zone/', pretty_name: 'Galaxy', chain_id: 'galaxy-1', bech32_prefix: 'galaxy', @@ -5396,6 +5432,7 @@ const chains: Chain[] = [ chain_name: 'gravitybridge', status: 'live', network_type: 'mainnet', + website: 'https://www.gravitybridge.net/', pretty_name: 'Gravity Bridge', chain_id: 'gravity-bridge-3', bech32_prefix: 'gravity', @@ -5566,6 +5603,7 @@ const chains: Chain[] = [ chain_name: 'idep', status: 'live', network_type: 'mainnet', + website: 'https://www.idep.network/', pretty_name: 'IDEP', chain_id: 'Antora', bech32_prefix: 'idep', @@ -5665,6 +5703,7 @@ const chains: Chain[] = [ chain_name: 'impacthub', status: 'live', network_type: 'mainnet', + website: 'https://www.ixo.world/', pretty_name: 'Impact Hub', chain_id: 'impacthub-3', bech32_prefix: 'ixo', @@ -5794,6 +5833,7 @@ const chains: Chain[] = [ chain_name: 'injective', status: 'live', network_type: 'mainnet', + website: 'https://injectiveprotocol.com/', pretty_name: 'Injective', chain_id: 'injective-1', bech32_prefix: 'inj', @@ -6082,6 +6122,7 @@ const chains: Chain[] = [ chain_name: 'juno', status: 'live', network_type: 'mainnet', + website: 'https://junochain.com/', pretty_name: 'Juno', chain_id: 'juno-1', bech32_prefix: 'juno', @@ -6294,6 +6335,7 @@ const chains: Chain[] = [ chain_name: 'kava', status: 'live', network_type: 'mainnet', + website: 'https://www.kava.io/', pretty_name: 'Kava', chain_id: 'kava_2222-10', bech32_prefix: 'kava', @@ -6444,6 +6486,7 @@ const chains: Chain[] = [ chain_name: 'kichain', status: 'live', network_type: 'mainnet', + website: 'https://foundation.ki/', pretty_name: 'Ki', chain_id: 'kichain-2', bech32_prefix: 'ki', @@ -6588,6 +6631,7 @@ const chains: Chain[] = [ chain_name: 'konstellation', status: 'live', network_type: 'mainnet', + website: 'https://konstellation.tech/', pretty_name: 'Konstellation', chain_id: 'darchub', bech32_prefix: 'darc', @@ -6747,6 +6791,7 @@ const chains: Chain[] = [ pretty_name: 'Kujira', status: 'live', network_type: 'mainnet', + website: 'https://kujira.app/', bech32_prefix: 'kujira', genesis: { genesis_url: @@ -6798,6 +6843,10 @@ const chains: Chain[] = [ { address: 'https://kujira-rpc.wildsage.io', provider: 'WildSage Labs' + }, + { + address: 'https://rpc-kujira.nodeist.net', + provider: 'Nodeist' } ], grpc: [ @@ -6812,6 +6861,10 @@ const chains: Chain[] = [ { address: 'kujira-grpc.polkachu.com:11890', provider: 'Polkachu' + }, + { + address: 'https://grpc-kujira.nodeist.net', + provider: 'Nodeist' } ], rest: [ @@ -6842,6 +6895,10 @@ const chains: Chain[] = [ { address: 'https://kujira-lcd.wildsage.io/', provider: 'WildSage Labs' + }, + { + address: 'https://api-kujira.nodeist.net', + provider: 'Nodeist' } ] }, @@ -7178,6 +7235,7 @@ const chains: Chain[] = [ chain_name: 'lumnetwork', status: 'live', network_type: 'mainnet', + website: 'https://lum.network/', pretty_name: 'Lum Network', chain_id: 'lum-network-1', bech32_prefix: 'lum', @@ -7527,6 +7585,7 @@ const chains: Chain[] = [ status: 'live', network_type: 'mainnet', pretty_name: 'Nomic', + website: 'https://nomic.io/', chain_id: 'nomic-stakenet-3', bech32_prefix: 'nomic', daemon_name: 'nomic', @@ -7654,6 +7713,7 @@ const chains: Chain[] = [ chain_name: 'odin', status: 'live', network_type: 'mainnet', + website: 'https://odinprotocol.io/', pretty_name: 'Odin Protocol', chain_id: 'odin-mainnet-freya', bech32_prefix: 'odin', @@ -7845,6 +7905,7 @@ const chains: Chain[] = [ chain_name: 'omniflixhub', status: 'live', network_type: 'mainnet', + website: 'https://omniflix.co/home', pretty_name: 'OmniFlix', chain_id: 'omniflixhub-1', daemon_name: 'omniflixhubd', @@ -7958,6 +8019,7 @@ const chains: Chain[] = [ chain_name: 'oraichain', status: 'live', network_type: 'mainnet', + website: 'https://orai.io/', pretty_name: 'Oraichain', chain_id: 'Oraichain', bech32_prefix: 'orai', @@ -8101,6 +8163,7 @@ const chains: Chain[] = [ chain_name: 'osmosis', status: 'live', network_type: 'mainnet', + website: 'https://osmosis.zone/', update_link: 'https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json', pretty_name: 'Osmosis', @@ -8134,17 +8197,17 @@ const chains: Chain[] = [ }, codebase: { git_repo: 'https://github.com/osmosis-labs/osmosis', - recommended_version: 'v11.0.0', - compatible_versions: ['v11.0.0'], + recommended_version: '11.0.0', + compatible_versions: ['11.0.0'], binaries: { 'linux/amd64': - 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64', + 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64?checksum=sha256:d01423cf847b7f95a94ade8811bbf6dd9ec5938d46af0a14bc62caaaa7b7143e', 'linux/arm64': - 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64' + 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64?checksum=sha256:375699e90e5b76fd3d7e7a9ab631b40badd97140136f361e6b3f06be3fbd863d' }, cosmos_sdk_version: '0.45', tendermint_version: '0.34', - cosmwasm_version: '0.24', + cosmwasm_version: '0.27', cosmwasm_enabled: true, genesis: { name: 'v3.1.0', @@ -8483,6 +8546,7 @@ const chains: Chain[] = [ chain_name: 'panacea', status: 'live', network_type: 'mainnet', + website: 'https://medibloc.com/en/', pretty_name: 'Medibloc', chain_id: 'panacea-3', bech32_prefix: 'panacea', @@ -8571,6 +8635,7 @@ const chains: Chain[] = [ pretty_name: 'Passage', status: 'live', network_type: 'mainnet', + website: 'https://passage3d.com/', bech32_prefix: 'pasg', genesis: { genesis_url: @@ -8761,6 +8826,7 @@ const chains: Chain[] = [ pretty_name: 'Persistence', status: 'live', network_type: 'mainnet', + website: 'https://persistence.one/', bech32_prefix: 'persistence', genesis: { genesis_url: @@ -8920,6 +8986,7 @@ const chains: Chain[] = [ chain_name: 'provenance', status: 'live', network_type: 'mainnet', + website: 'https://provenance.io/', pretty_name: 'Provenance', chain_id: 'pio-mainnet-1', bech32_prefix: 'pb', @@ -9041,6 +9108,7 @@ const chains: Chain[] = [ chain_name: 'regen', status: 'live', network_type: 'mainnet', + website: 'https://www.regen.network/', pretty_name: 'Regen', chain_id: 'regen-1', bech32_prefix: 'regen', @@ -9195,6 +9263,7 @@ const chains: Chain[] = [ chain_name: 'rizon', status: 'live', network_type: 'mainnet', + website: 'https://rizon.world/', pretty_name: 'Rizon', chain_id: 'titan-1', bech32_prefix: 'rizon', @@ -9297,6 +9366,7 @@ const chains: Chain[] = [ chain_name: 'secretnetwork', status: 'live', network_type: 'mainnet', + website: 'https://scrt.network/', pretty_name: 'Secret Network', chain_id: 'secret-4', bech32_prefix: 'secret', @@ -9444,6 +9514,7 @@ const chains: Chain[] = [ chain_name: 'sentinel', status: 'live', network_type: 'mainnet', + website: 'https://sentinel.co/', pretty_name: 'Sentinel', chain_id: 'sentinelhub-2', bech32_prefix: 'sent', @@ -9606,6 +9677,7 @@ const chains: Chain[] = [ chain_name: 'shentu', status: 'live', network_type: 'mainnet', + website: 'https://www.shentu.technology/', pretty_name: 'Shentu', chain_id: 'shentu-2.2', bech32_prefix: 'certik', @@ -9732,6 +9804,7 @@ const chains: Chain[] = [ chain_name: 'sifchain', status: 'live', network_type: 'mainnet', + website: 'https://sifchain.finance/', pretty_name: 'Sifchain', chain_id: 'sifchain-1', bech32_prefix: 'sif', @@ -9882,6 +9955,7 @@ const chains: Chain[] = [ chain_name: 'sommelier', status: 'live', network_type: 'mainnet', + website: 'https://sommelier.finance/', pretty_name: 'Sommelier', chain_id: 'sommelier-3', bech32_prefix: 'somm', @@ -10027,6 +10101,7 @@ const chains: Chain[] = [ chain_name: 'stargaze', status: 'live', network_type: 'mainnet', + website: 'https://stargaze.zone/', pretty_name: 'Stargaze', chain_id: 'stargaze-1', bech32_prefix: 'stars', @@ -10264,6 +10339,7 @@ const chains: Chain[] = [ chain_name: 'starname', status: 'live', network_type: 'mainnet', + website: 'https://www.starname.me/', pretty_name: 'Starname', chain_id: 'iov-mainnet-ibc', bech32_prefix: 'star', @@ -10368,6 +10444,7 @@ const chains: Chain[] = [ chain_name: 'stride', status: 'live', network_type: 'mainnet', + website: 'https://stride.zone/', pretty_name: 'Stride', chain_id: 'stride-1', bech32_prefix: 'stride', @@ -10651,6 +10728,7 @@ const chains: Chain[] = [ chain_name: 'terra2', status: 'live', network_type: 'mainnet', + website: 'https://www.terra.money/', pretty_name: 'Terra 2.0', chain_id: 'phoenix-1', daemon_name: 'terrad', @@ -11929,6 +12007,7 @@ const chains: Chain[] = [ chain_name: 'tgrade', status: 'live', network_type: 'mainnet', + website: 'https://tgrade.finance/', pretty_name: 'Tgrade', chain_id: 'tgrade-mainnet-1', bech32_prefix: 'tgrade', @@ -12027,6 +12106,7 @@ const chains: Chain[] = [ chain_name: 'thorchain', status: 'live', network_type: 'mainnet', + website: 'https://thorchain.org/', pretty_name: 'THORChain', chain_id: 'thorchain-mainnet-v1', bech32_prefix: 'thor', @@ -12259,6 +12339,7 @@ const chains: Chain[] = [ chain_name: 'umee', status: 'live', network_type: 'mainnet', + website: 'https://www.umee.cc/', pretty_name: 'Umee', chain_id: 'umee-1', bech32_prefix: 'umee', @@ -12452,6 +12533,7 @@ const chains: Chain[] = [ chain_name: 'vidulum', status: 'live', network_type: 'mainnet', + website: 'https://vidulum.app/', pretty_name: 'Vidulum', chain_id: 'vidulum-1', bech32_prefix: 'vdl', diff --git a/packages/chain-registry/types/index.d.ts b/packages/chain-registry/types/index.d.ts index cc9a68040..99d6d80b9 100644 --- a/packages/chain-registry/types/index.d.ts +++ b/packages/chain-registry/types/index.d.ts @@ -2,9 +2,9 @@ import assets from './assets'; import chains from './chains'; import ibc from './ibc'; declare const _default: { - assets: import('@chain-registry/types').AssetList[]; - chains: import('@chain-registry/types').Chain[]; - ibc: import('@chain-registry/types').IBCInfo[]; + assets: import("@chain-registry/types").AssetList[]; + chains: import("@chain-registry/types").Chain[]; + ibc: import("@chain-registry/types").IBCInfo[]; }; export default _default; export { assets, chains, ibc }; diff --git a/packages/juno/CHANGELOG.md b/packages/juno/CHANGELOG.md index 76498857b..5860ef7d4 100644 --- a/packages/juno/CHANGELOG.md +++ b/packages/juno/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.11.0...@chain-registry/juno@0.12.0) (2022-09-19) + +**Note:** Version bump only for package @chain-registry/juno + + + + + # [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.10.0...@chain-registry/juno@0.11.0) (2022-09-16) **Note:** Version bump only for package @chain-registry/juno diff --git a/packages/juno/package.json b/packages/juno/package.json index 3e1ff66cd..294aab7df 100644 --- a/packages/juno/package.json +++ b/packages/juno/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/juno", - "version": "0.11.0", + "version": "0.12.0", "description": "Chain Registry info for Juno", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -50,14 +50,14 @@ "@babel/plugin-transform-runtime": "7.19.1", "@babel/preset-env": "7.19.1", "@babel/preset-typescript": "^7.17.12", - "@chain-registry/utils": "^0.9.0", + "@chain-registry/utils": "^0.10.0", "@types/jest": "^29.0.2", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "29.0.3", "babel-watch": "^7.0.0", - "chain-registry": "^0.12.0", + "chain-registry": "^0.13.0", "cross-env": "^7.0.2", "eslint": "8.23.1", "eslint-config-prettier": "^8.5.0", @@ -73,6 +73,6 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chain-registry/types": "^0.9.0" + "@chain-registry/types": "^0.10.0" } } diff --git a/packages/juno/types/index.d.ts b/packages/juno/types/index.d.ts index 988a69917..13c3fc094 100644 --- a/packages/juno/types/index.d.ts +++ b/packages/juno/types/index.d.ts @@ -4,11 +4,11 @@ import chain from './chain'; import testnet from './testnet'; import testnet_assets from './testnet_assets'; declare const _default: { - chain: import('@chain-registry/types').Chain; - assets: import('@chain-registry/types').AssetList; - asset_list: import('@chain-registry/types').AssetList; - testnet: import('@chain-registry/types').Chain; - testnet_assets: import('@chain-registry/types').AssetList; + chain: import("@chain-registry/types").Chain; + assets: import("@chain-registry/types").AssetList; + asset_list: import("@chain-registry/types").AssetList; + testnet: import("@chain-registry/types").Chain; + testnet_assets: import("@chain-registry/types").AssetList; }; export default _default; export { asset_list, assets, chain, testnet, testnet_assets }; diff --git a/packages/keplr/CHANGELOG.md b/packages/keplr/CHANGELOG.md index ff3f81cb3..3f0396d87 100644 --- a/packages/keplr/CHANGELOG.md +++ b/packages/keplr/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.10.0...@chain-registry/keplr@0.11.0) (2022-09-19) + +**Note:** Version bump only for package @chain-registry/keplr + + + + + # [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.9.0...@chain-registry/keplr@0.10.0) (2022-09-16) **Note:** Version bump only for package @chain-registry/keplr diff --git a/packages/keplr/package.json b/packages/keplr/package.json index fbc9b369f..0020c8bb5 100644 --- a/packages/keplr/package.json +++ b/packages/keplr/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/keplr", - "version": "0.10.0", + "version": "0.11.0", "description": "Chain Registry to Keplr", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -57,7 +57,7 @@ "babel-core": "7.0.0-bridge.0", "babel-jest": "29.0.3", "babel-watch": "^7.0.0", - "chain-registry": "^0.12.0", + "chain-registry": "^0.13.0", "cross-env": "^7.0.2", "eslint": "8.23.1", "eslint-config-prettier": "^8.5.0", @@ -73,7 +73,7 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chain-registry/types": "^0.9.0", + "@chain-registry/types": "^0.10.0", "@keplr-wallet/cosmos": "^0.10.24", "@keplr-wallet/crypto": "^0.10.24", "semver": "^7.3.7" diff --git a/packages/osmosis/CHANGELOG.md b/packages/osmosis/CHANGELOG.md index effc346ff..7ddfea8ad 100644 --- a/packages/osmosis/CHANGELOG.md +++ b/packages/osmosis/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@0.11.0...@chain-registry/osmosis@0.12.0) (2022-09-19) + +**Note:** Version bump only for package @chain-registry/osmosis + + + + + # [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@0.10.0...@chain-registry/osmosis@0.11.0) (2022-09-16) **Note:** Version bump only for package @chain-registry/osmosis diff --git a/packages/osmosis/package.json b/packages/osmosis/package.json index b5fe6b1c8..d8d03af7e 100644 --- a/packages/osmosis/package.json +++ b/packages/osmosis/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/osmosis", - "version": "0.11.0", + "version": "0.12.0", "description": "Chain Registry info for Osmosis", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -50,14 +50,14 @@ "@babel/plugin-transform-runtime": "7.19.1", "@babel/preset-env": "7.19.1", "@babel/preset-typescript": "^7.17.12", - "@chain-registry/utils": "^0.9.0", + "@chain-registry/utils": "^0.10.0", "@types/jest": "^29.0.2", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", "babel-core": "7.0.0-bridge.0", "babel-jest": "29.0.3", "babel-watch": "^7.0.0", - "chain-registry": "^0.12.0", + "chain-registry": "^0.13.0", "cross-env": "^7.0.2", "eslint": "8.23.1", "eslint-config-prettier": "^8.5.0", @@ -73,6 +73,6 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chain-registry/types": "^0.9.0" + "@chain-registry/types": "^0.10.0" } } diff --git a/packages/osmosis/types/index.d.ts b/packages/osmosis/types/index.d.ts index 988a69917..13c3fc094 100644 --- a/packages/osmosis/types/index.d.ts +++ b/packages/osmosis/types/index.d.ts @@ -4,11 +4,11 @@ import chain from './chain'; import testnet from './testnet'; import testnet_assets from './testnet_assets'; declare const _default: { - chain: import('@chain-registry/types').Chain; - assets: import('@chain-registry/types').AssetList; - asset_list: import('@chain-registry/types').AssetList; - testnet: import('@chain-registry/types').Chain; - testnet_assets: import('@chain-registry/types').AssetList; + chain: import("@chain-registry/types").Chain; + assets: import("@chain-registry/types").AssetList; + asset_list: import("@chain-registry/types").AssetList; + testnet: import("@chain-registry/types").Chain; + testnet_assets: import("@chain-registry/types").AssetList; }; export default _default; export { asset_list, assets, chain, testnet, testnet_assets }; diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7f686c411..7140cb6aa 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.9.0...@chain-registry/types@0.10.0) (2022-09-19) + +**Note:** Version bump only for package @chain-registry/types + + + + + # [0.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.8.0...@chain-registry/types@0.9.0) (2022-09-16) **Note:** Version bump only for package @chain-registry/types diff --git a/packages/types/package.json b/packages/types/package.json index 5c1297432..0dacee71d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/types", - "version": "0.9.0", + "version": "0.10.0", "description": "Chain Registry types", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index b38fbed7a..d34ac9b24 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -1,3 +1,4 @@ export * from './assets'; export * from './chains'; export * from './ibc'; +export * from './registry'; diff --git a/packages/types/src/registry.ts b/packages/types/src/registry.ts new file mode 100644 index 000000000..4188eeab5 --- /dev/null +++ b/packages/types/src/registry.ts @@ -0,0 +1,9 @@ +import { AssetList } from './assets'; +import { Chain } from './chains'; +import { IBCInfo } from './ibc'; + +export class ChainRegistry { + assetLists: AssetList[]; + chains: Chain[]; + ibcData: IBCInfo[]; +} diff --git a/packages/types/types/index.d.ts b/packages/types/types/index.d.ts index b38fbed7a..d34ac9b24 100644 --- a/packages/types/types/index.d.ts +++ b/packages/types/types/index.d.ts @@ -1,3 +1,4 @@ export * from './assets'; export * from './chains'; export * from './ibc'; +export * from './registry'; diff --git a/packages/types/types/registry.d.ts b/packages/types/types/registry.d.ts new file mode 100644 index 000000000..6d27d0aa8 --- /dev/null +++ b/packages/types/types/registry.d.ts @@ -0,0 +1,8 @@ +import { AssetList } from './assets'; +import { Chain } from './chains'; +import { IBCInfo } from './ibc'; +export declare class ChainRegistry { + assetLists: AssetList[]; + chains: Chain[]; + ibcData: IBCInfo[]; +} diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 62a0df3a7..3d7d878b4 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.9.0...@chain-registry/utils@0.10.0) (2022-09-19) + +**Note:** Version bump only for package @chain-registry/utils + + + + + # [0.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.8.0...@chain-registry/utils@0.9.0) (2022-09-16) **Note:** Version bump only for package @chain-registry/utils diff --git a/packages/utils/README.md b/packages/utils/README.md index 4bfb51134..c148b6ed5 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -18,9 +18,9 @@ Utility functions for the chain-registry ## Usage ```js -import { ChainRegistry, ChainRegistryOptions } from '@chain-registry/utils'; +import { ChainRegistryFetcher, ChainRegistryFetcherOptions } from '@chain-registry/utils'; -const options: ChainRegistryOptions = { +const options: ChainRegistryFetcherOptions = { urls: [ 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/chain.json', 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/assetlist.json', @@ -71,7 +71,7 @@ You can get generated `AssetList[]` objects directly from the `ChainRegistry` vi ```js // you can also get generated assets from ChainInfo object const chainInfo: Chain = registry.getChainInfo('osmosis'); -const generatedAssets: AssetList[] = chainInfo.assetLists(); +const generatedAssets: AssetList[] = chainInfo.assetLists; ``` ## Chain info @@ -88,13 +88,13 @@ or get the `ChainInfo` object: const chainInfo: ChainInfo = registry.getChainInfo('osmosis'); // AssetList[] of the generated assets -const assetes: AssetList[] = chainInfo.assetLists(); +const assetes: AssetList[] = chainInfo.assetLists; // Chain -const chain: Chain = chainInfo.chain(); +const chain: Chain = chainInfo.chain; // AssetList[] of the native assets -const assetes: AssetList[] = chainInfo.nativeAssetLists(); +const assetes: AssetList[] = chainInfo.nativeAssetLists; ``` ## Credits diff --git a/packages/utils/__tests__/__snapshots__/cw20-assets.test.js.snap b/packages/utils/__tests__/__snapshots__/cw20-assets.test.js.snap index 86ab16f8f..26c39d2f6 100644 --- a/packages/utils/__tests__/__snapshots__/cw20-assets.test.js.snap +++ b/packages/utils/__tests__/__snapshots__/cw20-assets.test.js.snap @@ -1,224 +1,224 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`getCw20Assets 1`] = ` -Array [ - Object { - "assets": Array [ - Object { +[ + { + "assets": [ + { "address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr", "base": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", "coingecko_id": "neta", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr", ], "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", "exponent": 0, }, - Object { + { "denom": "neta", "exponent": 6, }, ], "description": "The native token cw20 for Neta on Juno Chain", "display": "neta", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl", "base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6", "coingecko_id": "marble", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl", ], "denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6", "exponent": 0, }, - Object { + { "denom": "marble", "exponent": 3, }, ], "description": "The native token cw20 for Marble DAO on Juno Chain", "display": "marble", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z", "base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B", "coingecko_id": "hope-galaxy", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z", ], "denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B", "exponent": 0, }, - Object { + { "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", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa", "base": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788", "coingecko_id": "racoon", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa", ], "denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788", "exponent": 0, }, - Object { + { "denom": "rac", "exponent": 6, }, ], "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem", "display": "rac", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq", "base": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq", ], "denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3", "exponent": 0, }, - Object { + { "denom": "block", "exponent": 6, }, ], "description": "The native token of Marble DEX on Juno Chain", "display": "block", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49", "base": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49", ], "denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB", @@ -227,391 +227,391 @@ Array [ ], "description": "The DAO token to build consensus among Hong Kong People", "display": "dhk", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g", "base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC", "coingecko_id": "junoswap-raw-dao", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g", ], "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC", "exponent": 0, }, - Object { + { "denom": "raw", "exponent": 6, }, ], "description": "Token governance for Junoswap", "display": "raw", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png", }, "name": "JunoSwap", "symbol": "RAW", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w", "base": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w", ], "denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7", "exponent": 0, }, - Object { + { "denom": "asvt", "exponent": 6, }, ], "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!", "display": "asvt", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png", }, "name": "Another.Software Validator Token", "symbol": "ASVT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k", "base": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k", ], "denom": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A", "exponent": 0, }, - Object { + { "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 netowrk.", "display": "hns", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg", }, "name": "IBC HNS (Handshake)", "symbol": "HNS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3", "base": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3", ], "denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484", "exponent": 0, }, - Object { + { "denom": "joe", "exponent": 6, }, ], "description": "DAO dedicated to building tools on the Juno Network", "display": "joe", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png", }, "name": "JoeDAO", "symbol": "JOE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr", "base": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr", ], "denom": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8", "exponent": 0, }, - Object { + { "denom": "dla", "exponent": 6, }, ], "description": "Governance Token for Digital Land Acquisition DAO", "display": "dla", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se", "base": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se", ], "denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E", "exponent": 0, }, - Object { + { "denom": "glto", "exponent": 6, }, ], "description": "DeFi gaming platform built on Juno", "display": "glto", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "GLTO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh", "base": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh", ], "denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8", "exponent": 0, }, - Object { + { "denom": "gkey", "exponent": 6, }, ], "description": "Gelotto Year 1 Grand Prize Token", "display": "gkey", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca", "base": "ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca", ], "denom": "ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508", "exponent": 0, }, - Object { + { "denom": "blkh", "exponent": 4, }, ], "description": "The native token cw20 for BlackHole on Juno Chain", "display": "blkh", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg", }, "name": "Blackhole", "symbol": "BLKH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy", "base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121", "coingecko_id": "lvn", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy", ], "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121", "exponent": 0, }, - Object { + { "denom": "lvn", "exponent": 6, }, ], "description": "ELEVENPARIS loyalty token on KiChain", "display": "lvn", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png", }, "name": "LVN", "symbol": "LVN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-261", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "kichain", "channel": "channel-18", "denom": "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy", "port": "wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", diff --git a/packages/utils/__tests__/__snapshots__/get-asset-list.test.js.snap b/packages/utils/__tests__/__snapshots__/get-asset-list.test.js.snap index 91bbb6fbd..cbbf072bd 100644 --- a/packages/utils/__tests__/__snapshots__/get-asset-list.test.js.snap +++ b/packages/utils/__tests__/__snapshots__/get-asset-list.test.js.snap @@ -1,39 +1,39 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`getAssetLists 1`] = ` -Array [ - Object { - "assets": Array [ - Object { +[ + { + "assets": [ + { "base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "coingecko_id": "akash-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uakt", ], "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "exponent": 0, }, - Object { + { "denom": "akt", "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", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "AKT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-1", }, - "counterparty": Object { + "counterparty": { "chain_name": "akash", "channel": "channel-9", "denom": "uakt", @@ -42,35 +42,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", "coingecko_id": "assetmantle", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umntl", ], "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", "exponent": 0, }, - Object { + { "denom": "mntl", "exponent": 6, }, ], "description": "The native token of Asset Mantle", "display": "mntl", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png", }, "name": "AssetMantle", "symbol": "MNTL", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-232", }, - "counterparty": Object { + "counterparty": { "chain_name": "assetmantle", "channel": "channel-0", "denom": "umntl", @@ -79,36 +79,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", "coingecko_id": "axelar-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uaxl", ], "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", "exponent": 0, }, - Object { + { "denom": "axl", "exponent": 6, }, ], "description": "The native token of Axelar", "display": "axl", - "logo_URIs": Object { + "logo_URIs": { "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": "Axelar", "symbol": "AXL", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uaxl", @@ -117,36 +117,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", "coingecko_id": "usd-coin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uusdc", ], "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", "exponent": 0, }, - Object { + { "denom": "usdc", "exponent": 6, }, ], "description": "Circle's stablecoin on Axelar", "display": "usdc", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "USDC", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uusdc", @@ -155,36 +155,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE", "coingecko_id": "frax", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "frax-wei", ], "denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE", "exponent": 0, }, - Object { + { "denom": "frax", "exponent": 18, }, ], "description": "Frax's fractional-algorithmic stablecoin on Axelar", "display": "frax", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg", }, "name": "Frax", "symbol": "FRAX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "frax-wei", @@ -193,36 +193,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", "coingecko_id": "dai", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "dai-wei", ], "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", "exponent": 0, }, - Object { + { "denom": "dai", "exponent": 18, }, ], "description": "Dai stablecoin on Axelar", "display": "dai", - "logo_URIs": Object { + "logo_URIs": { "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": "Dai Stablecoin", "symbol": "DAI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "dai-wei", @@ -231,36 +231,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", "coingecko_id": "tether", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uusdt", ], "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", "exponent": 0, }, - Object { + { "denom": "usdt", "exponent": 6, }, ], "description": "Tether's USD stablecoin on Axelar", "display": "usdt", - "logo_URIs": Object { + "logo_URIs": { "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", }, "name": "Tether USD", "symbol": "USDT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uusdt", @@ -269,35 +269,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "coingecko_id": "weth", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "weth-wei", ], "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "exponent": 0, }, - Object { + { "denom": "weth", "exponent": 18, }, ], "description": "Wrapped Ether on Axelar", "display": "weth", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png", }, "name": "Wrapped Ether", "symbol": "WETH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "weth-wei", @@ -306,35 +306,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", "coingecko_id": "wrapped-bitcoin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "wbtc-satoshi", ], "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", "exponent": 0, }, - Object { + { "denom": "wbtc", "exponent": 8, }, ], "description": "Wrapped Bitcoin on Axelar", "display": "wbtc", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png", }, "name": "Wrapped Bitcoin", "symbol": "WBTC", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "wbtc-satoshi", @@ -343,35 +343,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE", "coingecko_id": "aave", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "aave-wei", ], "denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE", "exponent": 0, }, - Object { + { "denom": "aave", "exponent": 18, }, ], "description": "Aave on Axelar", "display": "aave", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg", }, "name": "Aave", "symbol": "AAVE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "aave-wei", @@ -380,35 +380,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4", "coingecko_id": "apecoin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ape-wei", ], "denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4", "exponent": 0, }, - Object { + { "denom": "ape", "exponent": 18, }, ], "description": "ApeCoin on Axelar", "display": "ape", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg", }, "name": "ApeCoin", "symbol": "APE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "ape-wei", @@ -417,36 +417,36 @@ Array [ }, ], }, - Object { + { "address": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b", "base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24", "coingecko_id": "axie-infinity", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "axs-wei", ], "denom": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24", "exponent": 0, }, - Object { + { "denom": "axs", "exponent": 18, }, ], "description": "Axie Infinity Shard on Axelar", "display": "axs", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg", }, "name": "Axie Infinity Shard", "symbol": "AXS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "axs-wei", @@ -456,36 +456,36 @@ Array [ ], "type_asset": "erc20", }, - Object { + { "base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049", "coingecko_id": "chainlink", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "link-wei", ], "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049", "exponent": 0, }, - Object { + { "denom": "link", "exponent": 18, }, ], "description": "Chainlink on Axelar", "display": "link", - "logo_URIs": Object { + "logo_URIs": { "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": "Chainlink", "symbol": "LINK", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "link-wei", @@ -494,35 +494,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3", "coingecko_id": "maker", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "mkr-wei", ], "denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3", "exponent": 0, }, - Object { + { "denom": "mkr", "exponent": 18, }, ], "description": "Maker on Axelar", "display": "mkr", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg", }, "name": "Maker", "symbol": "MKR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "mkr-wei", @@ -531,35 +531,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E", "coingecko_id": "rai", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "rai-wei", ], "denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E", "exponent": 0, }, - Object { + { "denom": "rai", "exponent": 18, }, ], "description": "Rai Reflex Index on Axelar", "display": "rai", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg", }, "name": "Rai Reflex Index", "symbol": "RAI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "rai-wei", @@ -568,35 +568,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2", "coingecko_id": "shiba-inu", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "shib-wei", ], "denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2", "exponent": 0, }, - Object { + { "denom": "shib", "exponent": 18, }, ], "description": "Shiba Inu on Axelar", "display": "shib", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg", }, "name": "Shiba Inu", "symbol": "SHIB", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "shib-wei", @@ -605,35 +605,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C", "coingecko_id": "staked-ether", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "steth-wei", ], "denom": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C", "exponent": 0, }, - Object { + { "denom": "steth", "exponent": 18, }, ], "description": "Lido Staked Ether on Axelar", "display": "steth", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg", }, "name": "Lido Staked Ether", "symbol": "stETH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "steth-wei", @@ -642,35 +642,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161", "coingecko_id": "uniswap", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uni-wei", ], "denom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161", "exponent": 0, }, - Object { + { "denom": "uni", "exponent": 18, }, ], "description": "Uniswap on Axelar", "display": "uni", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg", }, "name": "Uniswap", "symbol": "UNI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uni-wei", @@ -679,35 +679,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC", "coingecko_id": "chain-2", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "xcn-wei", ], "denom": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC", "exponent": 0, }, - Object { + { "denom": "xcn", "exponent": 18, }, ], "description": "Chain on Axelar", "display": "xcn", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg", }, "name": "Chain", "symbol": "XCN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "xcn-wei", @@ -716,36 +716,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7", "coingecko_id": "polkadot", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "dot-planck", ], "denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7", "exponent": 0, }, - Object { + { "denom": "dot", "exponent": 10, }, ], "description": "Wrapped Polkadot on Axelar", "display": "dot", - "logo_URIs": Object { + "logo_URIs": { "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": "Wrapped Polkadot", "symbol": "DOT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "dot-planck", @@ -754,36 +754,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49", "coingecko_id": "wrapped-moonbeam", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "wglmr-wei", ], "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49", "exponent": 0, }, - Object { + { "denom": "wglmr", "exponent": 18, }, ], "description": "Wrapped Moonbeam on Axelar", "display": "wglmr", - "logo_URIs": Object { + "logo_URIs": { "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": "Wrapped Moonbeam", "symbol": "WGLMR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "wglmr-wei", @@ -792,36 +792,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", "coingecko_id": "band-protocol", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uband", ], "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", "exponent": 0, }, - Object { + { "denom": "band", "exponent": 6, }, ], "description": "The native token of BandChain", "display": "band", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-148", }, - "counterparty": Object { + "counterparty": { "chain_name": "bandchain", "channel": "channel-83", "denom": "uband", @@ -830,36 +830,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5", "coingecko_id": "bitcanna", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ubcna", ], "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5", "exponent": 0, }, - Object { + { "denom": "bcna", "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", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-51", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitcanna", "channel": "channel-1", "denom": "ubcna", @@ -868,36 +868,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", "coingecko_id": "bitsong", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ubtsg", ], "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", "exponent": 0, }, - Object { + { "denom": "btsg", "exponent": 6, }, ], "description": "BitSong Native Token", "display": "btsg", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "BTSG", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ubtsg", @@ -907,34 +907,34 @@ Array [ ], "type_asset": "sdk.coin", }, - Object { + { "base": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09", ], "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B", "exponent": 0, }, - Object { + { "denom": "clay", "exponent": 6, }, ], "description": "Adam Clay a BitSong Music FanToken", "display": "clay", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png", }, "name": "Adam Clay FanToken", "symbol": "CLAY", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09", @@ -943,34 +943,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7", ], "denom": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07", "exponent": 0, }, - Object { + { "denom": "fasano", "exponent": 6, }, ], "description": "Nicola Fasano a BitSong Music FanToken", "display": "fasano", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png", }, "name": "Nicola Fasano Fantoken", "symbol": "FASANO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7", @@ -979,34 +979,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft575B10B0CEE2C164D9ED6A96313496F164A9607C", ], "denom": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A", "exponent": 0, }, - Object { + { "denom": "d9x", "exponent": 6, }, ], "description": "Delta 9 a BitSong Music FanToken", "display": "d9x", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png", }, "name": "Delta 9 Fantoken", "symbol": "D9X", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C", @@ -1015,34 +1015,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305", ], "denom": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1", "exponent": 0, }, - Object { + { "denom": "fonti", "exponent": 6, }, ], "description": "FONTI a BitSong Music FanToken", "display": "fonti", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png", }, "name": "FONTI Fantoken", "symbol": "FONTI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305", @@ -1051,34 +1051,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16", ], "denom": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853", "exponent": 0, }, - Object { + { "denom": "bjks", "exponent": 6, }, ], "description": "BlackJack a BitSong Music FanToken", "display": "bjks", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png", }, "name": "BlackJack Fantoken", "symbol": "BJKS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16", @@ -1087,34 +1087,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A", ], "denom": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867", "exponent": 0, }, - Object { + { "denom": "rwne", "exponent": 6, }, ], "description": "Rawanne a BitSong Music FanToken", "display": "rwne", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png", }, "name": "Rawanne Fantoken", "symbol": "RWNE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A", @@ -1123,34 +1123,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626", ], "denom": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1", "exponent": 0, }, - Object { + { "denom": "enmoda", "exponent": 6, }, ], "description": "Enmoda a BitSong Music FanToken", "display": "enmoda", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png", }, "name": "Enmoda Fantoken", "symbol": "ENMODA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626", @@ -1159,34 +1159,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A", ], "denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202", "exponent": 0, }, - Object { + { "denom": "404dr", "exponent": 6, }, ], "description": "404Deep Records a BitSong Music FanToken", "display": "404dr", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png", }, "name": "404Deep Records Fantoken", "symbol": "404DR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A", @@ -1195,34 +1195,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D", ], "denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58", "exponent": 0, }, - Object { + { "denom": "n43", "exponent": 6, }, ], "description": "N43 a BitSong Music FanToken", "display": "n43", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png", }, "name": "N43 Fantoken", "symbol": "N43", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D", @@ -1231,34 +1231,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB", ], "denom": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5", "exponent": 0, }, - Object { + { "denom": "lobo", "exponent": 6, }, ], "description": "Puro Lobo a BitSong Music FanToken", "display": "lobo", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png", }, "name": "Puro Lobo Fantoken", "symbol": "LOBO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB", @@ -1267,34 +1267,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B", ], "denom": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C", "exponent": 0, }, - Object { + { "denom": "vibra", "exponent": 6, }, ], "description": "Vibranium a BitSong Music FanToken", "display": "vibra", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png", }, "name": "Vibranium Fantoken", "symbol": "VIBRA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B", @@ -1303,34 +1303,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE", ], "denom": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58", "exponent": 0, }, - Object { + { "denom": "karina", "exponent": 6, }, ], "description": "Karina a BitSong Music FanToken", "display": "karina", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png", }, "name": "Karina Fantoken", "symbol": "KARINA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE", @@ -1339,34 +1339,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12", ], "denom": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF", "exponent": 0, }, - Object { + { "denom": "testa", "exponent": 6, }, ], "description": "Luca Testa a BitSong Music FanToken", "display": "testa", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png", }, "name": "Luca Testa Fantoken", "symbol": "TESTA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12", @@ -1375,34 +1375,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3", ], "denom": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D", "exponent": 0, }, - Object { + { "denom": "cmqz", "exponent": 6, }, ], "description": "Carolina Marquez a BitSong Music FanToken", "display": "cmqz", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png", }, "name": "Carolina Marquez Fantoken", "symbol": "CMQZ", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3", @@ -1411,12 +1411,12 @@ Array [ }, ], }, - Object { + { "base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", "coingecko_id": "bostrom", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "boot", ], "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", @@ -1425,17 +1425,17 @@ Array [ ], "description": "The staking token of Bostrom", "display": "boot", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png", }, "name": "Bostrom", "symbol": "BOOT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-95", }, - "counterparty": Object { + "counterparty": { "chain_name": "bostrom", "channel": "channel-2", "denom": "boot", @@ -1444,19 +1444,19 @@ Array [ }, ], }, - Object { + { "base": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3", "coingecko_id": "switcheo", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "swth", ], "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "SWTH", ], "denom": "dswth", @@ -1465,18 +1465,18 @@ Array [ ], "description": "The native token of Carbon", "display": "dswth", - "logo_URIs": Object { + "logo_URIs": { "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": "Carbon", "symbol": "SWTH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-188", }, - "counterparty": Object { + "counterparty": { "chain_name": "carbon", "channel": "channel-0", "denom": "swth", @@ -1485,35 +1485,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", "coingecko_id": "cerberus-2", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucrbrus", ], "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", "exponent": 0, }, - Object { + { "denom": "crbrus", "exponent": 6, }, ], "description": "The native token of Cerberus Chain", "display": "crbrus", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png", }, "name": "Cerberus", "symbol": "CRBRUS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-212", }, - "counterparty": Object { + "counterparty": { "chain_name": "cerberus", "channel": "channel-1", "denom": "ucrbrus", @@ -1522,36 +1522,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA", "coingecko_id": "cheqd-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ncheq", ], "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA", "exponent": 0, }, - Object { + { "denom": "cheq", "exponent": 9, }, ], "description": "Native token for the cheqd network", "display": "cheq", - "logo_URIs": Object { + "logo_URIs": { "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": "cheqd", "symbol": "CHEQ", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-108", }, - "counterparty": Object { + "counterparty": { "chain_name": "cheqd", "channel": "channel-0", "denom": "ncheq", @@ -1560,35 +1560,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", "coingecko_id": "chihuahua-token", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uhuahua", ], "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", "exponent": 0, }, - Object { + { "denom": "huahua", "exponent": 6, }, ], "description": "The native token of Chihuahua Chain", "display": "huahua", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png", }, "name": "Chihuahua", "symbol": "HUAHUA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-113", }, - "counterparty": Object { + "counterparty": { "chain_name": "chihuahua", "channel": "channel-7", "denom": "uhuahua", @@ -1597,35 +1597,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0", "coingecko_id": "comdex", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucmdx", ], "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0", "exponent": 0, }, - Object { + { "denom": "cmdx", "exponent": 6, }, ], "description": "Native Token of Comdex Protocol", "display": "cmdx", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png", }, "name": "Comdex", "symbol": "CMDX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-87", }, - "counterparty": Object { + "counterparty": { "chain_name": "comdex", "channel": "channel-1", "denom": "ucmdx", @@ -1634,36 +1634,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "coingecko_id": "cosmos", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uatom", ], "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "exponent": 0, }, - Object { + { "denom": "atom", "exponent": 6, }, ], "description": "The native staking and governance token of the Cosmos Hub.", "display": "atom", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "ATOM", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-0", }, - "counterparty": Object { + "counterparty": { "chain_name": "cosmoshub", "channel": "channel-141", "denom": "uatom", @@ -1672,37 +1672,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580", "coingecko_id": "crescent-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucre", ], "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "cre", "exponent": 6, }, ], "description": "The native token of Crescent", "display": "cre", - "logo_URIs": Object { + "logo_URIs": { "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": "Crescent", "symbol": "CRE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-297", }, - "counterparty": Object { + "counterparty": { "chain_name": "crescent", "channel": "channel-9", "denom": "ucre", @@ -1711,37 +1711,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119", "coingecko_id": "crescent-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ubcre", ], "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "bcre", "exponent": 6, }, ], "description": "The bonded token of Crescent", "display": "bcre", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-297", }, - "counterparty": Object { + "counterparty": { "chain_name": "crescent", "channel": "channel-9", "denom": "ubcre", @@ -1750,35 +1750,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", "coingecko_id": "crypto-com-chain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "basecro", ], "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", "exponent": 0, }, - Object { + { "denom": "cro", "exponent": 8, }, ], "description": "CRO coin is the token for the Crypto.com platform.", "display": "cro", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png", }, "name": "Cronos", "symbol": "CRO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-5", }, - "counterparty": Object { + "counterparty": { "chain_name": "cryptoorgchain", "channel": "channel-10", "denom": "basecro", @@ -1787,37 +1787,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84", "coingecko_id": "decentr", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udec", ], "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "dec", "exponent": 6, }, ], "description": "The native token of Decentr", "display": "dec", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-181", }, - "counterparty": Object { + "counterparty": { "chain_name": "decentr", "channel": "channel-1", "denom": "udec", @@ -1826,37 +1826,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", "coingecko_id": "desmos", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udsm", ], "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "dsm", "exponent": 6, }, ], "description": "The native token of Desmos", "display": "dsm", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-135", }, - "counterparty": Object { + "counterparty": { "chain_name": "desmos", "channel": "channel-2", "denom": "udsm", @@ -1865,35 +1865,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D", "coingecko_id": "dig-chain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udig", ], "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D", "exponent": 0, }, - Object { + { "denom": "dig", "exponent": 6, }, ], "description": "Native token of Dig Chain", "display": "dig", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png", }, "name": "Dig Chain", "symbol": "DIG", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-128", }, - "counterparty": Object { + "counterparty": { "chain_name": "dig", "channel": "channel-1", "denom": "udig", @@ -1902,35 +1902,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", "coingecko_id": "e-money", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ungm", ], "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", "exponent": 0, }, - Object { + { "denom": "ngm", "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", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png", }, "name": "e-Money", "symbol": "NGM", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-37", }, - "counterparty": Object { + "counterparty": { "chain_name": "emoney", "channel": "channel-0", "denom": "ungm", @@ -1939,35 +1939,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", "coingecko_id": "e-money-eur", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "eeur", ], "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", "exponent": 0, }, - Object { + { "denom": "EUR", "exponent": 6, }, ], "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.", "display": "eur", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png", }, "name": "e-Money EUR", "symbol": "EEUR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-37", }, - "counterparty": Object { + "counterparty": { "chain_name": "emoney", "channel": "channel-0", "denom": "eeur", @@ -1976,36 +1976,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", "coingecko_id": "evmos", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "aevmos", ], "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", "exponent": 0, }, - Object { + { "denom": "evmos", "exponent": 18, }, ], "description": "The native EVM, governance and staking token of the Evmos Hub", "display": "evmos", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-204", }, - "counterparty": Object { + "counterparty": { "chain_name": "evmos", "channel": "channel-0", "denom": "aevmos", @@ -2014,36 +2014,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", "coingecko_id": "fetch-ai", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "afet", ], "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", "exponent": 0, }, - Object { + { "denom": "fet", "exponent": 18, }, ], "description": "The native staking and governance token of the Fetch Hub.", "display": "fet", - "logo_URIs": Object { + "logo_URIs": { "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": "fetch-ai", "symbol": "FET", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-229", }, - "counterparty": Object { + "counterparty": { "chain_name": "fetchhub", "channel": "channel-10", "denom": "afet", @@ -2052,35 +2052,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "nanomobx", ], "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A", "exponent": 0, }, - Object { + { "denom": "mobx", "exponent": 9, }, ], "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.", "display": "mobx", - "logo_URIs": Object { + "logo_URIs": { "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": "MOBIX", "symbol": "MOBX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-229", }, - "counterparty": Object { + "counterparty": { "chain_name": "fetchhub", "channel": "channel-10", "denom": "nanomobx", @@ -2089,35 +2089,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uglx", ], "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2", "exponent": 0, }, - Object { + { "denom": "glx", "exponent": 6, }, ], "description": "GLX is the staking token of the Galaxy Chain", "display": "glx", - "logo_URIs": Object { + "logo_URIs": { "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": "Galaxy", "symbol": "GLX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-236", }, - "counterparty": Object { + "counterparty": { "chain_name": "galaxy", "channel": "channel-0", "denom": "uglx", @@ -2126,35 +2126,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/DABCB5B2232B630C196330AC2A8010C9DBDE8B783FDFF3FB105540939BE27775", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "el1", ], "denom": "ibc/DABCB5B2232B630C196330AC2A8010C9DBDE8B783FDFF3FB105540939BE27775", "exponent": 0, }, - Object { + { "denom": "l1", "exponent": 18, }, ], "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token", "display": "l1", - "logo_URIs": Object { + "logo_URIs": { "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": "GenesisL1", "symbol": "L1", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-235", }, - "counterparty": Object { + "counterparty": { "chain_name": "genesisl1", "channel": "channel-1", "denom": "el1", @@ -2163,37 +2163,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44", "coingecko_id": "graviton", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ugraviton", ], "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "graviton", "exponent": 6, }, ], "description": "The native token of Gravity Bridge", "display": "graviton", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "GRAV", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-144", }, - "counterparty": Object { + "counterparty": { "chain_name": "gravitybridge", "channel": "channel-10", "denom": "ugraviton", @@ -2202,35 +2202,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B", "coingecko_id": "ixo", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uixo", ], "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B", "exponent": 0, }, - Object { + { "denom": "ixo", "exponent": 6, }, ], "description": "The native token of IXO Chain", "display": "ixo", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png", }, "name": "IXO", "symbol": "IXO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-38", }, - "counterparty": Object { + "counterparty": { "chain_name": "impacthub", "channel": "channel-4", "denom": "uixo", @@ -2239,36 +2239,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/F2D281A7E86F6206C7DA560774B079EBEA17CFE292A1FCC1306E5DAABBB7D016", "coingecko_id": "injective-protocol", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uinj", ], "denom": "ibc/F2D281A7E86F6206C7DA560774B079EBEA17CFE292A1FCC1306E5DAABBB7D016", "exponent": 0, }, - Object { + { "denom": "inj", "exponent": 6, }, ], "description": "The INJ token is the native governance token for the Injective chain.", "display": "inj", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-122", }, - "counterparty": Object { + "counterparty": { "chain_name": "injective", "channel": "channel-8", "denom": "uinj", @@ -2277,36 +2277,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0", "coingecko_id": "iris-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uiris", ], "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0", "exponent": 0, }, - Object { + { "denom": "iris", "exponent": 6, }, ], "description": "The IRIS token is the native governance token for the IrisNet chain.", "display": "iris", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-6", }, - "counterparty": Object { + "counterparty": { "chain_name": "irisnet", "channel": "channel-3", "denom": "uiris", @@ -2315,36 +2315,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", "coingecko_id": "juno-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ujuno", ], "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", "exponent": 0, }, - Object { + { "denom": "juno", "exponent": 6, }, ], "description": "The native token of JUNO Chain", "display": "juno", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-42", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-0", "denom": "ujuno", @@ -2353,35 +2353,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205", "coingecko_id": "kava", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ukava", ], "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205", "exponent": 0, }, - Object { + { "denom": "kava", "exponent": 6, }, ], "description": "The native staking and governance token of Kava", "display": "kava", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png", }, "name": "Kava", "symbol": "KAVA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-143", }, - "counterparty": Object { + "counterparty": { "chain_name": "kava", "channel": "channel-1", "denom": "ukava", @@ -2390,36 +2390,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC", "coingecko_id": "hard-protocol", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "hard", ], "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC", "exponent": 0, }, - Object { + { "denom": "HARD", "exponent": 6, }, ], "description": "Governance token of Kava Lend Protocol", "display": "HARD", - "logo_URIs": Object { + "logo_URIs": { "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": "Hard", "symbol": "HARD", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-143", }, - "counterparty": Object { + "counterparty": { "chain_name": "kava", "channel": "channel-1", "denom": "hard", @@ -2428,36 +2428,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5", "coingecko_id": "kava-swap", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "swp", ], "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5", "exponent": 0, }, - Object { + { "denom": "SWP", "exponent": 6, }, ], "description": "Governance token of Kava Swap Protocol", "display": "SWP", - "logo_URIs": Object { + "logo_URIs": { "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": "Swap", "symbol": "SWP", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-143", }, - "counterparty": Object { + "counterparty": { "chain_name": "kava", "channel": "channel-1", "denom": "swp", @@ -2466,36 +2466,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", "coingecko_id": "ki", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uxki", ], "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", "exponent": 0, }, - Object { + { "denom": "xki", "exponent": 6, }, ], "description": "The native token of Ki Chain", "display": "xki", - "logo_URIs": Object { + "logo_URIs": { "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": "Ki", "symbol": "XKI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-77", }, - "counterparty": Object { + "counterparty": { "chain_name": "kichain", "channel": "channel-0", "denom": "uxki", @@ -2504,36 +2504,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593", "coingecko_id": "darcmatter-coin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udarc", ], "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593", "exponent": 0, }, - Object { + { "denom": "darc", "exponent": 6, }, ], "description": "The native token of Konstellation Network", "display": "darc", - "logo_URIs": Object { + "logo_URIs": { "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": "DARC", "symbol": "DARC", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-171", }, - "counterparty": Object { + "counterparty": { "chain_name": "konstellation", "channel": "channel-0", "denom": "udarc", @@ -2542,36 +2542,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", "coingecko_id": "likecoin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "nanolike", ], "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", "exponent": 0, }, - Object { + { "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", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-53", }, - "counterparty": Object { + "counterparty": { "chain_name": "likecoin", "channel": "channel-3", "denom": "nanolike", @@ -2580,34 +2580,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ulumen", ], "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7", "exponent": 0, }, - Object { + { "denom": "lumen", "exponent": 6, }, ], "description": "The native token of Lumen Network", "display": "lumen", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png", }, "name": "LUMEN", "symbol": "LUMEN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-286", }, - "counterparty": Object { + "counterparty": { "chain_name": "lumenx", "channel": "channel-3", "denom": "ulumen", @@ -2616,36 +2616,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2", "coingecko_id": "lum-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ulum", ], "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2", "exponent": 0, }, - Object { + { "denom": "lum", "exponent": 6, }, ], "description": "Native token of the Lum Network", "display": "lum", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-115", }, - "counterparty": Object { + "counterparty": { "chain_name": "lumnetwork", "channel": "channel-3", "denom": "ulum", @@ -2654,35 +2654,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umeme", ], "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA", "exponent": 0, }, - Object { + { "denom": "meme", "exponent": 6, }, ], "description": "MEME Token (MEME) is the native staking token of the MEME Chain", "display": "meme", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-238", }, - "counterparty": Object { + "counterparty": { "chain_name": "meme", "channel": "channel-1", "denom": "umeme", @@ -2691,35 +2691,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "utick", ], "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8", "exponent": 0, }, - Object { + { "denom": "tick", "exponent": 6, }, ], "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App", "display": "tick", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-39", }, - "counterparty": Object { + "counterparty": { "chain_name": "microtick", "channel": "channel-16", "denom": "utick", @@ -2728,36 +2728,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/1B25ACE06F1A272BADBCB39338F16E9E95B8C7AC23A91DC48B0E32B03E172541", "coingecko_id": "oraichain-token", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uorai", ], "denom": "ibc/1B25ACE06F1A272BADBCB39338F16E9E95B8C7AC23A91DC48B0E32B03E172541", "exponent": 0, }, - Object { + { "denom": "orai", "exponent": 6, }, ], "description": "The native token of Oraichain", "display": "orai", - "logo_URIs": Object { + "logo_URIs": { "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", }, "name": "Oraichain", "symbol": "ORAI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-216", }, - "counterparty": Object { + "counterparty": { "chain_name": "oraichain", "channel": "channel-13", "denom": "uorai", @@ -2766,35 +2766,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB", "coingecko_id": "medibloc", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umed", ], "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB", "exponent": 0, }, - Object { + { "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", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png", }, "name": "MediBloc", "symbol": "MED", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-82", }, - "counterparty": Object { + "counterparty": { "chain_name": "panacea", "channel": "channel-1", "denom": "umed", @@ -2803,36 +2803,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", "coingecko_id": "persistence", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uxprt", ], "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", "exponent": 0, }, - Object { + { "denom": "xprt", "exponent": 6, }, ], "description": "The XPRT token is primarily a governance token for the Persistence chain.", "display": "xprt", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "XPRT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-4", }, - "counterparty": Object { + "counterparty": { "chain_name": "persistence", "channel": "channel-6", "denom": "uxprt", @@ -2841,41 +2841,41 @@ Array [ }, ], }, - Object { + { "base": "ibc/CF780ADED86E541AD7A8D5B7D33D2E3D9C61D8ECD228B8ED951986D782CB630A", "coingecko_id": "pstake-finance", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444", ], "denom": "ibc/CF780ADED86E541AD7A8D5B7D33D2E3D9C61D8ECD228B8ED951986D782CB630A", "exponent": 0, }, - Object { + { "denom": "pstake", "exponent": 18, }, ], "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.", "display": "pstake", - "ibc": Object { + "ibc": { "dst_channel": "channel-38", "source_channel": "channel-24", "source_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006", }, - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-4", }, - "counterparty": Object { + "counterparty": { "chain_name": "persistence", "channel": "channel-6", "denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444", @@ -2884,37 +2884,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2", "coingecko_id": "provenance-blockchain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "nhash", ], "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "hash", "exponent": 9, }, ], "description": "Hash is the staking token of the Provenance Blockchain", "display": "hash", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg", }, "name": "Hash", "symbol": "HASH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-222", }, - "counterparty": Object { + "counterparty": { "chain_name": "provenance", "channel": "channel-7", "denom": "nhash", @@ -2923,35 +2923,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", "coingecko_id": "regen", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uregen", ], "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", "exponent": 0, }, - Object { + { "denom": "regen", "exponent": 6, }, ], "description": "REGEN coin is the token for the Regen Network Platform", "display": "regen", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", }, "name": "Regen Network", "symbol": "REGEN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-8", }, - "counterparty": Object { + "counterparty": { "chain_name": "regen", "channel": "channel-1", "denom": "uregen", @@ -2960,36 +2960,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219", "coingecko_id": "rizon", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uatolo", ], "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219", "exponent": 0, }, - Object { + { "denom": "atolo", "exponent": 6, }, ], "description": "Native token of Rizon Chain", "display": "atolo", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "ATOLO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-221", }, - "counterparty": Object { + "counterparty": { "chain_name": "rizon", "channel": "channel-1", "denom": "uatolo", @@ -2998,36 +2998,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A", "coingecko_id": "secret", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uscrt", ], "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A", "exponent": 0, }, - Object { + { "denom": "scrt", "exponent": 6, }, ], "description": "The native token of Secret Network", "display": "scrt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-88", }, - "counterparty": Object { + "counterparty": { "chain_name": "secretnetwork", "channel": "channel-1", "denom": "uscrt", @@ -3036,35 +3036,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", "coingecko_id": "sentinel", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udvpn", ], "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", "exponent": 0, }, - Object { + { "denom": "dvpn", "exponent": 6, }, ], "description": "DVPN is the native token of the Sentinel Hub.", "display": "dvpn", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png", }, "name": "Sentinel", "symbol": "DVPN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-2", }, - "counterparty": Object { + "counterparty": { "chain_name": "sentinel", "channel": "channel-0", "denom": "udvpn", @@ -3073,35 +3073,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3", "coingecko_id": "certik", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uctk", ], "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3", "exponent": 0, }, - Object { + { "denom": "ctk", "exponent": 6, }, ], "description": "The native token of Shentu", "display": "ctk", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png", }, "name": "Shentu", "symbol": "CTK", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-146", }, - "counterparty": Object { + "counterparty": { "chain_name": "shentu", "channel": "channel-8", "denom": "uctk", @@ -3110,12 +3110,12 @@ Array [ }, ], }, - Object { + { "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB", "coingecko_id": "sifchain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "rowan", ], "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB", @@ -3124,18 +3124,18 @@ Array [ ], "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", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-47", }, - "counterparty": Object { + "counterparty": { "chain_name": "sifchain", "channel": "channel-17", "denom": "rowan", @@ -3144,43 +3144,43 @@ Array [ }, ], }, - Object { + { "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", "coingecko_id": "sommelier", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usomm", ], "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisomm", ], "denom": "msomm", "exponent": 3, }, - Object { + { "denom": "somm", "exponent": 6, }, ], "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain", "display": "somm", - "logo_URIs": Object { + "logo_URIs": { "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": "Somm", "symbol": "SOMM", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-165", }, - "counterparty": Object { + "counterparty": { "chain_name": "sommelier", "channel": "channel-0", "denom": "usomm", @@ -3189,35 +3189,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", "coingecko_id": "stargaze", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ustars", ], "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", "exponent": 0, }, - Object { + { "denom": "stars", "exponent": 6, }, ], "description": "The native token of Stargaze", "display": "stars", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png", }, "name": "Stargaze", "symbol": "STARS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-75", }, - "counterparty": Object { + "counterparty": { "chain_name": "stargaze", "channel": "channel-0", "denom": "ustars", @@ -3226,36 +3226,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC", "coingecko_id": "starname", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uiov", ], "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC", "exponent": 0, }, - Object { + { "denom": "iov", "exponent": 6, }, ], "description": "IOV coin is the token for the Starname (IOV) Asset Name Service", "display": "iov", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "IOV", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-15", }, - "counterparty": Object { + "counterparty": { "chain_name": "starname", "channel": "channel-2", "denom": "uiov", @@ -3264,26 +3264,26 @@ Array [ }, ], }, - Object { + { "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", "coingecko_id": "terra-luna", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uluna", ], "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliluna", ], "denom": "mluna", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "lunc", ], "denom": "luna", @@ -3292,18 +3292,18 @@ Array [ ], "description": "The native staking token of Terra Classic.", "display": "luna", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uluna", @@ -3312,26 +3312,26 @@ Array [ }, ], }, - Object { + { "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", "coingecko_id": "terrausd", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uusd", ], "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliusd", ], "denom": "musd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "ustc", ], "denom": "ust", @@ -3340,18 +3340,18 @@ Array [ ], "description": "The USD stablecoin of Terra Classic.", "display": "ust", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uusd", @@ -3360,26 +3360,26 @@ Array [ }, ], }, - Object { + { "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780", "coingecko_id": "terrakrw", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ukrw", ], "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millikrw", ], "denom": "mkrw", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "krtc", ], "denom": "krt", @@ -3388,18 +3388,18 @@ Array [ ], "description": "The KRW stablecoin of Terra Classic.", "display": "krt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ukrw", @@ -3408,25 +3408,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uaud", ], "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliaud", ], "denom": "maud", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "autc", ], "denom": "aut", @@ -3435,18 +3435,18 @@ Array [ ], "description": "The AUD stablecoin of Terra Classic.", "display": "aut", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uaud", @@ -3455,25 +3455,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucad", ], "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millicad", ], "denom": "mcad", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "catc", ], "denom": "cat", @@ -3482,18 +3482,18 @@ Array [ ], "description": "The CAD stablecoin of Terra Classic.", "display": "cat", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ucad", @@ -3502,25 +3502,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uchf", ], "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millichf", ], "denom": "mchf", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "chtc", ], "denom": "cht", @@ -3529,18 +3529,18 @@ Array [ ], "description": "The CHF stablecoin of Terra Classic.", "display": "cht", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uchf", @@ -3549,25 +3549,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucny", ], "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millicny", ], "denom": "mcny", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "cntc", ], "denom": "cnt", @@ -3576,18 +3576,18 @@ Array [ ], "description": "The CNY stablecoin of Terra Classic.", "display": "cnt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ucny", @@ -3596,25 +3596,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udkk", ], "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millidkk", ], "denom": "mdkk", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "dktc", ], "denom": "dkt", @@ -3623,18 +3623,18 @@ Array [ ], "description": "The DKK stablecoin of Terra Classic.", "display": "dkt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "udkk", @@ -3643,25 +3643,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ueur", ], "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millieur", ], "denom": "meur", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "eutc", ], "denom": "eut", @@ -3670,18 +3670,18 @@ Array [ ], "description": "The EUR stablecoin of Terra Classic.", "display": "eut", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ueur", @@ -3690,25 +3690,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ugbp", ], "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milligbp", ], "denom": "mgbp", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "gbtc", ], "denom": "gbt", @@ -3717,18 +3717,18 @@ Array [ ], "description": "The GBP stablecoin of Terra Classic.", "display": "gbt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ugbp", @@ -3737,25 +3737,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uhkd", ], "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millihkd", ], "denom": "mhkd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "hktc", ], "denom": "hkt", @@ -3764,18 +3764,18 @@ Array [ ], "description": "The HKD stablecoin of Terra Classic.", "display": "hkt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uhkd", @@ -3784,25 +3784,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uidr", ], "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliidr", ], "denom": "midr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "idtc", ], "denom": "idt", @@ -3811,18 +3811,18 @@ Array [ ], "description": "The IDR stablecoin of Terra Classic.", "display": "idt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uidr", @@ -3831,25 +3831,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uinr", ], "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliinr", ], "denom": "minr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "intc", ], "denom": "int", @@ -3858,18 +3858,18 @@ Array [ ], "description": "The INR stablecoin of Terra Classic.", "display": "int", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uinr", @@ -3878,25 +3878,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ujpy", ], "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millijpy", ], "denom": "mjpy", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "jptc", ], "denom": "jpt", @@ -3905,18 +3905,18 @@ Array [ ], "description": "The JPY stablecoin of Terra Classic.", "display": "jpt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ujpy", @@ -3925,25 +3925,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umnt", ], "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millimnt", ], "denom": "mmnt", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "mntc", ], "denom": "mnt", @@ -3952,18 +3952,18 @@ Array [ ], "description": "The MNT stablecoin of Terra Classic.", "display": "mnt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "umnt", @@ -3972,25 +3972,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umyr", ], "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millimyr", ], "denom": "mmyr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "mytc", ], "denom": "myt", @@ -3999,18 +3999,18 @@ Array [ ], "description": "The MYR stablecoin of Terra Classic.", "display": "myt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "umyr", @@ -4019,25 +4019,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "unok", ], "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millinok", ], "denom": "mnok", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "notc", ], "denom": "not", @@ -4046,18 +4046,18 @@ Array [ ], "description": "The NOK stablecoin of Terra Classic.", "display": "not", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "unok", @@ -4066,25 +4066,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uphp", ], "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliphp", ], "denom": "mphp", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "phtc", ], "denom": "pht", @@ -4093,18 +4093,18 @@ Array [ ], "description": "The PHP stablecoin of Terra Classic.", "display": "pht", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uphp", @@ -4113,25 +4113,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usdr", ], "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisdr", ], "denom": "msdr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "sdtc", ], "denom": "sdt", @@ -4140,18 +4140,18 @@ Array [ ], "description": "The SDR stablecoin of Terra Classic.", "display": "sdt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "usdr", @@ -4160,25 +4160,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usek", ], "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisek", ], "denom": "msek", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "setc", ], "denom": "set", @@ -4187,18 +4187,18 @@ Array [ ], "description": "The SEK stablecoin of Terra Classic.", "display": "set", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "usek", @@ -4207,25 +4207,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usgd", ], "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisgd", ], "denom": "msgd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "sgtc", ], "denom": "sgt", @@ -4234,18 +4234,18 @@ Array [ ], "description": "The SGD stablecoin of Terra Classic.", "display": "sgt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "usgd", @@ -4254,25 +4254,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uthb", ], "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millithb", ], "denom": "mthb", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "thtc", ], "denom": "tht", @@ -4281,18 +4281,18 @@ Array [ ], "description": "The THB stablecoin of Terra Classic.", "display": "tht", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uthb", @@ -4301,25 +4301,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "utwd", ], "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millitwd", ], "denom": "mtwd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "twtc", ], "denom": "twt", @@ -4328,18 +4328,18 @@ Array [ ], "description": "The TWD stablecoin of Terra Classic.", "display": "twt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "utwd", @@ -4348,37 +4348,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C", "coingecko_id": "tgrade", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "utgd", ], "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "tgd", "exponent": 6, }, ], "description": "The native token of Tgrade", "display": "tgd", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-263", }, - "counterparty": Object { + "counterparty": { "chain_name": "tgrade", "channel": "channel-0", "denom": "utgd", @@ -4387,35 +4387,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", "coingecko_id": "umee", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uumee", ], "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", "exponent": 0, }, - Object { + { "denom": "umee", "exponent": 6, }, ], "description": "The native token of Umee", "display": "umee", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png", }, "name": "Umee", "symbol": "UMEE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-184", }, - "counterparty": Object { + "counterparty": { "chain_name": "umee", "channel": "channel-0", "denom": "uumee", @@ -4424,37 +4424,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD", "coingecko_id": "vidulum", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uvdl", ], "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "vdl", "exponent": 6, }, ], "description": "The native token of Vidulum", "display": "vdl", - "logo_URIs": Object { + "logo_URIs": { "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", }, "name": "Vidulum", "symbol": "VDL", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-124", }, - "counterparty": Object { + "counterparty": { "chain_name": "vidulum", "channel": "channel-0", "denom": "uvdl", @@ -4463,221 +4463,221 @@ Array [ }, ], }, - Object { + { "address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr", "base": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", "coingecko_id": "neta", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr", ], "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", "exponent": 0, }, - Object { + { "denom": "neta", "exponent": 6, }, ], "description": "The native token cw20 for Neta on Juno Chain", "display": "neta", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl", "base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6", "coingecko_id": "marble", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl", ], "denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6", "exponent": 0, }, - Object { + { "denom": "marble", "exponent": 3, }, ], "description": "The native token cw20 for Marble DAO on Juno Chain", "display": "marble", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z", "base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B", "coingecko_id": "hope-galaxy", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z", ], "denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B", "exponent": 0, }, - Object { + { "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", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa", "base": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788", "coingecko_id": "racoon", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa", ], "denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788", "exponent": 0, }, - Object { + { "denom": "rac", "exponent": 6, }, ], "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem", "display": "rac", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq", "base": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq", ], "denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3", "exponent": 0, }, - Object { + { "denom": "block", "exponent": 6, }, ], "description": "The native token of Marble DEX on Juno Chain", "display": "block", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49", "base": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49", ], "denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB", @@ -4686,391 +4686,391 @@ Array [ ], "description": "The DAO token to build consensus among Hong Kong People", "display": "dhk", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g", "base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC", "coingecko_id": "junoswap-raw-dao", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g", ], "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC", "exponent": 0, }, - Object { + { "denom": "raw", "exponent": 6, }, ], "description": "Token governance for Junoswap", "display": "raw", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png", }, "name": "JunoSwap", "symbol": "RAW", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w", "base": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w", ], "denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7", "exponent": 0, }, - Object { + { "denom": "asvt", "exponent": 6, }, ], "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!", "display": "asvt", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png", }, "name": "Another.Software Validator Token", "symbol": "ASVT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k", "base": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k", ], "denom": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A", "exponent": 0, }, - Object { + { "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 netowrk.", "display": "hns", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg", }, "name": "IBC HNS (Handshake)", "symbol": "HNS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3", "base": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3", ], "denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484", "exponent": 0, }, - Object { + { "denom": "joe", "exponent": 6, }, ], "description": "DAO dedicated to building tools on the Juno Network", "display": "joe", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png", }, "name": "JoeDAO", "symbol": "JOE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr", "base": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr", ], "denom": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8", "exponent": 0, }, - Object { + { "denom": "dla", "exponent": 6, }, ], "description": "Governance Token for Digital Land Acquisition DAO", "display": "dla", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se", "base": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se", ], "denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E", "exponent": 0, }, - Object { + { "denom": "glto", "exponent": 6, }, ], "description": "DeFi gaming platform built on Juno", "display": "glto", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "GLTO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh", "base": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh", ], "denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8", "exponent": 0, }, - Object { + { "denom": "gkey", "exponent": 6, }, ], "description": "Gelotto Year 1 Grand Prize Token", "display": "gkey", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca", "base": "ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca", ], "denom": "ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508", "exponent": 0, }, - Object { + { "denom": "blkh", "exponent": 4, }, ], "description": "The native token cw20 for BlackHole on Juno Chain", "display": "blkh", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg", }, "name": "Blackhole", "symbol": "BLKH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-169", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-47", "denom": "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca", "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", }, - Object { + { "address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy", "base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121", "coingecko_id": "lvn", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy", ], "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121", "exponent": 0, }, - Object { + { "denom": "lvn", "exponent": 6, }, ], "description": "ELEVENPARIS loyalty token on KiChain", "display": "lvn", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png", }, "name": "LVN", "symbol": "LVN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-261", "port": "transfer", }, - "counterparty": Object { + "counterparty": { "chain_name": "kichain", "channel": "channel-18", "denom": "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy", "port": "wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha", }, - "type": "ibc", + "type": "ibc-cw20", }, ], "type_asset": "cw20", diff --git a/packages/utils/__tests__/__snapshots__/ibc-assets.test.js.snap b/packages/utils/__tests__/__snapshots__/ibc-assets.test.js.snap index c4e0bc8f6..d24fc8ccb 100644 --- a/packages/utils/__tests__/__snapshots__/ibc-assets.test.js.snap +++ b/packages/utils/__tests__/__snapshots__/ibc-assets.test.js.snap @@ -1,39 +1,39 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`getIbcAssets 1`] = ` -Array [ - Object { - "assets": Array [ - Object { +[ + { + "assets": [ + { "base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "coingecko_id": "akash-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uakt", ], "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "exponent": 0, }, - Object { + { "denom": "akt", "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", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "AKT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-1", }, - "counterparty": Object { + "counterparty": { "chain_name": "akash", "channel": "channel-9", "denom": "uakt", @@ -42,35 +42,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", "coingecko_id": "assetmantle", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umntl", ], "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", "exponent": 0, }, - Object { + { "denom": "mntl", "exponent": 6, }, ], "description": "The native token of Asset Mantle", "display": "mntl", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png", }, "name": "AssetMantle", "symbol": "MNTL", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-232", }, - "counterparty": Object { + "counterparty": { "chain_name": "assetmantle", "channel": "channel-0", "denom": "umntl", @@ -79,36 +79,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", "coingecko_id": "axelar-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uaxl", ], "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", "exponent": 0, }, - Object { + { "denom": "axl", "exponent": 6, }, ], "description": "The native token of Axelar", "display": "axl", - "logo_URIs": Object { + "logo_URIs": { "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": "Axelar", "symbol": "AXL", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uaxl", @@ -117,36 +117,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", "coingecko_id": "usd-coin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uusdc", ], "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", "exponent": 0, }, - Object { + { "denom": "usdc", "exponent": 6, }, ], "description": "Circle's stablecoin on Axelar", "display": "usdc", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "USDC", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uusdc", @@ -155,36 +155,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE", "coingecko_id": "frax", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "frax-wei", ], "denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE", "exponent": 0, }, - Object { + { "denom": "frax", "exponent": 18, }, ], "description": "Frax's fractional-algorithmic stablecoin on Axelar", "display": "frax", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg", }, "name": "Frax", "symbol": "FRAX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "frax-wei", @@ -193,36 +193,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", "coingecko_id": "dai", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "dai-wei", ], "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", "exponent": 0, }, - Object { + { "denom": "dai", "exponent": 18, }, ], "description": "Dai stablecoin on Axelar", "display": "dai", - "logo_URIs": Object { + "logo_URIs": { "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": "Dai Stablecoin", "symbol": "DAI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "dai-wei", @@ -231,36 +231,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", "coingecko_id": "tether", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uusdt", ], "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", "exponent": 0, }, - Object { + { "denom": "usdt", "exponent": 6, }, ], "description": "Tether's USD stablecoin on Axelar", "display": "usdt", - "logo_URIs": Object { + "logo_URIs": { "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", }, "name": "Tether USD", "symbol": "USDT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uusdt", @@ -269,35 +269,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "coingecko_id": "weth", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "weth-wei", ], "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "exponent": 0, }, - Object { + { "denom": "weth", "exponent": 18, }, ], "description": "Wrapped Ether on Axelar", "display": "weth", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png", }, "name": "Wrapped Ether", "symbol": "WETH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "weth-wei", @@ -306,35 +306,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", "coingecko_id": "wrapped-bitcoin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "wbtc-satoshi", ], "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", "exponent": 0, }, - Object { + { "denom": "wbtc", "exponent": 8, }, ], "description": "Wrapped Bitcoin on Axelar", "display": "wbtc", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png", }, "name": "Wrapped Bitcoin", "symbol": "WBTC", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "wbtc-satoshi", @@ -343,35 +343,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE", "coingecko_id": "aave", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "aave-wei", ], "denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE", "exponent": 0, }, - Object { + { "denom": "aave", "exponent": 18, }, ], "description": "Aave on Axelar", "display": "aave", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg", }, "name": "Aave", "symbol": "AAVE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "aave-wei", @@ -380,35 +380,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4", "coingecko_id": "apecoin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ape-wei", ], "denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4", "exponent": 0, }, - Object { + { "denom": "ape", "exponent": 18, }, ], "description": "ApeCoin on Axelar", "display": "ape", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg", }, "name": "ApeCoin", "symbol": "APE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "ape-wei", @@ -417,36 +417,36 @@ Array [ }, ], }, - Object { + { "address": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b", "base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24", "coingecko_id": "axie-infinity", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "axs-wei", ], "denom": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24", "exponent": 0, }, - Object { + { "denom": "axs", "exponent": 18, }, ], "description": "Axie Infinity Shard on Axelar", "display": "axs", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg", }, "name": "Axie Infinity Shard", "symbol": "AXS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "axs-wei", @@ -456,36 +456,36 @@ Array [ ], "type_asset": "erc20", }, - Object { + { "base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049", "coingecko_id": "chainlink", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "link-wei", ], "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049", "exponent": 0, }, - Object { + { "denom": "link", "exponent": 18, }, ], "description": "Chainlink on Axelar", "display": "link", - "logo_URIs": Object { + "logo_URIs": { "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": "Chainlink", "symbol": "LINK", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "link-wei", @@ -494,35 +494,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3", "coingecko_id": "maker", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "mkr-wei", ], "denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3", "exponent": 0, }, - Object { + { "denom": "mkr", "exponent": 18, }, ], "description": "Maker on Axelar", "display": "mkr", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg", }, "name": "Maker", "symbol": "MKR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "mkr-wei", @@ -531,35 +531,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E", "coingecko_id": "rai", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "rai-wei", ], "denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E", "exponent": 0, }, - Object { + { "denom": "rai", "exponent": 18, }, ], "description": "Rai Reflex Index on Axelar", "display": "rai", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg", }, "name": "Rai Reflex Index", "symbol": "RAI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "rai-wei", @@ -568,35 +568,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2", "coingecko_id": "shiba-inu", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "shib-wei", ], "denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2", "exponent": 0, }, - Object { + { "denom": "shib", "exponent": 18, }, ], "description": "Shiba Inu on Axelar", "display": "shib", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg", }, "name": "Shiba Inu", "symbol": "SHIB", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "shib-wei", @@ -605,35 +605,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C", "coingecko_id": "staked-ether", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "steth-wei", ], "denom": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C", "exponent": 0, }, - Object { + { "denom": "steth", "exponent": 18, }, ], "description": "Lido Staked Ether on Axelar", "display": "steth", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg", }, "name": "Lido Staked Ether", "symbol": "stETH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "steth-wei", @@ -642,35 +642,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161", "coingecko_id": "uniswap", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uni-wei", ], "denom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161", "exponent": 0, }, - Object { + { "denom": "uni", "exponent": 18, }, ], "description": "Uniswap on Axelar", "display": "uni", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg", }, "name": "Uniswap", "symbol": "UNI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "uni-wei", @@ -679,35 +679,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC", "coingecko_id": "chain-2", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "xcn-wei", ], "denom": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC", "exponent": 0, }, - Object { + { "denom": "xcn", "exponent": 18, }, ], "description": "Chain on Axelar", "display": "xcn", - "logo_URIs": Object { + "logo_URIs": { "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg", }, "name": "Chain", "symbol": "XCN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "xcn-wei", @@ -716,36 +716,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7", "coingecko_id": "polkadot", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "dot-planck", ], "denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7", "exponent": 0, }, - Object { + { "denom": "dot", "exponent": 10, }, ], "description": "Wrapped Polkadot on Axelar", "display": "dot", - "logo_URIs": Object { + "logo_URIs": { "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": "Wrapped Polkadot", "symbol": "DOT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "dot-planck", @@ -754,36 +754,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49", "coingecko_id": "wrapped-moonbeam", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "wglmr-wei", ], "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49", "exponent": 0, }, - Object { + { "denom": "wglmr", "exponent": 18, }, ], "description": "Wrapped Moonbeam on Axelar", "display": "wglmr", - "logo_URIs": Object { + "logo_URIs": { "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": "Wrapped Moonbeam", "symbol": "WGLMR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-208", }, - "counterparty": Object { + "counterparty": { "chain_name": "axelar", "channel": "channel-3", "denom": "wglmr-wei", @@ -792,36 +792,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", "coingecko_id": "band-protocol", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uband", ], "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", "exponent": 0, }, - Object { + { "denom": "band", "exponent": 6, }, ], "description": "The native token of BandChain", "display": "band", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-148", }, - "counterparty": Object { + "counterparty": { "chain_name": "bandchain", "channel": "channel-83", "denom": "uband", @@ -830,36 +830,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5", "coingecko_id": "bitcanna", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ubcna", ], "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5", "exponent": 0, }, - Object { + { "denom": "bcna", "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", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-51", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitcanna", "channel": "channel-1", "denom": "ubcna", @@ -868,36 +868,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", "coingecko_id": "bitsong", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ubtsg", ], "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", "exponent": 0, }, - Object { + { "denom": "btsg", "exponent": 6, }, ], "description": "BitSong Native Token", "display": "btsg", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "BTSG", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ubtsg", @@ -907,34 +907,34 @@ Array [ ], "type_asset": "sdk.coin", }, - Object { + { "base": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09", ], "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B", "exponent": 0, }, - Object { + { "denom": "clay", "exponent": 6, }, ], "description": "Adam Clay a BitSong Music FanToken", "display": "clay", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png", }, "name": "Adam Clay FanToken", "symbol": "CLAY", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09", @@ -943,34 +943,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7", ], "denom": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07", "exponent": 0, }, - Object { + { "denom": "fasano", "exponent": 6, }, ], "description": "Nicola Fasano a BitSong Music FanToken", "display": "fasano", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png", }, "name": "Nicola Fasano Fantoken", "symbol": "FASANO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7", @@ -979,34 +979,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft575B10B0CEE2C164D9ED6A96313496F164A9607C", ], "denom": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A", "exponent": 0, }, - Object { + { "denom": "d9x", "exponent": 6, }, ], "description": "Delta 9 a BitSong Music FanToken", "display": "d9x", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png", }, "name": "Delta 9 Fantoken", "symbol": "D9X", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C", @@ -1015,34 +1015,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305", ], "denom": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1", "exponent": 0, }, - Object { + { "denom": "fonti", "exponent": 6, }, ], "description": "FONTI a BitSong Music FanToken", "display": "fonti", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png", }, "name": "FONTI Fantoken", "symbol": "FONTI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305", @@ -1051,34 +1051,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16", ], "denom": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853", "exponent": 0, }, - Object { + { "denom": "bjks", "exponent": 6, }, ], "description": "BlackJack a BitSong Music FanToken", "display": "bjks", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png", }, "name": "BlackJack Fantoken", "symbol": "BJKS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16", @@ -1087,34 +1087,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A", ], "denom": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867", "exponent": 0, }, - Object { + { "denom": "rwne", "exponent": 6, }, ], "description": "Rawanne a BitSong Music FanToken", "display": "rwne", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png", }, "name": "Rawanne Fantoken", "symbol": "RWNE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A", @@ -1123,34 +1123,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626", ], "denom": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1", "exponent": 0, }, - Object { + { "denom": "enmoda", "exponent": 6, }, ], "description": "Enmoda a BitSong Music FanToken", "display": "enmoda", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png", }, "name": "Enmoda Fantoken", "symbol": "ENMODA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626", @@ -1159,34 +1159,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A", ], "denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202", "exponent": 0, }, - Object { + { "denom": "404dr", "exponent": 6, }, ], "description": "404Deep Records a BitSong Music FanToken", "display": "404dr", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png", }, "name": "404Deep Records Fantoken", "symbol": "404DR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A", @@ -1195,34 +1195,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D", ], "denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58", "exponent": 0, }, - Object { + { "denom": "n43", "exponent": 6, }, ], "description": "N43 a BitSong Music FanToken", "display": "n43", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png", }, "name": "N43 Fantoken", "symbol": "N43", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D", @@ -1231,34 +1231,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB", ], "denom": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5", "exponent": 0, }, - Object { + { "denom": "lobo", "exponent": 6, }, ], "description": "Puro Lobo a BitSong Music FanToken", "display": "lobo", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png", }, "name": "Puro Lobo Fantoken", "symbol": "LOBO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB", @@ -1267,34 +1267,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B", ], "denom": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C", "exponent": 0, }, - Object { + { "denom": "vibra", "exponent": 6, }, ], "description": "Vibranium a BitSong Music FanToken", "display": "vibra", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png", }, "name": "Vibranium Fantoken", "symbol": "VIBRA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B", @@ -1303,34 +1303,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE", ], "denom": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58", "exponent": 0, }, - Object { + { "denom": "karina", "exponent": 6, }, ], "description": "Karina a BitSong Music FanToken", "display": "karina", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png", }, "name": "Karina Fantoken", "symbol": "KARINA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE", @@ -1339,34 +1339,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12", ], "denom": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF", "exponent": 0, }, - Object { + { "denom": "testa", "exponent": 6, }, ], "description": "Luca Testa a BitSong Music FanToken", "display": "testa", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png", }, "name": "Luca Testa Fantoken", "symbol": "TESTA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12", @@ -1375,34 +1375,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3", ], "denom": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D", "exponent": 0, }, - Object { + { "denom": "cmqz", "exponent": 6, }, ], "description": "Carolina Marquez a BitSong Music FanToken", "display": "cmqz", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png", }, "name": "Carolina Marquez Fantoken", "symbol": "CMQZ", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-73", }, - "counterparty": Object { + "counterparty": { "chain_name": "bitsong", "channel": "channel-0", "denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3", @@ -1411,12 +1411,12 @@ Array [ }, ], }, - Object { + { "base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", "coingecko_id": "bostrom", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "boot", ], "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", @@ -1425,17 +1425,17 @@ Array [ ], "description": "The staking token of Bostrom", "display": "boot", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png", }, "name": "Bostrom", "symbol": "BOOT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-95", }, - "counterparty": Object { + "counterparty": { "chain_name": "bostrom", "channel": "channel-2", "denom": "boot", @@ -1444,19 +1444,19 @@ Array [ }, ], }, - Object { + { "base": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3", "coingecko_id": "switcheo", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "swth", ], "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "SWTH", ], "denom": "dswth", @@ -1465,18 +1465,18 @@ Array [ ], "description": "The native token of Carbon", "display": "dswth", - "logo_URIs": Object { + "logo_URIs": { "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": "Carbon", "symbol": "SWTH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-188", }, - "counterparty": Object { + "counterparty": { "chain_name": "carbon", "channel": "channel-0", "denom": "swth", @@ -1485,35 +1485,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", "coingecko_id": "cerberus-2", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucrbrus", ], "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", "exponent": 0, }, - Object { + { "denom": "crbrus", "exponent": 6, }, ], "description": "The native token of Cerberus Chain", "display": "crbrus", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png", }, "name": "Cerberus", "symbol": "CRBRUS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-212", }, - "counterparty": Object { + "counterparty": { "chain_name": "cerberus", "channel": "channel-1", "denom": "ucrbrus", @@ -1522,36 +1522,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA", "coingecko_id": "cheqd-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ncheq", ], "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA", "exponent": 0, }, - Object { + { "denom": "cheq", "exponent": 9, }, ], "description": "Native token for the cheqd network", "display": "cheq", - "logo_URIs": Object { + "logo_URIs": { "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": "cheqd", "symbol": "CHEQ", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-108", }, - "counterparty": Object { + "counterparty": { "chain_name": "cheqd", "channel": "channel-0", "denom": "ncheq", @@ -1560,35 +1560,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", "coingecko_id": "chihuahua-token", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uhuahua", ], "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", "exponent": 0, }, - Object { + { "denom": "huahua", "exponent": 6, }, ], "description": "The native token of Chihuahua Chain", "display": "huahua", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png", }, "name": "Chihuahua", "symbol": "HUAHUA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-113", }, - "counterparty": Object { + "counterparty": { "chain_name": "chihuahua", "channel": "channel-7", "denom": "uhuahua", @@ -1597,35 +1597,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0", "coingecko_id": "comdex", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucmdx", ], "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0", "exponent": 0, }, - Object { + { "denom": "cmdx", "exponent": 6, }, ], "description": "Native Token of Comdex Protocol", "display": "cmdx", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png", }, "name": "Comdex", "symbol": "CMDX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-87", }, - "counterparty": Object { + "counterparty": { "chain_name": "comdex", "channel": "channel-1", "denom": "ucmdx", @@ -1634,36 +1634,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "coingecko_id": "cosmos", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uatom", ], "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "exponent": 0, }, - Object { + { "denom": "atom", "exponent": 6, }, ], "description": "The native staking and governance token of the Cosmos Hub.", "display": "atom", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "ATOM", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-0", }, - "counterparty": Object { + "counterparty": { "chain_name": "cosmoshub", "channel": "channel-141", "denom": "uatom", @@ -1672,37 +1672,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580", "coingecko_id": "crescent-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucre", ], "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "cre", "exponent": 6, }, ], "description": "The native token of Crescent", "display": "cre", - "logo_URIs": Object { + "logo_URIs": { "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": "Crescent", "symbol": "CRE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-297", }, - "counterparty": Object { + "counterparty": { "chain_name": "crescent", "channel": "channel-9", "denom": "ucre", @@ -1711,37 +1711,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119", "coingecko_id": "crescent-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ubcre", ], "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "bcre", "exponent": 6, }, ], "description": "The bonded token of Crescent", "display": "bcre", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-297", }, - "counterparty": Object { + "counterparty": { "chain_name": "crescent", "channel": "channel-9", "denom": "ubcre", @@ -1750,35 +1750,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", "coingecko_id": "crypto-com-chain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "basecro", ], "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", "exponent": 0, }, - Object { + { "denom": "cro", "exponent": 8, }, ], "description": "CRO coin is the token for the Crypto.com platform.", "display": "cro", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png", }, "name": "Cronos", "symbol": "CRO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-5", }, - "counterparty": Object { + "counterparty": { "chain_name": "cryptoorgchain", "channel": "channel-10", "denom": "basecro", @@ -1787,37 +1787,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84", "coingecko_id": "decentr", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udec", ], "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "dec", "exponent": 6, }, ], "description": "The native token of Decentr", "display": "dec", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-181", }, - "counterparty": Object { + "counterparty": { "chain_name": "decentr", "channel": "channel-1", "denom": "udec", @@ -1826,37 +1826,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", "coingecko_id": "desmos", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udsm", ], "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "dsm", "exponent": 6, }, ], "description": "The native token of Desmos", "display": "dsm", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-135", }, - "counterparty": Object { + "counterparty": { "chain_name": "desmos", "channel": "channel-2", "denom": "udsm", @@ -1865,35 +1865,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D", "coingecko_id": "dig-chain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udig", ], "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D", "exponent": 0, }, - Object { + { "denom": "dig", "exponent": 6, }, ], "description": "Native token of Dig Chain", "display": "dig", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png", }, "name": "Dig Chain", "symbol": "DIG", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-128", }, - "counterparty": Object { + "counterparty": { "chain_name": "dig", "channel": "channel-1", "denom": "udig", @@ -1902,35 +1902,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", "coingecko_id": "e-money", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ungm", ], "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", "exponent": 0, }, - Object { + { "denom": "ngm", "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", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png", }, "name": "e-Money", "symbol": "NGM", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-37", }, - "counterparty": Object { + "counterparty": { "chain_name": "emoney", "channel": "channel-0", "denom": "ungm", @@ -1939,35 +1939,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", "coingecko_id": "e-money-eur", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "eeur", ], "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", "exponent": 0, }, - Object { + { "denom": "EUR", "exponent": 6, }, ], "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.", "display": "eur", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png", }, "name": "e-Money EUR", "symbol": "EEUR", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-37", }, - "counterparty": Object { + "counterparty": { "chain_name": "emoney", "channel": "channel-0", "denom": "eeur", @@ -1976,36 +1976,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", "coingecko_id": "evmos", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "aevmos", ], "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", "exponent": 0, }, - Object { + { "denom": "evmos", "exponent": 18, }, ], "description": "The native EVM, governance and staking token of the Evmos Hub", "display": "evmos", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-204", }, - "counterparty": Object { + "counterparty": { "chain_name": "evmos", "channel": "channel-0", "denom": "aevmos", @@ -2014,36 +2014,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", "coingecko_id": "fetch-ai", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "afet", ], "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", "exponent": 0, }, - Object { + { "denom": "fet", "exponent": 18, }, ], "description": "The native staking and governance token of the Fetch Hub.", "display": "fet", - "logo_URIs": Object { + "logo_URIs": { "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": "fetch-ai", "symbol": "FET", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-229", }, - "counterparty": Object { + "counterparty": { "chain_name": "fetchhub", "channel": "channel-10", "denom": "afet", @@ -2052,35 +2052,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "nanomobx", ], "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A", "exponent": 0, }, - Object { + { "denom": "mobx", "exponent": 9, }, ], "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.", "display": "mobx", - "logo_URIs": Object { + "logo_URIs": { "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": "MOBIX", "symbol": "MOBX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-229", }, - "counterparty": Object { + "counterparty": { "chain_name": "fetchhub", "channel": "channel-10", "denom": "nanomobx", @@ -2089,35 +2089,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uglx", ], "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2", "exponent": 0, }, - Object { + { "denom": "glx", "exponent": 6, }, ], "description": "GLX is the staking token of the Galaxy Chain", "display": "glx", - "logo_URIs": Object { + "logo_URIs": { "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": "Galaxy", "symbol": "GLX", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-236", }, - "counterparty": Object { + "counterparty": { "chain_name": "galaxy", "channel": "channel-0", "denom": "uglx", @@ -2126,35 +2126,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/DABCB5B2232B630C196330AC2A8010C9DBDE8B783FDFF3FB105540939BE27775", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "el1", ], "denom": "ibc/DABCB5B2232B630C196330AC2A8010C9DBDE8B783FDFF3FB105540939BE27775", "exponent": 0, }, - Object { + { "denom": "l1", "exponent": 18, }, ], "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token", "display": "l1", - "logo_URIs": Object { + "logo_URIs": { "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": "GenesisL1", "symbol": "L1", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-235", }, - "counterparty": Object { + "counterparty": { "chain_name": "genesisl1", "channel": "channel-1", "denom": "el1", @@ -2163,37 +2163,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44", "coingecko_id": "graviton", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ugraviton", ], "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "graviton", "exponent": 6, }, ], "description": "The native token of Gravity Bridge", "display": "graviton", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "GRAV", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-144", }, - "counterparty": Object { + "counterparty": { "chain_name": "gravitybridge", "channel": "channel-10", "denom": "ugraviton", @@ -2202,35 +2202,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B", "coingecko_id": "ixo", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uixo", ], "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B", "exponent": 0, }, - Object { + { "denom": "ixo", "exponent": 6, }, ], "description": "The native token of IXO Chain", "display": "ixo", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png", }, "name": "IXO", "symbol": "IXO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-38", }, - "counterparty": Object { + "counterparty": { "chain_name": "impacthub", "channel": "channel-4", "denom": "uixo", @@ -2239,36 +2239,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/F2D281A7E86F6206C7DA560774B079EBEA17CFE292A1FCC1306E5DAABBB7D016", "coingecko_id": "injective-protocol", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uinj", ], "denom": "ibc/F2D281A7E86F6206C7DA560774B079EBEA17CFE292A1FCC1306E5DAABBB7D016", "exponent": 0, }, - Object { + { "denom": "inj", "exponent": 6, }, ], "description": "The INJ token is the native governance token for the Injective chain.", "display": "inj", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-122", }, - "counterparty": Object { + "counterparty": { "chain_name": "injective", "channel": "channel-8", "denom": "uinj", @@ -2277,36 +2277,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0", "coingecko_id": "iris-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uiris", ], "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0", "exponent": 0, }, - Object { + { "denom": "iris", "exponent": 6, }, ], "description": "The IRIS token is the native governance token for the IrisNet chain.", "display": "iris", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-6", }, - "counterparty": Object { + "counterparty": { "chain_name": "irisnet", "channel": "channel-3", "denom": "uiris", @@ -2315,36 +2315,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", "coingecko_id": "juno-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ujuno", ], "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", "exponent": 0, }, - Object { + { "denom": "juno", "exponent": 6, }, ], "description": "The native token of JUNO Chain", "display": "juno", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-42", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-0", "denom": "ujuno", @@ -2353,35 +2353,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205", "coingecko_id": "kava", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ukava", ], "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205", "exponent": 0, }, - Object { + { "denom": "kava", "exponent": 6, }, ], "description": "The native staking and governance token of Kava", "display": "kava", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png", }, "name": "Kava", "symbol": "KAVA", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-143", }, - "counterparty": Object { + "counterparty": { "chain_name": "kava", "channel": "channel-1", "denom": "ukava", @@ -2390,36 +2390,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC", "coingecko_id": "hard-protocol", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "hard", ], "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC", "exponent": 0, }, - Object { + { "denom": "HARD", "exponent": 6, }, ], "description": "Governance token of Kava Lend Protocol", "display": "HARD", - "logo_URIs": Object { + "logo_URIs": { "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": "Hard", "symbol": "HARD", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-143", }, - "counterparty": Object { + "counterparty": { "chain_name": "kava", "channel": "channel-1", "denom": "hard", @@ -2428,36 +2428,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5", "coingecko_id": "kava-swap", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "swp", ], "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5", "exponent": 0, }, - Object { + { "denom": "SWP", "exponent": 6, }, ], "description": "Governance token of Kava Swap Protocol", "display": "SWP", - "logo_URIs": Object { + "logo_URIs": { "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": "Swap", "symbol": "SWP", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-143", }, - "counterparty": Object { + "counterparty": { "chain_name": "kava", "channel": "channel-1", "denom": "swp", @@ -2466,36 +2466,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", "coingecko_id": "ki", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uxki", ], "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", "exponent": 0, }, - Object { + { "denom": "xki", "exponent": 6, }, ], "description": "The native token of Ki Chain", "display": "xki", - "logo_URIs": Object { + "logo_URIs": { "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": "Ki", "symbol": "XKI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-77", }, - "counterparty": Object { + "counterparty": { "chain_name": "kichain", "channel": "channel-0", "denom": "uxki", @@ -2504,36 +2504,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593", "coingecko_id": "darcmatter-coin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udarc", ], "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593", "exponent": 0, }, - Object { + { "denom": "darc", "exponent": 6, }, ], "description": "The native token of Konstellation Network", "display": "darc", - "logo_URIs": Object { + "logo_URIs": { "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": "DARC", "symbol": "DARC", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-171", }, - "counterparty": Object { + "counterparty": { "chain_name": "konstellation", "channel": "channel-0", "denom": "udarc", @@ -2542,36 +2542,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", "coingecko_id": "likecoin", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "nanolike", ], "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", "exponent": 0, }, - Object { + { "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", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-53", }, - "counterparty": Object { + "counterparty": { "chain_name": "likecoin", "channel": "channel-3", "denom": "nanolike", @@ -2580,34 +2580,34 @@ Array [ }, ], }, - Object { + { "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ulumen", ], "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7", "exponent": 0, }, - Object { + { "denom": "lumen", "exponent": 6, }, ], "description": "The native token of Lumen Network", "display": "lumen", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png", }, "name": "LUMEN", "symbol": "LUMEN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-286", }, - "counterparty": Object { + "counterparty": { "chain_name": "lumenx", "channel": "channel-3", "denom": "ulumen", @@ -2616,36 +2616,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2", "coingecko_id": "lum-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ulum", ], "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2", "exponent": 0, }, - Object { + { "denom": "lum", "exponent": 6, }, ], "description": "Native token of the Lum Network", "display": "lum", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-115", }, - "counterparty": Object { + "counterparty": { "chain_name": "lumnetwork", "channel": "channel-3", "denom": "ulum", @@ -2654,35 +2654,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umeme", ], "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA", "exponent": 0, }, - Object { + { "denom": "meme", "exponent": 6, }, ], "description": "MEME Token (MEME) is the native staking token of the MEME Chain", "display": "meme", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-238", }, - "counterparty": Object { + "counterparty": { "chain_name": "meme", "channel": "channel-1", "denom": "umeme", @@ -2691,35 +2691,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "utick", ], "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8", "exponent": 0, }, - Object { + { "denom": "tick", "exponent": 6, }, ], "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App", "display": "tick", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-39", }, - "counterparty": Object { + "counterparty": { "chain_name": "microtick", "channel": "channel-16", "denom": "utick", @@ -2728,36 +2728,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/1B25ACE06F1A272BADBCB39338F16E9E95B8C7AC23A91DC48B0E32B03E172541", "coingecko_id": "oraichain-token", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uorai", ], "denom": "ibc/1B25ACE06F1A272BADBCB39338F16E9E95B8C7AC23A91DC48B0E32B03E172541", "exponent": 0, }, - Object { + { "denom": "orai", "exponent": 6, }, ], "description": "The native token of Oraichain", "display": "orai", - "logo_URIs": Object { + "logo_URIs": { "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", }, "name": "Oraichain", "symbol": "ORAI", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-216", }, - "counterparty": Object { + "counterparty": { "chain_name": "oraichain", "channel": "channel-13", "denom": "uorai", @@ -2766,35 +2766,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB", "coingecko_id": "medibloc", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umed", ], "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB", "exponent": 0, }, - Object { + { "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", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png", }, "name": "MediBloc", "symbol": "MED", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-82", }, - "counterparty": Object { + "counterparty": { "chain_name": "panacea", "channel": "channel-1", "denom": "umed", @@ -2803,36 +2803,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", "coingecko_id": "persistence", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uxprt", ], "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", "exponent": 0, }, - Object { + { "denom": "xprt", "exponent": 6, }, ], "description": "The XPRT token is primarily a governance token for the Persistence chain.", "display": "xprt", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "XPRT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-4", }, - "counterparty": Object { + "counterparty": { "chain_name": "persistence", "channel": "channel-6", "denom": "uxprt", @@ -2841,41 +2841,41 @@ Array [ }, ], }, - Object { + { "base": "ibc/CF780ADED86E541AD7A8D5B7D33D2E3D9C61D8ECD228B8ED951986D782CB630A", "coingecko_id": "pstake-finance", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444", ], "denom": "ibc/CF780ADED86E541AD7A8D5B7D33D2E3D9C61D8ECD228B8ED951986D782CB630A", "exponent": 0, }, - Object { + { "denom": "pstake", "exponent": 18, }, ], "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.", "display": "pstake", - "ibc": Object { + "ibc": { "dst_channel": "channel-38", "source_channel": "channel-24", "source_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006", }, - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-4", }, - "counterparty": Object { + "counterparty": { "chain_name": "persistence", "channel": "channel-6", "denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444", @@ -2884,37 +2884,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2", "coingecko_id": "provenance-blockchain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "nhash", ], "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "hash", "exponent": 9, }, ], "description": "Hash is the staking token of the Provenance Blockchain", "display": "hash", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.png", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg", }, "name": "Hash", "symbol": "HASH", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-222", }, - "counterparty": Object { + "counterparty": { "chain_name": "provenance", "channel": "channel-7", "denom": "nhash", @@ -2923,35 +2923,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", "coingecko_id": "regen", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uregen", ], "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", "exponent": 0, }, - Object { + { "denom": "regen", "exponent": 6, }, ], "description": "REGEN coin is the token for the Regen Network Platform", "display": "regen", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", }, "name": "Regen Network", "symbol": "REGEN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-8", }, - "counterparty": Object { + "counterparty": { "chain_name": "regen", "channel": "channel-1", "denom": "uregen", @@ -2960,36 +2960,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219", "coingecko_id": "rizon", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uatolo", ], "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219", "exponent": 0, }, - Object { + { "denom": "atolo", "exponent": 6, }, ], "description": "Native token of Rizon Chain", "display": "atolo", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "ATOLO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-221", }, - "counterparty": Object { + "counterparty": { "chain_name": "rizon", "channel": "channel-1", "denom": "uatolo", @@ -2998,36 +2998,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A", "coingecko_id": "secret", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uscrt", ], "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A", "exponent": 0, }, - Object { + { "denom": "scrt", "exponent": 6, }, ], "description": "The native token of Secret Network", "display": "scrt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-88", }, - "counterparty": Object { + "counterparty": { "chain_name": "secretnetwork", "channel": "channel-1", "denom": "uscrt", @@ -3036,35 +3036,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", "coingecko_id": "sentinel", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udvpn", ], "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", "exponent": 0, }, - Object { + { "denom": "dvpn", "exponent": 6, }, ], "description": "DVPN is the native token of the Sentinel Hub.", "display": "dvpn", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png", }, "name": "Sentinel", "symbol": "DVPN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-2", }, - "counterparty": Object { + "counterparty": { "chain_name": "sentinel", "channel": "channel-0", "denom": "udvpn", @@ -3073,35 +3073,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3", "coingecko_id": "certik", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uctk", ], "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3", "exponent": 0, }, - Object { + { "denom": "ctk", "exponent": 6, }, ], "description": "The native token of Shentu", "display": "ctk", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png", }, "name": "Shentu", "symbol": "CTK", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-146", }, - "counterparty": Object { + "counterparty": { "chain_name": "shentu", "channel": "channel-8", "denom": "uctk", @@ -3110,12 +3110,12 @@ Array [ }, ], }, - Object { + { "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB", "coingecko_id": "sifchain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "rowan", ], "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB", @@ -3124,18 +3124,18 @@ Array [ ], "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", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-47", }, - "counterparty": Object { + "counterparty": { "chain_name": "sifchain", "channel": "channel-17", "denom": "rowan", @@ -3144,43 +3144,43 @@ Array [ }, ], }, - Object { + { "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", "coingecko_id": "sommelier", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usomm", ], "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisomm", ], "denom": "msomm", "exponent": 3, }, - Object { + { "denom": "somm", "exponent": 6, }, ], "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain", "display": "somm", - "logo_URIs": Object { + "logo_URIs": { "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": "Somm", "symbol": "SOMM", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-165", }, - "counterparty": Object { + "counterparty": { "chain_name": "sommelier", "channel": "channel-0", "denom": "usomm", @@ -3189,35 +3189,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", "coingecko_id": "stargaze", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ustars", ], "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", "exponent": 0, }, - Object { + { "denom": "stars", "exponent": 6, }, ], "description": "The native token of Stargaze", "display": "stars", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png", }, "name": "Stargaze", "symbol": "STARS", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-75", }, - "counterparty": Object { + "counterparty": { "chain_name": "stargaze", "channel": "channel-0", "denom": "ustars", @@ -3226,36 +3226,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC", "coingecko_id": "starname", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uiov", ], "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC", "exponent": 0, }, - Object { + { "denom": "iov", "exponent": 6, }, ], "description": "IOV coin is the token for the Starname (IOV) Asset Name Service", "display": "iov", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "IOV", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-15", }, - "counterparty": Object { + "counterparty": { "chain_name": "starname", "channel": "channel-2", "denom": "uiov", @@ -3264,26 +3264,26 @@ Array [ }, ], }, - Object { + { "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", "coingecko_id": "terra-luna", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uluna", ], "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliluna", ], "denom": "mluna", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "lunc", ], "denom": "luna", @@ -3292,18 +3292,18 @@ Array [ ], "description": "The native staking token of Terra Classic.", "display": "luna", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uluna", @@ -3312,26 +3312,26 @@ Array [ }, ], }, - Object { + { "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", "coingecko_id": "terrausd", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uusd", ], "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliusd", ], "denom": "musd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "ustc", ], "denom": "ust", @@ -3340,18 +3340,18 @@ Array [ ], "description": "The USD stablecoin of Terra Classic.", "display": "ust", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uusd", @@ -3360,26 +3360,26 @@ Array [ }, ], }, - Object { + { "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780", "coingecko_id": "terrakrw", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ukrw", ], "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millikrw", ], "denom": "mkrw", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "krtc", ], "denom": "krt", @@ -3388,18 +3388,18 @@ Array [ ], "description": "The KRW stablecoin of Terra Classic.", "display": "krt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ukrw", @@ -3408,25 +3408,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uaud", ], "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliaud", ], "denom": "maud", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "autc", ], "denom": "aut", @@ -3435,18 +3435,18 @@ Array [ ], "description": "The AUD stablecoin of Terra Classic.", "display": "aut", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uaud", @@ -3455,25 +3455,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucad", ], "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millicad", ], "denom": "mcad", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "catc", ], "denom": "cat", @@ -3482,18 +3482,18 @@ Array [ ], "description": "The CAD stablecoin of Terra Classic.", "display": "cat", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ucad", @@ -3502,25 +3502,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uchf", ], "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millichf", ], "denom": "mchf", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "chtc", ], "denom": "cht", @@ -3529,18 +3529,18 @@ Array [ ], "description": "The CHF stablecoin of Terra Classic.", "display": "cht", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uchf", @@ -3549,25 +3549,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ucny", ], "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millicny", ], "denom": "mcny", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "cntc", ], "denom": "cnt", @@ -3576,18 +3576,18 @@ Array [ ], "description": "The CNY stablecoin of Terra Classic.", "display": "cnt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ucny", @@ -3596,25 +3596,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udkk", ], "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millidkk", ], "denom": "mdkk", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "dktc", ], "denom": "dkt", @@ -3623,18 +3623,18 @@ Array [ ], "description": "The DKK stablecoin of Terra Classic.", "display": "dkt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "udkk", @@ -3643,25 +3643,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ueur", ], "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millieur", ], "denom": "meur", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "eutc", ], "denom": "eut", @@ -3670,18 +3670,18 @@ Array [ ], "description": "The EUR stablecoin of Terra Classic.", "display": "eut", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ueur", @@ -3690,25 +3690,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ugbp", ], "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milligbp", ], "denom": "mgbp", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "gbtc", ], "denom": "gbt", @@ -3717,18 +3717,18 @@ Array [ ], "description": "The GBP stablecoin of Terra Classic.", "display": "gbt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ugbp", @@ -3737,25 +3737,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uhkd", ], "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millihkd", ], "denom": "mhkd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "hktc", ], "denom": "hkt", @@ -3764,18 +3764,18 @@ Array [ ], "description": "The HKD stablecoin of Terra Classic.", "display": "hkt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uhkd", @@ -3784,25 +3784,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uidr", ], "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliidr", ], "denom": "midr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "idtc", ], "denom": "idt", @@ -3811,18 +3811,18 @@ Array [ ], "description": "The IDR stablecoin of Terra Classic.", "display": "idt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uidr", @@ -3831,25 +3831,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uinr", ], "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliinr", ], "denom": "minr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "intc", ], "denom": "int", @@ -3858,18 +3858,18 @@ Array [ ], "description": "The INR stablecoin of Terra Classic.", "display": "int", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uinr", @@ -3878,25 +3878,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ujpy", ], "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millijpy", ], "denom": "mjpy", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "jptc", ], "denom": "jpt", @@ -3905,18 +3905,18 @@ Array [ ], "description": "The JPY stablecoin of Terra Classic.", "display": "jpt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "ujpy", @@ -3925,25 +3925,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umnt", ], "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millimnt", ], "denom": "mmnt", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "mntc", ], "denom": "mnt", @@ -3952,18 +3952,18 @@ Array [ ], "description": "The MNT stablecoin of Terra Classic.", "display": "mnt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "umnt", @@ -3972,25 +3972,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "umyr", ], "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millimyr", ], "denom": "mmyr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "mytc", ], "denom": "myt", @@ -3999,18 +3999,18 @@ Array [ ], "description": "The MYR stablecoin of Terra Classic.", "display": "myt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "umyr", @@ -4019,25 +4019,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "unok", ], "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millinok", ], "denom": "mnok", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "notc", ], "denom": "not", @@ -4046,18 +4046,18 @@ Array [ ], "description": "The NOK stablecoin of Terra Classic.", "display": "not", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "unok", @@ -4066,25 +4066,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uphp", ], "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "milliphp", ], "denom": "mphp", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "phtc", ], "denom": "pht", @@ -4093,18 +4093,18 @@ Array [ ], "description": "The PHP stablecoin of Terra Classic.", "display": "pht", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uphp", @@ -4113,25 +4113,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usdr", ], "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisdr", ], "denom": "msdr", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "sdtc", ], "denom": "sdt", @@ -4140,18 +4140,18 @@ Array [ ], "description": "The SDR stablecoin of Terra Classic.", "display": "sdt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "usdr", @@ -4160,25 +4160,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usek", ], "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisek", ], "denom": "msek", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "setc", ], "denom": "set", @@ -4187,18 +4187,18 @@ Array [ ], "description": "The SEK stablecoin of Terra Classic.", "display": "set", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "usek", @@ -4207,25 +4207,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "usgd", ], "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millisgd", ], "denom": "msgd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "sgtc", ], "denom": "sgt", @@ -4234,18 +4234,18 @@ Array [ ], "description": "The SGD stablecoin of Terra Classic.", "display": "sgt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "usgd", @@ -4254,25 +4254,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uthb", ], "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millithb", ], "denom": "mthb", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "thtc", ], "denom": "tht", @@ -4281,18 +4281,18 @@ Array [ ], "description": "The THB stablecoin of Terra Classic.", "display": "tht", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "uthb", @@ -4301,25 +4301,25 @@ Array [ }, ], }, - Object { + { "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "utwd", ], "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3", "exponent": 0, }, - Object { - "aliases": Array [ + { + "aliases": [ "millitwd", ], "denom": "mtwd", "exponent": 3, }, - Object { - "aliases": Array [ + { + "aliases": [ "twtc", ], "denom": "twt", @@ -4328,18 +4328,18 @@ Array [ ], "description": "The TWD stablecoin of Terra Classic.", "display": "twt", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-72", }, - "counterparty": Object { + "counterparty": { "chain_name": "terra", "channel": "channel-1", "denom": "utwd", @@ -4348,37 +4348,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C", "coingecko_id": "tgrade", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "utgd", ], "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "tgd", "exponent": 6, }, ], "description": "The native token of Tgrade", "display": "tgd", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-263", }, - "counterparty": Object { + "counterparty": { "chain_name": "tgrade", "channel": "channel-0", "denom": "utgd", @@ -4387,35 +4387,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", "coingecko_id": "umee", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uumee", ], "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", "exponent": 0, }, - Object { + { "denom": "umee", "exponent": 6, }, ], "description": "The native token of Umee", "display": "umee", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png", }, "name": "Umee", "symbol": "UMEE", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-184", }, - "counterparty": Object { + "counterparty": { "chain_name": "umee", "channel": "channel-0", "denom": "uumee", @@ -4424,37 +4424,37 @@ Array [ }, ], }, - Object { + { "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD", "coingecko_id": "vidulum", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uvdl", ], "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "vdl", "exponent": 6, }, ], "description": "The native token of Vidulum", "display": "vdl", - "logo_URIs": Object { + "logo_URIs": { "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", }, "name": "Vidulum", "symbol": "VDL", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-124", }, - "counterparty": Object { + "counterparty": { "chain_name": "vidulum", "channel": "channel-0", "denom": "uvdl", diff --git a/packages/utils/__tests__/__snapshots__/special.assets.test.js.snap b/packages/utils/__tests__/__snapshots__/special.assets.test.js.snap index 5b3c39469..9a4ed11ca 100644 --- a/packages/utils/__tests__/__snapshots__/special.assets.test.js.snap +++ b/packages/utils/__tests__/__snapshots__/special.assets.test.js.snap @@ -1,39 +1,39 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`getAssetLists 1`] = ` -Array [ - Object { - "assets": Array [ - Object { +[ + { + "assets": [ + { "base": "ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098", "coingecko_id": "akash-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uakt", ], "denom": "ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098", "exponent": 0, }, - Object { + { "denom": "akt", "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", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "AKT", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-5", }, - "counterparty": Object { + "counterparty": { "chain_name": "akash", "channel": "channel-6", "denom": "uakt", @@ -42,36 +42,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA", "coingecko_id": "cosmos", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uatom", ], "denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA", "exponent": 0, }, - Object { + { "denom": "atom", "exponent": 6, }, ], "description": "The native staking and governance token of the Cosmos Hub.", "display": "atom", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "ATOM", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-24", }, - "counterparty": Object { + "counterparty": { "chain_name": "cosmoshub", "channel": "channel-190", "denom": "uatom", @@ -80,35 +80,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/F53B622B0117ECCD0908C1F33ED71B846D9B0C888BE8A16C58098C0AB9497B0A", "coingecko_id": "crypto-com-chain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "basecro", ], "denom": "ibc/F53B622B0117ECCD0908C1F33ED71B846D9B0C888BE8A16C58098C0AB9497B0A", "exponent": 0, }, - Object { + { "denom": "cro", "exponent": 8, }, ], "description": "CRO coin is the token for the Crypto.com platform.", "display": "cro", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png", }, "name": "Cronos", "symbol": "CRO", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-11", }, - "counterparty": Object { + "counterparty": { "chain_name": "cryptoorgchain", "channel": "channel-17", "denom": "basecro", @@ -117,36 +117,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/5709B8339F05C7E37D27FCFEC18CEDBB0747309144C8B3C4A49C122F0F30B96B", "coingecko_id": "iris-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uiris", ], "denom": "ibc/5709B8339F05C7E37D27FCFEC18CEDBB0747309144C8B3C4A49C122F0F30B96B", "exponent": 0, }, - Object { + { "denom": "iris", "exponent": 6, }, ], "description": "The IRIS token is the native governance token for the IrisNet chain.", "display": "iris", - "logo_URIs": Object { + "logo_URIs": { "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", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-19", }, - "counterparty": Object { + "counterparty": { "chain_name": "irisnet", "channel": "channel-15", "denom": "uiris", @@ -155,36 +155,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/CA687302422C075B26948BEC7143F6D47BACAB53421D57DF30741F91D4DFCA1F", "coingecko_id": "juno-network", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "ujuno", ], "denom": "ibc/CA687302422C075B26948BEC7143F6D47BACAB53421D57DF30741F91D4DFCA1F", "exponent": 0, }, - Object { + { "denom": "juno", "exponent": 6, }, ], "description": "The native token of JUNO Chain", "display": "juno", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-37", }, - "counterparty": Object { + "counterparty": { "chain_name": "juno", "channel": "channel-33", "denom": "ujuno", @@ -193,41 +193,41 @@ Array [ }, ], }, - Object { + { "base": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85", "coingecko_id": "osmosis", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uosmo", ], "denom": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85", "exponent": 0, }, - Object { - "aliases": Array [], + { + "aliases": [], "denom": "osmo", "exponent": 6, }, ], "description": "The native token of Osmosis", "display": "osmo", - "keywords": Array [ + "keywords": [ "dex", "staking", ], - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-6", }, - "counterparty": Object { + "counterparty": { "chain_name": "osmosis", "channel": "channel-4", "denom": "uosmo", @@ -236,38 +236,38 @@ Array [ }, ], }, - Object { + { "base": "ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389", "coingecko_id": "ion", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uion", ], "denom": "ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389", "exponent": 0, }, - Object { + { "denom": "ion", "exponent": 6, }, ], "display": "ion", - "keywords": Array [ + "keywords": [ "memecoin", ], - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "ION", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-6", }, - "counterparty": Object { + "counterparty": { "chain_name": "osmosis", "channel": "channel-4", "denom": "uion", @@ -276,35 +276,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/7D053E5CF515235C2C8A923840D6D5352F19B08722B774355AC97C596C729D5C", "coingecko_id": "regen", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uregen", ], "denom": "ibc/7D053E5CF515235C2C8A923840D6D5352F19B08722B774355AC97C596C729D5C", "exponent": 0, }, - Object { + { "denom": "regen", "exponent": 6, }, ], "description": "REGEN coin is the token for the Regen Network Platform", "display": "regen", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png", }, "name": "Regen Network", "symbol": "REGEN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-21", }, - "counterparty": Object { + "counterparty": { "chain_name": "regen", "channel": "channel-14", "denom": "uregen", @@ -313,35 +313,35 @@ Array [ }, ], }, - Object { + { "base": "ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04", "coingecko_id": "sentinel", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "udvpn", ], "denom": "ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04", "exponent": 0, }, - Object { + { "denom": "dvpn", "exponent": 6, }, ], "description": "DVPN is the native token of the Sentinel Hub.", "display": "dvpn", - "logo_URIs": Object { + "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png", }, "name": "Sentinel", "symbol": "DVPN", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-22", }, - "counterparty": Object { + "counterparty": { "chain_name": "sentinel", "channel": "channel-15", "denom": "udvpn", @@ -350,12 +350,12 @@ Array [ }, ], }, - Object { + { "base": "ibc/BA51309DEEE69EF9159FADDCD9F566C372157A1F4E559076D201B255C27F484A", "coingecko_id": "sifchain", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "rowan", ], "denom": "ibc/BA51309DEEE69EF9159FADDCD9F566C372157A1F4E559076D201B255C27F484A", @@ -364,18 +364,18 @@ Array [ ], "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", - "logo_URIs": Object { + "logo_URIs": { "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": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-26", }, - "counterparty": Object { + "counterparty": { "chain_name": "sifchain", "channel": "channel-7", "denom": "rowan", @@ -384,36 +384,36 @@ Array [ }, ], }, - Object { + { "base": "ibc/43F1FDAC4E552DD8194B3FFD35EE16957BC39AFF5CA57545DB71161FA66E7DC0", "coingecko_id": "starname", - "denom_units": Array [ - Object { - "aliases": Array [ + "denom_units": [ + { + "aliases": [ "uiov", ], "denom": "ibc/43F1FDAC4E552DD8194B3FFD35EE16957BC39AFF5CA57545DB71161FA66E7DC0", "exponent": 0, }, - Object { + { "denom": "iov", "exponent": 6, }, ], "description": "IOV coin is the token for the Starname (IOV) Asset Name Service", "display": "iov", - "logo_URIs": Object { + "logo_URIs": { "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", "symbol": "IOV", - "traces": Array [ - Object { - "chain": Object { + "traces": [ + { + "chain": { "channel": "channel-27", }, - "counterparty": Object { + "counterparty": { "chain_name": "starname", "channel": "channel-13", "denom": "uiov", diff --git a/packages/utils/__tests__/class.test.ts b/packages/utils/__tests__/class.test.ts index d08f45a1d..fbd3b05e1 100644 --- a/packages/utils/__tests__/class.test.ts +++ b/packages/utils/__tests__/class.test.ts @@ -1,20 +1,23 @@ -import { ChainRegistry, ChainRegistryOptions } from '../src/registry'; +import { + ChainRegistryFetcher, + ChainRegistryFetcherOptions +} from '../src/registry'; it('ChainRegistry', async () => { - const options: ChainRegistryOptions = { + const options: ChainRegistryFetcherOptions = { urls: [ 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/chain.json', 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/assetlist.json' ] }; - const registry = new ChainRegistry(options); + const registry = new ChainRegistryFetcher(options); await registry.fetchUrls(); - expect(registry.chains().length).toBe(1); - expect(registry.assetLists().length).toBe(1); + expect(registry.chains.length).toBe(1); + expect(registry.assetLists.length).toBe(1); }); it('ChainInfo', async () => { - const options: ChainRegistryOptions = { + const options: ChainRegistryFetcherOptions = { urls: [ 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/chain.json', 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/assetlist.json', @@ -24,13 +27,13 @@ it('ChainInfo', async () => { 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_IBC/osmosis-secretnetwork.json' ] }; - const registry = new ChainRegistry(options); + const registry = new ChainRegistryFetcher(options); await registry.fetchUrls(); // get ChainInfo object const chainInfo = registry.getChainInfo('osmosis'); const generated = registry.getGeneratedAssetLists('osmosis'); - const gen2 = chainInfo.assetLists(); + const gen2 = chainInfo.assetLists; expect(gen2).toEqual(generated); const native = registry.getChainAssetList('osmosis'); const numGenerated = generated[0].assets.length; @@ -41,7 +44,7 @@ it('ChainInfo', async () => { const osmosisAssets = registry.getChainAssetList('osmosis'); // - expect(chainInfo.chain()).toEqual(osmosis); - expect(chainInfo.nativeAssetLists()).toEqual(osmosisAssets); + expect(chainInfo.chain).toEqual(osmosis); + expect(chainInfo.nativeAssetLists).toEqual(osmosisAssets); // chainInfo.chain_name; }); diff --git a/packages/utils/package.json b/packages/utils/package.json index b15ec3a39..4dbbe7f03 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chain-registry/utils", - "version": "0.9.0", + "version": "0.10.0", "description": "Chain Registry Utils", "author": "Dan Lynch ", "homepage": "https://github.com/cosmology-tech/chain-registry", @@ -73,7 +73,7 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chain-registry/types": "^0.9.0", + "@chain-registry/types": "^0.10.0", "bfs-path": "^1.0.2", "cross-fetch": "^3.1.5", "sha.js": "^2.4.11" diff --git a/packages/utils/src/registry.ts b/packages/utils/src/registry.ts index 79bfd35f0..e41753f8d 100644 --- a/packages/utils/src/registry.ts +++ b/packages/utils/src/registry.ts @@ -1,10 +1,15 @@ -import { AssetList, Chain, IBCInfo } from '@chain-registry/types'; +import { + AssetList, + Chain, + ChainRegistry, + IBCInfo +} from '@chain-registry/types'; import { basename } from 'bfs-path'; import fetch from 'cross-fetch'; import { getAssetLists } from './utils'; -export interface ChainRegistryOptions { +export interface ChainRegistryFetcherOptions { assetLists?: AssetList[]; chains?: Chain[]; ibcData?: IBCInfo[]; @@ -22,11 +27,11 @@ const fetchUrl = (url: string) => { export interface ChainInfoOptions { chain_name: string; - registry: ChainRegistry; + fetcher: ChainRegistryFetcher; } export class ChainInfo { chain_name: string; - registry: ChainRegistry; + fetcher: ChainRegistryFetcher; protected _asset_list: AssetList; protected _asset_lists: AssetList[]; @@ -35,14 +40,14 @@ export class ChainInfo { constructor(options: ChainInfoOptions) { this.chain_name = options.chain_name; - this.registry = options.registry; + this.fetcher = options.fetcher; this.refresh(); } refresh() { - this._asset_list = this.registry.getChainAssetList(this.chain_name); - this._ibc_data = this.registry.getChainIbcData(this.chain_name); - this._chain = this.registry.getChain(this.chain_name); + this._asset_list = this.fetcher.getChainAssetList(this.chain_name); + this._ibc_data = this.fetcher.getChainIbcData(this.chain_name); + this._chain = this.fetcher.getChain(this.chain_name); const supportedChains = this._ibc_data.reduce((m, v) => { if (!m.includes(v.chain_1.chain_name)) m.push(v.chain_1.chain_name); @@ -50,28 +55,30 @@ export class ChainInfo { return m; }, []); - this._asset_lists = this.registry - .assetLists() - .filter((list) => supportedChains.includes(list.chain_name)); + this._asset_lists = this.fetcher.assetLists.filter((list) => + supportedChains.includes(list.chain_name) + ); } - nativeAssetLists() { + get nativeAssetLists() { return this._asset_list; } - chain() { + get chain() { return this._chain; } - assetLists() { + get assetLists() { return getAssetLists(this.chain_name, this._ibc_data, this._asset_lists); } } -export class ChainRegistry { + +// QUESTION: should ChainRegistryFetcher just be ChainRegistry? +export class ChainRegistryFetcher implements ChainRegistry { protected _asset_lists: AssetList[] = []; protected _chains: Chain[] = []; protected _ibc_data: IBCInfo[] = []; urls: string[] = []; - constructor(options: ChainRegistryOptions = {}) { + constructor(options: ChainRegistryFetcherOptions = {}) { // if (options.assetLists) { this._asset_lists = options.assetLists; @@ -87,7 +94,7 @@ export class ChainRegistry { } } - assetLists(): AssetList[] { + get assetLists(): AssetList[] { return this._asset_lists; } @@ -99,7 +106,7 @@ export class ChainRegistry { return getAssetLists(chainName, this._ibc_data, this._asset_lists); } - chains() { + get chains() { return this._chains; } @@ -107,7 +114,7 @@ export class ChainRegistry { return this._chains.find((chain) => chain.chain_name === chainName); } - ibcData(): IBCInfo[] { + get ibcData(): IBCInfo[] { return this._ibc_data; } @@ -122,7 +129,7 @@ export class ChainRegistry { getChainInfo(chainName: string) { return new ChainInfo({ chain_name: chainName, - registry: this + fetcher: this }); } diff --git a/packages/utils/types/registry.d.ts b/packages/utils/types/registry.d.ts index 13a8aaaa5..782bf0555 100644 --- a/packages/utils/types/registry.d.ts +++ b/packages/utils/types/registry.d.ts @@ -1,4 +1,4 @@ -import { AssetList, Chain, IBCInfo } from '@chain-registry/types'; +import { AssetList, Chain, ChainRegistry, IBCInfo } from '@chain-registry/types'; export interface ChainRegistryOptions { assetLists?: AssetList[]; chains?: Chain[]; @@ -18,22 +18,22 @@ export declare class ChainInfo { protected _ibc_data: IBCInfo[]; constructor(options: ChainInfoOptions); refresh(): void; - nativeAssetLists(): AssetList; - chain(): Chain; - assetLists(): any[]; + get nativeAssetLists(): AssetList; + get chain(): Chain; + get assetLists(): any[]; } -export declare class ChainRegistry { +export declare class ChainRegistryFetcher implements ChainRegistry { protected _asset_lists: AssetList[]; protected _chains: Chain[]; protected _ibc_data: IBCInfo[]; urls: string[]; constructor(options?: ChainRegistryOptions); - assetLists(): AssetList[]; + get assetLists(): AssetList[]; getChainAssetList(chainName: string): AssetList; getGeneratedAssetLists(chainName: string): AssetList[]; - chains(): Chain[]; + get chains(): Chain[]; getChain(chainName: string): Chain; - ibcData(): IBCInfo[]; + get ibcData(): IBCInfo[]; getChainIbcData(chainName: string): IBCInfo[]; getChainInfo(chainName: string): ChainInfo; upsertChain(data: Chain): void;