From 81833e6e81b33808d3fc9666e42e3849fea3c644 Mon Sep 17 00:00:00 2001 From: Nur Fikri Date: Thu, 25 Jul 2024 04:13:02 +0700 Subject: [PATCH] [FRE-860] Rip chains codegen (#91) --- .changeset/chatty-students-happen.md | 5 + .gitmodules | 6 - chain-registry | 1 - initia-registry | 1 - package.json | 2 - packages/core/package.json | 6 +- packages/core/src/chains.ts | 279 +++++++++--------- packages/widget/package.json | 7 +- packages/widget/src/ast/_constants.ts | 3 - packages/widget/src/ast/_types.ts | 18 -- packages/widget/src/ast/get-chains-paths.ts | 27 -- .../widget/src/ast/parse-asset-list-json.ts | 26 -- packages/widget/src/ast/parse-chain-json.ts | 18 -- packages/widget/src/ast/parse-chain-paths.ts | 80 ----- .../widget/src/ast/validate-chains-paths.ts | 31 -- packages/widget/src/ast/write-entrypoints.ts | 78 ----- packages/widget/src/chains/assets.ts | 6 - packages/widget/src/chains/chain-infos.ts | 6 - packages/widget/src/chains/chains.ts | 6 - packages/widget/src/chains/explorers.ts | 6 - packages/widget/src/chains/index.ts | 49 +-- packages/widget/src/chains/pretty.ts | 5 - packages/widget/src/chains/types.ts | 10 - packages/widget/src/hooks/use-chains.ts | 7 +- .../widget/src/hooks/use-make-wallets.tsx | 2 +- .../widget/src/provider/skip-provider.tsx | 5 +- .../widget/src/provider/wallet/cosmos.tsx | 8 +- packages/widget/src/scripts/codegen.ts | 42 --- packages/widget/src/utils/chain.ts | 6 +- packages/widget/src/utils/explorer.ts | 4 +- yarn.lock | 49 +-- 31 files changed, 224 insertions(+), 575 deletions(-) create mode 100644 .changeset/chatty-students-happen.md delete mode 160000 chain-registry delete mode 160000 initia-registry delete mode 100644 packages/widget/src/ast/_constants.ts delete mode 100644 packages/widget/src/ast/_types.ts delete mode 100644 packages/widget/src/ast/get-chains-paths.ts delete mode 100644 packages/widget/src/ast/parse-asset-list-json.ts delete mode 100644 packages/widget/src/ast/parse-chain-json.ts delete mode 100644 packages/widget/src/ast/parse-chain-paths.ts delete mode 100644 packages/widget/src/ast/validate-chains-paths.ts delete mode 100644 packages/widget/src/ast/write-entrypoints.ts delete mode 100644 packages/widget/src/chains/assets.ts delete mode 100644 packages/widget/src/chains/chain-infos.ts delete mode 100644 packages/widget/src/chains/chains.ts delete mode 100644 packages/widget/src/chains/explorers.ts delete mode 100644 packages/widget/src/chains/pretty.ts delete mode 100644 packages/widget/src/chains/types.ts delete mode 100644 packages/widget/src/scripts/codegen.ts diff --git a/.changeset/chatty-students-happen.md b/.changeset/chatty-students-happen.md new file mode 100644 index 000000000..c887ee980 --- /dev/null +++ b/.changeset/chatty-students-happen.md @@ -0,0 +1,5 @@ +--- +'@skip-go/widget': patch +--- + +remove chains codegen diff --git a/.gitmodules b/.gitmodules index 9b0be51d4..f34176dab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[submodule "chain-registry"] - path = chain-registry - url = https://github.com/cosmos/chain-registry.git -[submodule "initia-registry"] - path = initia-registry - url = https://github.com/initia-labs/initia-registry.git [submodule "vendor/cosmos-proto"] path = vendor/cosmos-proto url = https://github.com/cosmos/cosmos-proto.git diff --git a/chain-registry b/chain-registry deleted file mode 160000 index 82f4c882b..000000000 --- a/chain-registry +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 82f4c882b6e0b2c9b26c898c360eb870be512e03 diff --git a/initia-registry b/initia-registry deleted file mode 160000 index b82033705..000000000 --- a/initia-registry +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b82033705c2c5af5e8ddb9e73decca2a1afa25c8 diff --git a/package.json b/package.json index ca3129d6a..7f4ff303a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "build:nextjs": "yarn workspace nextjs build", "build:core": "yarn workspace @skip-go/core build", "codegen": "yarn workspace @skip-go/core codegen", - "chains": "yarn workspace @skip-go/widget run chains:generate", "test": "yarn workspace @skip-go/core run test", "submodule": "yarn run submodule:init && yarn run submodule:update", "submodule:init": "git submodule init", @@ -46,7 +45,6 @@ "@cosmos-kit/react": "2.10.x", "@cosmos-kit/station": "2.5.x", "@cosmos-kit/vectis": "2.6.x", - "@graz-sh/types": "^0.0.14", "@initia/initia-registry": "0.1.9", "@injectivelabs/core-proto-ts": "0.0.21", "@injectivelabs/sdk-ts": "1.14.5", diff --git a/packages/core/package.json b/packages/core/package.json index 4220092d2..8a8abaccf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -26,9 +26,6 @@ "watch": "tsup --watch", "watch:link": "tsup --watch --onSuccess \"yalc push\"" }, - "peerDependencies": { - "chain-registry": "^1.33.11" - }, "dependencies": { "@cosmjs/amino": "0.32.4", "@cosmjs/cosmwasm-stargate": "0.32.4", @@ -37,13 +34,14 @@ "@cosmjs/proto-signing": "0.32.4", "@cosmjs/stargate": "0.32.4", "@cosmjs/tendermint-rpc": "0.32.4", - "@initia/initia-registry": "0.1.9", + "@initia/initia-registry": "latest", "@injectivelabs/core-proto-ts": "0.0.21", "@injectivelabs/sdk-ts": "1.14.5", "@keplr-wallet/unit": "^0.12.67", "@solana/wallet-adapter-base": "^0.9.23", "@solana/web3.js": "^1.91.1", "axios": "1.x", + "chain-registry": "latest", "cosmjs-types": "0.8.0", "keccak256": "1.x", "kujira.js": "0.9.x", diff --git a/packages/core/src/chains.ts b/packages/core/src/chains.ts index e8c893ff8..3a7544c4d 100644 --- a/packages/core/src/chains.ts +++ b/packages/core/src/chains.ts @@ -1,24 +1,25 @@ -import * as chainRegistry from "chain-registry"; -import * as initiaRegistry from "@initia/initia-registry"; +import { Chain } from '@chain-registry/types'; +import * as chainRegistry from 'chain-registry'; +import * as initiaRegistry from '@initia/initia-registry'; /** @deprecated */ const DYDX_CHAIN = { - $schema: "../chain.schema.json", - chain_name: "dydx", - status: "live", - website: "https://dydx.exchange/", - network_type: "mainnet", - pretty_name: "dYdX Protocol", - chain_id: "dydx-mainnet-1", - bech32_prefix: "dydx", - daemon_name: "dydxprotocold", - node_home: "$HOME/.dydxprotocol", - key_algos: ["secp256k1"], + $schema: '../chain.schema.json', + chain_name: 'dydx', + status: 'live', + website: 'https://dydx.exchange/', + network_type: 'mainnet', + pretty_name: 'dYdX Protocol', + chain_id: 'dydx-mainnet-1', + bech32_prefix: 'dydx', + daemon_name: 'dydxprotocold', + node_home: '$HOME/.dydxprotocol', + key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [ { - denom: "adydx", + denom: 'adydx', fixed_min_gas_price: 12500000000, low_gas_price: 12500000000, average_gas_price: 12500000000, @@ -26,7 +27,7 @@ const DYDX_CHAIN = { }, { denom: - "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5', fixed_min_gas_price: 0.025, low_gas_price: 0.025, average_gas_price: 0.025, @@ -37,195 +38,195 @@ const DYDX_CHAIN = { staking: { staking_tokens: [ { - denom: "adydx", + denom: 'adydx', }, ], }, codebase: { - git_repo: "https://github.com/dydxprotocol/v4-chain/", - recommended_version: "v1.0.0", - compatible_versions: ["v1.0.0"], - cosmos_sdk_version: "v0.47.4", + git_repo: 'https://github.com/dydxprotocol/v4-chain/', + recommended_version: 'v1.0.0', + compatible_versions: ['v1.0.0'], + cosmos_sdk_version: 'v0.47.4', cosmwasm_enabled: false, genesis: { genesis_url: - "https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json", + 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json', }, versions: [ { - name: "v1", - recommended_version: "v1.0.0", - compatible_versions: ["v1.0.0"], - cosmos_sdk_version: "v0.47.4", + name: 'v1', + recommended_version: 'v1.0.0', + compatible_versions: ['v1.0.0'], + cosmos_sdk_version: 'v0.47.4', }, ], }, logo_URIs: { - png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png", - svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg", + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg', }, peers: { seeds: [ { - id: "20e1000e88125698264454a884812746c2eb4807", - address: "seeds.lavenderfive.com:23856", - provider: "Lavender.Five Nodes 🐝", + id: '20e1000e88125698264454a884812746c2eb4807', + address: 'seeds.lavenderfive.com:23856', + provider: 'Lavender.Five Nodes 🐝', }, { - id: "ebc272824924ea1a27ea3183dd0b9ba713494f83", - address: "dydx-mainnet-seed.autostake.com:27366", - provider: "AutoStake 🛡️ Slash Protected", + id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83', + address: 'dydx-mainnet-seed.autostake.com:27366', + provider: 'AutoStake 🛡️ Slash Protected', }, { - id: "65b740ee326c9260c30af1f044e9cda63c73f7c1", - address: "seeds.kingnodes.net:23856", - provider: "Kingnodes", + id: '65b740ee326c9260c30af1f044e9cda63c73f7c1', + address: 'seeds.kingnodes.net:23856', + provider: 'Kingnodes', }, { - id: "4c30c8a95e26b07b249813b677caab28bf0c54eb", - address: "rpc.dydx.nodestake.top:666", - provider: "NodeStake", + id: '4c30c8a95e26b07b249813b677caab28bf0c54eb', + address: 'rpc.dydx.nodestake.top:666', + provider: 'NodeStake', }, { - id: "400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc", - address: "dydx.rpc.kjnodes.com:17059", - provider: "kjnodes", + id: '400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc', + address: 'dydx.rpc.kjnodes.com:17059', + provider: 'kjnodes', }, { - id: "e1b058e5cfa2b836ddaa496b10911da62dcf182e", - address: "dydx-seed-de.allnodes.me:26656", - provider: "Allnodes ⚡️ Nodes & Staking", + id: 'e1b058e5cfa2b836ddaa496b10911da62dcf182e', + address: 'dydx-seed-de.allnodes.me:26656', + provider: 'Allnodes ⚡️ Nodes & Staking', }, { - id: "e726816f42831689eab9378d5d577f1d06d25716", - address: "dydx-seed-us.allnodes.me:26656", - provider: "Allnodes ⚡️ Nodes & Staking", + id: 'e726816f42831689eab9378d5d577f1d06d25716', + address: 'dydx-seed-us.allnodes.me:26656', + provider: 'Allnodes ⚡️ Nodes & Staking', }, ], persistent_peers: [ { - id: "ebc272824924ea1a27ea3183dd0b9ba713494f83", - address: "dydx-mainnet-peer.autostake.com:27366", - provider: "AutoStake 🛡️ Slash Protected", + id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83', + address: 'dydx-mainnet-peer.autostake.com:27366', + provider: 'AutoStake 🛡️ Slash Protected', }, ], }, apis: { rpc: [ { - address: "https://dydx-rpc.lavenderfive.com:443", - provider: "Lavender.Five Nodes 🐝", + address: 'https://dydx-rpc.lavenderfive.com:443', + provider: 'Lavender.Five Nodes 🐝', }, { - address: "https://dydx-mainnet-rpc.autostake.com:443", - provider: "AutoStake 🛡️ Slash Protected", + address: 'https://dydx-mainnet-rpc.autostake.com:443', + provider: 'AutoStake 🛡️ Slash Protected', }, { - address: "https://rpc-dydx.ecostake.com:443", - provider: "ecostake", + address: 'https://rpc-dydx.ecostake.com:443', + provider: 'ecostake', }, { - address: "https://rpc.dydx.nodestake.top:443", - provider: "NodeStake", + address: 'https://rpc.dydx.nodestake.top:443', + provider: 'NodeStake', }, { - address: "https://dydx.rpc.kjnodes.com:443", - provider: "kjnodes", + address: 'https://dydx.rpc.kjnodes.com:443', + provider: 'kjnodes', }, { - address: "https://dydx-rpc.publicnode.com:443", - provider: "Allnodes ⚡️ Nodes & Staking", + address: 'https://dydx-rpc.publicnode.com:443', + provider: 'Allnodes ⚡️ Nodes & Staking', }, ], rest: [ { - address: "https://dydx-api.lavenderfive.com:443", - provider: "Lavender.Five Nodes 🐝", + address: 'https://dydx-api.lavenderfive.com:443', + provider: 'Lavender.Five Nodes 🐝', }, { - address: "https://dydx-mainnet-lcd.autostake.com:443", - provider: "AutoStake 🛡️ Slash Protected", + address: 'https://dydx-mainnet-lcd.autostake.com:443', + provider: 'AutoStake 🛡️ Slash Protected', }, { - address: "https://rest-dydx.ecostake.com:443", - provider: "ecostake", + address: 'https://rest-dydx.ecostake.com:443', + provider: 'ecostake', }, { - address: "https://api.dydx.nodestake.top:443", - provider: "NodeStake", + address: 'https://api.dydx.nodestake.top:443', + provider: 'NodeStake', }, { - address: "https://dydx.api.kjnodes.com:443", - provider: "kjnodes", + address: 'https://dydx.api.kjnodes.com:443', + provider: 'kjnodes', }, { - address: "https://dydx-rest.publicnode.com", - provider: "Allnodes ⚡️ Nodes & Staking", + address: 'https://dydx-rest.publicnode.com', + provider: 'Allnodes ⚡️ Nodes & Staking', }, ], grpc: [ { - address: "https://dydx-grpc.lavenderfive.com", - provider: "Lavender.Five Nodes 🐝", + address: 'https://dydx-grpc.lavenderfive.com', + provider: 'Lavender.Five Nodes 🐝', }, { - address: "dydx-mainnet-grpc.autostake.com:443", - provider: "AutoStake 🛡️ Slash Protected", + address: 'dydx-mainnet-grpc.autostake.com:443', + provider: 'AutoStake 🛡️ Slash Protected', }, { - address: "https://grpc.dydx.nodestake.top", - provider: "NodeStake", + address: 'https://grpc.dydx.nodestake.top', + provider: 'NodeStake', }, { - address: "dydx.grpc.kjnodes.com:443", - provider: "kjnodes", + address: 'dydx.grpc.kjnodes.com:443', + provider: 'kjnodes', }, { - address: "dydx-grpc.publicnode.com:443", - provider: "Allnodes ⚡️ Nodes & Staking", + address: 'dydx-grpc.publicnode.com:443', + provider: 'Allnodes ⚡️ Nodes & Staking', }, ], }, explorers: [ { - kind: "mintscan", - url: "https://www.mintscan.io/dydx", - tx_page: "https://www.mintscan.io/dydx/txs/${txHash}", - account_page: "https://www.mintscan.io/dydx/account/${accountAddress}", + kind: 'mintscan', + url: 'https://www.mintscan.io/dydx', + tx_page: 'https://www.mintscan.io/dydx/txs/${txHash}', + account_page: 'https://www.mintscan.io/dydx/account/${accountAddress}', }, { - kind: "NodeStake", - url: "https://explorer.nodestake.top/dydx/", - tx_page: "https://explorer.nodestake.top/dydx/txs/${txHash}", + kind: 'NodeStake', + url: 'https://explorer.nodestake.top/dydx/', + tx_page: 'https://explorer.nodestake.top/dydx/txs/${txHash}', account_page: - "https://explorer.nodestake.top/dydx/account/${accountAddress}", + 'https://explorer.nodestake.top/dydx/account/${accountAddress}', }, ], images: [ { - png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png", - svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg", + png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png', + svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg', }, ], }; /** @deprecated */ const CELESTIA_CHAIN = { - $schema: "../chain.schema.json", - chain_name: "celestia", - chain_id: "celestia", - pretty_name: "Celestia", - status: "live", - network_type: "mainnet", - bech32_prefix: "celestia", - daemon_name: "celestia-appd", - node_home: "$HOME/.celestia-app", - key_algos: ["secp256k1"], + $schema: '../chain.schema.json', + chain_name: 'celestia', + chain_id: 'celestia', + pretty_name: 'Celestia', + status: 'live', + network_type: 'mainnet', + bech32_prefix: 'celestia', + daemon_name: 'celestia-appd', + node_home: '$HOME/.celestia-app', + key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [ { - denom: "utia", + denom: 'utia', fixed_min_gas_price: 0, low_gas_price: 0.1, average_gas_price: 0.2, @@ -234,91 +235,91 @@ const CELESTIA_CHAIN = { ], }, codebase: { - git_repo: "https://github.com/celestiaorg/celestia-app", - recommended_version: "v1.3.0", - compatible_versions: ["v1.3.0"], + git_repo: 'https://github.com/celestiaorg/celestia-app', + recommended_version: 'v1.3.0', + compatible_versions: ['v1.3.0'], genesis: { genesis_url: - "https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json", + 'https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json', }, versions: [ { - name: "v1.3.0", - recommended_version: "v1.3.0", - compatible_versions: ["v1.3.0"], + name: 'v1.3.0', + recommended_version: 'v1.3.0', + compatible_versions: ['v1.3.0'], }, ], }, peers: { seeds: [ { - id: "e6116822e1a5e283d8a85d3ec38f4d232274eaf3", - address: "consensus-full-seed-1.celestia-bootstrap.net:26656", - provider: "Celestia Foundation", + id: 'e6116822e1a5e283d8a85d3ec38f4d232274eaf3', + address: 'consensus-full-seed-1.celestia-bootstrap.net:26656', + provider: 'Celestia Foundation', }, { - id: "cf7ac8b19ff56a9d47c75551bd4864883d1e24b5", - address: "consensus-full-seed-1.celestia-bootstrap.net:26656", - provider: "Celestia Foundation", + id: 'cf7ac8b19ff56a9d47c75551bd4864883d1e24b5', + address: 'consensus-full-seed-1.celestia-bootstrap.net:26656', + provider: 'Celestia Foundation', }, ], }, apis: { rpc: [ { - address: "https://public-celestia-rpc.numia.xyz", - provider: "Numia", + address: 'https://public-celestia-rpc.numia.xyz', + provider: 'Numia', }, { - address: "https://celestia-rpc.mesa.newmetric.xyz", - provider: "Newmetric", + address: 'https://celestia-rpc.mesa.newmetric.xyz', + provider: 'Newmetric', }, { - address: "https://rpc.lunaroasis.net", - provider: "Lunar Oasis", + address: 'https://rpc.lunaroasis.net', + provider: 'Lunar Oasis', }, ], rest: [ { - address: "https://public-celestia-lcd.numia.xyz", - provider: "Numia", + address: 'https://public-celestia-lcd.numia.xyz', + provider: 'Numia', }, { - address: "https://celestia-rest.mesa.newmetric.xyz", - provider: "Newmetric", + address: 'https://celestia-rest.mesa.newmetric.xyz', + provider: 'Newmetric', }, { - address: "https://api.lunaroasis.net", - provider: "Lunar Oasis", + address: 'https://api.lunaroasis.net', + provider: 'Lunar Oasis', }, ], }, explorers: [ { - kind: "Mintscan", - url: "https://mintscan.io/celestia", - tx_page: "https://mintscan.io/celestia/txs/${txHash}", + kind: 'Mintscan', + url: 'https://mintscan.io/celestia', + tx_page: 'https://mintscan.io/celestia/txs/${txHash}', }, ], }; /** @deprecated */ -export function chains() { +export function chains(): Chain[] { const chains = chainRegistry.chains; - if (chains.findIndex((chain) => chain.chain_id === "dydx-mainnet-1") === -1) { + if (chains.findIndex((chain) => chain.chain_id === 'dydx-mainnet-1') === -1) { chains.push(DYDX_CHAIN); } - if (chains.findIndex((chain) => chain.chain_id === "celestia") === -1) { + if (chains.findIndex((chain) => chain.chain_id === 'celestia') === -1) { chains.push(CELESTIA_CHAIN); } return chains; } -export function initiaChains() { - const chains = initiaRegistry.chains; +export function initiaChains(): Chain[] { + const chains = initiaRegistry.chains as Chain[]; return chains; } diff --git a/packages/widget/package.json b/packages/widget/package.json index 1892ab0c4..64ca2bfeb 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -27,7 +27,6 @@ "dev": "rollup --config rollup.config.js -w", "build": "rollup --config rollup.config.js", "lint": "eslint src --ext .ts", - "chains:generate": "tsx ./src/scripts/codegen.ts", "postpublish": "yarn run post", "prepublishOnly": "yarn run pre", "prepack": "yarn run pre", @@ -69,8 +68,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "viem": "^2.7.16", - "wagmi": "^2.5.7", - "@graz-sh/types": "0.0.14" + "wagmi": "^2.5.7" }, "dependencies": { "@cosmos-kit/cosmostation-extension": "^2.7.10", @@ -81,8 +79,8 @@ "@cosmos-kit/station": "2.5.x", "@cosmos-kit/vectis": "2.6.x", "@emotion/css": "^11.11.2", - "@graz-sh/types": "0.0.14", "@heroicons/react": "^2.1.3", + "@initia/initia-registry": "latest", "@injectivelabs/utils": "1.14.6", "@interchain-ui/react": "^1.23.13", "@r2wc/react-to-web-component": "^2.0.3", @@ -100,6 +98,7 @@ "@solana/web3.js": "^1.91.8", "@tailwindcss/forms": "^0.5.7", "@tanstack/react-query": "^5.18.1", + "chain-registry": "latest", "clsx": "^2.1.1", "match-sorter": "^6.3.4", "react-hot-toast": "^2.4.1", diff --git a/packages/widget/src/ast/_constants.ts b/packages/widget/src/ast/_constants.ts deleted file mode 100644 index d9448b9fb..000000000 --- a/packages/widget/src/ast/_constants.ts +++ /dev/null @@ -1,3 +0,0 @@ -import * as os from "os"; - -export const concurrency = Math.max(1, (os.cpus() || { length: 1 }).length - 1); diff --git a/packages/widget/src/ast/_types.ts b/packages/widget/src/ast/_types.ts deleted file mode 100644 index 348f12ddf..000000000 --- a/packages/widget/src/ast/_types.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { Asset, AssetList, Chain, ChainInfo, Explorer } from "@graz-sh/types"; - -export interface Variables { - assetlists: AssetList[]; - chains: Chain[]; - - chainIds: string[]; - chainNames: string[]; - - chainIdToName: Record; - chainIdToPrettyName: Record; - chainNameToId: Record; - - chainRecord: Record; - assetsRecord: Record; - explorersRecord: Record; - chainInfosRecord: Record; -} diff --git a/packages/widget/src/ast/get-chains-paths.ts b/packages/widget/src/ast/get-chains-paths.ts deleted file mode 100644 index 95f51b56c..000000000 --- a/packages/widget/src/ast/get-chains-paths.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { globby } from "globby"; - -interface Args { - registryPath: string; -} - -export async function getChainsPaths({ registryPath }: Args) { - const mainnetGlobs = ["*", "!_*", "!testnets"]; - const testnetGlobs = ["testnets/*", "!testnets/_*"]; - const paths = await globby([...mainnetGlobs, ...testnetGlobs], { - cwd: registryPath, - onlyDirectories: true, - }); - - return paths; -} - -export async function getInitiaChainsPaths({ registryPath }: Args) { - const devnetGlobs = ["testnets/*", "!testnets/_*"]; - - const initiaPaths = await globby([...devnetGlobs], { - cwd: registryPath, - onlyDirectories: true, - }); - - return initiaPaths; -} diff --git a/packages/widget/src/ast/parse-asset-list-json.ts b/packages/widget/src/ast/parse-asset-list-json.ts deleted file mode 100644 index f7e50d4f1..000000000 --- a/packages/widget/src/ast/parse-asset-list-json.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { AssetList } from "@graz-sh/types"; -import { assetListSchema } from "@graz-sh/types/zod"; -import * as fs from "fs/promises"; -import * as path from "path"; - -interface Args { - registryPath: string; - chainPath: string; -} - -export async function parseAssetListJson({ registryPath, chainPath }: Args) { - const jsonPath = path.resolve(registryPath, chainPath, "assetlist.json"); - - let data: AssetList; - try { - const content = await fs.readFile(jsonPath, "utf-8"); - data = await assetListSchema.parseAsync(JSON.parse(content)); - } catch (error) { - data = { - chain_name: chainPath, - assets: [], - }; - } - - return data; -} diff --git a/packages/widget/src/ast/parse-chain-json.ts b/packages/widget/src/ast/parse-chain-json.ts deleted file mode 100644 index cea822726..000000000 --- a/packages/widget/src/ast/parse-chain-json.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { Chain } from "@graz-sh/types"; -import { chainSchema } from "@graz-sh/types/zod"; -import * as fs from "fs/promises"; -import * as path from "path"; - -interface Args { - registryPath: string; - chainPath: string; -} - -export async function parseChainJson({ registryPath, chainPath }: Args) { - const jsonPath = path.resolve(registryPath, chainPath, "chain.json"); - - const content = await fs.readFile(jsonPath, "utf-8"); - const data: Chain = await chainSchema.parseAsync(JSON.parse(content)); - - return data; -} diff --git a/packages/widget/src/ast/parse-chain-paths.ts b/packages/widget/src/ast/parse-chain-paths.ts deleted file mode 100644 index dd19b8b2d..000000000 --- a/packages/widget/src/ast/parse-chain-paths.ts +++ /dev/null @@ -1,80 +0,0 @@ -import { Asset, AssetList, Chain, ChainInfo, Explorer } from "@graz-sh/types"; -import { chainToChainInfo } from "@graz-sh/types/convert"; -import pMap from "p-map"; - -import { concurrency } from "./_constants"; -import { Variables } from "./_types"; -import { parseAssetListJson } from "./parse-asset-list-json"; -import { parseChainJson } from "./parse-chain-json"; - -interface Args { - registryPath: string; - chainPaths: string[]; - initiaRegistryPath: string; - initiaChainPaths: string[]; -} - -export async function parseChainPaths({ - registryPath, - chainPaths, - initiaChainPaths, - initiaRegistryPath, -}: Args): Promise { - const chains: Chain[] = []; - const assetlists: AssetList[] = []; - - const chainIds: string[] = []; - const chainNames: string[] = []; - - const chainIdToName: Record = {}; - const chainIdToPrettyName: Record = {}; - const chainNameToId: Record = {}; - const chainRecord: Record = {}; - const assetsRecord: Record = {}; - const explorersRecord: Record = {}; - const chainInfosRecord: Record = {}; - - async function loadChainPath(_registryPath: string, chainPath: string) { - const [assetlist, chain] = await Promise.all([ - parseAssetListJson({ registryPath: _registryPath, chainPath }), - parseChainJson({ registryPath: _registryPath, chainPath }), - ]); - - chains.push(chain); - assetlists.push(assetlist); - - chainIds.push(chain.chain_id); - chainNames.push(chain.chain_name); - - chainIdToName[chain.chain_id] = chain.chain_name; - chainIdToPrettyName[chain.chain_id] = chain.pretty_name; - - chainNameToId[chain.chain_name] = chain.chain_id; - - chainRecord[chain.chain_id] = chain; - assetsRecord[chain.chain_id] = assetlist.assets; - explorersRecord[chain.chain_id] = chain.explorers || []; - if (assetlist.assets.length > 0) - chainInfosRecord[chain.chain_id] = chainToChainInfo({ - chain, - assetlist, - }); - } - - await pMap(chainPaths, (i) => loadChainPath(registryPath, i), { concurrency }); - await pMap(initiaChainPaths, (i) => loadChainPath(initiaRegistryPath, i), { concurrency }); - - return { - chains, - assetlists, - chainIds, - chainNames, - chainIdToName, - chainIdToPrettyName, - chainNameToId, - chainRecord, - assetsRecord, - explorersRecord, - chainInfosRecord, - }; -} diff --git a/packages/widget/src/ast/validate-chains-paths.ts b/packages/widget/src/ast/validate-chains-paths.ts deleted file mode 100644 index e9695ccd8..000000000 --- a/packages/widget/src/ast/validate-chains-paths.ts +++ /dev/null @@ -1,31 +0,0 @@ -import * as fs from "fs/promises"; -import pMap, { pMapSkip } from "p-map"; -import * as path from "path"; - -import { concurrency } from "./_constants"; - -interface Args { - registryPath: string; - chainPaths: string[]; -} - -export async function validateChainsPaths({ registryPath, chainPaths }: Args) { - const filesToCheck = ["chain.json"]; - - const checkFiles = async (chainPath: string) => { - try { - await Promise.all( - filesToCheck.map((file) => { - return fs.lstat(path.resolve(registryPath, chainPath, file)); - }), - ); - return chainPath; - } catch (error) { - return pMapSkip; - } - }; - - const validChainPaths = await pMap(chainPaths, checkFiles, { concurrency }); - - return validChainPaths; -} diff --git a/packages/widget/src/ast/write-entrypoints.ts b/packages/widget/src/ast/write-entrypoints.ts deleted file mode 100644 index 069be21e8..000000000 --- a/packages/widget/src/ast/write-entrypoints.ts +++ /dev/null @@ -1,78 +0,0 @@ -import * as fs from "fs/promises"; -import * as path from "path"; - -import { Variables } from "./_types"; - -interface Args { - variables: Variables; - destPath: string; -} - -export async function writeEntrypoints({ variables: v, destPath }: Args) { - await fs.mkdir(path.resolve(destPath), { recursive: true }).catch(() => void 0); - - const typesTs = `/* eslint-disable */ -// @ts-nocheck -export const chainIds = ${JSON.stringify(v.chainIds)} as const; -export type ChainId = (typeof chainIds)[number] | (string & {}); - -export const chainNames = ${JSON.stringify(v.chainNames)} as const; -export type ChainName = (typeof chainNames)[number] | (string & {}); - -export const chainIdToName: Record = ${JSON.stringify(v.chainIdToName)}; -export const chainNameToId: Record = ${JSON.stringify(v.chainNameToId)}; -`; - const typesTarget = path.resolve(destPath, "types.ts"); - await fs.writeFile(typesTarget, typesTs, "utf-8"); - - const prettyTs = `/* eslint-disable */ -// @ts-nocheck -import { ChainId } from "./types" - -export const chainIdToPrettyName: Record = ${JSON.stringify(v.chainIdToPrettyName)}; -`; - const prettyTarget = path.resolve(destPath, "pretty.ts"); - await fs.writeFile(prettyTarget, prettyTs, "utf-8"); - - const explorersTs = `/* eslint-disable */ -// @ts-nocheck -import { Explorer } from "@graz-sh/types"; -import { ChainId } from "./types" - -export const explorersRecord: Record = ${JSON.stringify(v.explorersRecord)}; -`; - const explorersTarget = path.resolve(destPath, "explorers.ts"); - await fs.writeFile(explorersTarget, explorersTs, "utf-8"); - - const chainsTs = `/* eslint-disable */ -// @ts-nocheck -import { Chain } from "@graz-sh/types"; -import { ChainId } from "./types"; - -export const chainRecord: Record = ${JSON.stringify(v.chainRecord)}; -`; - const chainsTarget = path.resolve(destPath, "chains.ts"); - await fs.writeFile(chainsTarget, chainsTs, "utf-8"); - - const assetsTs = `/* eslint-disable */ -// @ts-nocheck -import { Asset, AssetList } from "@graz-sh/types"; -import { ChainId } from "./types"; - -export const assetsRecord: Record = ${JSON.stringify(v.assetsRecord)}; -`; - - const assetsTarget = path.resolve(destPath, "assets.ts"); - await fs.writeFile(assetsTarget, assetsTs, "utf-8"); - - const chainInfosTs = `/* eslint-disable */ -// @ts-nocheck -import { ChainInfo } from "@graz-sh/types"; -import { ChainId } from "./types"; - -export const chainInfosRecord: Record = ${JSON.stringify(v.chainInfosRecord)}; -`; - - const chainInfosTarget = path.resolve(destPath, "chain-infos.ts"); - await fs.writeFile(chainInfosTarget, chainInfosTs, "utf-8"); -} diff --git a/packages/widget/src/chains/assets.ts b/packages/widget/src/chains/assets.ts deleted file mode 100644 index b33e50305..000000000 --- a/packages/widget/src/chains/assets.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* eslint-disable */ -// @ts-nocheck -import { Asset, AssetList } from "@graz-sh/types"; -import { ChainId } from "./types"; - -export const assetsRecord: Record = {"acre_9052-1":[{"description":"The native EVM, governance and staking token of the Acrechain","denom_units":[{"denom":"aacre","exponent":0},{"denom":"acre","exponent":18}],"base":"aacre","name":"Acre","display":"acre","symbol":"ACRE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"}],"coingecko_id":"arable-protocol"},{"description":"Overcollateralized stable coin for Arable derivatives v1","denom_units":[{"denom":"erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c","exponent":0},{"denom":"arusd","exponent":18}],"base":"erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c","name":"Arable USD","display":"arusd","symbol":"arUSD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg"}],"coingecko_id":"arable-usd"},{"description":"Ciento Exchange Token","denom_units":[{"denom":"erc20/0xAE6D3334989a22A65228732446731438672418F2","exponent":0},{"denom":"cnto","exponent":18}],"base":"erc20/0xAE6D3334989a22A65228732446731438672418F2","name":"Ciento Token","display":"cnto","symbol":"CNTO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg"}]}],"eightball-1":[{"description":"The native staking token of 8ball.","denom_units":[{"denom":"uebl","exponent":0},{"denom":"ebl","exponent":6}],"base":"uebl","name":"8ball","display":"ebl","symbol":"EBL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"}]}],"agoric-3":[{"description":"BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.","denom_units":[{"denom":"ubld","exponent":0},{"denom":"bld","exponent":6}],"base":"ubld","name":"Agoric","display":"bld","symbol":"BLD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"}],"coingecko_id":"agoric"},{"description":"IST is the stable token used by the Agoric chain for execution fees and commerce.","denom_units":[{"denom":"uist","exponent":0},{"denom":"ist","exponent":6}],"base":"uist","name":"Inter Stable Token","display":"ist","symbol":"IST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"}],"coingecko_id":"inter-stable-token"}],"aioz_168-1":[{"description":"The native staking and governance token of the AIOZ Network.","denom_units":[{"denom":"attoaioz","exponent":0},{"denom":"nanoaioz","exponent":9},{"denom":"aioz","exponent":18}],"base":"attoaioz","name":"AIOZ","display":"aioz","symbol":"AIOZ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"}],"coingecko_id":"aioz-network"}],"akashnet-2":[{"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.","denom_units":[{"denom":"uakt","exponent":0},{"denom":"akt","exponent":6}],"base":"uakt","name":"Akash Network","display":"akt","symbol":"AKT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}],"coingecko_id":"akash-network"},{"description":"Tether USDt on Akash","denom_units":[{"denom":"ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-130"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]}],"akiro-1":[{"description":"AKIRO meme token","denom_units":[{"denom":"uakiro","exponent":0},{"denom":"akiro","exponent":6}],"base":"uakiro","name":"AKIRO","display":"akiro","symbol":"AKIRO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"}]}],"althea_258432-1":[{"description":"Althea native token","denom_units":[{"denom":"aalthea","exponent":0},{"denom":"althea","exponent":18}],"base":"aalthea","name":"Althea Token","display":"althea","symbol":"ALTHEA","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg"}]}],"andromeda-1":[{"description":"The native staking and governance token of Andromeda","denom_units":[{"denom":"uandr","exponent":0},{"denom":"andr","exponent":6}],"base":"uandr","name":"Andr","display":"andr","symbol":"ANDR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"}],"coingecko_id":"andromeda-2"}],"arkh":[{"description":"The native token of Arkhadian","denom_units":[{"denom":"arkh","exponent":0},{"denom":"ARKH","exponent":6}],"base":"arkh","name":"Arkh","display":"ARKH","symbol":"ARKH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"}]}],"archway-1":[{"description":"The native token of Archway network","denom_units":[{"denom":"aarch","exponent":0},{"denom":"uarch","exponent":12},{"denom":"arch","exponent":18}],"base":"aarch","name":"Archway","display":"arch","symbol":"ARCH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"}],"coingecko_id":"archway"},{"description":"ERIS liquid staked ARCH","denom_units":[{"denom":"cw20:archway1fwurjg7ah4v7hhs6xsc3wutqpvmahrfhns285s0lt34tgfdhplxq6m8xg5","exponent":0},{"denom":"ampARCH","exponent":6}],"type_asset":"cw20","address":"archway1fwurjg7ah4v7hhs6xsc3wutqpvmahrfhns285s0lt34tgfdhplxq6m8xg5","base":"cw20:archway1fwurjg7ah4v7hhs6xsc3wutqpvmahrfhns285s0lt34tgfdhplxq6m8xg5","name":"ERIS Amplified ARCH","display":"ampARCH","symbol":"ampARCH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/amparch.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/amparch.png"}]},{"description":"The first memecoin on osmosis.","denom_units":[{"denom":"ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278","exponent":0},{"denom":"WOSMO","exponent":6}],"type_asset":"ics20","base":"ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278","name":"Wosmo","display":"WOSMO","symbol":"WOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","channel_id":"channel-1"},"chain":{"channel_id":"channel-1429","path":"transfer/channel-1429/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"}]},{"description":"The native token of Vidulum","denom_units":[{"denom":"ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1","exponent":0,"aliases":["uvdl"]},{"denom":"vdl","exponent":6}],"type_asset":"ics20","base":"ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1","name":"Vidulum","display":"vdl","symbol":"VDL","traces":[{"type":"ibc","counterparty":{"chain_name":"vidulum","base_denom":"uvdl","channel_id":"channel-24"},"chain":{"channel_id":"channel-110","path":"transfer/channel-110/uvdl"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"}]},{"description":"Astrovault AXV","denom_units":[{"denom":"cw20:archway1ecjefhcf8r60wtfnhwefrxhj9caeqa90fj58cqsaafqveawn6cjs5znd2n","exponent":0},{"denom":"AXV","exponent":6}],"type_asset":"cw20","address":"archway1ecjefhcf8r60wtfnhwefrxhj9caeqa90fj58cqsaafqveawn6cjs5znd2n","base":"cw20:archway1ecjefhcf8r60wtfnhwefrxhj9caeqa90fj58cqsaafqveawn6cjs5znd2n","name":"Astrovault AXV","display":"AXV","symbol":"AXV","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.svg"}],"coingecko_id":"astrovault"}],"mantle-1":[{"description":"The native token of Asset Mantle","denom_units":[{"denom":"umntl","exponent":0},{"denom":"mntl","exponent":6}],"base":"umntl","name":"AssetMantle","display":"mntl","symbol":"MNTL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg"}],"coingecko_id":"assetmantle"}],"xstaxy-1":[{"description":"The native token of Aura Network","denom_units":[{"denom":"uaura","exponent":0},{"denom":"aura","exponent":6}],"base":"uaura","name":"Aura","display":"aura","symbol":"AURA","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"aura","base_denom":"uaura"},"provider":"Aura"}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}],"coingecko_id":"aura-network"}],"aura_6322-2":[{"description":"The native token of Aura Network","denom_units":[{"denom":"uaura","exponent":0},{"denom":"aura","exponent":6}],"base":"uaura","name":"Aura","display":"aura","symbol":"AURA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}],"coingecko_id":"aura-network"}],"beezee-1":[{"description":"BeeZee native blockchain","denom_units":[{"denom":"ubze","exponent":0},{"denom":"bze","exponent":6}],"base":"ubze","name":"BeeZee","display":"bze","symbol":"BZE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"}],"coingecko_id":"bzedge"}],"axelar-dojo-1":[{"description":"The native token of Axelar","denom_units":[{"denom":"uaxl","exponent":0},{"denom":"axl","exponent":6}],"base":"uaxl","name":"Axelar","display":"axl","symbol":"AXL","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"}],"coingecko_id":"axelar"},{"description":"Circle's stablecoin on Axelar","denom_units":[{"denom":"uusdc","exponent":0},{"denom":"usdc","exponent":6}],"base":"uusdc","name":"USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"}],"coingecko_id":"axlusdc"},{"description":"Frax's fractional-algorithmic stablecoin on Axelar","denom_units":[{"denom":"frax-wei","exponent":0},{"denom":"frax","exponent":18}],"base":"frax-wei","name":"Frax","display":"frax","symbol":"FRAX","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x853d955acef822db058eb8505911ed77f175b99e"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"}]},{"description":"Dai stablecoin on Axelar","denom_units":[{"denom":"dai-wei","exponent":0},{"denom":"dai","exponent":18}],"base":"dai-wei","name":"Dai Stablecoin","display":"dai","symbol":"DAI","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x6b175474e89094c44da98b954eedeac495271d0f"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg"}]},{"description":"Tether's USD stablecoin on Axelar","denom_units":[{"denom":"uusdt","exponent":0},{"denom":"usdt","exponent":6}],"base":"uusdt","name":"Tether USD","display":"usdt","symbol":"USDT","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg"}],"coingecko_id":"axelar-usdt"},{"description":"Wrapped Ether on Axelar","denom_units":[{"denom":"weth-wei","exponent":0},{"denom":"weth","exponent":18}],"base":"weth-wei","name":"Wrapped Ether","display":"weth","symbol":"WETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"}]},{"description":"Wrapped Bitcoin on Axelar","denom_units":[{"denom":"wbtc-satoshi","exponent":0},{"denom":"wbtc","exponent":8}],"base":"wbtc-satoshi","name":"Wrapped Bitcoin","display":"wbtc","symbol":"WBTC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"}],"coingecko_id":"axlwbtc"},{"description":"Aave on Axelar","denom_units":[{"denom":"aave-wei","exponent":0},{"denom":"aave","exponent":18}],"base":"aave-wei","name":"Aave","display":"aave","symbol":"AAVE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg"}]},{"description":"ApeCoin on Axelar","denom_units":[{"denom":"ape-wei","exponent":0},{"denom":"ape","exponent":18}],"base":"ape-wei","name":"ApeCoin","display":"ape","symbol":"APE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x4d224452801aced8b2f0aebe155379bb5d594381"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg"}]},{"description":"Axie Infinity Shard on Axelar","denom_units":[{"denom":"axs-wei","exponent":0},{"denom":"axs","exponent":18}],"base":"axs-wei","name":"Axie Infinity Shard","display":"axs","symbol":"AXS","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xbb0e17ef65f82ab018d8edd776e8dd940327b28b"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg"}]},{"description":"Chainlink on Axelar","denom_units":[{"denom":"link-wei","exponent":0},{"denom":"link","exponent":18}],"base":"link-wei","name":"Chainlink","display":"link","symbol":"LINK","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x514910771af9ca656af840dff83e8264ecf986ca"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg"}]},{"description":"Maker on Axelar","denom_units":[{"denom":"mkr-wei","exponent":0},{"denom":"mkr","exponent":18}],"base":"mkr-wei","name":"Maker","display":"mkr","symbol":"MKR","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg"}]},{"description":"Rai Reflex Index on Axelar","denom_units":[{"denom":"rai-wei","exponent":0},{"denom":"rai","exponent":18}],"base":"rai-wei","name":"Rai Reflex Index","display":"rai","symbol":"RAI","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x03ab458634910aad20ef5f1c8ee96f1d6ac54919"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg"}]},{"description":"Shiba Inu on Axelar","denom_units":[{"denom":"shib-wei","exponent":0},{"denom":"shib","exponent":18}],"base":"shib-wei","name":"Shiba Inu","display":"shib","symbol":"SHIB","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg"}]},{"description":"Lido Staked Ether on Axelar","denom_units":[{"denom":"steth-wei","exponent":0},{"denom":"steth","exponent":18}],"base":"steth-wei","name":"Lido Staked Ether","display":"steth","symbol":"stETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xae7ab96520de3a18e5e111b5eaab095312d7fe84"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg"}]},{"description":"Uniswap on Axelar","denom_units":[{"denom":"uni-wei","exponent":0},{"denom":"uni","exponent":18}],"base":"uni-wei","name":"Uniswap","display":"uni","symbol":"UNI","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg"}]},{"description":"Chain on Axelar","denom_units":[{"denom":"xcn-wei","exponent":0},{"denom":"xcn","exponent":18}],"base":"xcn-wei","name":"Chain","display":"xcn","symbol":"XCN","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg"}]},{"description":"Wrapped Polkadot on Axelar","denom_units":[{"denom":"dot-planck","exponent":0},{"denom":"dot","exponent":10}],"base":"dot-planck","name":"Wrapped Polkadot","display":"dot","symbol":"DOT","traces":[{"type":"bridge","counterparty":{"chain_name":"moonbeam","base_denom":"0xffffffff1fcacbd218edc0eba20fc2308c778080"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"}]},{"description":"Wrapped Moonbeam on Axelar","denom_units":[{"denom":"wglmr-wei","exponent":0},{"denom":"wglmr","exponent":18}],"base":"wglmr-wei","name":"Wrapped Moonbeam","display":"wglmr","symbol":"WGLMR","traces":[{"type":"bridge","counterparty":{"chain_name":"moonbeam","base_denom":"0xacc15dc74880c9944775448304b263d191c6077f"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg"}]},{"description":"Wrapped Matic on Axelar","denom_units":[{"denom":"wmatic-wei","exponent":0},{"denom":"wmatic","exponent":18}],"base":"wmatic-wei","name":"Wrapped Matic","display":"wmatic","symbol":"WMATIC","traces":[{"type":"bridge","counterparty":{"chain_name":"polygon","base_denom":"0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg"}]},{"description":"Wrapped BNB on Axelar","denom_units":[{"denom":"wbnb-wei","exponent":0},{"denom":"wbnb","exponent":18}],"base":"wbnb-wei","name":"Wrapped BNB","display":"wbnb","symbol":"WBNB","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg"}]},{"description":"Binance USD on Axelar.","denom_units":[{"denom":"busd-wei","exponent":0},{"denom":"busd","exponent":18}],"base":"busd-wei","name":"Binance USD","display":"busd","symbol":"BUSD","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x4fabb145d64652a948d72533023f6e7a623c7c53"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg"}]},{"description":"Wrapped AVAX on Axelar.","denom_units":[{"denom":"wavax-wei","exponent":0},{"denom":"avax","exponent":18}],"base":"wavax-wei","name":"Wrapped AVAX","display":"avax","symbol":"WAVAX","traces":[{"type":"bridge","counterparty":{"chain_name":"avalanche","base_denom":"0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"}]},{"description":"Wrapped FTM on Axelar.","denom_units":[{"denom":"wftm-wei","exponent":0},{"denom":"ftm","exponent":18}],"base":"wftm-wei","name":"Wrapped FTM","display":"ftm","symbol":"WFTM","traces":[{"type":"bridge","counterparty":{"chain_name":"fantom","base_denom":"0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg"}]},{"description":"Circle's stablecoin from Polygon on Axelar","denom_units":[{"denom":"polygon-uusdc","exponent":0},{"denom":"polygon-usdc","exponent":6}],"base":"polygon-uusdc","name":"USD Coin from Polygon","display":"polygon-usdc","symbol":"USDC","traces":[{"type":"bridge","counterparty":{"chain_name":"polygon","base_denom":"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"}]},{"description":"Circle's stablecoin from Avalanche on Axelar","denom_units":[{"denom":"avalanche-uusdc","exponent":0},{"denom":"avalanche-usdc","exponent":6}],"base":"avalanche-uusdc","name":"USD Coin from Avalanche","display":"avalanche-usdc","symbol":"USDC","traces":[{"type":"bridge","counterparty":{"chain_name":"avalanche","base_denom":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"},"provider":"Axelar"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"}]},{"description":"Wrapped FIL on Axelar","denom_units":[{"denom":"wfil-wei","exponent":0},{"denom":"fil","exponent":18}],"base":"wfil-wei","name":"Wrapped FIL from Filecoin","display":"fil","symbol":"axlFIL","traces":[{"type":"bridge","counterparty":{"chain_name":"filecoin","base_denom":"0x60E1773636CF5E4A227d9AC24F20fEca034ee25A"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg"}]},{"description":"Arbitrum on Axelar","denom_units":[{"denom":"arb-wei","exponent":0},{"denom":"arb","exponent":18}],"base":"arb-wei","name":"Arbitrum","display":"arb","symbol":"ARB","traces":[{"type":"bridge","counterparty":{"chain_name":"arbitrum","base_denom":"0x912CE59144191C1204E64559FE8253a0e49E6548"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg"}]},{"denom_units":[{"denom":"pepe-wei","exponent":0,"aliases":["0x6982508145454Ce325dDbE47a25d4ec3d2311933"]},{"denom":"pepe","exponent":18}],"base":"pepe-wei","name":"Pepe","display":"pepe","symbol":"PEPE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x6982508145454Ce325dDbE47a25d4ec3d2311933"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"}]},{"denom_units":[{"denom":"cbeth-wei","exponent":0,"aliases":["0xbe9895146f7af43049ca1c1ae358b0541ea49704"]},{"denom":"cbeth","exponent":18}],"base":"cbeth-wei","name":"Coinbase Wrapped Staked ETH","display":"cbeth","symbol":"cbETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xbe9895146f7af43049ca1c1ae358b0541ea49704"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png"}]},{"denom_units":[{"denom":"reth-wei","exponent":0,"aliases":["0xae78736cd615f374d3085123a210448e74fc6393"]},{"denom":"reth","exponent":18}],"base":"reth-wei","name":"Rocket Pool Ether","display":"reth","symbol":"rETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xae78736cd615f374d3085123a210448e74fc6393"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"}]},{"denom_units":[{"denom":"sfrxeth-wei","exponent":0,"aliases":["0xac3e018457b222d93114458476f3e3416abbe38f"]},{"denom":"sfrxeth","exponent":18}],"base":"sfrxeth-wei","name":"Staked Frax Ether","display":"sfrxeth","symbol":"sfrxETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xac3e018457b222d93114458476f3e3416abbe38f"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"}]},{"denom_units":[{"denom":"wsteth-wei","exponent":0,"aliases":["0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"]},{"denom":"wsteth","exponent":18}],"base":"wsteth-wei","name":"Wrapped Lido Staked Ether","display":"wsteth","symbol":"wstETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"}]},{"denom_units":[{"denom":"yieldeth-wei","exponent":0,"aliases":["0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec"]},{"denom":"YieldETH","exponent":18}],"base":"yieldeth-wei","name":"Real Yield Eth","display":"YieldETH","symbol":"YieldETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg"}]},{"denom_units":[{"denom":"ox-wei","exponent":0,"aliases":["0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f"]},{"denom":"ox","exponent":18}],"base":"ox-wei","name":"Open Exchange Token","display":"ox","symbol":"OX","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg"}]}],"laozi-mainnet":[{"description":"The native token of BandChain","denom_units":[{"denom":"uband","exponent":0},{"denom":"band","exponent":6}],"base":"uband","name":"Band Protocol","display":"band","symbol":"BAND","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"}],"coingecko_id":"band-protocol"}],"bitcanna-1":[{"description":"The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.","denom_units":[{"denom":"ubcna","exponent":0},{"denom":"bcna","exponent":6}],"base":"ubcna","name":"BitCanna","display":"bcna","symbol":"BCNA","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"}],"coingecko_id":"bitcanna"}],"bitsong-2b":[{"description":"BitSong Native Token","denom_units":[{"denom":"ubtsg","exponent":0},{"denom":"btsg","exponent":6}],"type_asset":"sdk.coin","base":"ubtsg","name":"BitSong","display":"btsg","symbol":"BTSG","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"}],"coingecko_id":"bitsong"},{"description":"Adam Clay a BitSong Music FanToken","denom_units":[{"denom":"ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09","exponent":0},{"denom":"clay","exponent":6}],"base":"ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09","name":"Adam Clay FanToken","display":"clay","symbol":"CLAY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png"}]},{"description":"Nicola Fasano a BitSong Music FanToken","denom_units":[{"denom":"ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7","exponent":0},{"denom":"fasano","exponent":6}],"base":"ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7","name":"Nicola Fasano Fantoken","display":"fasano","symbol":"FASANO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png"}]},{"description":"Delta 9 a BitSong Music FanToken","denom_units":[{"denom":"ft575B10B0CEE2C164D9ED6A96313496F164A9607C","exponent":0},{"denom":"d9x","exponent":6}],"base":"ft575B10B0CEE2C164D9ED6A96313496F164A9607C","name":"Delta 9 Fantoken","display":"d9x","symbol":"D9X","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png"}]},{"description":"FONTI a BitSong Music FanToken","denom_units":[{"denom":"ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305","exponent":0},{"denom":"fonti","exponent":6}],"base":"ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305","name":"FONTI Fantoken","display":"fonti","symbol":"FONTI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png"}]},{"description":"BlackJack a BitSong Music FanToken","denom_units":[{"denom":"ft52EEB0EE509AC546ED92EAC8591F731F213DDD16","exponent":0},{"denom":"bjks","exponent":6}],"base":"ft52EEB0EE509AC546ED92EAC8591F731F213DDD16","name":"BlackJack Fantoken","display":"bjks","symbol":"BJKS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png"}]},{"description":"Rawanne a BitSong Music FanToken","denom_units":[{"denom":"ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A","exponent":0},{"denom":"rwne","exponent":6}],"base":"ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A","name":"Rawanne Fantoken","display":"rwne","symbol":"RWNE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png"}]},{"description":"Enmoda a BitSong Music FanToken","denom_units":[{"denom":"ft85AE1716C5E39EA6D64BBD7898C3899A7B500626","exponent":0},{"denom":"enmoda","exponent":6}],"base":"ft85AE1716C5E39EA6D64BBD7898C3899A7B500626","name":"Enmoda Fantoken","display":"enmoda","symbol":"ENMODA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png"}]},{"description":"404Deep Records a BitSong Music FanToken","denom_units":[{"denom":"ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A","exponent":0},{"denom":"404dr","exponent":6}],"base":"ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A","name":"404Deep Records Fantoken","display":"404dr","symbol":"404DR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png"}]},{"description":"N43 a BitSong Music FanToken","denom_units":[{"denom":"ft387C1C279D962ED80C09C1D592A92C4275FD7C5D","exponent":0},{"denom":"n43","exponent":6}],"base":"ft387C1C279D962ED80C09C1D592A92C4275FD7C5D","name":"N43 Fantoken","display":"n43","symbol":"N43","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png"}]},{"description":"Puro Lobo a BitSong Music FanToken","denom_units":[{"denom":"ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB","exponent":0},{"denom":"lobo","exponent":6}],"base":"ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB","name":"Puro Lobo Fantoken","display":"lobo","symbol":"LOBO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png"}]},{"description":"Vibranium a BitSong Music FanToken","denom_units":[{"denom":"ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B","exponent":0},{"denom":"vibra","exponent":6}],"base":"ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B","name":"Vibranium Fantoken","display":"vibra","symbol":"VIBRA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png"}]},{"description":"Karina a BitSong Music FanToken","denom_units":[{"denom":"ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE","exponent":0},{"denom":"karina","exponent":6}],"base":"ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE","name":"Karina Fantoken","display":"karina","symbol":"KARINA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png"}]},{"description":"Luca Testa a BitSong Music FanToken","denom_units":[{"denom":"ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12","exponent":0},{"denom":"testa","exponent":6}],"base":"ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12","name":"Luca Testa Fantoken","display":"testa","symbol":"TESTA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png"}]},{"description":"Carolina Marquez a BitSong Music FanToken","denom_units":[{"denom":"ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3","exponent":0},{"denom":"cmqz","exponent":6}],"base":"ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3","name":"Carolina Marquez Fantoken","display":"cmqz","symbol":"CMQZ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png"}]},{"description":"[Redacted] a BitSong Music FanToken","denom_units":[{"denom":"ft347B1612A2B7659913679CF6CD45B8B130C50A00","exponent":0},{"denom":"ft347B1612A2B7659913679CF6CD45B8B130C50A00/6","exponent":6}],"base":"ft347B1612A2B7659913679CF6CD45B8B130C50A00","name":"[Redacted] Fantoken (ft3...A00)","display":"ft347B1612A2B7659913679CF6CD45B8B130C50A00/6","symbol":"LDON"}],"bluechip_1":[{"description":"The native staking token of BlueChip.","denom_units":[{"denom":"ubluechip","exponent":0},{"denom":"bcp","exponent":6}],"base":"ubluechip","name":"blue chip","display":"bcp","symbol":"BCP","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluechip/images/bluechip.png"}]}],"bluzelle-9":[{"description":"The native token of Bluzelle","denom_units":[{"denom":"ubnt","exponent":0},{"denom":"bnt","exponent":6,"aliases":["blz"]}],"base":"ubnt","name":"Bluzelle","display":"bnt","symbol":"BLZ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"}],"coingecko_id":"bluzelle","keywords":["bluzelle","game"]},{"description":"The ELT token of Bluzelle's Gamma 4 Gaming Ecosystem","denom_units":[{"denom":"uelt","exponent":0},{"denom":"elt","exponent":6}],"base":"uelt","name":"ELT","display":"elt","symbol":"ELT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png"}],"keywords":["elt"]},{"description":"The game token of Bluzelle's Gamma 4 Gaming Ecosystem","denom_units":[{"denom":"ug4","exponent":0},{"denom":"g4","exponent":6}],"base":"ug4","name":"G4","display":"g4","symbol":"G4","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png"}],"keywords":["g4"]}],"bostrom":[{"description":"The staking token of Bostrom","denom_units":[{"denom":"boot","exponent":0,"aliases":["boot"]}],"base":"boot","name":"Bostrom","display":"boot","symbol":"BOOT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"}],"coingecko_id":"bostrom"},{"description":"The liquid staking token of Bostrom","denom_units":[{"denom":"hydrogen","exponent":0,"aliases":["hydrogen"]}],"base":"hydrogen","name":"Bostrom Hydrogen","display":"hydrogen","symbol":"HYDROGEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg"}]},{"description":"The resource token of Bostrom","denom_units":[{"denom":"milliampere","exponent":0,"aliases":["milliampere"]},{"denom":"ampere","exponent":3,"aliases":["ampere"]}],"base":"milliampere","name":"Bostrom Ampere","display":"ampere","symbol":"A","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg"}]},{"description":"The resource token of Bostrom","denom_units":[{"denom":"millivolt","exponent":0,"aliases":["millivolt"]},{"denom":"volt","exponent":3,"aliases":["volt"]}],"base":"millivolt","name":"Bostrom Volt","display":"volt","symbol":"V","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg"}]},{"description":"The staking token of Cyber","denom_units":[{"denom":"tocyb","exponent":0,"aliases":["tocyb"]}],"base":"tocyb","name":"Bostrom Tocyb","display":"tocyb","symbol":"TOCYB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg"}]}],"canto_7700-1":[{"description":"Canto is a Layer-1 blockchain built to deliver on the promise of DeFi","denom_units":[{"denom":"acanto","exponent":0},{"denom":"canto","exponent":18}],"base":"acanto","name":"Canto","display":"canto","symbol":"CANTO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"}],"coingecko_id":"canto"},{"description":"Tether USDt on Canto","denom_units":[{"denom":"ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-87"},"chain":{"channel_id":"channel-13","path":"transfer/channel-13/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]}],"carbon-1":[{"description":"The native governance token of Carbon","denom_units":[{"denom":"swth","exponent":0},{"denom":"dswth","exponent":8,"aliases":["SWTH"]}],"type_asset":"sdk.coin","base":"swth","name":"Carbon","display":"dswth","symbol":"SWTH","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"}],"coingecko_id":"switcheo"},{"description":"The native stablecoin of Carbon","denom_units":[{"denom":"usc","exponent":0},{"denom":"dusc","exponent":8,"aliases":["USC"]}],"type_asset":"sdk.coin","base":"usc","name":"Carbon USD Coin","display":"dusc","symbol":"USC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg"}],"coingecko_id":"carbon-usd"},{"description":"BNB token on Carbon","denom_units":[{"denom":"bnb.1.6.773edb","exponent":0},{"denom":"bnb","exponent":18,"aliases":["BNB"]}],"base":"bnb.1.6.773edb","name":"Binance Coin","display":"bnb","symbol":"BNB","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"wei","contract":"0xb5D4f343412dC8efb6ff599d790074D0f1e8D430"},"chain":{"contract":"0xb5D4f343412dC8efb6ff599d790074D0f1e8D430"},"provider":"PolyNetwork"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg"}]},{"description":"bNEO token on Carbon","denom_units":[{"denom":"bneo.1.14.e2e5f6","exponent":0},{"denom":"bneo","exponent":8,"aliases":["bNEO"]}],"base":"bneo.1.14.e2e5f6","name":"BurgerNEO","display":"bneo","symbol":"bNEO","traces":[{"type":"bridge","counterparty":{"chain_name":"neo","base_denom":"0x48c40d4666f93408be1bef038b6722404d9a4c2a","contract":"0x8eb3bdf5ed4ac1516d316c6b1b207a3cf5eb7567"},"chain":{"contract":"0x8eb3bdf5ed4ac1516d316c6b1b207a3cf5eb7567"},"provider":"PolyNetwork"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg"}]},{"description":"BUSD (BEP-20) token on Carbon","denom_units":[{"denom":"busd.1.6.754a80","exponent":0},{"denom":"busd","exponent":18,"aliases":["BUSD"]}],"base":"busd.1.6.754a80","name":"BUSD (BEP-20)","display":"busd","symbol":"BUSD","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56","contract":"0xb5D4f343412dC8efb6ff599d790074D0f1e8D430"},"chain":{"contract":"0xb5D4f343412dC8efb6ff599d790074D0f1e8D430"},"provider":"PolyNetwork"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png"}]},{"description":"Carbon Wrapped GLP on Carbon","denom_units":[{"denom":"cglp.1.19.1698d3","exponent":0},{"denom":"cglp","exponent":18,"aliases":["CGLP"]}],"base":"cglp.1.19.1698d3","name":"Carbon Wrapped GLP","display":"cglp","symbol":"CGLP","traces":[{"type":"wrapped","counterparty":{"chain_name":"arbitrum","base_denom":"0xab19bdaeb37242fa0f30486195f45b9cf5361b78","contract":"0xb1e6f8820826491fcc5519f84ff4e2bdbb6e3cad"},"chain":{"contract":"0xb1e6f8820826491fcc5519f84ff4e2bdbb6e3cad"},"provider":"PolyNetwork"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg"}]},{"description":"Grouped USD on Carbon","denom_units":[{"denom":"cgt/1","exponent":0},{"denom":"usd","exponent":18,"aliases":["USD"]}],"base":"cgt/1","name":"Carbon Grouped USD","display":"usd","symbol":"USD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg"}]},{"description":"ETH (Arbitrum) token on Carbon","denom_units":[{"denom":"eth.1.19.c3b805","exponent":0},{"denom":"eth","exponent":18,"aliases":["ETH"]}],"base":"eth.1.19.c3b805","name":"Ethereum (Arbitrum)","display":"eth","symbol":"ETH","traces":[{"type":"bridge","counterparty":{"chain_name":"arbitrum","base_denom":"wei","contract":"0xb1e6f8820826491fcc5519f84ff4e2bdbb6e3cad"},"chain":{"contract":"0xb1e6f8820826491fcc5519f84ff4e2bdbb6e3cad"},"provider":"PolyNetwork"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg"}]},{"description":"ETH (ERC20) token on Carbon","denom_units":[{"denom":"eth.1.2.942d87","exponent":0},{"denom":"eth","exponent":18,"aliases":["ETH"]}],"base":"eth.1.2.942d87","name":"Ethereum (ERC20)","display":"eth","symbol":"ETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"wei","contract":"0x9a016ce184a22dbf6c17daa59eb7d3140dbd1c54"},"chain":{"contract":"0x9a016ce184a22dbf6c17daa59eb7d3140dbd1c54"},"provider":"PolyNetwork"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg"}]},{"description":"STARS token on Carbon","denom_units":[{"denom":"ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C","exponent":0},{"denom":"stars","exponent":6,"aliases":["STARS"]}],"type_asset":"ics20","base":"ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C","name":"Stargaze Staking Coin","display":"stars","symbol":"STARS","traces":[{"type":"ibc","counterparty":{"chain_name":"stargaze","base_denom":"ustars","channel_id":"channel-123"},"chain":{"channel_id":"channel-15","path":"transfer/channel-15/ustars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"}]},{"description":"LUNA token on Carbon","denom_units":[{"denom":"ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5","exponent":0},{"denom":"luna","exponent":6,"aliases":["LUNA"]}],"type_asset":"ics20","base":"ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5","name":"Terra Staking Coin","display":"luna","symbol":"LUNA","traces":[{"type":"ibc","counterparty":{"chain_name":"terra2","base_denom":"uluna","channel_id":"channel-36"},"chain":{"channel_id":"channel-12","path":"transfer/channel-12/uluna"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}]},{"description":"TIA token on Carbon","denom_units":[{"denom":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","exponent":0,"aliases":["utia"]},{"denom":"tia","exponent":6}],"type_asset":"ics20","base":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","name":"Celestia TIA","display":"tia","symbol":"TIA","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877","channel_id":"channel-188"},"chain":{"channel_id":"channel-0","path":"transfer/channel-6994/utia"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}]},{"description":"MilkTIA token on Carbon","denom_units":[{"denom":"ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F","exponent":0,"aliases":["umilkTIA"]},{"denom":"milkTIA","exponent":6}],"type_asset":"ics20","base":"ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F","name":"milkTIA","display":"milkTIA","symbol":"milkTIA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA"},"provider":"MilkyWay"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg"}],"coingecko_id":"milkyway-staked-tia"},{"description":"STRD token on Carbon","denom_units":[{"denom":"ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5","exponent":0},{"denom":"strd","exponent":6,"aliases":["STRD"]}],"type_asset":"ics20","base":"ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5","name":"Stride","display":"strd","symbol":"STRD","traces":[{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"ustrd","channel_id":"channel-47"},"chain":{"channel_id":"channel-8","path":"transfer/channel-8/ustrd"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"}]},{"description":"EVMOS token on Carbon","denom_units":[{"denom":"ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364","exponent":0},{"denom":"evmos","exponent":18,"aliases":["EVMOS"]}],"type_asset":"ics20","base":"ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364","name":"Evmos","display":"evmos","symbol":"EVMOS","traces":[{"type":"ibc","counterparty":{"chain_name":"evmos","base_denom":"aevmos","channel_id":"channel-23"},"chain":{"channel_id":"channel-6","path":"transfer/channel-6/aevmos"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"}]},{"description":"IRIS token on Carbon","denom_units":[{"denom":"ibc/4E06CF24FEBFB3F5AF645377DCC0B70AA6183BAF6B918B8B6243FCDEB7D38118","exponent":0},{"denom":"iris","exponent":6,"aliases":["IRIS"]}],"type_asset":"ics20","base":"ibc/4E06CF24FEBFB3F5AF645377DCC0B70AA6183BAF6B918B8B6243FCDEB7D38118","name":"IRIS Hub Staking Coin","display":"iris","symbol":"IRIS","traces":[{"type":"ibc","counterparty":{"chain_name":"irisnet","base_denom":"uiris","channel_id":"channel-68"},"chain":{"channel_id":"channel-28","path":"transfer/channel-28/uiris"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"}]},{"description":"KUJI token on Carbon","denom_units":[{"denom":"ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5","exponent":0},{"denom":"kuji","exponent":6,"aliases":["KUJI"]}],"type_asset":"ics20","base":"ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5","name":"Kujira","display":"kuji","symbol":"KUJI","traces":[{"type":"ibc","counterparty":{"chain_name":"kujira","base_denom":"ukuji","channel_id":"channel-46"},"chain":{"channel_id":"channel-9","path":"transfer/channel-9/ukuji"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"}]},{"description":"stOSMO token on Carbon","denom_units":[{"denom":"ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93","exponent":0},{"denom":"stosmo","exponent":6,"aliases":["stOSMO"]}],"type_asset":"ics20","base":"ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93","name":"Stride Staked OSMO","display":"stosmo","symbol":"stOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuosmo","channel_id":"channel-47"},"chain":{"channel_id":"channel-8","path":"transfer/channel-8/stuosmo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"}]},{"description":"CANTO token on Carbon","denom_units":[{"denom":"ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861","exponent":0},{"denom":"canto","exponent":18,"aliases":["CANTO"]}],"type_asset":"ics20","base":"ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861","name":"Canto","display":"canto","symbol":"CANTO","traces":[{"type":"ibc","counterparty":{"chain_name":"canto","base_denom":"acanto","channel_id":"channel-6"},"chain":{"channel_id":"channel-18","path":"transfer/channel-18/acanto"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"}]},{"description":"Cosmos governance token on Carbon","denom_units":[{"denom":"ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701","exponent":0},{"denom":"atom","exponent":6,"aliases":["ATOM"]}],"type_asset":"ics20","base":"ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701","name":"Cosmos","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-342"},"chain":{"channel_id":"channel-3","path":"transfer/channel-3/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"stATOM token on Carbon","denom_units":[{"denom":"ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C","exponent":0},{"denom":"statom","exponent":6,"aliases":["stATOM"]}],"type_asset":"ics20","base":"ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C","name":"Stride Staked ATOM","display":"statom","symbol":"stATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuatom","channel_id":"channel-47"},"chain":{"channel_id":"channel-8","path":"transfer/channel-8/stuatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"}]},{"description":"OSMO token on Carbon","denom_units":[{"denom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","exponent":0},{"denom":"osmo","exponent":6,"aliases":["OSMO"]}],"type_asset":"ics20","base":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","name":"Osmosis","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"uosmo","channel_id":"channel-188"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}]},{"description":"USDC (ERC20) token on Carbon","denom_units":[{"denom":"usdc.1.2.343151","exponent":0},{"denom":"usdc","exponent":6,"aliases":["USDC"]}],"base":"usdc.1.2.343151","name":"Circle USD","display":"usdc","symbol":"USDC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48","contract":"0x9a016ce184a22dbf6c17daa59eb7d3140dbd1c54"},"chain":{"contract":"0x9a016ce184a22dbf6c17daa59eb7d3140dbd1c54"},"provider":"PolyNetwork"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"USD Coin (BEP-20) token on Carbon","denom_units":[{"denom":"usdc.1.6.53ff75","exponent":0},{"denom":"usdc","exponent":18,"aliases":["USDC"]}],"base":"usdc.1.6.53ff75","name":"USD Coin (BEP-20)","display":"usdc","symbol":"USDC","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d","contract":"0xb5D4f343412dC8efb6ff599d790074D0f1e8D430"},"chain":{"contract":"0xb5D4f343412dC8efb6ff599d790074D0f1e8D430"},"provider":"PolyNetwork"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"ZIL token on Carbon","denom_units":[{"denom":"zil.1.18.1a4a06","exponent":0},{"denom":"zil","exponent":12,"aliases":["ZIL"]}],"base":"zil.1.18.1a4a06","name":"Zilliqa","display":"zil","symbol":"ZIL","traces":[{"type":"bridge","counterparty":{"chain_name":"zilliqa","base_denom":"wei","contract":"0xd73c6b871b4d0e130d64581993b745fc938a5be7"},"chain":{"contract":"0xd73c6b871b4d0e130d64581993b745fc938a5be7"},"provider":"PolyNetwork"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg"}]}],"celestia":[{"description":"The native token of the Celestia blockchain.","denom_units":[{"denom":"utia","exponent":0},{"denom":"tia","exponent":6}],"base":"utia","name":"Celestia","display":"tia","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}],"coingecko_id":"celestia"}],"cerberus-chain-1":[{"description":"The native token of Cerberus Chain","denom_units":[{"denom":"ucrbrus","exponent":0},{"denom":"crbrus","exponent":6}],"base":"ucrbrus","name":"Cerberus","display":"crbrus","symbol":"CRBRUS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"}],"coingecko_id":"cerberus-2"}],"chimba":[{"description":"The first blokchain in colombia","denom_units":[{"denom":"ucmba","exponent":0},{"denom":"chimba","exponent":6}],"base":"ucmba","name":"Chimba","display":"chimba","symbol":"CMBA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"}]}],"morocco-1":[{"description":"Terp Token (TERP) is the Terp Network's native utility token, used as the primary means to govern & secure the blockchain.","denom_units":[{"denom":"uterp","exponent":0},{"denom":"terp","exponent":6}],"base":"uterp","name":"Terp Network Native Token","display":"terp","symbol":"TERP","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"}]},{"description":"Thiol Gas Token (Thiols) is the Terp Network's native utility token, used as the primary means to govern, secure the blockchain & incentivize participants.","denom_units":[{"denom":"uthiol","exponent":0},{"denom":"thiol","exponent":6}],"base":"uthiol","name":"Thiol Terp Gas Token","display":"thiol","symbol":"THIOL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"}]}],"perun-1":[{"description":"The native token of Chain4Energy","denom_units":[{"denom":"uc4e","exponent":0},{"denom":"c4e","exponent":6}],"base":"uc4e","name":"Chain4Energy","display":"c4e","symbol":"C4E","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"}],"coingecko_id":"chain4energy"}],"chihuahua-1":[{"description":"The native token of Chihuahua Chain","denom_units":[{"denom":"uhuahua","exponent":0},{"denom":"huahua","exponent":6}],"base":"uhuahua","name":"Chihuahua","display":"huahua","symbol":"HUAHUA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"}],"coingecko_id":"chihuahua-token"},{"description":"Puppy","denom_units":[{"denom":"cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef","exponent":0},{"denom":"puppy","exponent":6}],"type_asset":"cw20","address":"chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef","base":"cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef","name":"Puppy","display":"puppy","symbol":"PUPPY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png"}]},{"description":"has a hat","denom_units":[{"denom":"factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat","exponent":0},{"denom":"achihuahuawifhat","exponent":6}],"base":"factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat","name":"Chihuahuawifhat","display":"achihuahuawifhat","symbol":"BADDOG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png","theme":{"primary_color_hex":"#F7E3C0"}}]},{"description":"Woof","denom_units":[{"denom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof","exponent":0},{"denom":"WOOF","exponent":6}],"base":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof","name":"WOOF","display":"WOOF","symbol":"WOOF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png"}]},{"description":"Tacos","denom_units":[{"denom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos","exponent":0},{"denom":"TACOS","exponent":6}],"base":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos","name":"TACOS","display":"TACOS","symbol":"TACOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png"}]},{"description":"Weed","denom_units":[{"denom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed","exponent":0},{"denom":"WEED","exponent":6}],"base":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed","name":"WEED","display":"WEED","symbol":"WEED","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png"}]},{"description":"Bulldog","denom_units":[{"denom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog","exponent":0},{"denom":"BDOG","exponent":6}],"base":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog","name":"BDOG","display":"BDOG","symbol":"BDOG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png"}]},{"description":"CaneCorso","denom_units":[{"denom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso","exponent":0},{"denom":"CORSO","exponent":6}],"base":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso","name":"CORSO","display":"CORSO","symbol":"CORSO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png"}]},{"description":"BackBone Labs Liquid Staked HUAHUA","denom_units":[{"denom":"cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w","exponent":0},{"denom":"bHUAHUA","exponent":6}],"type_asset":"cw20","address":"chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w","base":"cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w","name":"BackBone Labs Liquid Staked HUAHUA","display":"bHUAHUA","symbol":"bHUAHUA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png"}],"coingecko_id":"backbone-labs-staked-huahua"},{"description":"ashHUAHUA - Burned HUAHUA","denom_units":[{"denom":"factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash","exponent":0},{"denom":"ashHUAHUA","exponent":6}],"type_asset":"sdk.coin","address":"chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0","base":"factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash","name":"Burned HUAHUA","display":"ashHUAHUA","symbol":"ashHUAHUA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png"}]},{"denom_units":[{"denom":"ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99","exponent":0,"aliases":["factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH"]},{"denom":"ampGASH","exponent":6}],"type_asset":"ics20","base":"ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99","name":"ampGASH","display":"ampGASH","symbol":"ampGASH","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH","channel_id":"channel-10"},"chain":{"channel_id":"channel-39","path":"transfer/channel-39/factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png"}]},{"denom_units":[{"denom":"ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65","exponent":0,"aliases":["factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy"]},{"denom":"GUPPY","exponent":6}],"type_asset":"ics20","base":"ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65","name":"GUPPY","display":"GUPPY","symbol":"GUPPY","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy","channel_id":"channel-10"},"chain":{"channel_id":"channel-39","path":"transfer/channel-39/factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"}]}],"cifer-2":[{"description":"Decentralized Machine Learning","denom_units":[{"denom":"ucif","exponent":0},{"denom":"cif","exponent":6}],"base":"ucif","name":"Cifer","display":"cif","symbol":"CIF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"}]}],"cifer-1":[{"description":"Decentralized Federated Learning","denom_units":[{"denom":"ucif","exponent":0},{"denom":"cif","exponent":6}],"base":"ucif","name":"Cifer","display":"cif","symbol":"CIF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"}]}],"cheqd-mainnet-1":[{"description":"Native token for the cheqd network","denom_units":[{"denom":"ncheq","exponent":0},{"denom":"cheq","exponent":9}],"base":"ncheq","name":"cheqd","display":"cheq","symbol":"CHEQ","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"}],"coingecko_id":"cheqd-network"}],"comdex-1":[{"description":"Native Token of Comdex Protocol","denom_units":[{"denom":"ucmdx","exponent":0},{"denom":"cmdx","exponent":6}],"base":"ucmdx","name":"Comdex","display":"cmdx","symbol":"CMDX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"}],"coingecko_id":"comdex"},{"description":"Governance Token of Harbor protocol on Comdex network","denom_units":[{"denom":"uharbor","exponent":0},{"denom":"harbor","exponent":6}],"base":"uharbor","name":"Harbor","display":"harbor","symbol":"HARBOR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg"}],"coingecko_id":"harbor-2"},{"description":"Stable Token of Harbor protocol on Comdex network","denom_units":[{"denom":"ucmst","exponent":0},{"denom":"cmst","exponent":6}],"base":"ucmst","name":"CMST","display":"cmst","symbol":"CMST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg"}],"coingecko_id":"composite"}],"commercio-3":[{"description":"The native token of Commercio.network","denom_units":[{"denom":"ucommercio","exponent":0,"aliases":[]},{"denom":"commercio","exponent":6,"aliases":[]}],"base":"ucommercio","name":"Commercio","display":"commercio","symbol":"COM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg"}]},{"description":"The cash credit token of Commercio.network","denom_units":[{"denom":"uccc","exponent":0,"aliases":[]},{"denom":"ccc","exponent":6,"aliases":[]}],"base":"uccc","name":"Commercio Cash Credit","display":"ccc","symbol":"CCC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.svg"}]}],"cvn_2032-1":[{"description":"Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi","denom_units":[{"denom":"acvnt","exponent":0},{"denom":"cvnt","exponent":18}],"base":"acvnt","name":"Cvn","display":"cvnt","symbol":"CVN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"}],"coingecko_id":"consciousdao"}],"coreum-mainnet-1":[{"description":"The native token of Coreum","denom_units":[{"denom":"ucore","exponent":0},{"denom":"core","exponent":6}],"base":"ucore","name":"Coreum","display":"core","symbol":"COREUM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"}],"coingecko_id":"coreum","keywords":["dex","staking","wasm","assets","nft","XRPL"]},{"description":"XRP bridged from XRPL","denom_units":[{"denom":"drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz","exponent":0,"aliases":["drop"]},{"denom":"xrp","exponent":6}],"base":"drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz","name":"Ripple","display":"xrp","symbol":"XRP","traces":[{"type":"bridge","counterparty":{"chain_name":"xrpl","base_denom":"drop"},"provider":"Coreum"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg"}]}],"coss-1":[{"description":"The native staking and governance token of the COSS.","denom_units":[{"denom":"ucgas","exponent":0},{"denom":"cgas","exponent":6}],"base":"ucgas","name":"CGAS","display":"cgas","symbol":"CGAS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg"}]},{"description":"The inscription token of the COSS.","denom_units":[{"denom":"ucoss","exponent":0},{"denom":"coss","exponent":6}],"base":"ucoss","name":"COSS","display":"coss","symbol":"COSS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg"}],"coingecko_id":"coss-2"},{"description":"The inscription token of the CIAS.","denom_units":[{"denom":"ucias","exponent":0},{"denom":"cias","exponent":6}],"base":"ucias","name":"CIAS","display":"cias","symbol":"CIAS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg"}],"coingecko_id":"cias"}],"crescent-1":[{"description":"The native token of Crescent","denom_units":[{"denom":"ucre","exponent":0},{"denom":"cre","exponent":6}],"base":"ucre","name":"Crescent","display":"cre","symbol":"CRE","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"}],"coingecko_id":"crescent-network"},{"description":"The bonded token of Crescent","denom_units":[{"denom":"ubcre","exponent":0},{"denom":"bcre","exponent":6}],"base":"ubcre","name":"Bonded Crescent","display":"bcre","symbol":"bCRE","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg"}],"coingecko_id":"liquid-staking-crescent"}],"centauri-1":[{"description":"The native staking, governance and revenue sharing token of Picasso.","denom_units":[{"denom":"ppica","exponent":0},{"denom":"pica","exponent":12}],"base":"ppica","name":"Pica","display":"pica","symbol":"PICA","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"picasso","base_denom":"ppica"},"provider":"Picasso"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"}],"coingecko_id":"picasso"},{"description":"The native staking and governance token of Kusama Relay Chain.","denom_units":[{"denom":"ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9","exponent":0,"aliases":["4"]},{"denom":"ksm","exponent":12}],"type_asset":"ics20","base":"ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9","name":"KSM","display":"ksm","symbol":"KSM","traces":[{"type":"ibc","counterparty":{"chain_name":"picasso","base_denom":"4","channel_id":"channel-17"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/4"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg"}]},{"description":"The native staking and governance token of Polkadot Relay Chain.","denom_units":[{"denom":"ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366","exponent":0,"aliases":["79228162514264337593543950342"]},{"denom":"dot","exponent":10}],"type_asset":"ics20","base":"ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366","name":"DOT","display":"dot","symbol":"DOT","traces":[{"type":"ibc","counterparty":{"chain_name":"picasso","base_denom":"79228162514264337593543950342","channel_id":"channel-17"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/transfer/channel-15/79228162514264337593543950342"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"}]},{"description":"USDT issued by the Kusama Asset Hub.","denom_units":[{"denom":"ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265","exponent":0,"aliases":["130"]},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265","name":"USDT","display":"usdt","symbol":"USDT","traces":[{"type":"ibc","counterparty":{"chain_name":"picasso","base_denom":"130","channel_id":"channel-17"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/130"}}],"images":[{}]},{"description":"The native fee, staking and governance token of the Tinkernet Parachain.","denom_units":[{"denom":"ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8","exponent":0,"aliases":["2125"]},{"denom":"tnkr","exponent":12}],"type_asset":"ics20","base":"ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8","name":"TNKR","display":"tnkr","symbol":"TNKR","traces":[{"type":"ibc","counterparty":{"chain_name":"picasso","base_denom":"2125","channel_id":"channel-17"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/2125"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg"}]},{"description":"The native token of Ethereum, bridged via IBC.","denom_units":[{"denom":"ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C","exponent":0,"aliases":["wei"]},{"denom":"eth","exponent":18}],"type_asset":"ics20","base":"ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C","name":"Ethereum","display":"eth","symbol":"ETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"wei","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"}]},{"description":"A stablecoin issued by Maker Protocol.","denom_units":[{"denom":"ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533","exponent":0,"aliases":["dai-wei"]},{"denom":"dai","exponent":18}],"type_asset":"ics20","base":"ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533","name":"Dai","display":"dai","symbol":"DAI","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x6b175474e89094c44da98b954eedeac495271d0f","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x6b175474e89094c44da98b954eedeac495271d0f"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"}]},{"description":"The governance token of the Frax ecosystem.","denom_units":[{"denom":"ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29","exponent":0,"aliases":["fxs-wei"]},{"denom":"fxs","exponent":18}],"type_asset":"ics20","base":"ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29","name":"Frax Shares","display":"fxs","symbol":"FXS","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg"}]},{"description":"The first fractional-algorithmic stablecoin by Frax Finance.","denom_units":[{"denom":"ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB","exponent":0,"aliases":["frax-wei"]},{"denom":"frax","exponent":18}],"type_asset":"ics20","base":"ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB","name":"Frax","display":"frax","symbol":"FRAX","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x853d955acef822db058eb8505911ed77f175b99e","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x853d955acef822db058eb8505911ed77f175b99e"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"}]},{"description":"A liquid ETH staking derivative designed to leverage the Frax ecosystem.","denom_units":[{"denom":"ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90","exponent":0,"aliases":["frxeth-wei"]},{"denom":"frxeth","exponent":18}],"type_asset":"ics20","base":"ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90","name":"Frax Ether","display":"frxeth","symbol":"frxETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x5e8422345238f34275888049021821e8e08caa1f","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x5e8422345238f34275888049021821e8e08caa1f"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg"}]},{"description":"A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.","denom_units":[{"denom":"ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A","exponent":0,"aliases":["sfrxeth-wei"]},{"denom":"sfrxeth","exponent":18}],"type_asset":"ics20","base":"ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A","name":"Frax Staked Ether","display":"sfrxeth","symbol":"sfrxETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xac3e018457b222d93114458476f3e3416abbe38f","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xac3e018457b222d93114458476f3e3416abbe38f"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"}]},{"description":"An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ","denom_units":[{"denom":"ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9","exponent":0,"aliases":["sfrax-wei"]},{"denom":"sfrax","exponent":18}],"type_asset":"ics20","base":"ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9","name":"Staked FRAX","display":"sfrax","symbol":"sFRAX","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg"}]},{"description":"A stablecoin issued by Tether that is pegged 1:1 to the USD.","denom_units":[{"denom":"ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD","exponent":0,"aliases":["uusdt"]},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD","name":"Tether (Ethereum)","display":"usdt","symbol":"USDT","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xdac17f958d2ee523a2206206994597c13d831ec7"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"CRV is the governance token for Curve Finance.","denom_units":[{"denom":"ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED","exponent":0,"aliases":["crv-wei"]},{"denom":"crv","exponent":18}],"type_asset":"ics20","base":"ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED","name":"Curve DAO","display":"crv","symbol":"CRV","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xd533a949740bb3306d119cc777fa900ba034cd52","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xd533a949740bb3306d119cc777fa900ba034cd52"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png"}]},{"description":"An ERC-20 token issued Ethereum that represents Bitcoin.","denom_units":[{"denom":"ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5","exponent":0,"aliases":["wbtc-satoshi"]},{"denom":"wbtc","exponent":18}],"type_asset":"ics20","base":"ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5","name":"Wrapped Bitcoin","display":"wbtc","symbol":"wBTC","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"}]},{"description":"A token that represents staked ether in Lido.","denom_units":[{"denom":"ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD","exponent":0,"aliases":["steth-wei"]},{"denom":"steth","exponent":18}],"type_asset":"ics20","base":"ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD","name":"Lido Staked Ether","display":"steth","symbol":"stETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xae7ab96520de3a18e5e111b5eaab095312d7fe84","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg"}]},{"description":"Rocket Pool protocol's liquid staking token.","denom_units":[{"denom":"ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC","exponent":0,"aliases":["reth-wei"]},{"denom":"reth","exponent":18}],"type_asset":"ics20","base":"ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC","name":"Rocket Pool ETH","display":"reth","symbol":"rETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xae78736cd615f374d3085123a210448e74fc6393","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xae78736cd615f374d3085123a210448e74fc6393"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"}]},{"description":"A collateralized-debt-position (CDP) stablecoin by Curve DAO.","denom_units":[{"denom":"ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A","exponent":0,"aliases":["crvusd-wei"]},{"denom":"crvusd","exponent":18}],"type_asset":"ics20","base":"ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A","name":"crvUSD","display":"crvusd","symbol":"crvUSD","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xf939e0a03fb07f59a73314e73794be0e57ac1b4e","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xf939e0a03fb07f59a73314e73794be0e57ac1b4e"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png"}]},{"description":"pxETH is built on top of the Pirex platform and forms the foundation of the Dinero protocol.","denom_units":[{"denom":"ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821","exponent":0,"aliases":["pxeth-wei"]},{"denom":"pxeth","exponent":18}],"type_asset":"ics20","base":"ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821","name":"Dinero Staked ETH","display":"pxeth","symbol":"pxETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x04c154b66cb340f3ae24111cc767e0184ed00cc6","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x04c154b66cb340f3ae24111cc767e0184ed00cc6"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png"}]},{"description":"eETH is a natively restaked liquid staking token on Ethereum.","denom_units":[{"denom":"ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B","exponent":0,"aliases":["eeth-wei"]},{"denom":"eeth","exponent":18}],"type_asset":"ics20","base":"ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B","name":"ether.fi Staked ETH","display":"eeth","symbol":"eETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x35fa164735182de50811e8e2e824cfb9b6118ac2","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x35fa164735182de50811e8e2e824cfb9b6118ac2"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png"}]},{"description":"The native governance token of Ethena.","denom_units":[{"denom":"ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929","exponent":0,"aliases":["ena-wei"]},{"denom":"ena","exponent":18}],"type_asset":"ics20","base":"ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929","name":"Ethena","display":"ena","symbol":"ENA","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x57e114b691db790c35207b2e685d4a43181e6061","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x57e114b691db790c35207b2e685d4a43181e6061"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png"}]},{"description":"Ethena USDe is a synthetic dollar protocol built on Ethereum.","denom_units":[{"denom":"ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983","exponent":0,"aliases":["usde-wei"]},{"denom":"usde","exponent":18}],"type_asset":"ics20","base":"ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983","name":"Ethena USDe","display":"usde","symbol":"USDe","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x4c9edd5852cd905f086c759e8383e09bff1e68b3","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x4c9edd5852cd905f086c759e8383e09bff1e68b3"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png"}]},{"description":"A Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer.","denom_units":[{"denom":"ibc/0247E0E2C174135AADF4EA172D97FF5C15A64689A403E83603EAE4F0616DD365","exponent":0,"aliases":["ezeth-wei"]},{"denom":"ezeth","exponent":18}],"type_asset":"ics20","base":"ibc/0247E0E2C174135AADF4EA172D97FF5C15A64689A403E83603EAE4F0616DD365","name":"Renzo Restaked ETH","display":"ezeth","symbol":"ezETH","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xbf5495efe5db9ce00f80364c8b423567e58d2110","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xbf5495efe5db9ce00f80364c8b423567e58d2110"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png"}]},{"description":"PEPE is a deflationary memecoin launched on Ethereum. ","denom_units":[{"denom":"ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05","exponent":0,"aliases":["pepe-wei"]},{"denom":"pepe","exponent":18}],"type_asset":"ics20","base":"ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05","name":"Pepe","display":"pepe","symbol":"PEPE","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x6982508145454Ce325dDbE47a25d4ec3d2311933","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x6982508145454ce325ddbe47a25d4ec3d2311933"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"}]},{"description":"SOL is the native cryptocurrency of the Solana blockchain.","denom_units":[{"denom":"ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C","exponent":0,"aliases":["Lamport"]},{"denom":"wsol","exponent":9}],"type_asset":"ics20","base":"ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C","name":"Wrapped Solana","display":"wsol","symbol":"wSOL","traces":[{"type":"wrapped","counterparty":{"chain_name":"solana","base_denom":"Lamport"},"provider":"Solana"},{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"So11111111111111111111111111111111111111112","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/So11111111111111111111111111111111111111112"}}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"}]},{"description":"mSOL represents staked SOL in the Marinade stake pool.","denom_units":[{"denom":"ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D","exponent":0},{"denom":"msol","exponent":9}],"type_asset":"ics20","base":"ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D","name":"Marinade Staked SOL","display":"msol","symbol":"mSOL","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png"}]},{"description":"A representative token for staked SOL, derived through the process of liquid staking SOL using Jito.","denom_units":[{"denom":"ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2","exponent":0},{"denom":"jitosol","exponent":9}],"type_asset":"ics20","base":"ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2","name":"Jito Staked SOL","display":"jitosol","symbol":"jitoSOL","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png"}]},{"description":"A representative token for staked SOL, derived through the process of liquid staking SOL using the BlazeStake protocol.","denom_units":[{"denom":"ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716","exponent":0},{"denom":"bsol","exponent":9}],"type_asset":"ics20","base":"ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716","name":"BlazeStake Staked SOL","display":"bsol","symbol":"bSOL","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bsol.png"}]},{"description":"A representative token for staked SOL, derived through the process of liquid staking SOL using the MarginFi protocol.","denom_units":[{"denom":"ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D","exponent":0},{"denom":"lst","exponent":9}],"type_asset":"ics20","base":"ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D","name":"Liquid Staking Token","display":"lst","symbol":"LST","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png"}]},{"description":"A representative token for staked SOL, derived through the process of liquid staking SOL using the Edgevana protocol.","denom_units":[{"denom":"ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C","exponent":0},{"denom":"edgesol","exponent":9}],"type_asset":"ics20","base":"ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C","name":"Edgevana Staked SOL","display":"edgesol","symbol":"edgeSOL","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png"}]},{"description":"A liquid staked token that represents SOL staked to Helius's validator.","denom_units":[{"denom":"ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6","exponent":0},{"denom":"hsol","exponent":9}],"type_asset":"ics20","base":"ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6","name":"Helius Staked SOL","display":"hsol","symbol":"hSOL","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/hsol.png"}]},{"description":"A liquid staked token that represents SOL staked to Jupiter's validator.","denom_units":[{"denom":"ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626","exponent":0},{"denom":"jupsol","exponent":9}],"type_asset":"ics20","base":"ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626","name":"Jupiter Staked SOL","display":"jupsol","symbol":"jupSOL","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jupsol.png"}]},{"description":"dogwifhat is a meme coin that operates on Solana.","denom_units":[{"denom":"ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071","exponent":0},{"denom":"wif","exponent":6}],"type_asset":"ics20","base":"ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071","name":"dogwifhat","display":"wif","symbol":"WIF","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/wif.png"}]},{"description":"Tether, issued natively on Solana.","denom_units":[{"denom":"ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575","name":"Tether","display":"usdt","symbol":"USDT","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"Whinecoin is an experimental memecoin by the Sommelier Finance team.","denom_units":[{"denom":"ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912","exponent":0,"aliases":["ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump"]},{"denom":"whine","exponent":6}],"type_asset":"ics20","base":"ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912","name":"WHINEcoin","display":"whine","symbol":"WHINE","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png","theme":{"primary_color_hex":"#FFFFFF"}}]}],"cosmoshub-4":[{"description":"The native staking and governance token of the Cosmos Hub.","denom_units":[{"denom":"uatom","exponent":0},{"denom":"atom","exponent":6}],"base":"uatom","name":"Cosmos Hub Atom","display":"atom","symbol":"ATOM","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}],"coingecko_id":"cosmos"},{"description":"Tether USDt on the Cosmos Hub","denom_units":[{"denom":"ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-0"},"chain":{"channel_id":"channel-277","path":"transfer/channel-277/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"FX on Cosmos Hub","denom_units":[{"denom":"ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729","exponent":0,"aliases":["FX"]}],"type_asset":"ics20","base":"ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729","name":"Function X","display":"FX","symbol":"FX","traces":[{"type":"ibc","counterparty":{"chain_name":"fxcore","base_denom":"FX","channel_id":"channel-10"},"chain":{"channel_id":"channel-585","path":"transfer/channel-585/FX"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"}]}],"cronosmainnet_25-1":[{"description":"Cronos Chain - Get Instant DApp Portability with EVM Support","denom_units":[{"denom":"basecro","exponent":0},{"denom":"cro","exponent":18}],"base":"basecro","name":"Cronos","display":"cro","symbol":"CRO","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"cryptoorgchain","base_denom":"basecro"},"provider":"Cronos"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"}]},{"description":"Tether USDt on Cronos","denom_units":[{"denom":"ibc/9106F2626880DF7FAD30621F355423B2A7523D8E2274475F009644D708A90682","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/9106F2626880DF7FAD30621F355423B2A7523D8E2274475F009644D708A90682","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-125"},"chain":{"channel_id":"channel-11","path":"transfer/channel-11/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]}],"crypto-org-chain-mainnet-1":[{"description":"CRO is the native token of the Crypto.org Chain, referred to as Native CRO.","denom_units":[{"denom":"basecro","exponent":0},{"denom":"cro","exponent":8}],"base":"basecro","name":"Cronos","display":"cro","symbol":"CRO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png"}],"coingecko_id":"crypto-com-chain"},{"description":"Synthetic XLM pegged 1:1 by Crypto.com","denom_units":[{"denom":"baseXLM","exponent":0,"aliases":["stroop"]},{"denom":"lumen","exponent":7}],"base":"baseXLM","name":"Lumen (XLM) pegged token","display":"lumen","symbol":"XLM","traces":[{"type":"synthetic","counterparty":{"chain_name":"stellar","base_denom":"stroop"},"provider":"Crypto.com"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"}]},{"description":"The native token of Stellar network, transferred via Solo Machine.","denom_units":[{"denom":"ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D","exponent":0,"aliases":["stroop"]},{"denom":"lumen","exponent":7}],"base":"ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D","name":"Lumen (Solo Machine)","display":"lumen","symbol":"XLM","traces":[{"type":"ibc","counterparty":{"chain_name":"cryptoorgchain","base_denom":"baseXLM","channel_id":"channel-JEnb"},"chain":{"channel_id":"channel-46","path":"transfer/channel-46/baseXLM"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"}]}],"cudos-1":[{"description":"The native token of the Cudos blockchain","denom_units":[{"denom":"acudos","exponent":0,"aliases":["attocudos"]},{"denom":"cudos","exponent":18}],"base":"acudos","name":"Cudos","display":"cudos","symbol":"CUDOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"}],"coingecko_id":"cudos"}],"mainnet-3":[{"description":"The native token of Decentr","denom_units":[{"denom":"udec","exponent":0},{"denom":"dec","exponent":6}],"base":"udec","name":"Decentr","display":"dec","symbol":"DEC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"}],"coingecko_id":"decentr"}],"dhealth":[{"description":"The native token of dHealth","denom_units":[{"denom":"udhp","exponent":0},{"denom":"dhp","exponent":6}],"base":"udhp","name":"Digital Health Point","display":"dhp","symbol":"DHP","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"}],"coingecko_id":"dhealth"}],"dig-1":[{"description":"Native token of Dig Chain","denom_units":[{"denom":"udig","exponent":0},{"denom":"dig","exponent":6}],"base":"udig","name":"Dig Chain","display":"dig","symbol":"DIG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"}],"coingecko_id":"dig-chain"}],"vota-ash":[{"description":"The native staking and governance token of the Theta testnet version of the Dora Vota.","denom_units":[{"denom":"peaka","exponent":0},{"denom":"DORA","exponent":18}],"base":"peaka","name":"Dora Vota","display":"DORA","symbol":"DORA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png"}]}],"desmos-mainnet":[{"description":"The native token of Desmos","denom_units":[{"denom":"udsm","exponent":0},{"denom":"dsm","exponent":6}],"base":"udsm","name":"Desmos","display":"dsm","symbol":"DSM","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"}],"coingecko_id":"desmos"}],"dyson-mainnet-01":[{"description":"The native staking and governance token of the Dyson Protocol","denom_units":[{"denom":"dys","exponent":0}],"base":"dys","name":"Dys","display":"dys","symbol":"DYS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg"}]},{"description":"The native token of Osmosis","denom_units":[{"denom":"ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B","exponent":0,"aliases":["uosmo"]},{"denom":"osmo","exponent":6}],"type_asset":"ics20","base":"ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B","name":"Osmosis","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"uosmo","channel_id":"channel-526"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}]},{"description":"Wrapped Bitcoin on Axelar on Osmosis","denom_units":[{"denom":"ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC","exponent":0,"aliases":["wbtc-satoshi"]},{"denom":"wbtc","exponent":8}],"type_asset":"ics20","base":"ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC","name":"Wrapped Bitcoin","display":"wbtc","symbol":"WBTC","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F","channel_id":"channel-526"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/transfer/channel-208/wbtc-satoshi"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"}]},{"description":"Circle's stablecoin on Axelar on Osmosis","denom_units":[{"denom":"ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D","name":"USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858","channel_id":"channel-526"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/transfer/channel-208/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},{"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"}]}],"echelon_3000-3":[{"description":"Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics","denom_units":[{"denom":"aechelon","exponent":0},{"denom":"echelon","exponent":18}],"base":"aechelon","name":"Echelon","display":"echelon","symbol":"ECH","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg"}]}],"emoney-3":[{"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.","denom_units":[{"denom":"ungm","exponent":0},{"denom":"ngm","exponent":6}],"base":"ungm","name":"e-Money","display":"ngm","symbol":"NGM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"}],"coingecko_id":"e-money"},{"description":"e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.","denom_units":[{"denom":"eeur","exponent":0},{"denom":"eur","exponent":6}],"base":"eeur","name":"e-Money EUR","display":"eur","symbol":"EEUR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg"}],"coingecko_id":"e-money-eur"},{"description":"e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.","denom_units":[{"denom":"echf","exponent":0},{"denom":"chf","exponent":6}],"base":"echf","name":"e-Money CHF","display":"chf","symbol":"ECHF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg"}]},{"description":"e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.","denom_units":[{"denom":"enok","exponent":0},{"denom":"nok","exponent":6}],"base":"enok","name":"e-Money NOK","display":"nok","symbol":"ENOK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg"}]},{"description":"e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.","denom_units":[{"denom":"edkk","exponent":0},{"denom":"dkk","exponent":6}],"base":"edkk","name":"e-Money DKK","display":"dkk","symbol":"EDKK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg"}]},{"description":"e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.","denom_units":[{"denom":"esek","exponent":0},{"denom":"sek","exponent":6}],"base":"esek","name":"e-Money SEK","display":"sek","symbol":"ESEK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg"}]}],"dydx-mainnet-1":[{"description":"The native staking token of dYdX Protocol.","denom_units":[{"denom":"adydx","exponent":0},{"denom":"dydx","exponent":18}],"base":"adydx","name":"dYdX","display":"dydx","symbol":"DYDX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg","theme":{}}],"coingecko_id":"dydx-chain"},{"description":"Noble USDC on dYdX Protocol.","denom_units":[{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","exponent":0},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","name":"Noble USDC","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-33"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}]}],"dymension_1100-1":[{"description":"The native governance and staking token of the Dymension Hub","denom_units":[{"denom":"adym","exponent":0},{"denom":"dym","exponent":18}],"type_asset":"sdk.coin","base":"adym","name":"Dymension","display":"dym","symbol":"DYM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"}],"coingecko_id":"dymension"},{"description":"The native token of Nim Network.","denom_units":[{"denom":"ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942","exponent":0,"aliases":["anim"]},{"denom":"nim","exponent":18}],"type_asset":"ics20","base":"ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942","name":"Nim Network","display":"nim","symbol":"NIM","traces":[{"type":"ibc","counterparty":{"chain_name":"nim","base_denom":"anim","channel_id":"channel-0"},"chain":{"channel_id":"channel-49","path":"transfer/channel-49/anim"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"}],"keywords":["gaming","AI"]}],"empowerchain-1":[{"description":"The native staking and governance token of Empower.","denom_units":[{"denom":"umpwr","exponent":0},{"denom":"mpwr","exponent":6}],"base":"umpwr","name":"MPWR","display":"mpwr","symbol":"MPWR","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg"}]}],"ethos_7003-1":[{"description":"The native token of Ethos","denom_units":[{"denom":"aRYT","exponent":0},{"denom":"RYT","exponent":18}],"base":"aRYT","name":"RYT","display":"RYT","symbol":"RYT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg"}]}],"fetchhub-4":[{"description":"The native staking and governance token of the Fetch Hub.","denom_units":[{"denom":"afet","exponent":0},{"denom":"fet","exponent":18}],"base":"afet","name":"fetch-ai","display":"fet","symbol":"FET","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"}],"coingecko_id":"fetch-ai"},{"description":"The MOBX coin rewards the use of eco-friendly micromobility transportation.","denom_units":[{"denom":"nanomobx","exponent":0},{"denom":"mobx","exponent":9}],"base":"nanomobx","name":"MOBIX","display":"mobx","symbol":"MOBX","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg"}]}],"finschia-2":[{"description":"The native token of Finschia","denom_units":[{"denom":"cony","exponent":0},{"denom":"fnsa","exponent":6}],"type_asset":"sdk.coin","base":"cony","name":"Finschia","display":"fnsa","symbol":"FNSA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}],"coingecko_id":"link","keywords":["staking"]}],"colosseum-1":[{"description":"The native token of FirmaChain","denom_units":[{"denom":"ufct","exponent":0},{"denom":"fct","exponent":6}],"base":"ufct","name":"FirmaChain","display":"fct","symbol":"FCT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg"}],"coingecko_id":"firmachain"}],"furya-1":[{"description":"The native token of Furya","denom_units":[{"denom":"ufury","exponent":0},{"denom":"fury","exponent":6}],"base":"ufury","name":"Furya","display":"fury","symbol":"FURY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"}],"coingecko_id":"fanfury","keywords":["gaming","staking"]}],"fxcore":[{"description":"The native staking token of the Function X","denom_units":[{"denom":"FX","exponent":0},{"denom":"WFX","exponent":18}],"base":"FX","name":"Function X","display":"WFX","symbol":"FX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"}],"coingecko_id":"fx-coin"},{"description":"The cross chain token of the Function X","denom_units":[{"denom":"eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","exponent":0},{"denom":"PUNDIX","exponent":18}],"base":"eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","name":"Pundi X Token","display":"PUNDIX","symbol":"PUNDIX","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","contract":"0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"},"provider":"Function X"}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg"}]}],"galaxy-1":[{"description":"GLX is the staking token of the Galaxy Chain","denom_units":[{"denom":"uglx","exponent":0},{"denom":"glx","exponent":6}],"base":"uglx","name":"Galaxy","display":"glx","symbol":"GLX","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"}]}],"genesis_29-2":[{"description":"L1 coin is the GenesisL1 blockchain utility, governance and EVM token","denom_units":[{"denom":"el1","exponent":0},{"denom":"l1","exponent":18}],"base":"el1","name":"GenesisL1","display":"l1","symbol":"L1","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg"}]}],"evmos_9001-2":[{"description":"The native EVM, governance and staking token of the Evmos Hub","denom_units":[{"denom":"aevmos","exponent":0},{"denom":"evmos","exponent":18}],"base":"aevmos","name":"Evmos","display":"evmos","symbol":"EVMOS","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"}],"coingecko_id":"evmos"},{"description":"Tether USDt on Evmos","denom_units":[{"denom":"ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-117"},"chain":{"channel_id":"channel-83","path":"transfer/channel-83/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"The token of Neokingdom DAO.","denom_units":[{"denom":"erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9","exponent":0},{"denom":"neok","exponent":18}],"base":"erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9","name":"Neokingdom DAO","display":"neok","symbol":"NEOK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg"}]},{"description":"The legacy token of Teledisko DAO.","denom_units":[{"denom":"erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280","exponent":0},{"denom":"berlin-legacy","exponent":18}],"type_asset":"erc20","address":"0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280","base":"erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280","name":"Teledisko DAO - Legacy","display":"berlin-legacy","symbol":"BERLIN-legacy","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg"}]},{"description":"The token of Crowdpunk DAO","denom_units":[{"denom":"erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f","exponent":0},{"denom":"crowdp","exponent":18}],"type_asset":"erc20","address":"0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f","base":"erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f","name":"Crowdpunk DAO","display":"crowdp","symbol":"CROWDP","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg"}]}],"wormchain":[{"description":"The native fee token of Gateway.","denom_units":[{"denom":"utest","exponent":0},{"denom":"test","exponent":6}],"type_asset":"sdk.coin","base":"utest","name":"Test","display":"test","symbol":"TEST"},{"description":"the native staking token of Gateway.","denom_units":[{"denom":"uworm","exponent":0},{"denom":"worm","exponent":6}],"type_asset":"sdk.coin","base":"uworm","name":"Worm","display":"worm","symbol":"WORM"},{"description":"Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh","exponent":0},{"denom":"wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8","exponent":8}],"address":"wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh","name":"Sui (Wormhole)","display":"wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8","symbol":"SUI","traces":[{"type":"bridge","counterparty":{"chain_name":"sui","base_denom":"0x2::sui::SUI"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg"}]},{"description":"Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp","exponent":0},{"denom":"wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8","exponent":8}],"address":"wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp","name":"Wrapped Ether (Wormhole)","display":"wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8","symbol":"WETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"},"provider":"Wormhole"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"}]},{"description":"Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b","exponent":0},{"denom":"wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8","exponent":8}],"address":"wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b","name":"Wrapped liquid staked Ether 2.0 (Wormhole)","display":"wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8","symbol":"wstETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"}]},{"description":"Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r","exponent":0},{"denom":"wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8","exponent":8}],"address":"wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r","name":"Aptos Coin (Wormhole)","display":"wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8","symbol":"APT","traces":[{"type":"bridge","counterparty":{"chain_name":"aptos","base_denom":"0x1::aptos_coin::AptosCoin"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg"}]},{"description":"Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi","exponent":0},{"denom":"wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6","exponent":6}],"address":"wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi","name":"Tether USD (Wormhole)","display":"wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6","symbol":"USDT","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Wormhole"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA","exponent":0},{"denom":"wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8","exponent":8}],"address":"wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA","name":"Wrapped SOL (Wormhole)","display":"wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8","symbol":"SOL","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"So11111111111111111111111111111111111111112"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"}]},{"description":"Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR","exponent":0},{"denom":"wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5","exponent":5}],"address":"wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR","name":"Bonk (Wormhole)","display":"wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5","symbol":"Bonk","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"},"provider":"Wormhole"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png"}]},{"description":"Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd","exponent":0},{"denom":"wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8","exponent":8}],"address":"wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd","name":"Wrapped BTC (Wormhole)","display":"wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8","symbol":"WBTC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"},"provider":"Wormhole"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"}]},{"description":"tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw","exponent":0},{"denom":"wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8","exponent":8}],"address":"wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw","name":"tBTC v2 (Wormhole)","display":"wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8","symbol":"tBTC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x18084fba666a33d37592fa2633fd49a74dd93a88"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg"}]},{"description":"Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1","exponent":0},{"denom":"wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8","exponent":8}],"address":"wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1","name":"Dai Stablecoin (Wormhole)","display":"wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8","symbol":"DAI","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x6b175474e89094c44da98b954eedeac495271d0f"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"}]},{"description":"USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt","exponent":0},{"denom":"wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6","exponent":6}],"address":"wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt","name":"USD Coin (Wormhole)","display":"wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6","symbol":"USDC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4","exponent":0},{"denom":"wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6","exponent":6}],"address":"wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4","name":"Avalanche USD Coin (Wormhole)","display":"wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6","symbol":"avalanche.USDC.wh","traces":[{"type":"bridge","counterparty":{"chain_name":"avalanche","base_denom":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy","exponent":0,"aliases":["HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3"]},{"denom":"wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6","exponent":6,"aliases":["pyth"]}],"address":"wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy","name":"Pyth Network","display":"wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6","symbol":"PYTH","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg"}]},{"description":"Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3","exponent":0},{"denom":"wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6","exponent":6}],"base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3","name":"Solana USD Coin (Wormhole)","display":"wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6","symbol":"solana.USDC.wh","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"provider":"Wormhole"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst","exponent":0,"aliases":["6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA","wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst"]},{"denom":"wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5","exponent":5,"aliases":["bskt"]}],"address":"wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst","name":"Basket","display":"wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5","symbol":"BSKT","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA"},"provider":"Wormhole"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png"}]},{"description":"W is the native token powering the Wormhole interoperability platform.","denom_units":[{"denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos","exponent":0},{"denom":"w","exponent":6}],"type_asset":"sdk.coin","address":"wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm","base":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos","name":"Wormhole Token","display":"w","symbol":"W","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ"},"provider":"Wormhole"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png"}]}],"gitopia":[{"description":"The native token of Gitopia","denom_units":[{"denom":"ulore","exponent":0},{"denom":"LORE","exponent":6}],"base":"ulore","name":"LORE","display":"LORE","symbol":"LORE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png"}],"coingecko_id":"gitopia"}],"govgen-1":[{"description":"The native staking and governance token of GovGen","denom_units":[{"denom":"ugovgen","exponent":0},{"denom":"govgen","exponent":6}],"base":"ugovgen","name":"GovGen","display":"govgen","symbol":"GOVGEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"}]}],"helichain":[{"description":"The native token of HeliChain","denom_units":[{"denom":"uheli","exponent":0},{"denom":"heli","exponent":6}],"base":"uheli","name":"Heli","display":"heli","symbol":"HELI","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg"}],"coingecko_id":"helichain"}],"highbury_710-1":[{"description":"The native staking and governance token of the Blackfury ecosystem","denom_units":[{"denom":"ufury","exponent":0},{"denom":"fury","exponent":6}],"base":"ufury","name":"Fury","display":"fury","symbol":"FURY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"}],"coingecko_id":"fanfury"},{"description":"Governance token of Jinx Wallet and Fury Lend Protocol","denom_units":[{"denom":"jinx","exponent":0},{"denom":"JINX","exponent":6}],"base":"jinx","name":"Jinx","display":"JINX","symbol":"JINX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.svg"}]},{"description":"Governance token of Fury Swap Protocol","denom_units":[{"denom":"jinxy","exponent":0},{"denom":"JINXY","exponent":6}],"base":"jinxy","name":"Jinxy","display":"JINXY","symbol":"JINXy","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.svg"}]}],"humans_1089-1":[{"description":"The native staking and governance token of Humans.ai.","denom_units":[{"denom":"aheart","exponent":0},{"denom":"heart","exponent":18}],"base":"aheart","name":"HEART","display":"heart","symbol":"HEART","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg","theme":{}}],"coingecko_id":"humans-ai"}],"Antora":[{"description":"The native token of IDEP chain","denom_units":[{"denom":"IDEP","exponent":6,"aliases":[]},{"denom":"idep","exponent":0,"aliases":[]}],"base":"idep","name":"IDEP","display":"IDEP","symbol":"IDEP","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg"}]}],"gravity-bridge-3":[{"description":"The native token of Gravity Bridge","denom_units":[{"denom":"ugraviton","exponent":0},{"denom":"graviton","exponent":6}],"base":"ugraviton","name":"Graviton","display":"graviton","symbol":"GRAV","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg"}],"coingecko_id":"graviton"},{"description":"pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.","denom_units":[{"denom":"gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","exponent":0},{"denom":"pstake","exponent":18}],"base":"gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","name":"pSTAKE Finance","display":"pstake","symbol":"PSTAKE","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"persistence","base_denom":"uxprt"},"provider":"Persistence"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"},"provider":"Gravity Bridge"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"}]},{"description":"Gravity Bridge WETH","denom_units":[{"denom":"gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","exponent":0},{"denom":"gweth","exponent":18}],"base":"gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","name":"Wrapped Ethereum","display":"gweth","symbol":"WETH","traces":[{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Ethereum"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"},"provider":"Gravity Bridge"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"}]},{"description":"Gravity Bridge USDC","denom_units":[{"denom":"gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","exponent":0},{"denom":"gusdc","exponent":6}],"base":"gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","name":"USD Coin","display":"gusdc","symbol":"USDC","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Gravity Bridge"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}],"coingecko_id":"gravity-bridge-usdc"},{"description":"Gravity Bridge USDT","denom_units":[{"denom":"gravity0xdAC17F958D2ee523a2206206994597C13D831ec7","exponent":0},{"denom":"gusdt","exponent":6}],"base":"gravity0xdAC17F958D2ee523a2206206994597C13D831ec7","name":"Tether USD","display":"gusdt","symbol":"USDT","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Gravity Bridge"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"Gravity Bridge WBTC","denom_units":[{"denom":"gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599","exponent":0},{"denom":"gwbtc","exponent":8}],"base":"gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599","name":"Wrapped Bitcoin","display":"gwbtc","symbol":"WBTC","traces":[{"type":"bridge","counterparty":{"chain_name":"bitcoin","base_denom":"sat"},"provider":"BitGo, Kyber, and Ren"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"},"provider":"Gravity Bridge"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"}]},{"description":"Gravity Bridge DAI","denom_units":[{"denom":"gravity0x6B175474E89094C44Da98b954EedeAC495271d0F","exponent":0},{"denom":"gdai","exponent":18}],"base":"gravity0x6B175474E89094C44Da98b954EedeAC495271d0F","name":"Dai Stablecoin","display":"gdai","symbol":"DAI","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"MakerDAO"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x6b175474e89094c44da98b954eedeac495271d0f"},"provider":"Gravity Bridge"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"}]},{"description":"Gravity Bridge sDAI","denom_units":[{"denom":"gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA","exponent":0},{"denom":"gsdai","exponent":18}],"base":"gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA","name":"Savings Dai","display":"gsdai","symbol":"sDAI","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x83F20F44975D03b1b09e64809B757c47f942BEeA"},"provider":"Gravity Bridge"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg"}]},{"description":"Gravity Bridge OCC","denom_units":[{"denom":"gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207","exponent":0},{"denom":"gocc","exponent":18}],"base":"gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207","name":"OccamFi","display":"gocc","symbol":"OCC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x2F109021aFe75B949429fe30523Ee7C0D5B27207"},"provider":"Gravity Bridge"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png"}]},{"description":"The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.","denom_units":[{"denom":"gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e","exponent":0},{"denom":"page","exponent":8}],"base":"gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e","name":"Page","display":"page","symbol":"PAGE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e"},"provider":"Gravity Bridge"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg"}]},{"description":"Gravity Bridge Paxos Gold","denom_units":[{"denom":"gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78","exponent":0},{"denom":"gpaxg","exponent":18}],"base":"gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78","name":"Paxos Gold","display":"gpaxg","symbol":"PAXG","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x45804880De22913dAFE09f4980848ECE6EcbAf78"},"provider":"Gravity Bridge"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg"}]}],"imversed_5555555-1":[{"description":"The native EVM, governance and staking token of the Imversed","denom_units":[{"denom":"aimv","exponent":0},{"denom":"imv","exponent":18}],"base":"aimv","name":"IMV","display":"imv","symbol":"IMV","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"}],"coingecko_id":"imv"}],"haqq_11235-1":[{"description":"The native EVM, governance and staking token of the Haqq Network","denom_units":[{"denom":"aISLM","exponent":0},{"denom":"ISLM","exponent":18}],"base":"aISLM","name":"Islamic Coin","display":"ISLM","symbol":"ISLM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg"}],"coingecko_id":"islamic-coin"}],"ixo-5":[{"description":"The native token of IXO Chain","denom_units":[{"denom":"uixo","exponent":0},{"denom":"ixo","exponent":6}],"base":"uixo","name":"IXO","display":"ixo","symbol":"IXO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}],"coingecko_id":"ixo"}],"irishub-1":[{"description":"The IRIS token is the native governance token for the IrisNet chain.","denom_units":[{"denom":"uiris","exponent":0},{"denom":"iris","exponent":6}],"base":"uiris","name":"IRISnet","display":"iris","symbol":"IRIS","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"}],"coingecko_id":"iris-network"}],"injective-1":[{"description":"The INJ token is the native governance token for the Injective chain.","denom_units":[{"denom":"inj","exponent":0},{"denom":"INJ","exponent":18}],"base":"inj","name":"Injective","display":"INJ","symbol":"INJ","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"}],"coingecko_id":"injective-protocol"},{"description":"Tether USDt on Injective","denom_units":[{"denom":"ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-122"},"chain":{"channel_id":"channel-143","path":"transfer/channel-143/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"ERIS liquid staked INJ","denom_units":[{"denom":"factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ","exponent":0},{"denom":"ampINJ","exponent":6}],"base":"factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ","name":"ERIS Amplified INJ","display":"ampINJ","symbol":"ampINJ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png"}]},{"description":"$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world","denom_units":[{"denom":"factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism","exponent":0},{"denom":"autism","exponent":6}],"base":"factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism","name":"Autism","display":"autism","symbol":"AUTISM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png"}],"coingecko_id":"autism"},{"description":"The first meme coin on Injective. It’s a dog, but he has nunchucks","denom_units":[{"denom":"factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja","exponent":0},{"denom":"NINJA","exponent":6}],"base":"factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja","name":"Dog wif nunchucks","display":"NINJA","symbol":"NINJA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png","theme":{"primary_color_hex":"#00468E"}}],"coingecko_id":"dog-wif-nuchucks"},{"description":"The $WGMI Token - We Gonna Make It. Are you ready?","denom_units":[{"denom":"factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI","exponent":0},{"denom":"WGMI","exponent":6}],"base":"factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI","name":"WGMI","display":"WGMI","symbol":"WGMI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png"}]},{"description":"The first memecoin on osmosis.","denom_units":[{"denom":"ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3","exponent":0},{"denom":"WOSMO","exponent":6}],"type_asset":"ics20","base":"ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3","name":"Wosmo","display":"WOSMO","symbol":"WOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","channel_id":"channel-122"},"chain":{"channel_id":"channel-8","path":"transfer/channel-8/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"}]},{"description":"GLTO-ERC20 on injective","denom_units":[{"denom":"peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2","exponent":0},{"denom":"glto","exponent":6}],"base":"peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2","name":"Gelotto","display":"glto","symbol":"GLTO","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2"},"provider":"Peggy"}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"}]},{"description":"Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.","denom_units":[{"denom":"factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava","exponent":0},{"denom":"hava","exponent":6}],"base":"factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava","name":"Hava Coin","display":"hava","symbol":"HAVA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png"}],"coingecko_id":"hava-coin"},{"description":"A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.","denom_units":[{"denom":"ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8","exponent":0},{"denom":"BADKID","exponent":6}],"type_asset":"ics20","base":"ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8","name":"Badkid","display":"BADKID","symbol":"BADKID","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID","channel_id":"channel-122"},"chain":{"channel_id":"channel-8","path":"transfer/channel-8/factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"}]},{"description":"The second meme coin on Injective.","denom_units":[{"denom":"inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88","exponent":0},{"denom":"NINPO","exponent":6}],"base":"inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88","name":"Ninpo","display":"NINPO","symbol":"NINPO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png"}]},{"description":"JUDO is a very futuristic meme token.","denom_units":[{"denom":"inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h","exponent":0},{"denom":"JUDO","exponent":6}],"base":"inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h","name":"Judo","display":"JUDO","symbol":"JUDO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png"}]},{"description":"BEAST-ERC20 on injective","denom_units":[{"denom":"peggy0xA4426666addBE8c4985377d36683D17FB40c31Be","exponent":0},{"denom":"beast","exponent":6}],"base":"peggy0xA4426666addBE8c4985377d36683D17FB40c31Be","name":"Gelotto BEAST","display":"beast","symbol":"BEAST","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xA4426666addBE8c4985377d36683D17FB40c31Be"},"provider":"Peggy"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png"}]},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8","exponent":0,"aliases":["uastro"]},{"denom":"astro","exponent":6}],"type_asset":"ics20","base":"ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8","name":"Astroport token","display":"astro","symbol":"ASTRO","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","channel_id":"channel-60"},"chain":{"channel_id":"channel-177","path":"transfer/channel-177/factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}]},{"description":"A receipt token for lent INJ issued by the Neptune Protocol.","denom_units":[{"denom":"inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f","exponent":0},{"denom":"nINJ","exponent":18}],"base":"inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f","name":"Neptune Receipt INJ","display":"nINJ","symbol":"nINJ","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png"}]},{"description":"A receipt token for lent ATOM issued by the Neptune Protocol.","denom_units":[{"denom":"inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780","exponent":0},{"denom":"nATOM","exponent":6}],"base":"inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780","name":"Neptune Receipt ATOM","display":"nATOM","symbol":"nATOM","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png"}]},{"description":"A receipt token for lent WETH issued by the Neptune Protocol.","denom_units":[{"denom":"inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt","exponent":0},{"denom":"nWETH","exponent":18}],"base":"inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt","name":"Neptune Receipt WETH","display":"nWETH","symbol":"nWETH","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png"}]},{"description":"A receipt token for lent USDT issued by the Neptune Protocol.","denom_units":[{"denom":"inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s","exponent":0},{"denom":"nUSDT","exponent":6}],"base":"inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s","name":"Neptune Receipt USDT","display":"nUSDT","symbol":"nUSDT","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png"}]},{"description":"A receipt token for lent TIA issued by the Neptune Protocol.","denom_units":[{"denom":"inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv","exponent":0},{"denom":"nTIA","exponent":6}],"base":"inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv","name":"Neptune Receipt TIA","display":"nTIA","symbol":"nTIA","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png"}]},{"description":"Ninja Blaze Token","denom_units":[{"denom":"ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D","exponent":0,"aliases":["uNBZ"]},{"denom":"NBZ","exponent":6}],"type_asset":"ics20","base":"ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D","name":"Ninja Blaze Token","display":"NBZ","symbol":"NBZ","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz","channel_id":"channel-60"},"chain":{"channel_id":"channel-177","path":"transfer/channel-177/factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png"}]},{"description":"Talis governance token","denom_units":[{"denom":"factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis","exponent":0},{"denom":"Talis","exponent":6}],"base":"factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis","name":"Talis Token","display":"Talis","symbol":"TALIS","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/talis.png"}]},{"description":"Talis revenue sharing token","denom_units":[{"denom":"factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis","exponent":0},{"denom":"xTalis","exponent":6}],"base":"factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis","name":"xTalis Token","display":"xTalis","symbol":"XTALIS","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png"}]}],"jackal-1":[{"description":"The native staking and governance token of Jackal.","denom_units":[{"denom":"ujkl","exponent":0},{"denom":"jkl","exponent":6}],"base":"ujkl","name":"Jackal","display":"jkl","symbol":"JKL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"}],"coingecko_id":"jackal-protocol"}],"joltify_1729-1":[{"description":"The native staking and governance token of Joltify","denom_units":[{"denom":"ujolt","exponent":0},{"denom":"jolt","exponent":6}],"base":"ujolt","name":"Joltify","display":"jolt","symbol":"JOLT","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg"}],"coingecko_id":"joltify","keywords":["staking"]},{"description":"The native staking and governance token of the Cosmos Hub.","denom_units":[{"denom":"ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E","name":"Cosmos Hub","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-866"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/uatom"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.","denom_units":[{"denom":"ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3","name":"USDC","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-81"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/uusdc"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}]}],"kava_2222-10":[{"description":"The native staking and governance token of Kava","denom_units":[{"denom":"ukava","exponent":0},{"denom":"kava","exponent":6}],"base":"ukava","name":"Kava","display":"kava","symbol":"KAVA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"}],"coingecko_id":"kava"},{"description":"Governance token of Kava Lend Protocol","denom_units":[{"denom":"hard","exponent":0},{"denom":"HARD","exponent":6}],"base":"hard","name":"Kava Hard","display":"HARD","symbol":"HARD","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg"}],"coingecko_id":"kava-lend"},{"description":"Governance token of Kava Swap Protocol","denom_units":[{"denom":"swp","exponent":0},{"denom":"SWP","exponent":6}],"base":"swp","name":"Kava Swap","display":"SWP","symbol":"SWP","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg"}],"coingecko_id":"kava-swap"},{"description":"The native stablecoin of Kava","denom_units":[{"denom":"usdx","exponent":0},{"denom":"USDX","exponent":6}],"base":"usdx","name":"Kava USDX","display":"USDX","symbol":"USDX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg"}],"coingecko_id":"usdx"},{"denom_units":[{"denom":"erc20/tether/usdt","exponent":0},{"denom":"usdt","exponent":6}],"base":"erc20/tether/usdt","name":"Tether USD","display":"usdt","symbol":"USDT","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Tether"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}],"coingecko_id":"tether"}],"juno-1":[{"description":"The native token of JUNO Chain","denom_units":[{"denom":"ujuno","exponent":0},{"denom":"juno","exponent":6}],"base":"ujuno","name":"Juno","display":"juno","symbol":"JUNO","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"}],"coingecko_id":"juno-network"},{"denom_units":[{"denom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","exponent":0},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","name":"ATOM on Juno","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-207"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"The native token cw20 for Neta on Juno Chain","denom_units":[{"denom":"cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr","exponent":0},{"denom":"neta","exponent":6}],"type_asset":"cw20","address":"juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr","base":"cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr","name":"Neta","display":"neta","symbol":"NETA","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg"}],"coingecko_id":"neta"},{"description":"The native token cw20 for Marble DAO on Juno Chain","denom_units":[{"denom":"cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl","exponent":0},{"denom":"marble","exponent":3}],"type_asset":"cw20","address":"juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl","base":"cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl","name":"Marble","display":"marble","symbol":"MARBLE","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg"}]},{"description":"Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.","denom_units":[{"denom":"cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z","exponent":0},{"denom":"hope","exponent":6}],"type_asset":"cw20","address":"juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z","base":"cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z","name":"Hope Galaxy","display":"hope","symbol":"HOPE","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg"}]},{"description":"Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem","denom_units":[{"denom":"cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa","exponent":0},{"denom":"rac","exponent":6}],"type_asset":"cw20","address":"juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa","base":"cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa","name":"Racoon","display":"rac","symbol":"RAC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg"}],"coingecko_id":"racoon"},{"description":"The native token of Marble DEX on Juno Chain","denom_units":[{"denom":"cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq","exponent":0},{"denom":"block","exponent":6}],"type_asset":"cw20","address":"juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq","base":"cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq","name":"Block","display":"block","symbol":"BLOCK","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg"}]},{"description":"The DAO token to build consensus among Hong Kong People","denom_units":[{"denom":"cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49","exponent":0,"aliases":["dhk"]}],"type_asset":"cw20","address":"juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49","base":"cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49","name":"DHK","display":"dhk","symbol":"DHK","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg"}]},{"description":"Token governance for Junoswap","denom_units":[{"denom":"cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g","exponent":0},{"denom":"raw","exponent":6}],"type_asset":"cw20","address":"juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g","base":"cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g","name":"JunoSwap","display":"raw","symbol":"RAW","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg"}]},{"description":"Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!","denom_units":[{"denom":"cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w","exponent":0},{"denom":"asvt","exponent":6}],"type_asset":"cw20","address":"juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w","base":"cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w","name":"Another.Software Validator Token","display":"asvt","symbol":"ASVT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png"}]},{"description":"IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno network.","denom_units":[{"denom":"cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k","exponent":0},{"denom":"hns","exponent":6}],"type_asset":"cw20","address":"juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k","base":"cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k","name":"IBC HNS (Handshake)","display":"hns","symbol":"HNS","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg"}]},{"description":"DAO dedicated to building tools on the Juno Network","denom_units":[{"denom":"cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3","exponent":0},{"denom":"joe","exponent":6}],"type_asset":"cw20","address":"juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3","base":"cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3","name":"JoeDAO","display":"joe","symbol":"JOE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png"}]},{"description":"Governance Token for Digital Land Acquisition DAO","denom_units":[{"denom":"cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr","exponent":0},{"denom":"dla","exponent":6}],"type_asset":"cw20","address":"juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr","base":"cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr","name":"Digital Land Acquisition DAO","display":"dla","symbol":"DLA","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg"}]},{"description":"DeFi gaming platform built on Juno","denom_units":[{"denom":"cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se","exponent":0},{"denom":"glto","exponent":6}],"type_asset":"cw20","address":"juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se","base":"cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se","name":"Gelotto","display":"glto","symbol":"GLTO","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"}]},{"description":"Gelotto Year 1 Grand Prize Token","denom_units":[{"denom":"cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh","exponent":0},{"denom":"gkey","exponent":6}],"type_asset":"cw20","address":"juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh","base":"cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh","name":"GKey","display":"gkey","symbol":"GKEY","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg"}]},{"description":"The native token cw20 for BlackHole on Juno Chain","denom_units":[{"denom":"cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m","exponent":0},{"denom":"hole","exponent":6}],"type_asset":"cw20","address":"juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m","base":"cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m","name":"BlackHole","display":"hole","symbol":"HOLE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg"}]},{"description":"Staking derivative seJUNO for staked JUNO","denom_units":[{"denom":"cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv","exponent":0},{"denom":"sejuno","exponent":6}],"type_asset":"cw20","address":"juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv","base":"cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv","name":"StakeEasy seJUNO","display":"sejuno","symbol":"SEJUNO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg"}]},{"description":"Staking derivative bJUNO for staked JUNO","denom_units":[{"denom":"cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3","exponent":0},{"denom":"bjuno","exponent":6}],"type_asset":"cw20","address":"juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3","base":"cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3","name":"StakeEasy bJUNO","display":"bjuno","symbol":"BJUNO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg"}]},{"description":"Solarbank DAO Governance Token for speeding up the shift to renewable and green energy","denom_units":[{"denom":"cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse","exponent":0},{"denom":"solar","exponent":6}],"type_asset":"cw20","address":"juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse","base":"cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse","name":"Solarbank DAO","display":"solar","symbol":"SOLAR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg"}]},{"description":"StakeEasy governance token","denom_units":[{"denom":"cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf","exponent":0},{"denom":"seasy","exponent":6}],"type_asset":"cw20","address":"juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf","base":"cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf","name":"StakeEasy SEASY","display":"seasy","symbol":"SEASY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg"}]},{"description":"The native token cw20 for MuseDAO on Juno Chain","denom_units":[{"denom":"cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3","exponent":0},{"denom":"muse","exponent":6}],"type_asset":"cw20","address":"juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3","base":"cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3","name":"MuseDAO","display":"muse","symbol":"MUSE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png"}]},{"description":"The native token cw20 for Loop Finance on Juno Chain","denom_units":[{"denom":"cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup","exponent":0},{"denom":"loop","exponent":6}],"type_asset":"cw20","address":"juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup","base":"cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup","name":"Loop Finance","display":"loop","symbol":"LOOP","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png"}],"coingecko_id":"loop"},{"description":"The deprecated cw20 token for Fanfury on Juno Chain","denom_units":[{"denom":"cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz","exponent":0},{"denom":"fury","exponent":6}],"type_asset":"cw20","address":"juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz","base":"cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz","name":"FURY.legacy","display":"fury","symbol":"FURY.legacy","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png"}],"coingecko_id":"fanfury"},{"description":"The native token cw20 for PHMN on Juno Chain","denom_units":[{"denom":"cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l","exponent":0},{"denom":"phmn","exponent":6}],"type_asset":"cw20","address":"juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l","base":"cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l","name":"POSTHUMAN","display":"phmn","symbol":"PHMN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg"}],"coingecko_id":"posthuman"},{"description":"The native token cw20 for Hopers on Juno Chain","denom_units":[{"denom":"cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n","exponent":0},{"denom":"hopers","exponent":6}],"type_asset":"cw20","address":"juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n","base":"cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n","name":"Hopers","display":"hopers","symbol":"HOPERS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg"}]},{"description":"RED","denom_units":[{"denom":"cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za","exponent":0},{"denom":"red","exponent":6}],"type_asset":"cw20","address":"juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za","base":"cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za","name":"Red","display":"red","symbol":"RED","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png"}]},{"description":"BLUE","denom_units":[{"denom":"cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7","exponent":0},{"denom":"blue","exponent":6}],"type_asset":"cw20","address":"juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7","base":"cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7","name":"Blue","display":"blue","symbol":"BLUE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png"}]},{"description":"WYND DAO Governance Token","denom_units":[{"denom":"cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9","exponent":0},{"denom":"wynd","exponent":6}],"type_asset":"cw20","address":"juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9","base":"cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9","name":"Wynd DAO Governance Token","display":"wynd","symbol":"WYND","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg"}],"coingecko_id":"wynd"},{"description":"Bored APE IBC club token","denom_units":[{"denom":"cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj","exponent":0},{"denom":"banana","exponent":6}],"type_asset":"cw20","address":"juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj","base":"cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj","name":"Banana Token","display":"banana","symbol":"BANANA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png"}]},{"description":"nRide Token","denom_units":[{"denom":"cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq","exponent":0},{"denom":"nride","exponent":6}],"type_asset":"cw20","address":"juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq","base":"cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq","name":"nRide Token","display":"nride","symbol":"NRIDE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg"}]},{"description":"Signal Art and Gaming on Juno","denom_units":[{"denom":"cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k","exponent":0},{"denom":"sgnl","exponent":6}],"type_asset":"cw20","address":"juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k","base":"cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k","name":"Signal","display":"sgnl","symbol":"SGNL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png"}]},{"description":"Governance and utility token for the Junø Apes NFT platform on Juno","denom_units":[{"denom":"cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps","exponent":0},{"denom":"jape","exponent":6}],"type_asset":"cw20","address":"juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps","base":"cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps","name":"Junø Apes","display":"jape","symbol":"JAPE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png"}]},{"description":"A community meme token with a fantasy fiction storyline and comic based NFTs on Juno","denom_units":[{"denom":"cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa","exponent":0},{"denom":"catom","exponent":6}],"type_asset":"cw20","address":"juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa","base":"cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa","name":"Catom","display":"catom","symbol":"CATOM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png"}]},{"description":"Utility token of Howl.social, an on chain micro-blogging platform on Juno","denom_units":[{"denom":"cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz","exponent":0},{"denom":"howl","exponent":6}],"type_asset":"cw20","address":"juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz","base":"cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz","name":"Howl","display":"howl","symbol":"HOWL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png"}]},{"description":"Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.","denom_units":[{"denom":"cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x","exponent":0},{"denom":"fox","exponent":6}],"type_asset":"cw20","address":"juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x","base":"cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x","name":"Juno Fox","display":"fox","symbol":"FOX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png"}]},{"description":"Evmos Guardians governance token.","denom_units":[{"denom":"cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma","exponent":0},{"denom":"grdn","exponent":6}],"type_asset":"cw20","address":"juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma","base":"cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma","name":"Guardian","display":"grdn","symbol":"GRDN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png"}]},{"description":"Mini Punks Token","denom_units":[{"denom":"cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my","exponent":0},{"denom":"mnpu","exponent":6}],"type_asset":"cw20","address":"juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my","base":"cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my","name":"Mini Punks","display":"mnpu","symbol":"MNPU","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg"}]},{"description":"Kleomedes Token","denom_units":[{"denom":"cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy","exponent":0},{"denom":"kleo","exponent":6}],"type_asset":"cw20","address":"juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy","base":"cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy","name":"Kleomedes","display":"kleo","symbol":"KLEO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png"}]},{"description":"Sikoba Governance Token","denom_units":[{"denom":"cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp","exponent":0},{"denom":"sikoba","exponent":6}],"type_asset":"cw20","address":"juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp","base":"cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp","name":"Sikoba Token","display":"sikoba","symbol":"SKOJ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg"}]},{"description":"Shiba Cosmos","denom_units":[{"denom":"cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z","exponent":0},{"denom":"shibac","exponent":6}],"type_asset":"cw20","address":"juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z","base":"cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z","name":"ShibaCosmos","display":"shibac","symbol":"SHIBAC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png"}]},{"description":"Celestims","denom_units":[{"denom":"cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg","exponent":0},{"denom":"clst","exponent":6}],"type_asset":"cw20","address":"juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg","base":"cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg","name":"Celestims","display":"clst","symbol":"CLST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png"}]},{"description":"A revolutionary DAO created to bring clean drinking water to men, women, and children worldwide. We hope you join us on our journey!","denom_units":[{"denom":"cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw","exponent":0},{"denom":"watr","exponent":6}],"type_asset":"cw20","address":"juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw","base":"cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw","name":"WATR","display":"watr","symbol":"WATR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png"}]},{"description":"An innovative DAO dedicated to housing the most vulnerable","denom_units":[{"denom":"cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss","exponent":0},{"denom":"casa","exponent":6}],"type_asset":"cw20","address":"juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss","base":"cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss","name":"Casa","display":"casa","symbol":"CASA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png"}]},{"description":"Social Impact DAO providing showers, meals, and vehicles to the homeless","denom_units":[{"denom":"cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm","exponent":0},{"denom":"summit","exponent":6}],"type_asset":"cw20","address":"juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm","base":"cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm","name":"Summit","display":"summit","symbol":"SUMMIT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png"}]},{"description":"Social Impact DAO dedicated to combatting food insecurity and malnutrition","denom_units":[{"denom":"cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq","exponent":0},{"denom":"manna","exponent":6}],"type_asset":"cw20","address":"juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq","base":"cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq","name":"Manna","display":"manna","symbol":"MANNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png"}]},{"description":"Social Impact DAO focused on youth empowerment","denom_units":[{"denom":"cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v","exponent":0},{"denom":"empwr","exponent":6}],"type_asset":"cw20","address":"juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v","base":"cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v","name":"EMPWR","display":"empwr","symbol":"EMPWR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png"}]},{"description":"Join us in fighting against world hunger","denom_units":[{"denom":"cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd","exponent":0},{"denom":"middle","exponent":6}],"type_asset":"cw20","address":"juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd","base":"cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd","name":"Middle","display":"middle","symbol":"MIDDLE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png"}]},{"description":"Social Impact DAO taking a wholistic approach to helping abused and mentally ill women and children","denom_units":[{"denom":"cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w","exponent":0},{"denom":"sunset","exponent":6}],"type_asset":"cw20","address":"juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w","base":"cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w","name":"Sunset","display":"sunset","symbol":"SUNSET","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png"}]},{"description":"Social Impact DAO dedicated to helping restore and protect our environment","denom_units":[{"denom":"cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e","exponent":0},{"denom":"tree","exponent":6}],"type_asset":"cw20","address":"juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e","base":"cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e","name":"Living Tree","display":"tree","symbol":"TREE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png"}]},{"description":"Evmos Guardians' Invaders DAO token.","denom_units":[{"denom":"cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8","exponent":0},{"denom":"invdrs","exponent":6}],"type_asset":"cw20","address":"juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8","base":"cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8","name":"Invaders","display":"invdrs","symbol":"INVDRS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png"}]},{"description":"Apemos","denom_units":[{"denom":"cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06","exponent":0},{"denom":"apemos","exponent":6}],"type_asset":"cw20","address":"juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06","base":"cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06","name":"Apemos","display":"apemos","symbol":"APEMOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png"}]},{"description":"The First Doge on Osmosis","denom_units":[{"denom":"cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je","exponent":0},{"denom":"osdoge","exponent":6}],"type_asset":"cw20","address":"juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je","base":"cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je","name":"Osmosis Doge","display":"osdoge","symbol":"OSDOGE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png"}]},{"description":"Doge Apr","denom_units":[{"denom":"cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d","exponent":0},{"denom":"doga","exponent":6}],"type_asset":"cw20","address":"juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d","base":"cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d","name":"Doge Apr","display":"doga","symbol":"DOGA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png"}]},{"description":"Osmo Pepe","denom_units":[{"denom":"cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7","exponent":0},{"denom":"pepe","exponent":6}],"type_asset":"cw20","address":"juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7","base":"cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7","name":"Osmo Pepe","display":"pepe","symbol":"PEPE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png"}]},{"description":"Catmos","denom_units":[{"denom":"cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488","exponent":0},{"denom":"catmos","exponent":6}],"type_asset":"cw20","address":"juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488","base":"cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488","name":"Catmos","display":"catmos","symbol":"CATMOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png"}]},{"description":"Spacer","denom_units":[{"denom":"cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg","exponent":0},{"denom":"spacer","exponent":6}],"type_asset":"cw20","address":"juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg","base":"cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg","name":"Spacer","display":"spacer","symbol":"SPACER","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png"}]},{"description":"Light: LumenX community DAO treasury token","denom_units":[{"denom":"cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l","exponent":0},{"denom":"light","exponent":9}],"type_asset":"cw20","address":"juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l","base":"cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l","name":"LIGHT","display":"light","symbol":"LIGHT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png"}]},{"description":"Mille: the 1000th token on osmosis","denom_units":[{"denom":"cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d","exponent":0},{"denom":"mile","exponent":6}],"type_asset":"cw20","address":"juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d","base":"cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d","name":"Mille","display":"mile","symbol":"MILE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png"}]},{"description":"Void","denom_units":[{"denom":"cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8","exponent":0},{"denom":"void","exponent":6}],"type_asset":"cw20","address":"juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8","base":"cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8","name":"Void","display":"void","symbol":"VOID","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png"}]},{"description":"Silica","denom_units":[{"denom":"cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux","exponent":0},{"denom":"silica","exponent":6}],"type_asset":"cw20","address":"juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux","base":"cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux","name":"Silica","display":"silica","symbol":"SLCA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png"}]},{"description":"Pepec","denom_units":[{"denom":"cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k","exponent":0},{"denom":"pepec","exponent":6}],"type_asset":"cw20","address":"juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k","base":"cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k","name":"Pepec","display":"pepec","symbol":"PEPEC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png"}]},{"description":"Palantin","denom_units":[{"denom":"cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp","exponent":0},{"denom":"pltn","exponent":6}],"type_asset":"cw20","address":"juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp","base":"cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp","name":"Palantin","display":"pltn","symbol":"PLTN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png"}]},{"description":"Propose. Vote. Build.","denom_units":[{"denom":"cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw","exponent":0},{"denom":"yfd","exponent":6}],"type_asset":"cw20","address":"juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw","base":"cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw","name":"Y-Foundry DAO","display":"yfd","symbol":"YFD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg"}]},{"denom_units":[{"denom":"factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX","exponent":0},{"denom":"nexx","exponent":6}],"address":"juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh","base":"factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX","name":"NEXX GEN AI","display":"nexx","symbol":"NEXX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png"}]},{"denom_units":[{"denom":"factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL","exponent":0},{"denom":"dgl","exponent":6}],"address":"juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e","base":"factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL","name":"Licorice","display":"dgl","symbol":"DGL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png"}]},{"description":"ERIS liquid staked JUNO","denom_units":[{"denom":"cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a","exponent":0},{"denom":"ampJUNO","exponent":6}],"type_asset":"cw20","address":"juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a","base":"cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a","name":"ERIS Amplified JUNO","display":"ampJUNO","symbol":"ampJUNO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg"}]},{"description":"BITS - Native token of Bitswift Cash","denom_units":[{"denom":"cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h","exponent":0},{"denom":"bits","exponent":8}],"type_asset":"cw20","address":"juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h","base":"cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h","name":"BITS","display":"bits","symbol":"BITS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png"}]},{"description":"The least memeable memecoin in existence. The cats have had their day, it's time for $POIL coin to take reign.","denom_units":[{"denom":"cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw","exponent":0},{"denom":"poil","exponent":6}],"type_asset":"cw20","address":"juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw","base":"cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw","name":"POIL","display":"poil","symbol":"POIL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png"}]},{"description":"Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.","denom_units":[{"denom":"cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82","exponent":0},{"denom":"minerva","exponent":6}],"type_asset":"cw20","address":"juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82","base":"cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82","name":"MINERVA","display":"minerva","symbol":"MRVA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png"}]},{"description":"In Roman mythology, Juno (Latin: Iuno; pronounced [[Help:Pronunciation|[ˈjuːnoː]]]) was the protector and advisor of the state.","denom_units":[{"denom":"cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk","exponent":0},{"denom":"luno","exponent":6}],"type_asset":"cw20","address":"juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk","base":"cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk","name":"LUNO","display":"luno","symbol":"LUNO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png"}]},{"description":"ATEN is NETA.","denom_units":[{"denom":"cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r","exponent":0},{"denom":"aten","exponent":6}],"type_asset":"cw20","address":"juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r","base":"cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r","name":"ATEN","display":"aten","symbol":"ATEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png"}]},{"description":"HERA is the goddess of marriage in Greek mythology.","denom_units":[{"denom":"cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0","exponent":0},{"denom":"hera","exponent":6}],"type_asset":"cw20","address":"juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0","base":"cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0","name":"HERA","display":"hera","symbol":"HERA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png"}]},{"description":"BackBone Labs Liquid Staked JUNO","denom_units":[{"denom":"cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m","exponent":0},{"denom":"bJUNO","exponent":6}],"type_asset":"cw20","address":"juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m","base":"cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m","name":"BackBone Labs Liquid Staked JUNO","display":"bJUNO","symbol":"bJUNO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png"}],"coingecko_id":"backbone-labs-staked-juno"},{"description":"USD Coin on Juno","denom_units":[{"denom":"ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF","exponent":0,"aliases":["uusdc","microusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF","name":"USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-3"},"chain":{"channel_id":"channel-224","path":"transfer/channel-224/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}],"coingecko_id":"usd-coin"},{"denom_units":[{"denom":"ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2","exponent":0,"aliases":["factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"]},{"denom":"rstk","exponent":6}],"type_asset":"ics20","base":"ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2","name":"Restake DAO Token","display":"rstk","symbol":"RSTK","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk","channel_id":"channel-1"},"chain":{"channel_id":"channel-210","path":"transfer/channel-210/factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"}]},{"denom_units":[{"denom":"factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind","exponent":0},{"denom":"wind","exponent":6}],"address":"juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq","base":"factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind","name":"Wind Token","display":"wind","symbol":"WIND","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png"}]},{"description":"Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.","denom_units":[{"denom":"cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg","exponent":0}],"type_asset":"cw20","address":"juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg","base":"cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg","name":"Airdrop For All","display":"cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg","symbol":"AFA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png"}]},{"description":"The token for the Arena DAO","denom_units":[{"denom":"factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA","exponent":0},{"denom":"arena","exponent":6}],"type_asset":"sdk.coin","address":"juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k","base":"factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA","name":"Arena Token","display":"arena","symbol":"ARENA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg"}]}],"kichain-2":[{"description":"The native token of Ki Chain","denom_units":[{"denom":"uxki","exponent":0},{"denom":"xki","exponent":6}],"base":"uxki","name":"Ki","display":"xki","symbol":"XKI","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"}],"coingecko_id":"ki"},{"description":"ELEVENPARIS loyalty token on KiChain","denom_units":[{"denom":"cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy","exponent":0},{"denom":"lvn","exponent":6}],"type_asset":"cw20","address":"ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy","base":"cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy","name":"LVN","display":"lvn","symbol":"LVN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png"}],"coingecko_id":"lvn"}],"darchub":[{"description":"The native token of Konstellation Network","denom_units":[{"denom":"udarc","exponent":0},{"denom":"darc","exponent":6}],"base":"udarc","name":"DARC","display":"darc","symbol":"DARC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg"}],"coingecko_id":"darcmatter-coin"}],"lambda_92000-1":[{"description":"The native token of Lambda","denom_units":[{"denom":"ulamb","exponent":0},{"denom":"lamb","exponent":18}],"base":"ulamb","name":"Lambda","display":"lamb","symbol":"LAMB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"}],"coingecko_id":"lambda"}],"lava-mainnet-1":[{"description":"The native token of Lava","denom_units":[{"denom":"ulava","exponent":0},{"denom":"lava","exponent":6}],"type_asset":"sdk.coin","base":"ulava","name":"Lava","display":"lava","symbol":"LAVA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png"}],"keywords":["modular","data","data access","rpc","staking","dual staking","indexing","incentivized public rpc"]}],"kyve-1":[{"description":"The native utility token of the KYVE network.","denom_units":[{"denom":"ukyve","exponent":0},{"denom":"kyve","exponent":6}],"base":"ukyve","name":"KYVE","display":"kyve","symbol":"KYVE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}],"coingecko_id":"kyve-network"}],"likecoin-mainnet-2":[{"description":"LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.","denom_units":[{"denom":"nanolike","exponent":0},{"denom":"like","exponent":9}],"base":"nanolike","name":"LikeCoin","display":"like","symbol":"LIKE","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"}],"coingecko_id":"likecoin"}],"kaiyo-1":[{"description":"The native staking and governance token of the Kujira chain.","denom_units":[{"denom":"ukuji","exponent":0},{"denom":"kuji","exponent":6}],"base":"ukuji","name":"Kujira","display":"kuji","symbol":"KUJI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"}],"coingecko_id":"kujira"},{"description":"The native over-collateralized stablecoin from the Kujira chain.","denom_units":[{"denom":"factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk","exponent":0},{"denom":"usk","exponent":6}],"base":"factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk","name":"USK","display":"usk","symbol":"USK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg"}],"coingecko_id":"usk"},{"description":"Quark's auto-compounding KUJI derivative","denom_units":[{"denom":"factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt","exponent":0},{"denom":"qcKUJI","exponent":6}],"base":"factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt","name":"qcKUJI","display":"qcKUJI","symbol":"qcKUJI","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg"}]},{"description":"ampKUJI","denom_units":[{"denom":"factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI","exponent":0},{"denom":"ampKUJI","exponent":6}],"base":"factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI","name":"ampKUJI","display":"ampKUJI","symbol":"ampKUJI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg"}]},{"description":"MantaDAO Governance Token","denom_units":[{"denom":"factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta","exponent":0},{"denom":"mnta","exponent":6}],"base":"factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta","name":"MantaDAO","display":"mnta","symbol":"MNTA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg"}],"coingecko_id":"mantadao"},{"description":"Quark's auto-compounding MNTA derivative","denom_units":[{"denom":"factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt","exponent":0},{"denom":"qcMNTA","exponent":6}],"base":"factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt","name":"qcMNTA","display":"qcMNTA","symbol":"qcMNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg"}]},{"description":"ERIS Liquid Staked MNTA","denom_units":[{"denom":"factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA","exponent":0},{"denom":"ampMNTA","exponent":6}],"base":"factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA","name":"ERIS Amplified MNTA","display":"ampMNTA","symbol":"ampMNTA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png"}]},{"description":"The content house of Kujira","denom_units":[{"denom":"factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink","exponent":0},{"denom":"wink","exponent":6}],"base":"factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink","name":"WINK","display":"wink","symbol":"WINK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg"}]},{"description":"Blend Token","denom_units":[{"denom":"factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend","exponent":0},{"denom":"blend","exponent":6}],"base":"factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend","name":"BLEND","display":"blend","symbol":"BLEND","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg"}]},{"description":"Tether USDt on Kujira","denom_units":[{"denom":"ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8","name":"Tether USD","display":"usdt","symbol":"USDT","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-116"},"chain":{"channel_id":"channel-95","path":"transfer/channel-95/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"The staking and governance token of Fuzion","denom_units":[{"denom":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn","exponent":0},{"denom":"fuzn","exponent":6}],"base":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn","name":"Fuzion","display":"fuzn","symbol":"FUZN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg"}],"coingecko_id":"fuzion"},{"description":"The receipt token of Fuzion","denom_units":[{"denom":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn","exponent":0},{"denom":"rfuzn","exponent":6}],"base":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn","name":"Fuzion Receipt","display":"rfuzn","symbol":"rFUZN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png"}]},{"description":"The yield token of Fuzion","denom_units":[{"denom":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn","exponent":0},{"denom":"yfuzn","exponent":6}],"base":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn","name":"Fuzion Yield","display":"yfuzn","symbol":"yFUZN","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg"}]},{"description":"Quark's auto-compounding FUZN derivative","denom_units":[{"denom":"factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt","exponent":0},{"denom":"qcFUZN","exponent":6}],"base":"factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt","name":"qcFUZN","display":"qcFUZN","symbol":"qcFUZN","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg"}]},{"description":"Quark's auto-compounding AQLA derivative","denom_units":[{"denom":"factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt","exponent":0},{"denom":"qcAQLA","exponent":6}],"base":"factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt","name":"qcAQLA","display":"qcAQLA","symbol":"qcAQLA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"kujira","base_denom":"factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla"},"chain":{"contract":"kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u"},"provider":"Quark Protocol"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg"}]},{"description":"The Aqualibre project's token","denom_units":[{"denom":"factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla","exponent":0},{"denom":"AQLA","exponent":6}],"base":"factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla","name":"AQLA","display":"AQLA","symbol":"AQLA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg"}],"coingecko_id":"aqualibre"},{"description":"The Revenue & Governance token of Unstake.fi","denom_units":[{"denom":"factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk","exponent":0},{"denom":"nstk","exponent":6}],"base":"factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk","name":"Unstake Fi","display":"nstk","symbol":"NSTK","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"}],"coingecko_id":"unstake-fi"},{"description":"Local Money","denom_units":[{"denom":"factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local","exponent":0},{"denom":"local","exponent":6}],"base":"factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local","name":"LOCAL","display":"local","symbol":"LOCAL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png"}]},{"description":"Food for whales","denom_units":[{"denom":"factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk","exponent":0},{"denom":"PLNK","exponent":6}],"base":"factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk","name":"Plankton","display":"PLNK","symbol":"PLNK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png"}]},{"denom_units":[{"denom":"ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3","exponent":0},{"denom":"sol","exponent":8}],"base":"ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3","name":"Wormhole Solana","display":"sol","symbol":"whSOL","traces":[{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA","channel_id":"channel-9"},"chain":{"channel_id":"channel-113","path":"transfer/channel-113/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"}]},{"denom_units":[{"denom":"ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10","exponent":0},{"denom":"evmos","exponent":18}],"base":"ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10","name":"Evmos","display":"evmos","symbol":"EVMOS","traces":[{"type":"ibc","counterparty":{"chain_name":"evmos","base_denom":"aevmos","channel_id":"channel-18"},"chain":{"channel_id":"channel-23","path":"transfer/channel-23/aevmos"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"}]},{"denom_units":[{"denom":"ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2","exponent":0},{"denom":"avax","exponent":18}],"type_asset":"ics20","base":"ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2","name":"Axelar Wrapped AVAX","display":"avax","symbol":"wAVAX","traces":[{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wavax-wei","channel_id":"channel-14"},"chain":{"channel_id":"channel-9","path":"transfer/channel-9/wavax-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"}]},{"denom_units":[{"denom":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","exponent":0},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","name":"Noble USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-2"},"chain":{"channel_id":"channel-62","path":"transfer/channel-62/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}]},{"denom_units":[{"denom":"ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23","exponent":0},{"denom":"osmo","exponent":6}],"type_asset":"ics20","base":"ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23","name":"Osmosis","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"uosmo","channel_id":"channel-259"},"chain":{"channel_id":"channel-3","path":"transfer/channel-3/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}]},{"denom_units":[{"denom":"ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F","exponent":0},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F","name":"Axelar USD Coin","display":"usdc","symbol":"axlUSDC","traces":[{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"uusdc","channel_id":"channel-14"},"chain":{"channel_id":"channel-9","path":"transfer/channel-9/uusdc"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"}]},{"denom_units":[{"denom":"ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07","exponent":0},{"denom":"cmdx","exponent":6}],"type_asset":"ics20","base":"ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07","name":"Comdex","display":"cmdx","symbol":"CMDX","traces":[{"type":"ibc","counterparty":{"chain_name":"comdex","base_denom":"ucmdx","channel_id":"channel-31"},"chain":{"channel_id":"channel-18","path":"transfer/channel-18/ucmdx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"}]},{"denom_units":[{"denom":"ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5","exponent":0},{"denom":"juno","exponent":6}],"base":"ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5","name":"Juno","display":"juno","symbol":"JUNO","traces":[{"type":"ibc","counterparty":{"chain_name":"juno","base_denom":"ujuno","channel_id":"channel-87"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/ujuno"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"}]},{"denom_units":[{"denom":"ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7","exponent":0},{"denom":"weth","exponent":18}],"type_asset":"ics20","base":"ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7","name":"Axelar Wrapped Ether","display":"weth","symbol":"wETH","traces":[{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"weth-wei","channel_id":"channel-14"},"chain":{"channel_id":"channel-9","path":"transfer/channel-9/weth-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"}]},{"denom_units":[{"denom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","exponent":0},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","name":"Cosmos Hub Atom","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-343"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"denom_units":[{"denom":"ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986","exponent":0},{"denom":"luna","exponent":6}],"base":"ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986","name":"Luna","display":"luna","symbol":"LUNA","traces":[{"type":"ibc","counterparty":{"chain_name":"terra2","base_denom":"uluna","channel_id":"channel-10"},"chain":{"channel_id":"channel-5","path":"transfer/channel-5/uluna"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}]},{"denom_units":[{"denom":"ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602","exponent":0},{"denom":"stars","exponent":6}],"type_asset":"ics20","base":"ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602","name":"Stargaze","display":"stars","symbol":"STARS","traces":[{"type":"ibc","counterparty":{"chain_name":"stargaze","base_denom":"ustars","channel_id":"channel-49"},"chain":{"channel_id":"channel-7","path":"transfer/channel-7/ustars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"}]},{"denom_units":[{"denom":"ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5","exponent":0},{"denom":"scrt","exponent":6}],"base":"ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5","name":"Secret Network","display":"scrt","symbol":"SCRT","traces":[{"type":"ibc","counterparty":{"chain_name":"secretnetwork","base_denom":"uscrt","channel_id":"channel-22"},"chain":{"channel_id":"channel-10","path":"transfer/channel-10/uscrt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}]},{"denom_units":[{"denom":"ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8","exponent":0,"aliases":["stk/uatom"]},{"denom":"stkatom","exponent":6,"aliases":["stk/atom"]}],"type_asset":"ics20","base":"ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8","name":"PSTAKE staked ATOM","display":"stkatom","symbol":"stkATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"persistence","base_denom":"stk/uatom","channel_id":"channel-152"},"chain":{"channel_id":"channel-158","path":"transfer/channel-158/stk/uatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"}]},{"description":"BackBone Labs Liquid Staked KUJI","denom_units":[{"denom":"factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji","exponent":0},{"denom":"bKUJI","exponent":6}],"base":"factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji","name":"BackBone Labs Liquid Staked KUJI","display":"bKUJI","symbol":"bKUJI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png"}]},{"denom_units":[{"denom":"ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D","exponent":0,"aliases":["factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"]},{"denom":"rstk","exponent":6}],"type_asset":"ics20","base":"ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D","name":"Restake DAO Token","display":"rstk","symbol":"RSTK","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk","channel_id":"channel-8"},"chain":{"channel_id":"channel-58","path":"transfer/channel-58/factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"}]},{"description":"Ghost Vault USK","denom_units":[{"denom":"factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt","exponent":0},{"denom":"xusk","exponent":6}],"base":"factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt","name":"Ghost Vault USK","display":"xusk","symbol":"xUSK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png"}]},{"description":"Ghost Vault MNTA","denom_units":[{"denom":"factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt","exponent":0},{"denom":"xmnta","exponent":6}],"base":"factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt","name":"Ghost Vault MNTA","display":"xmnta","symbol":"xMNTA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png"}]},{"description":"Stride staked ATOM","denom_units":[{"denom":"ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87","exponent":0},{"denom":"statom","exponent":6}],"base":"ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87","name":"stATOM","display":"statom","symbol":"stATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuatom","channel_id":"channel-8"},"chain":{"channel_id":"channel-32","path":"transfer/channel-32/stuatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"}]},{"description":"Axelar Bridged wBTC","denom_units":[{"denom":"ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC","exponent":0},{"denom":"wbtc.axl","exponent":6}],"base":"ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC","name":"Axelar Bridged wBTC","display":"wbtc.axl","symbol":"wBTC.axl","traces":[{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wbtc-satoshi","channel_id":"channel-14"},"chain":{"channel_id":"channel-32","path":"transfer/channel-9/wbtc-satoshi"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"}]},{"description":"Stride staked OSMO","denom_units":[{"denom":"ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8","exponent":0},{"denom":"stosmo","exponent":6}],"base":"ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8","name":"Stride staked OSMO","display":"stosmo","symbol":"stOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuosmo","channel_id":"channel-8"},"chain":{"channel_id":"channel-32","path":"transfer/channel-32/uosmo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"}]},{"description":"LP Bow: DOT.axl-MNTA","denom_units":[{"denom":"factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp","exponent":0},{"denom":"lp-dot-mnta","exponent":6}],"base":"factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp","name":"LP Bow: DOT.axl-MNTA","display":"lp-dot-mnta","symbol":"LP DOT.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: SHD-MNTA","denom_units":[{"denom":"factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp","exponent":0},{"denom":"lp-shd-mnta","exponent":6}],"base":"factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp","name":"LP Bow: SHD-MNTA","display":"lp-shd-mnta","symbol":"LP SHD-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: DYDX-MNTA","denom_units":[{"denom":"factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp","exponent":0},{"denom":"lp-dydx-mnta","exponent":6}],"base":"factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp","name":"LP Bow: DYDX-MNTA","display":"lp-dydx-mnta","symbol":"LP DYDX-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wAVAX.axl-MNTA","denom_units":[{"denom":"factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp","exponent":0},{"denom":"lp-wavax-mnta","exponent":6}],"base":"factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp","name":"LP Bow: wAVAX.axl-MNTA","display":"lp-wavax-mnta","symbol":"LP wAVAX.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: CHEQ-MNTA","denom_units":[{"denom":"factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp","exponent":0},{"denom":"lp-cheq-mnta","exponent":6}],"base":"factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp","name":"LP Bow: CHEQ-MNTA","display":"lp-cheq-mnta","symbol":"LP CHEQ-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: FUZN-MNTA","denom_units":[{"denom":"factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp","exponent":0},{"denom":"lp-fuzn-mnta","exponent":6}],"base":"factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp","name":"LP Bow: FUZN-MNTA","display":"lp-fuzn-mnta","symbol":"LP FUZN-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: SOMM-MNTA","denom_units":[{"denom":"factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp","exponent":0},{"denom":"lp-somm-mnta","exponent":6}],"base":"factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp","name":"LP Bow: SOMM-MNTA","display":"lp-somm-mnta","symbol":"LP SOMM-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wETH.axl-MNTA","denom_units":[{"denom":"factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp","exponent":0},{"denom":"lp-weth-mnta","exponent":6}],"base":"factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp","name":"LP Bow: wETH.axl-MNTA","display":"lp-weth-mnta","symbol":"LP wETH.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: NTRN-MNTA","denom_units":[{"denom":"factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp","exponent":0},{"denom":"lp-ntrn-mnta","exponent":6}],"base":"factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp","name":"LP Bow: NTRN-MNTA","display":"lp-ntrn-mnta","symbol":"LP NTRN-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wFTM.axl-MNTA","denom_units":[{"denom":"factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp","exponent":0},{"denom":"lp-wftm-mnta","exponent":6}],"base":"factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp","name":"LP Bow: wFTM.axl-MNTA","display":"lp-wftm-mnta","symbol":"LP wFTM.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: STARS-MNTA","denom_units":[{"denom":"factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp","exponent":0},{"denom":"lp-stars-mnta","exponent":6}],"base":"factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp","name":"LP Bow: STARS-MNTA","display":"lp-stars-mnta","symbol":"LP STARS-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: TIA-MNTA","denom_units":[{"denom":"factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp","exponent":0},{"denom":"lp-tia-mnta","exponent":6}],"base":"factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp","name":"LP Bow: TIA-MNTA","display":"lp-tia-mnta","symbol":"LP TIA-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: SOL.wh-MNTA","denom_units":[{"denom":"factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp","exponent":0},{"denom":"lp-sol-mnta","exponent":6}],"base":"factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp","name":"LP Bow: SOL.wh-MNTA","display":"lp-sol-mnta","symbol":"LP SOL.wh-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: DYM-MNTA","denom_units":[{"denom":"factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp","exponent":0},{"denom":"lp-dym-mnta","exponent":6}],"base":"factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp","name":"LP Bow: DYM-MNTA","display":"lp-dym-mnta","symbol":"LP DYM-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: AKT-MNTA","denom_units":[{"denom":"factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp","exponent":0},{"denom":"lp-akt-mnta","exponent":6}],"base":"factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp","name":"LP Bow: AKT-MNTA","display":"lp-akt-mnta","symbol":"LP AKT-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: LINK.axl-MNTA","denom_units":[{"denom":"factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp","exponent":0},{"denom":"lp-link-mnta","exponent":6}],"base":"factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp","name":"LP Bow: LINK.axl-MNTA","display":"lp-link-mnta","symbol":"LP LINK.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wTAO.grv-MNTA","denom_units":[{"denom":"factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp","exponent":0},{"denom":"lp-wtao-mnta","exponent":6}],"base":"factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp","name":"LP Bow: wTAO.grv-MNTA","display":"lp-wtao-mnta","symbol":"LP wTAO.grv-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: MNTA-KUJI","denom_units":[{"denom":"factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp","exponent":0},{"denom":"lp-mnta-kuji","exponent":6}],"base":"factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp","name":"LP Bow: MNTA-KUJI","display":"lp-mnta-kuji","symbol":"LP MNTA-KUJI","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: AXL-MNTA","denom_units":[{"denom":"factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp","exponent":0},{"denom":"lp-axl-mnta","exponent":6}],"base":"factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp","name":"LP Bow: AXL-MNTA","display":"lp-axl-mnta","symbol":"LP AXL-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: ATOM-MNTA","denom_units":[{"denom":"factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp","exponent":0},{"denom":"lp-atom-mnta","exponent":6}],"base":"factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp","name":"LP Bow: ATOM-MNTA","display":"lp-atom-mnta","symbol":"LP ATOM-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: ARB-MNTA","denom_units":[{"denom":"factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp","exponent":0},{"denom":"lp-arb-mnta","exponent":6}],"base":"factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp","name":"LP Bow: ARB-MNTA","display":"lp-arb-mnta","symbol":"LP ARB-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: WHALE-MNTA","denom_units":[{"denom":"factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp","exponent":0},{"denom":"lp-whale-mnta","exponent":6}],"base":"factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp","name":"LP Bow: WHALE-MNTA","display":"lp-whale-mnta","symbol":"LP WHALE-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: SCRT-MNTA","denom_units":[{"denom":"factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp","exponent":0},{"denom":"lp-scrt-mnta","exponent":6}],"base":"factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp","name":"LP Bow: SCRT-MNTA","display":"lp-scrt-mnta","symbol":"LP SCRT-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wstETH.axl-MNTA","denom_units":[{"denom":"factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp","exponent":0},{"denom":"lp-wsteth-mnta","exponent":6}],"base":"factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp","name":"LP Bow: wstETH.axl-MNTA","display":"lp-wsteth-mnta","symbol":"LP wstETH.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wMATIC.axl-MNTA","denom_units":[{"denom":"factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp","exponent":0},{"denom":"lp-wmatic-mnta","exponent":6}],"base":"factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp","name":"LP Bow: wMATIC.axl-MNTA","display":"lp-wmatic-mnta","symbol":"LP wMATIC.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: UNI.axl-MNTA","denom_units":[{"denom":"factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp","exponent":0},{"denom":"lp-uni-mnta","exponent":6}],"base":"factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp","name":"LP Bow: UNI.axl-MNTA","display":"lp-uni-mnta","symbol":"LP UNI.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: yieldETH.axl-MNTA","denom_units":[{"denom":"factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp","exponent":0},{"denom":"lp-yieldeth-mnta","exponent":6}],"base":"factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp","name":"LP Bow: yieldETH.axl-MNTA","display":"lp-yieldeth-mnta","symbol":"LP yieldETH.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wBTC.axl-MNTA","denom_units":[{"denom":"factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp","exponent":0},{"denom":"lp-wbtc-mnta","exponent":6}],"base":"factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp","name":"LP Bow: wBTC.axl-MNTA","display":"lp-wbtc-mnta","symbol":"LP wBTC.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: PAXG.grv-MNTA","denom_units":[{"denom":"factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp","exponent":0},{"denom":"lp-paxg-mnta","exponent":6}],"base":"factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp","name":"LP Bow: PAXG.grv-MNTA","display":"lp-paxg-mnta","symbol":"LP PAXG.grv-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wBNB.axl-MNTA","denom_units":[{"denom":"factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp","exponent":0},{"denom":"lp-wbnb-mnta","exponent":6}],"base":"factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp","name":"LP Bow: wBNB.axl-MNTA","display":"lp-wbnb-mnta","symbol":"LP wBNB.axl-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: OSMO-MNTA","denom_units":[{"denom":"factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp","exponent":0},{"denom":"lp-osmo-mnta","exponent":6}],"base":"factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp","name":"LP Bow: OSMO-MNTA","display":"lp-osmo-mnta","symbol":"LP OSMO-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: INJ-MNTA","denom_units":[{"denom":"factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp","exponent":0},{"denom":"lp-inj-mnta","exponent":6}],"base":"factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp","name":"LP Bow: INJ-MNTA","display":"lp-inj-mnta","symbol":"LP INJ-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: stOSMO-OSMO","denom_units":[{"denom":"factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp","exponent":0},{"denom":"lp-stosmo-osmo","exponent":6}],"base":"factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp","name":"LP Bow: stOSMO-OSMO","display":"lp-stosmo-osmo","symbol":"LP stOSMO-OSMO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wstETH.axl-wETH.axl","denom_units":[{"denom":"factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp","exponent":0},{"denom":"lp-wsteth-weth","exponent":6}],"base":"factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp","name":"LP Bow: wstETH.axl-wETH.axl","display":"lp-wsteth-weth","symbol":"LP wstETH.axl-wETH.axl","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: qcMNTA-MNTA","denom_units":[{"denom":"factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp","exponent":0},{"denom":"lp-qcmnta-mnta","exponent":6}],"base":"factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp","name":"LP Bow: qcMNTA-MNTA","display":"lp-qcmnta-mnta","symbol":"LP qcMNTA-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: ampMNTA-MNTA","denom_units":[{"denom":"factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp","exponent":0},{"denom":"lp-ampmnta-mnta","exponent":6}],"base":"factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp","name":"LP Bow: ampMNTA-MNTA","display":"lp-ampmnta-mnta","symbol":"LP ampMNTA-MNTA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"LP Bow: wETH.axl-USK","denom_units":[{"denom":"factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp","exponent":0},{"denom":"lp-weth-usk","exponent":6}],"base":"factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp","name":"LP Bow: wETH.axl-USK","display":"lp-weth-usk","symbol":"LP wETH.axl-USK","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"}]},{"description":"The token of NAMI","denom_units":[{"denom":"factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami","exponent":0},{"denom":"nami","exponent":6}],"base":"factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami","name":"NAMI","display":"nami","symbol":"NAMI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg"}],"coingecko_id":"nami-protocol"}],"logos_7002-1":[{"description":"The native token of Logos","denom_units":[{"denom":"aLYT","exponent":0},{"denom":"LYT","exponent":18}],"base":"aLYT","name":"LYT","display":"LYT","symbol":"LYT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg"}]}],"loop-1":[{"description":"The native token of Loop","denom_units":[{"denom":"token","exponent":0}],"type_asset":"sdk.coin","base":"token","name":"Token","display":"token","symbol":"TOKEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg"}]},{"denom_units":[{"denom":"upoa","exponent":0},{"denom":"poa","exponent":6}],"type_asset":"sdk.coin","base":"upoa","name":"POA","display":"poa","symbol":"POA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.svg"}],"keywords":["poa"]}],"loyal-main-02":[{"description":"The native token of Loyal","denom_units":[{"denom":"ulyl","exponent":0},{"denom":"lyl","exponent":6}],"base":"ulyl","name":"Loyal","display":"lyl","symbol":"LYL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"}]}],"LumenX":[{"description":"The native token of LumenX Network","denom_units":[{"denom":"ulumen","exponent":0},{"denom":"lumen","exponent":6}],"base":"ulumen","name":"LUMEN","display":"lumen","symbol":"LUMEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"}]}],"lum-network-1":[{"description":"Native token of the Lum Network","denom_units":[{"denom":"ulum","exponent":0},{"denom":"lum","exponent":6}],"base":"ulum","name":"Lum","display":"lum","symbol":"LUM","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"}],"coingecko_id":"lum-network"}],"mars-1":[{"description":"Mars protocol token","denom_units":[{"denom":"umars","exponent":0},{"denom":"mars","exponent":6}],"base":"umars","name":"Mars","display":"mars","symbol":"MARS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"}],"coingecko_id":"mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3"}],"mayachain-mainnet-v1":[{"description":"The native token of Maya Protocol","denom_units":[{"denom":"cacao","exponent":0},{"denom":"CACAO","exponent":10}],"base":"cacao","name":"Cacao","display":"CACAO","symbol":"CACAO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/cacao.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/cacao.svg"}],"coingecko_id":"cacao","keywords":["dex"]},{"description":"The native revenue sharing token of Maya Protocol","denom_units":[{"denom":"maya","exponent":0},{"denom":"MAYA","exponent":4}],"base":"maya","name":"Maya","display":"MAYA","symbol":"MAYA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/maya.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/maya.svg"}]}],"medasdigital-1":[{"description":"The native token of Medas Digital Network","denom_units":[{"denom":"umedas","exponent":0},{"denom":"medas","exponent":6}],"base":"umedas","name":"Medas Digital","display":"medas","symbol":"MEDAS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"}],"keywords":["medas"]}],"meme-1":[{"description":"MEME Token (MEME) is the native staking token of the MEME Chain","denom_units":[{"denom":"umeme","exponent":0},{"denom":"meme","exponent":6}],"base":"umeme","name":"MEME","display":"meme","symbol":"MEME","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"}],"coingecko_id":"meme-network"}],"microtick-1":[{"description":"TICK coin is the token for the Microtick Price Discovery & Oracle App","denom_units":[{"denom":"utick","exponent":0},{"denom":"tick","exponent":6}],"base":"utick","name":"Microtick","display":"tick","symbol":"TICK","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"}],"coingecko_id":"microtick"}],"migaloo-1":[{"description":"The native token of Migaloo Chain","denom_units":[{"denom":"uwhale","exponent":0},{"denom":"whale","exponent":6}],"base":"uwhale","name":"Whale","display":"whale","symbol":"WHALE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"}],"coingecko_id":"white-whale"},{"description":"ampWHALE","denom_units":[{"denom":"factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE","exponent":0},{"denom":"ampWHALE","exponent":6}],"base":"factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE","name":"ampWHALE","display":"ampWHALE","symbol":"ampWHALE","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg"}]},{"description":"BackBone Labs Liquid Staked WHALE","denom_units":[{"denom":"factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale","exponent":0},{"denom":"bWHALE","exponent":6}],"base":"factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale","name":"BackBone Labs Liquid Staked WHALE","display":"bWHALE","symbol":"bWHALE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png"}],"coingecko_id":"backbone-labs-staked-whale"},{"description":"FABLE","denom_units":[{"denom":"factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable","exponent":0},{"denom":"fable","exponent":6}],"base":"factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable","name":"FABLE","display":"fable","symbol":"FABLE","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg"}]},{"description":"boneLUNA are autocompounding LUNA tokens","denom_units":[{"denom":"ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708","exponent":0},{"denom":"bluna","exponent":6}],"type_asset":"ics20","address":"cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml","base":"ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708","name":"boneLuna","display":"bluna","symbol":"bLUNA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml","port":"wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au","channel_id":"channel-87"},"chain":{"port":"transfer","channel_id":"channel-2","path":"transfer/channel-2/cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png"}]},{"description":"RAC","denom_units":[{"denom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac","exponent":0},{"denom":"RAC","exponent":6}],"base":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac","name":"RAC","display":"RAC","symbol":"RAC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg"}]},{"description":"ASH","denom_units":[{"denom":"factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash","exponent":0},{"denom":"ASH","exponent":6}],"base":"factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash","name":"ASH","display":"ASH","symbol":"ASH","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg"}]},{"description":"Tether USDt on Migaloo","denom_units":[{"denom":"ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-120"},"chain":{"channel_id":"channel-48","path":"transfer/channel-48/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"Auto componded USDC despoited into Ginkou on Migaloo chain","denom_units":[{"denom":"cw20:migaloo10nucfm2zqgzqmy7y7ls398t58pjt9cwjsvpy88y2nvamtl34rgmqt5em2v","exponent":0},{"denom":"mUSDC","exponent":6}],"type_asset":"cw20","address":"migaloo10nucfm2zqgzqmy7y7ls398t58pjt9cwjsvpy88y2nvamtl34rgmqt5em2v","base":"cw20:migaloo10nucfm2zqgzqmy7y7ls398t58pjt9cwjsvpy88y2nvamtl34rgmqt5em2v","name":"mUSDC","display":"mUSDC","symbol":"mUSDC","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/mUSDC.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/mUSDC.svg"}]},{"description":"GUPPY","denom_units":[{"denom":"factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy","exponent":0},{"denom":"GUPPY","exponent":6}],"base":"factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy","name":"GUPPY","display":"GUPPY","symbol":"GUPPY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"}]},{"description":"OPHIR is a Cosmos Treasury DAO established on Migaloo.","denom_units":[{"denom":"factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir","exponent":0},{"denom":"OPHIR","exponent":6}],"base":"factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir","name":"OPHIR","display":"OPHIR","symbol":"OPHIR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png"}]},{"description":"SHARK is the apex price prediction market within Cosmos.","denom_units":[{"denom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark","exponent":0},{"denom":"SHARK","exponent":6}],"base":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark","name":"SHARK","display":"SHARK","symbol":"SHARK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png"}]},{"description":"lsdSHARK is the liquid staking derivative of SHARK.","denom_units":[{"denom":"factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK","exponent":0},{"denom":"lsdSHARK","exponent":6}],"base":"factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK","name":"lsdSHARK","display":"lsdSHARK","symbol":"lsdSHARK","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark"},"provider":"Shark Protocol"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png"}]},{"description":"The native staking token of Terra.","denom_units":[{"denom":"ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8","exponent":0},{"denom":"luna","exponent":6}],"base":"ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8","name":"Luna","display":"luna","symbol":"LUNA","traces":[{"type":"ibc","counterparty":{"chain_name":"terra2","base_denom":"uluna","channel_id":"channel-86"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/uluna"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}],"coingecko_id":"terra-luna-2"},{"description":"Rakoff Token","denom_units":[{"denom":"ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018","exponent":0},{"denom":"Rakoff","exponent":6}],"type_asset":"ics20","base":"ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018","name":"Rakoff","display":"Rakoff","symbol":"RAKOFF","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra","base_denom":"cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2","port":"wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc","channel_id":"channel-87"},"chain":{"port":"transfer","channel_id":"channel-114","path":"transfer/channel-114/cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png"}]},{"description":"GASH","denom_units":[{"denom":"factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash","exponent":0},{"denom":"gash","exponent":6}],"base":"factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash","name":"GASH","display":"gash","symbol":"GASH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png"}]},{"description":"Restake DAO Token","denom_units":[{"denom":"factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk","exponent":0},{"denom":"rstk","exponent":6}],"base":"factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk","name":"RESTAKE","display":"rstk","symbol":"RSTK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"}]},{"description":"Frogztrik NFT Token","denom_units":[{"denom":"ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3","exponent":0},{"denom":"frog","exponent":6}],"type_asset":"ics20","base":"ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3","name":"Frogztrik NFT Token","display":"frog","symbol":"FROG","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra","base_denom":"cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9","port":"wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc","channel_id":"channel-87"},"chain":{"port":"transfer","channel_id":"channel-114","path":"transfer/channel-114/cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png"}]},{"description":"GRAC is the official token of Racoon.Bet's gaming platform.","denom_units":[{"denom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac","exponent":0},{"denom":"GRAC","exponent":6}],"base":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac","name":"Gaming RAC Token","display":"GRAC","symbol":"GRAC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png"}]},{"denom_units":[{"denom":"ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928","exponent":0,"aliases":["factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind"]},{"denom":"wind","exponent":6}],"type_asset":"ics20","base":"ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928","name":"Wind Token","display":"wind","symbol":"WIND","traces":[{"type":"ibc","counterparty":{"chain_name":"juno","base_denom":"factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind","channel_id":"channel-210"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png"}]},{"denom_units":[{"denom":"ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9","exponent":0,"aliases":["factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos"]},{"denom":"shitmos","exponent":6}],"type_asset":"ics20","base":"ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9","name":"Shitmos","display":"shitmos","symbol":"SHITMOS","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos","channel_id":"channel-642"},"chain":{"channel_id":"channel-5","path":"transfer/channel-5/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg","theme":{"primary_color_hex":"#639BFF"}}]},{"description":"ERIS Liquid Alliance Staked GASH","denom_units":[{"denom":"factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH","exponent":0},{"denom":"ampGASH","exponent":6}],"base":"factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH","name":"ampGASH","display":"ampGASH","symbol":"ampGASH","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash","contract":"migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg"},"chain":{"contract":"migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl"},"provider":"ERIS Protocol"}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png"}]}],"mainnet":[{"description":"The native staking and gov token of the Mises Network.","denom_units":[{"denom":"umis","exponent":0,"aliases":["micromis"]},{"denom":"mmis","exponent":3,"aliases":["millimis"]},{"denom":"mis","exponent":6}],"base":"umis","name":"mises network MIS","display":"mis","symbol":"MIS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png"}]}],"mun-1":[{"description":"The native token of Mun","denom_units":[{"denom":"umun","exponent":0},{"denom":"mun","exponent":6}],"base":"umun","name":"Mun","display":"mun","symbol":"MUN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"}]}],"mythos_7001-1":[{"description":"The native token of Mythos","denom_units":[{"denom":"aMYT","exponent":0},{"denom":"MYT","exponent":18}],"base":"aMYT","name":"MYT","display":"MYT","symbol":"MYT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg"}]}],"neura_266-1":[{"description":"ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.","denom_units":[{"denom":"atankr","exponent":0},{"denom":"ankr","exponent":18}],"base":"atankr","name":"Neura","display":"ankr","symbol":"ANKR","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4"},"provider":"Neura"}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg"}],"coingecko_id":"ankr"}],"Neutaro-1":[{"description":"The native token of Neutaro","denom_units":[{"denom":"uneutaro","exponent":0},{"denom":"neutaro","exponent":6}],"base":"uneutaro","name":"Neutaro","display":"neutaro","symbol":"NTMPI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg"}],"coingecko_id":"neutaro"}],"cataclysm-1":[{"description":"The native token of Nibiru network","denom_units":[{"denom":"unibi","exponent":0},{"denom":"nibi","exponent":6}],"base":"unibi","name":"Nibiru","display":"nibi","symbol":"NIBI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"coingecko_id":"nibiru"},{"description":"uoprek","denom_units":[{"denom":"tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek","exponent":0}],"base":"tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek","name":"uoprek","display":"tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek","symbol":"UOPREK"},{"description":"utestate","denom_units":[{"denom":"tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate","exponent":0}],"base":"tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate","name":"utestate","display":"tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate","symbol":"UTESTATE"},{"description":"npp","denom_units":[{"denom":"tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP","exponent":0}],"base":"tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP","name":"npp","display":"tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP","symbol":"NPP"}],"nim_1122-1":[{"description":"The native token of Nim Network.","denom_units":[{"denom":"anim","exponent":0},{"denom":"nim","exponent":18}],"type_asset":"sdk.coin","base":"anim","name":"NIM Network","display":"nim","symbol":"NIM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"}],"keywords":["gaming","AI"]}],"neutron-1":[{"description":"The native token of Neutron chain.","denom_units":[{"denom":"untrn","exponent":0},{"denom":"ntrn","exponent":6}],"base":"untrn","name":"Neutron","display":"ntrn","symbol":"NTRN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"}],"coingecko_id":"neutron-3"},{"description":"IBC uatom through cosmoshub-4 transfer/channel-1","denom_units":[{"denom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","name":"IBC atom","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-569"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2","denom_units":[{"denom":"ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349","exponent":0,"aliases":["uusdc"]},{"denom":"axlusdc","exponent":6}],"type_asset":"ics20","base":"ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349","name":"USD Coin (Axelar)","display":"axlusdc","symbol":"axlUSDC","traces":[{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"uusdc","channel_id":"channel-78"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/uusdc"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"}]},{"description":"Tia on Neutron","denom_units":[{"denom":"ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7","exponent":0,"aliases":["utia"]},{"denom":"tia","exponent":6}],"type_asset":"ics20","base":"ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7","name":"Celestia TIA","display":"tia","symbol":"TIA","traces":[{"type":"ibc","counterparty":{"chain_name":"celestia","base_denom":"utia","channel_id":"channel-8"},"chain":{"channel_id":"channel-35","path":"transfer/channel-35"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}]},{"description":"Astropepe meme coin","denom_units":[{"denom":"factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe","exponent":0},{"denom":"ASTROPEPE","exponent":6}],"base":"factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe","name":"AstroPepe","display":"ASTROPEPE","symbol":"ASTROPEPE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png"}]},{"description":"wstETH on Neutron","denom_units":[{"denom":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","exponent":0},{"denom":"wstETH","exponent":18}],"base":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","name":"wstETH","display":"wstETH","symbol":"wstETH","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"},"provider":"Lido"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"}]},{"description":"NBTC on Neutron","denom_units":[{"denom":"ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920","exponent":0,"aliases":["usat"]},{"denom":"sat","exponent":6}],"type_asset":"ics20","base":"ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920","name":"Nomic NBTC","display":"sat","symbol":"SAT","traces":[{"type":"ibc","counterparty":{"chain_name":"nomic","base_denom":"usat","channel_id":"channel-2"},"chain":{"channel_id":"channel-42","path":"transfer/channel-42/usat"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"}]},{"description":"DYDX on Neutron","denom_units":[{"denom":"ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130","exponent":0,"aliases":["adydx"]},{"denom":"dydx","exponent":18}],"type_asset":"ics20","base":"ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130","name":"DYDX","display":"dydx","symbol":"DYDX","traces":[{"type":"ibc","counterparty":{"chain_name":"dydx","base_denom":"adydx","channel_id":"channel-11"},"chain":{"channel_id":"channel-48","path":"transfer/channel-48/adydx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}]},{"description":"The cutest NEWT token on Neutron chain.","denom_units":[{"denom":"factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt","exponent":0,"aliases":["unewt"]},{"denom":"newt","exponent":6}],"base":"factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt","name":"Newt","display":"newt","symbol":"NEWT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png"}],"coingecko_id":"newt"},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","exponent":0,"aliases":["uastro"]},{"denom":"astro","exponent":6}],"base":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","name":"Astroport token","display":"astro","symbol":"ASTRO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}],"coingecko_id":"astroport-fi"},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO","exponent":0,"aliases":["uxastro"]},{"denom":"xASTRO","exponent":6}],"base":"factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO","name":"Staked Astroport Token","display":"xASTRO","symbol":"xASTRO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro"},"provider":"Astroport"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg"}]},{"description":"ASTRO.cw20 on Neutron","denom_units":[{"denom":"ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A","exponent":0,"aliases":["uastro"]},{"denom":"astro.cw20","exponent":6}],"type_asset":"ics20","base":"ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A","name":"Astroport CW20 token","display":"astro.cw20","symbol":"ASTRO.cw20","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26","port":"wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce","channel_id":"channel-167"},"chain":{"port":"transfer","channel_id":"channel-5","path":"transfer/channel-5/cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"}]},{"description":"Baby Corgi is the real doggo of Neutron!","denom_units":[{"denom":"factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi","exponent":0,"aliases":["ucorgi"]},{"denom":"corgi","exponent":6}],"base":"factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi","name":"Baby Corgi","display":"corgi","symbol":"CORGI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png"}]},{"description":"clownmaxxed store of value","denom_units":[{"denom":"factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus","exponent":0,"aliases":["ucircus"]},{"denom":"circus","exponent":6}],"base":"factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus","name":"AtomEconomicZone69JaeKwonInu","display":"circus","symbol":"CIRCUS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png"}]},{"description":"Jimmy Neutron Finance","denom_units":[{"denom":"factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY","exponent":0,"aliases":["ujimmy"]},{"denom":"jimmy","exponent":6}],"base":"factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY","name":"jimmy","display":"jimmy","symbol":"JIMMY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png"}]},{"description":"Baddest coin on Cosmos","denom_units":[{"denom":"factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad","exponent":0,"aliases":["ubad"]},{"denom":"bad","exponent":6}],"base":"factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad","name":"Badcoin","display":"bad","symbol":"BAD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png"}]},{"description":"BITCOSMOS","denom_units":[{"denom":"neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj","exponent":0,"aliases":["ubitcosmos"]},{"denom":"bitcosmos","exponent":6}],"base":"neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj","name":"Bitcosmos","display":"bitcosmos","symbol":"BTC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png"}]},{"description":"What the Fuck","denom_units":[{"denom":"neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf","exponent":0,"aliases":["uwtf"]},{"denom":"wtf","exponent":6}],"base":"neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf","name":"wtf","display":"wtf","symbol":"WTF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png"}]},{"description":"NLS on Neutron","denom_units":[{"denom":"ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972","exponent":0,"aliases":["unls"]},{"denom":"nls","exponent":6}],"type_asset":"ics20","base":"ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972","name":"Nolus NLS","display":"nls","symbol":"NLS","traces":[{"type":"ibc","counterparty":{"chain_name":"nolus","base_denom":"unls","channel_id":"channel-3839"},"chain":{"channel_id":"channel-44","path":"transfer/channel-44/unls"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"}]},{"description":"A Mechanical Canine","denom_units":[{"denom":"factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard","exponent":0,"aliases":["ugoddard"]},{"denom":"goddard","exponent":6}],"base":"factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard","name":"Goddard","display":"goddard","symbol":"GODRD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png"}]},{"description":"The deflationary utility token of the Apollo DAO project","denom_units":[{"denom":"factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO","exponent":0,"aliases":["uapollo"]},{"denom":"apollo","exponent":6}],"base":"factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO","name":"Apollo DAO","display":"apollo","symbol":"APOLLO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg"}]},{"description":"NEWTROLL","denom_units":[{"denom":"factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll","exponent":0,"aliases":["unewtroll"]},{"denom":"newtroll","exponent":6}],"base":"factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll","name":"Newtroll","display":"newtroll","symbol":"NTRL","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg"}]},{"description":"Retro Game","denom_units":[{"denom":"factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro","exponent":0,"aliases":["uretro"]},{"denom":"retro","exponent":6}],"base":"factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro","name":"Retro","display":"retro","symbol":"RETRO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg"}]},{"description":"THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON","denom_units":[{"denom":"factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD","exponent":0,"aliases":["ugoddard"]},{"denom":"goddard","exponent":6}],"base":"factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD","name":"Goddard","display":"goddard","symbol":"GODDARD","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg"}]},{"description":"The first memecoin on osmosis.","denom_units":[{"denom":"ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958","exponent":0},{"denom":"WOSMO","exponent":6}],"type_asset":"ics20","base":"ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958","name":"Wosmo","display":"WOSMO","symbol":"WOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","channel_id":"channel-874"},"chain":{"channel_id":"channel-10","path":"transfer/channel-10/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"}]},{"description":"Astro BOY","denom_units":[{"denom":"neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv","exponent":0,"aliases":["uboy"]},{"denom":"boy","exponent":6}],"base":"neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv","name":"boy","display":"boy","symbol":"BOY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png"}]},{"description":"A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.","denom_units":[{"denom":"ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8","exponent":0},{"denom":"BADKID","exponent":6}],"type_asset":"ics20","base":"ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8","name":"Badkid","display":"BADKID","symbol":"BADKID","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID","channel_id":"channel-874"},"chain":{"channel_id":"channel-10","path":"transfer/channel-10/factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"}]},{"description":"Reflections of cartel activity on Cosmos.","denom_units":[{"denom":"factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel","exponent":0,"aliases":["ucartel"]},{"denom":"cartel","exponent":6}],"base":"factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel","name":"cartel","display":"cartel","symbol":"CARTEL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png"}]},{"description":"$ATOM to $1,000 LFG!!","denom_units":[{"denom":"factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG","exponent":0,"aliases":["uatom1klfg"]},{"denom":"ATOM1KLFG","exponent":6}],"base":"factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG","name":"ATOM1KLFG","display":"ATOM1KLFG","symbol":"ATOM1KLFG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png"}]},{"description":"USD Coin on Neutron","denom_units":[{"denom":"ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81","exponent":0,"aliases":["uusdc","microusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81","name":"USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-18"},"chain":{"channel_id":"channel-30","path":"transfer/channel-30/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}],"coingecko_id":"usd-coin"},{"description":"WEIRD FRIENDS token","denom_units":[{"denom":"factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD","exponent":0,"aliases":["uWEIRD"]},{"denom":"WEIRD","exponent":6}],"base":"factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD","name":"WEIRD","display":"WEIRD","symbol":"WEIRD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png"}]},{"denom_units":[{"denom":"factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI","exponent":0,"aliases":["utakumi"]},{"denom":"takumi","exponent":6}],"base":"factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI","name":"Takumi Asano","display":"takumi","symbol":"TAKUMI","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png"}]},{"description":"Ninja Blaze Token","denom_units":[{"denom":"factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz","exponent":0,"aliases":["uNBZ"]},{"denom":"NBZ","exponent":6}],"base":"factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz","name":"Ninja Blaze Token","display":"NBZ","symbol":"NBZ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png"}]}],"noble-1":[{"description":"The permissioned staking asset for Noble Chain","denom_units":[{"denom":"ustake","exponent":0,"aliases":["microstake"]},{"denom":"stake","exponent":6}],"base":"ustake","name":"Stake","display":"stake","symbol":"STAKE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg"}]},{"description":"Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.","denom_units":[{"denom":"ufrienzies","exponent":0,"aliases":["microfrienzies"]},{"denom":"frienzies","exponent":6}],"base":"ufrienzies","name":"Frienzies","display":"frienzies","symbol":"FRNZ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg"}]},{"description":"ATOM token on Noble","denom_units":[{"denom":"ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0","exponent":0},{"denom":"atom","exponent":6,"aliases":["ATOM"]}],"type_asset":"ics20","base":"ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0","name":"Atom Staking Coin","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-536"},"chain":{"channel_id":"channel-4","path":"transfer/channel-4/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"USD Coin","denom_units":[{"denom":"uusdc","exponent":0,"aliases":["microusdc"]},{"denom":"usdc","exponent":6}],"base":"uusdc","name":"USDC","display":"usdc","symbol":"USDC","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Circle"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}],"coingecko_id":"usd-coin"},{"description":"USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.","denom_units":[{"denom":"uusdlr","exponent":0,"aliases":["microusdlr"]},{"denom":"usdlr","exponent":6}],"base":"uusdlr","name":"USDLR by Stable","display":"usdlr","symbol":"USDLR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg"}]}],"nois-1":[{"description":"The native token of Nois","denom_units":[{"denom":"unois","exponent":0},{"denom":"nois","exponent":6}],"base":"unois","name":"Nois","display":"nois","symbol":"NOIS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"}],"keywords":["nois","randomness","drand","wasm"]}],"pirin-1":[{"description":"The native token of Nolus chain","denom_units":[{"denom":"unls","exponent":0},{"denom":"nls","exponent":6}],"base":"unls","name":"Nolus","display":"nls","symbol":"NLS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"}],"coingecko_id":"nolus"},{"description":"axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911","name":"axlUSDC","display":"usdc","symbol":"axlUSDC","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-208/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},{"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"}]},{"description":"OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","exponent":0,"aliases":["uosmo"]},{"denom":"osmo","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","name":"Osmosis","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"uosmo","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}]},{"description":"stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1","exponent":0,"aliases":["stuosmo"]},{"denom":"stosmo","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1","name":"Osmosis","display":"stosmo","symbol":"stOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-326/stuosmo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"}]},{"description":"ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388","name":"Atom","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-0/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8","exponent":0,"aliases":["ustatom"]},{"denom":"statom","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8","name":"stATOM","display":"statom","symbol":"stATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-326/stuatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"}]},{"description":"WETH transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C","exponent":0,"aliases":["weth-wei"]},{"denom":"weth","exponent":18,"aliases":[]}],"type_asset":"ics20","base":"ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C","name":"WETH","display":"weth","symbol":"WETH","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-208/weth-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"}]},{"description":"WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221","exponent":0,"aliases":["wbtc-satoshi"]},{"denom":"wbtc","exponent":8,"aliases":[]}],"type_asset":"ics20","base":"ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221","name":"WBTC","display":"wbtc","symbol":"WBTC","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-208/wbtc-satoshi"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"}]},{"description":"AKT transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459","exponent":0,"aliases":["uakt"]},{"denom":"akt","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459","name":"AKT","display":"akt","symbol":"AKT","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-1/uakt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}]},{"description":"AXL transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717","exponent":0,"aliases":["uaxl"]},{"denom":"axl","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717","name":"AXL","display":"axl","symbol":"AXL","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-208/uaxl"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"}]},{"description":"JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C","exponent":0,"aliases":["ujuno"]},{"denom":"juno","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C","name":"JUNO","display":"juno","symbol":"JUNO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-42/ujuno"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"}]},{"description":"EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE","exponent":0,"aliases":["aevmos"]},{"denom":"evmos","exponent":18,"aliases":[]}],"type_asset":"ics20","base":"ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE","name":"EVMOS","display":"evmos","symbol":"EVMOS","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-204/aevmos"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"}]},{"description":"stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865","exponent":0,"aliases":["stk/uatom"]},{"denom":"stk/atom","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865","name":"stkATOM","display":"stk/atom","symbol":"stkATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-4/stk/uatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"}]},{"description":"SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107","exponent":0,"aliases":["uscrt"]},{"denom":"scrt","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107","name":"SCRT","display":"scrt","symbol":"SCRT","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-88/uscrt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}]},{"description":"CRO transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48","exponent":0,"aliases":["basecro"]},{"denom":"cro","exponent":8,"aliases":[]}],"type_asset":"ics20","base":"ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48","name":"CRO","display":"cro","symbol":"CRO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-5/basecro"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"}]},{"description":"STARS transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5","exponent":0,"aliases":["ustars"]},{"denom":"stars","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5","name":"STARS","display":"stars","symbol":"STARS","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-75/ustars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"}]},{"description":"TIA transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","exponent":0,"aliases":["utia"]},{"denom":"tia","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","name":"TIA","display":"tia","symbol":"TIA","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-6994/utia"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}]},{"description":"STRD transferred from the Osmosis mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B","exponent":0,"aliases":["ustrd"]},{"denom":"strd","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B","name":"STRD","display":"strd","symbol":"STRD","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4","channel_id":"channel-783"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-326/ustrd"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"}]},{"description":"NTRN transferred from the Neutron mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09","exponent":0,"aliases":["untrn"]},{"denom":"ntrn","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09","name":"NTRN","display":"ntrn","symbol":"NTRN","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"untrn","channel_id":"channel-44"},"chain":{"channel_id":"channel-3839","path":"transfer/channel-3839/untrn"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg"}]},{"description":"DYDX transferred from the Neutron mainnet that is supported on the Nolus chain","denom_units":[{"denom":"ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4","exponent":0,"aliases":["adydx"]},{"denom":"dydx","exponent":18,"aliases":[]}],"type_asset":"ics20","base":"ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4","name":"DYDX","display":"dydx","symbol":"DYDX","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130","channel_id":"channel-44"},"chain":{"channel_id":"channel-3839","path":"transfer/channel-3839/transfer/channel-48/adydx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}]}],"nomic-stakenet-3":[{"description":"Nomic's native token.","denom_units":[{"denom":"unom","exponent":0},{"denom":"nom","exponent":6}],"base":"unom","name":"Nomic","display":"nom","symbol":"NOM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"}]},{"description":"Bitcoin. On Cosmos.","denom_units":[{"denom":"usat","exponent":0},{"denom":"nbtc","exponent":14}],"base":"usat","name":"Nomic Bitcoin","display":"nbtc","symbol":"nBTC","traces":[{"type":"bridge","counterparty":{"chain_name":"bitcoin","base_denom":"sat"},"provider":"Nomic"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"}]}],"nyx":[{"description":"NYX Token (NYX) is the Nym Network's native staking and governance token.","denom_units":[{"denom":"unyx","exponent":0},{"denom":"nyx","exponent":6}],"base":"unyx","name":"NYX","display":"nyx","symbol":"NYX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png"}]},{"description":"NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.","denom_units":[{"denom":"unym","exponent":0},{"denom":"nym","exponent":6}],"base":"unym","name":"NYM","display":"nym","symbol":"NYM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg","theme":{}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg","theme":{}}],"coingecko_id":"nym"}],"octa":[{"description":"The native token of Octa Chain","denom_units":[{"denom":"uocta","exponent":0,"aliases":[]},{"denom":"octa","exponent":6,"aliases":[]}],"base":"uocta","name":"Octa","display":"octa","symbol":"OCTA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg"}]}],"odin-mainnet-freya":[{"description":"Staking and governance token for ODIN Protocol","denom_units":[{"denom":"loki","exponent":0},{"denom":"odin","exponent":6}],"base":"loki","name":"ODIN","display":"odin","symbol":"ODIN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"}],"coingecko_id":"odin-protocol"},{"description":"GEO token for ODIN Protocol","denom_units":[{"denom":"mGeo","exponent":0},{"denom":"geo","exponent":6}],"base":"mGeo","name":"GEO","display":"geo","symbol":"GEO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg"}]},{"description":"O9W token for ODIN Protocol","denom_units":[{"denom":"mO9W","exponent":0},{"denom":"O9W","exponent":6}],"base":"mO9W","name":"O9W","display":"O9W","symbol":"O9W","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg"}]}],"exchain-66":[{"description":"The native token of OKExChain","denom_units":[{"denom":"wei","exponent":0},{"denom":"okt","exponent":18}],"base":"wei","name":"OKExChain","display":"okt","symbol":"OKT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png"}],"coingecko_id":"oec-token"}],"omniflixhub-1":[{"description":"The native staking token of OmniFlix Hub.","denom_units":[{"denom":"uflix","exponent":0},{"denom":"flix","exponent":6}],"base":"uflix","name":"Flix","display":"flix","symbol":"FLIX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"}],"coingecko_id":"omniflix-network"},{"denom_units":[{"denom":"ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477","name":"Cosmos Hub Atom","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-306"},"chain":{"channel_id":"channel-12","path":"transfer/channel-12/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"denom_units":[{"denom":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","exponent":0,"aliases":["uosmo"]},{"denom":"osmo","exponent":6}],"type_asset":"ics20","base":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","name":"Osmosis osmo","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"uosmo","channel_id":"channel-199"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}]},{"denom_units":[{"denom":"ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274","exponent":0,"aliases":["uist"]},{"denom":"ist","exponent":6}],"type_asset":"ics20","base":"ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274","name":"Agoric IST (Inter Stable Token)","display":"ist","symbol":"IST","traces":[{"type":"ibc","counterparty":{"chain_name":"agoric","base_denom":"uist","channel_id":"channel-58"},"chain":{"channel_id":"channel-30","path":"transfer/channel-30/uist"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"}]},{"denom_units":[{"denom":"ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9","name":"USD Coin (Axelar)","display":"usdc","symbol":"USDC.axl","traces":[{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"uusdc","channel_id":"channel-77"},"chain":{"channel_id":"channel-27","path":"transfer/channel-27/uusdc"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"}]},{"description":"Akash Token (AKT) is the Akash Network's native utility token","denom_units":[{"denom":"ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C","exponent":0,"aliases":["uakt"]},{"denom":"akt","exponent":6}],"type_asset":"ics20","base":"ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C","name":"Akash","display":"akt","symbol":"AKT","traces":[{"type":"ibc","counterparty":{"chain_name":"akash","base_denom":"uakt","channel_id":"channel-61"},"chain":{"channel_id":"channel-25","path":"transfer/channel-25/uakt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}]},{"denom_units":[{"denom":"ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630","exponent":0},{"denom":"baddog","exponent":6}],"type_asset":"ics20","base":"ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630","name":"BadDog (Osmosis)","display":"baddog","symbol":"BADDOG.osmo","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7","channel_id":"channel-199"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/transfer/channel-113/factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png","theme":{"primary_color_hex":"#F7E3C0"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg"}]}],"onex-mainnet-1":[{"description":"The native token of ONEX","denom_units":[{"denom":"aonex","exponent":0},{"denom":"onex","exponent":18}],"base":"aonex","name":"ONEX","display":"onex","symbol":"ONEX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg"}],"keywords":["dex"]}],"onomy-mainnet-1":[{"description":"The native token of Onomy Protocol","denom_units":[{"denom":"anom","exponent":0},{"denom":"nom","exponent":18}],"base":"anom","name":"Nom","display":"nom","symbol":"NOM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"}],"coingecko_id":"onomy-protocol","keywords":["dex","stablecoin","bridge","staking"]}],"Oraichain":[{"description":"The native token of Oraichain","denom_units":[{"denom":"orai","exponent":0},{"denom":"ORAI","exponent":6}],"base":"orai","name":"Oraichain","display":"ORAI","symbol":"ORAI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png","theme":{}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg","theme":{"primary_color_hex":"#FFFFFF"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg","theme":{"primary_color_hex":"#000000"}}],"coingecko_id":"oraichain-token"}],"panacea-3":[{"description":"Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem","denom_units":[{"denom":"umed","exponent":0},{"denom":"med","exponent":6}],"base":"umed","name":"MediBloc","display":"med","symbol":"MED","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"}],"coingecko_id":"medibloc"}],"passage-1":[{"description":"The native staking and governance token of the Passage chain.","denom_units":[{"denom":"upasg","exponent":0},{"denom":"pasg","exponent":6}],"base":"upasg","name":"Passage","display":"pasg","symbol":"PASG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"}]}],"passage-2":[{"description":"The native staking and governance token of the Passage chain.","denom_units":[{"denom":"upasg","exponent":0},{"denom":"pasg","exponent":6}],"base":"upasg","name":"Passage","display":"pasg","symbol":"PASG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"}],"coingecko_id":"passage"}],"osmosis-1":[{"description":"The native token of Osmosis","denom_units":[{"denom":"uosmo","exponent":0},{"denom":"osmo","exponent":6}],"type_asset":"sdk.coin","base":"uosmo","name":"Osmosis","display":"osmo","symbol":"OSMO","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}],"coingecko_id":"osmosis","keywords":["dex","staking"]},{"description":"ION is the second native token of Osmosis.","denom_units":[{"denom":"uion","exponent":0},{"denom":"ion","exponent":6}],"type_asset":"sdk.coin","base":"uion","name":"Ion DAO","display":"ion","symbol":"ION","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg"}],"coingecko_id":"ion","keywords":["memecoin","defi"]},{"description":"Circle's stablecoin on Axelar","denom_units":[{"denom":"ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858","name":"USD Coin (Axelar)","display":"usdc","symbol":"USDC.axl","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"uusdc","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},{"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"}]},{"description":"Ethereum (ETH) is a decentralized, open-source blockchain system featuring smart contract functionality. It's the native cryptocurrency of the Ethereum platform, often regarded as the second most popular digital currency after Bitcoin. Ethereum was proposed in late 2013 and development was crowdfunded in 2014, leading to its network going live on 30 July 2015.\n\nETH, as a digital currency, is used for a variety of purposes within the Ethereum ecosystem, including the execution of decentralized smart contracts and as a mode of payment. Unlike Bitcoin, Ethereum was designed to be a platform for applications that can operate without the need for intermediaries, using blockchain technology. This has made Ethereum a leading platform for various applications, including decentralized finance (DeFi), non-fungible tokens (NFTs), and more. Ethereum is constantly evolving, with a significant upgrade termed Ethereum 2.0, which aims to improve its scalability, security, and sustainability.","denom_units":[{"denom":"ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5","exponent":0,"aliases":["weth-wei"]},{"denom":"weth","exponent":18}],"type_asset":"ics20","base":"ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5","name":"Ether","display":"weth","symbol":"ETH","traces":[{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Ethereum"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"weth-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/weth-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"}]},{"description":"Wrapped Bitcoin on Axelar","denom_units":[{"denom":"ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F","exponent":0,"aliases":["wbtc-satoshi"]},{"denom":"wbtc","exponent":8}],"type_asset":"ics20","base":"ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F","name":"Wrapped Bitcoin (Axelar)","display":"wbtc","symbol":"WBTC.axl","traces":[{"type":"bridge","counterparty":{"chain_name":"bitcoin","base_denom":"sat"},"provider":"BitGo, Kyber, and Ren"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wbtc-satoshi","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wbtc-satoshi"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"}]},{"description":"Tether's USD stablecoin on Axelar","denom_units":[{"denom":"ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4","exponent":0,"aliases":["uusdt"]},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4","name":"Tether USD (Axelar)","display":"usdt","symbol":"USDT.axl","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"uusdt","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/uusdt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg"},{"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"}]},{"description":"Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.","denom_units":[{"denom":"ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7","exponent":0,"aliases":["dai-wei"]},{"denom":"dai","exponent":18}],"type_asset":"ics20","base":"ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7","name":"Dai Stablecoin","display":"dai","symbol":"DAI","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"MakerDAO"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x6b175474e89094c44da98b954eedeac495271d0f"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"dai-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/dai-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"}]},{"description":"Binance USD (BUSD) is a dollar-backed stablecoin issued and custodied by Paxos Trust Company, and regulated by the New York State Department of Financial Services. BUSD is available directly for sale 1:1 with USD on Paxos.com and will be listed for trading on Binance.","denom_units":[{"denom":"ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D","exponent":0,"aliases":["busd-wei"]},{"denom":"busd","exponent":18}],"type_asset":"ics20","base":"ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D","name":"Binance USD","display":"busd","symbol":"BUSD","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Binance"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x4fabb145d64652a948d72533023f6e7a623c7c53"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"busd-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/busd-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg"}]},{"description":"The native staking and governance token of the Cosmos Hub.","denom_units":[{"denom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","name":"Cosmos Hub","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-141"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"CRO is the native token of the Crypto.org Chain, referred to as Native CRO.","denom_units":[{"denom":"ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1","exponent":0,"aliases":["basecro"]},{"denom":"cro","exponent":8}],"type_asset":"ics20","base":"ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1","name":"Cronos POS Chain","display":"cro","symbol":"CRO","traces":[{"type":"ibc","counterparty":{"chain_name":"cryptoorgchain","base_denom":"basecro","channel_id":"channel-10"},"chain":{"channel_id":"channel-5","path":"transfer/channel-5/basecro"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"}]},{"description":"BNB powers the BNB Chain ecosystem and is the native coin of the BNB Beacon Chain and BNB Smart Chain.","denom_units":[{"denom":"ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D","exponent":0,"aliases":["wbnb-wei"]},{"denom":"wbnb","exponent":18}],"type_asset":"ics20","base":"ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D","name":"Binance Coin","display":"wbnb","symbol":"BNB","traces":[{"type":"wrapped","counterparty":{"chain_name":"binancesmartchain","base_denom":"wei"},"chain":{"contract":"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"},"provider":"Binance"},{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wbnb-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wbnb-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg"}]},{"description":"Polygon (formerly Matic) Network brings massive scale to Ethereum using an adapted version of Plasma with PoS based side chains. Polygon is a well-structured, easy-to-use platform for Ethereum scaling and infrastructure development.","denom_units":[{"denom":"ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB","exponent":0,"aliases":["wmatic-wei"]},{"denom":"wmatic","exponent":18}],"type_asset":"ics20","base":"ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB","name":"Polygon","display":"wmatic","symbol":"MATIC","traces":[{"type":"wrapped","counterparty":{"chain_name":"polygon","base_denom":"wei"},"provider":"Polygon"},{"type":"bridge","counterparty":{"chain_name":"polygon","base_denom":"0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wmatic-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wmatic-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg"}]},{"description":"AVAX is the native token of Avalanche. It is a hard-capped, scarce asset that is used to pay for fees, secure the platform through staking, and provide a basic unit of account between the multiple subnets created on Avalanche.","denom_units":[{"denom":"ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373","exponent":0,"aliases":["wavax-wei"]},{"denom":"avax","exponent":18}],"type_asset":"ics20","base":"ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373","name":"Avalanche","display":"avax","symbol":"AVAX","traces":[{"type":"wrapped","counterparty":{"chain_name":"avalanche","base_denom":"wei"},"provider":"Avalanche"},{"type":"bridge","counterparty":{"chain_name":"avalanche","base_denom":"0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wavax-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wavax-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg"}]},{"description":"The native staking token of Terra Classic.","denom_units":[{"denom":"ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0","exponent":0,"aliases":["microluna","uluna"]},{"denom":"mluna","exponent":3,"aliases":["milliluna"]},{"denom":"luna","exponent":6,"aliases":["lunc"]}],"type_asset":"ics20","base":"ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0","name":"Luna Classic","display":"luna","symbol":"LUNC","traces":[{"type":"ibc","counterparty":{"chain_name":"terra","base_denom":"uluna","channel_id":"channel-1"},"chain":{"channel_id":"channel-72","path":"transfer/channel-72/uluna"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg"}]},{"description":"The native token of JUNO Chain","denom_units":[{"denom":"ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED","exponent":0,"aliases":["ujuno"]},{"denom":"juno","exponent":6}],"type_asset":"ics20","base":"ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED","name":"Juno","display":"juno","symbol":"JUNO","traces":[{"type":"ibc","counterparty":{"chain_name":"juno","base_denom":"ujuno","channel_id":"channel-0"},"chain":{"channel_id":"channel-42","path":"transfer/channel-42/ujuno"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"}]},{"description":"Wrapped Polkadot on Axelar","denom_units":[{"denom":"ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7","exponent":0,"aliases":["dot-planck"]},{"denom":"dot","exponent":10}],"type_asset":"ics20","base":"ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7","name":"Wrapped Polkadot (Axelar)","display":"dot","symbol":"moonbeam.DOT.axl","traces":[{"type":"bridge","counterparty":{"chain_name":"polkadot","base_denom":"Planck"},"provider":"Polkadot Parachain"},{"type":"bridge","counterparty":{"chain_name":"moonbeam","base_denom":"0xffffffff1fcacbd218edc0eba20fc2308c778080"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"dot-planck","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/dot-planck"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg"}]},{"description":"The native EVM, governance and staking token of the Evmos Hub","denom_units":[{"denom":"ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A","exponent":0,"aliases":["aevmos"]},{"denom":"evmos","exponent":18}],"type_asset":"ics20","base":"ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A","name":"Evmos","display":"evmos","symbol":"EVMOS","traces":[{"type":"ibc","counterparty":{"chain_name":"evmos","base_denom":"aevmos","channel_id":"channel-0"},"chain":{"channel_id":"channel-204","path":"transfer/channel-204/aevmos"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"}]},{"description":"The native staking and governance token of Kava","denom_units":[{"denom":"ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205","exponent":0,"aliases":["ukava"]},{"denom":"kava","exponent":6}],"type_asset":"ics20","base":"ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205","name":"Kava","display":"kava","symbol":"KAVA","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"ukava","channel_id":"channel-1"},"chain":{"channel_id":"channel-143","path":"transfer/channel-143/ukava"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"}]},{"description":"The native token of Secret Network","denom_units":[{"denom":"ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A","exponent":0,"aliases":["uscrt"]},{"denom":"scrt","exponent":6}],"type_asset":"ics20","base":"ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A","name":"Secret Network","display":"scrt","symbol":"SCRT","traces":[{"type":"ibc","counterparty":{"chain_name":"secretnetwork","base_denom":"uscrt","channel_id":"channel-1"},"chain":{"channel_id":"channel-88","path":"transfer/channel-88/uscrt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}]},{"description":"The USD stablecoin of Terra Classic.","denom_units":[{"denom":"ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC","exponent":0,"aliases":["microusd","uusd"]},{"denom":"musd","exponent":3,"aliases":["milliusd"]},{"denom":"ust","exponent":6,"aliases":["ustc"]}],"type_asset":"ics20","base":"ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC","name":"TerraClassicUSD","display":"ust","symbol":"USTC","traces":[{"type":"ibc","counterparty":{"chain_name":"terra","base_denom":"uusd","channel_id":"channel-1"},"chain":{"channel_id":"channel-72","path":"transfer/channel-72/uusd"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg"}]},{"description":"The native token of Stargaze","denom_units":[{"denom":"ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4","exponent":0,"aliases":["ustars"]},{"denom":"stars","exponent":6}],"type_asset":"ics20","base":"ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4","name":"Stargaze","display":"stars","symbol":"STARS","traces":[{"type":"ibc","counterparty":{"chain_name":"stargaze","base_denom":"ustars","channel_id":"channel-0"},"chain":{"channel_id":"channel-75","path":"transfer/channel-75/ustars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"}]},{"description":"The native token of Chihuahua Chain","denom_units":[{"denom":"ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228","exponent":0,"aliases":["uhuahua"]},{"denom":"huahua","exponent":6}],"type_asset":"ics20","base":"ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228","name":"Chihuahua","display":"huahua","symbol":"HUAHUA","traces":[{"type":"ibc","counterparty":{"chain_name":"chihuahua","base_denom":"uhuahua","channel_id":"channel-7"},"chain":{"channel_id":"channel-113","path":"transfer/channel-113/uhuahua"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"}]},{"description":"The XPRT token is primarily a governance token for the Persistence chain.","denom_units":[{"denom":"ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293","exponent":0,"aliases":["uxprt"]},{"denom":"xprt","exponent":6}],"type_asset":"ics20","base":"ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293","name":"Persistence","display":"xprt","symbol":"XPRT","traces":[{"type":"ibc","counterparty":{"chain_name":"persistence","base_denom":"uxprt","channel_id":"channel-6"},"chain":{"channel_id":"channel-4","path":"transfer/channel-4/uxprt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"}]},{"description":"pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets. Stakers of PoS tokens can stake their assets while maintaining the liquidity of these assets. Users earn staking rewards + receive 1:1 pegged staked representative tokens which can be used to generate additional yield.","denom_units":[{"denom":"ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961","exponent":0,"aliases":["gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444"]},{"denom":"pstake","exponent":18}],"type_asset":"ics20","base":"ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961","name":"pSTAKE Finance","display":"pstake","symbol":"PSTAKE","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"persistence","base_denom":"uxprt"},"provider":"Persistence"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","channel_id":"channel-24"},"chain":{"channel_id":"channel-38","path":"transfer/channel-38/gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"}},{"type":"ibc","counterparty":{"chain_name":"persistence","base_denom":"ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444","channel_id":"channel-6"},"chain":{"channel_id":"channel-4","path":"transfer/channel-4/transfer/channel-38/gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"}]},{"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.","denom_units":[{"denom":"ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4","exponent":0,"aliases":["uakt"]},{"denom":"akt","exponent":6}],"type_asset":"ics20","base":"ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4","name":"Akash","display":"akt","symbol":"AKT","traces":[{"type":"ibc","counterparty":{"chain_name":"akash","base_denom":"uakt","channel_id":"channel-9"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/uakt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}]},{"description":"REGEN coin is the token for the Regen Network Platform","denom_units":[{"denom":"ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076","exponent":0,"aliases":["uregen"]},{"denom":"regen","exponent":6}],"type_asset":"ics20","base":"ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076","name":"Regen","display":"regen","symbol":"REGEN","traces":[{"type":"ibc","counterparty":{"chain_name":"regen","base_denom":"uregen","channel_id":"channel-1"},"chain":{"channel_id":"channel-8","path":"transfer/channel-8/uregen"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"}]},{"description":"DVPN is the native token of the Sentinel Hub.","denom_units":[{"denom":"ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84","exponent":0,"aliases":["udvpn"]},{"denom":"dvpn","exponent":6}],"type_asset":"ics20","base":"ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84","name":"Sentinel","display":"dvpn","symbol":"DVPN","traces":[{"type":"ibc","counterparty":{"chain_name":"sentinel","base_denom":"udvpn","channel_id":"channel-0"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/udvpn"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"}]},{"description":"The IRIS token is the native governance token for the IrisNet chain.","denom_units":[{"denom":"ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0","exponent":0,"aliases":["uiris"]},{"denom":"iris","exponent":6}],"type_asset":"ics20","base":"ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0","name":"IRISnet","display":"iris","symbol":"IRIS","traces":[{"type":"ibc","counterparty":{"chain_name":"irisnet","base_denom":"uiris","channel_id":"channel-3"},"chain":{"channel_id":"channel-6","path":"transfer/channel-6/uiris"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"}]},{"description":"IOV coin is the token for the Starname (IOV) Asset Name Service","denom_units":[{"denom":"ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC","exponent":0,"aliases":["uiov"]},{"denom":"iov","exponent":6}],"type_asset":"ics20","base":"ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC","name":"Starname","display":"iov","symbol":"IOV","traces":[{"type":"ibc","counterparty":{"chain_name":"starname","base_denom":"uiov","channel_id":"channel-2"},"chain":{"channel_id":"channel-15","path":"transfer/channel-15/uiov"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"}]},{"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.","denom_units":[{"denom":"ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59","exponent":0,"aliases":["ungm"]},{"denom":"ngm","exponent":6}],"type_asset":"ics20","base":"ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59","name":"e-Money","display":"ngm","symbol":"NGM","traces":[{"type":"ibc","counterparty":{"chain_name":"emoney","base_denom":"ungm","channel_id":"channel-0"},"chain":{"channel_id":"channel-37","path":"transfer/channel-37/ungm"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"}]},{"description":"e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.","denom_units":[{"denom":"ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F","exponent":0,"aliases":["eeur"]},{"denom":"eur","exponent":6}],"type_asset":"ics20","base":"ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F","name":"e-Money EUR","display":"eur","symbol":"EEUR","traces":[{"type":"ibc","counterparty":{"chain_name":"emoney","base_denom":"eeur","channel_id":"channel-0"},"chain":{"channel_id":"channel-37","path":"transfer/channel-37/eeur"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg"}]},{"description":"LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.","denom_units":[{"denom":"ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525","exponent":0,"aliases":["nanolike"]},{"denom":"like","exponent":9}],"type_asset":"ics20","base":"ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525","name":"LikeCoin","display":"like","symbol":"LIKE","traces":[{"type":"ibc","counterparty":{"chain_name":"likecoin","base_denom":"nanolike","channel_id":"channel-3"},"chain":{"channel_id":"channel-53","path":"transfer/channel-53/nanolike"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"}]},{"description":"The native token of IXO Chain","denom_units":[{"denom":"ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B","exponent":0,"aliases":["uixo"]},{"denom":"ixo","exponent":6}],"type_asset":"ics20","base":"ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B","name":"Impacts Hub","display":"ixo","symbol":"IXO","traces":[{"type":"ibc","counterparty":{"chain_name":"impacthub","base_denom":"uixo","channel_id":"channel-4"},"chain":{"channel_id":"channel-38","path":"transfer/channel-38/uixo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}]},{"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.","denom_units":[{"denom":"ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5","exponent":0,"aliases":["ubcna"]},{"denom":"bcna","exponent":6}],"type_asset":"ics20","base":"ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5","name":"BitCanna","display":"bcna","symbol":"BCNA","traces":[{"type":"ibc","counterparty":{"chain_name":"bitcanna","base_denom":"ubcna","channel_id":"channel-1"},"chain":{"channel_id":"channel-51","path":"transfer/channel-51/ubcna"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"}]},{"description":"BitSong Native Token","denom_units":[{"denom":"ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452","exponent":0,"aliases":["ubtsg"]},{"denom":"btsg","exponent":6}],"type_asset":"ics20","base":"ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452","name":"BitSong","display":"btsg","symbol":"BTSG","traces":[{"type":"ibc","counterparty":{"chain_name":"bitsong","base_denom":"ubtsg","channel_id":"channel-0"},"chain":{"channel_id":"channel-73","path":"transfer/channel-73/ubtsg"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"}]},{"description":"The native token of Ki Chain","denom_units":[{"denom":"ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E","exponent":0,"aliases":["uxki"]},{"denom":"xki","exponent":6}],"type_asset":"ics20","base":"ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E","name":"Ki","display":"xki","symbol":"XKI","traces":[{"type":"ibc","counterparty":{"chain_name":"kichain","base_denom":"uxki","channel_id":"channel-0"},"chain":{"channel_id":"channel-77","path":"transfer/channel-77/uxki"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"}]},{"description":"Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem","denom_units":[{"denom":"ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB","exponent":0,"aliases":["umed"]},{"denom":"med","exponent":6}],"type_asset":"ics20","base":"ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB","name":"Medibloc","display":"med","symbol":"MED","traces":[{"type":"ibc","counterparty":{"chain_name":"panacea","base_denom":"umed","channel_id":"channel-1"},"chain":{"channel_id":"channel-82","path":"transfer/channel-82/umed"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"}]},{"description":"The staking token of Bostrom","denom_units":[{"denom":"ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4","exponent":0,"aliases":["boot"]}],"type_asset":"ics20","base":"ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4","name":"bostrom","display":"ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4","symbol":"BOOT","traces":[{"type":"ibc","counterparty":{"chain_name":"bostrom","base_denom":"boot","channel_id":"channel-2"},"chain":{"channel_id":"channel-95","path":"transfer/channel-95/boot"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"}]},{"description":"Native Token of Comdex Protocol","denom_units":[{"denom":"ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0","exponent":0,"aliases":["ucmdx"]},{"denom":"cmdx","exponent":6}],"type_asset":"ics20","base":"ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0","name":"Comdex","display":"cmdx","symbol":"CMDX","traces":[{"type":"ibc","counterparty":{"chain_name":"comdex","base_denom":"ucmdx","channel_id":"channel-1"},"chain":{"channel_id":"channel-87","path":"transfer/channel-87/ucmdx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"}]},{"description":"Native token for the cheqd network","denom_units":[{"denom":"ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA","exponent":0,"aliases":["ncheq"]},{"denom":"cheq","exponent":9}],"type_asset":"ics20","base":"ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA","name":"Cheqd","display":"cheq","symbol":"CHEQ","traces":[{"type":"ibc","counterparty":{"chain_name":"cheqd","base_denom":"ncheq","channel_id":"channel-0"},"chain":{"channel_id":"channel-108","path":"transfer/channel-108/ncheq"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"}]},{"description":"Native token of the Lum Network","denom_units":[{"denom":"ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2","exponent":0,"aliases":["ulum"]},{"denom":"lum","exponent":6}],"type_asset":"ics20","base":"ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2","name":"Lum Network","display":"lum","symbol":"LUM","traces":[{"type":"ibc","counterparty":{"chain_name":"lumnetwork","base_denom":"ulum","channel_id":"channel-3"},"chain":{"channel_id":"channel-115","path":"transfer/channel-115/ulum"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"}]},{"description":"The native token of Vidulum","denom_units":[{"denom":"ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD","exponent":0,"aliases":["uvdl"]},{"denom":"vdl","exponent":6}],"type_asset":"ics20","base":"ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD","name":"Vidulum","display":"vdl","symbol":"VDL","traces":[{"type":"ibc","counterparty":{"chain_name":"vidulum","base_denom":"uvdl","channel_id":"channel-0"},"chain":{"channel_id":"channel-124","path":"transfer/channel-124/uvdl"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"}],"keywords":["osmosis_unstable"]},{"description":"The native token of Desmos","denom_units":[{"denom":"ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C","exponent":0,"aliases":["udsm"]},{"denom":"dsm","exponent":6}],"type_asset":"ics20","base":"ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C","name":"Desmos","display":"dsm","symbol":"DSM","traces":[{"type":"ibc","counterparty":{"chain_name":"desmos","base_denom":"udsm","channel_id":"channel-2"},"chain":{"channel_id":"channel-135","path":"transfer/channel-135/udsm"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"}]},{"description":"Native token of Dig Chain","denom_units":[{"denom":"ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D","exponent":0,"aliases":["udig"]},{"denom":"dig","exponent":6}],"type_asset":"ics20","base":"ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D","name":"Dig Chain","display":"dig","symbol":"DIG","traces":[{"type":"ibc","counterparty":{"chain_name":"dig","base_denom":"udig","channel_id":"channel-1"},"chain":{"channel_id":"channel-128","path":"transfer/channel-128/udig"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"}],"keywords":["osmosis_unstable"]},{"description":"Somm Token (SOMM) is the native staking token of the Sommelier Chain","denom_units":[{"denom":"ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E","exponent":0,"aliases":["microsomm","usomm"]},{"denom":"msomm","exponent":3,"aliases":["millisomm"]},{"denom":"somm","exponent":6}],"type_asset":"ics20","base":"ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E","name":"Sommelier","display":"somm","symbol":"SOMM","traces":[{"type":"ibc","counterparty":{"chain_name":"sommelier","base_denom":"usomm","channel_id":"channel-0"},"chain":{"channel_id":"channel-165","path":"transfer/channel-165/usomm"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"}]},{"description":"The native token of BandChain","denom_units":[{"denom":"ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE","exponent":0,"aliases":["uband"]},{"denom":"band","exponent":6}],"type_asset":"ics20","base":"ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE","name":"Band Protocol","display":"band","symbol":"BAND","traces":[{"type":"ibc","counterparty":{"chain_name":"bandchain","base_denom":"uband","channel_id":"channel-83"},"chain":{"channel_id":"channel-148","path":"transfer/channel-148/uband"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"}]},{"description":"The native token of Konstellation Network","denom_units":[{"denom":"ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593","exponent":0,"aliases":["udarc"]},{"denom":"darc","exponent":6}],"type_asset":"ics20","base":"ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593","name":"Konstellation","display":"darc","symbol":"DARC","traces":[{"type":"ibc","counterparty":{"chain_name":"konstellation","base_denom":"udarc","channel_id":"channel-0"},"chain":{"channel_id":"channel-171","path":"transfer/channel-171/udarc"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg"}],"keywords":["osmosis_unstable"]},{"description":"The native token of Umee","denom_units":[{"denom":"ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C","exponent":0,"aliases":["uumee"]},{"denom":"umee","exponent":6}],"type_asset":"ics20","base":"ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C","name":"UX Chain","display":"umee","symbol":"UMEE","traces":[{"type":"ibc","counterparty":{"chain_name":"umee","base_denom":"uumee","channel_id":"channel-0"},"chain":{"channel_id":"channel-184","path":"transfer/channel-184/uumee"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"}]},{"description":"The native token of Gravity Bridge","denom_units":[{"denom":"ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44","exponent":0,"aliases":["ugraviton"]},{"denom":"graviton","exponent":6}],"type_asset":"ics20","base":"ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44","name":"Gravity Bridge","display":"graviton","symbol":"GRAV","traces":[{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"ugraviton","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/ugraviton"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg"}]},{"description":"The native token of Decentr","denom_units":[{"denom":"ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84","exponent":0,"aliases":["udec"]},{"denom":"dec","exponent":6}],"type_asset":"ics20","base":"ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84","name":"Decentr","display":"dec","symbol":"DEC","traces":[{"type":"ibc","counterparty":{"chain_name":"decentr","base_denom":"udec","channel_id":"channel-1"},"chain":{"channel_id":"channel-181","path":"transfer/channel-181/udec"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"}]},{"description":"The native token cw20 for Marble DAO on Juno Chain","denom_units":[{"denom":"ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6","exponent":0,"aliases":["cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl"]},{"denom":"marble","exponent":3}],"type_asset":"ics20","base":"ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6","name":"Marble","display":"marble","symbol":"MARBLE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg"}]},{"description":"The native governance token of Carbon","denom_units":[{"denom":"ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3","exponent":0,"aliases":["swth"]},{"denom":"dswth","exponent":8,"aliases":["SWTH"]}],"type_asset":"ics20","base":"ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3","name":"Carbon","display":"dswth","symbol":"SWTH","traces":[{"type":"ibc","counterparty":{"chain_name":"carbon","base_denom":"swth","channel_id":"channel-0"},"chain":{"channel_id":"channel-188","path":"transfer/channel-188/swth"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"}]},{"description":"The native token of Cerberus Chain","denom_units":[{"denom":"ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7","exponent":0,"aliases":["ucrbrus"]},{"denom":"crbrus","exponent":6}],"type_asset":"ics20","base":"ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7","name":"Cerberus","display":"crbrus","symbol":"CRBRUS","traces":[{"type":"ibc","counterparty":{"chain_name":"cerberus","base_denom":"ucrbrus","channel_id":"channel-1"},"chain":{"channel_id":"channel-212","path":"transfer/channel-212/ucrbrus"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"}],"keywords":["osmosis_unstable"]},{"description":"The native staking and governance token of the Fetch Hub.","denom_units":[{"denom":"ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447","exponent":0,"aliases":["afet"]},{"denom":"fet","exponent":18}],"type_asset":"ics20","base":"ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447","name":"Fetch.ai","display":"fet","symbol":"FET","traces":[{"type":"ibc","counterparty":{"chain_name":"fetchhub","base_denom":"afet","channel_id":"channel-10"},"chain":{"channel_id":"channel-229","path":"transfer/channel-229/afet"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"}]},{"description":"The native token of Asset Mantle","denom_units":[{"denom":"ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC","exponent":0,"aliases":["umntl"]},{"denom":"mntl","exponent":6}],"type_asset":"ics20","base":"ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC","name":"AssetMantle","display":"mntl","symbol":"MNTL","traces":[{"type":"ibc","counterparty":{"chain_name":"assetmantle","base_denom":"umntl","channel_id":"channel-0"},"chain":{"channel_id":"channel-232","path":"transfer/channel-232/umntl"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg"}]},{"description":"The native token cw20 for Neta on Juno Chain","denom_units":[{"denom":"ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A","exponent":0,"aliases":["cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr"]},{"denom":"neta","exponent":6}],"type_asset":"ics20","base":"ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A","name":"Neta","display":"neta","symbol":"NETA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg"}]},{"description":"The INJ token is the native governance token for the Injective chain.","denom_units":[{"denom":"ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273","exponent":0,"aliases":["inj"]},{"denom":"INJ","exponent":18}],"type_asset":"ics20","base":"ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273","name":"Injective","display":"INJ","symbol":"INJ","traces":[{"type":"ibc","counterparty":{"chain_name":"injective","base_denom":"inj","channel_id":"channel-8"},"chain":{"channel_id":"channel-122","path":"transfer/channel-122/inj"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"}]},{"description":"The KRW stablecoin of Terra Classic.","denom_units":[{"denom":"ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780","exponent":0,"aliases":["microkrw","ukrw"]},{"denom":"mkrw","exponent":3,"aliases":["millikrw"]},{"denom":"krt","exponent":6,"aliases":["krtc"]}],"type_asset":"ics20","base":"ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780","name":"TerraClassicKRW","display":"krt","symbol":"KRTC","traces":[{"type":"ibc","counterparty":{"chain_name":"terra","base_denom":"ukrw","channel_id":"channel-1"},"chain":{"channel_id":"channel-72","path":"transfer/channel-72/ukrw"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg"}]},{"description":"TICK coin is the token for the Microtick Price Discovery & Oracle App","denom_units":[{"denom":"ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8","exponent":0,"aliases":["utick"]},{"denom":"tick","exponent":6}],"type_asset":"ics20","base":"ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8","name":"Microtick","display":"tick","symbol":"TICK","traces":[{"type":"ibc","counterparty":{"chain_name":"microtick","base_denom":"utick","channel_id":"channel-16"},"chain":{"channel_id":"channel-39","path":"transfer/channel-39/utick"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"}],"keywords":["osmosis_unstable"]},{"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.","denom_units":[{"denom":"ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB","exponent":0,"aliases":["rowan"]},{"denom":"ROWAN","exponent":18}],"type_asset":"ics20","base":"ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB","name":"Sifchain","display":"ROWAN","symbol":"ROWAN","traces":[{"type":"ibc","counterparty":{"chain_name":"sifchain","base_denom":"rowan","channel_id":"channel-17"},"chain":{"channel_id":"channel-47","path":"transfer/channel-47/rowan"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg"}]},{"description":"The native token of Shentu","denom_units":[{"denom":"ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3","exponent":0,"aliases":["uctk"]},{"denom":"ctk","exponent":6}],"type_asset":"ics20","base":"ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3","name":"Shentu","display":"ctk","symbol":"CTK","traces":[{"type":"ibc","counterparty":{"chain_name":"shentu","base_denom":"uctk","channel_id":"channel-8"},"chain":{"channel_id":"channel-146","path":"transfer/channel-146/uctk"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"}]},{"description":"Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.","denom_units":[{"denom":"ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B","exponent":0,"aliases":["cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z"]},{"denom":"hope","exponent":6}],"type_asset":"ics20","base":"ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B","name":"Hope Galaxy","display":"hope","symbol":"HOPE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg"}]},{"description":"Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem","denom_units":[{"denom":"ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788","exponent":0,"aliases":["cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa"]},{"denom":"rac","exponent":6}],"type_asset":"ics20","base":"ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788","name":"Racoon","display":"rac","symbol":"juno.RAC","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg"}]},{"description":"Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC. Additionally, FXS is the value accrual and governance token of the entire Frax ecosystem.","denom_units":[{"denom":"ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE","exponent":0,"aliases":["frax-wei"]},{"denom":"frax","exponent":18}],"type_asset":"ics20","base":"ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE","name":"Frax","display":"frax","symbol":"FRAX","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Frax Protocol"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x853d955acef822db058eb8505911ed77f175b99e"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"frax-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/frax-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"}]},{"description":"Gravity Bridge WBTC","denom_units":[{"denom":"ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796","exponent":0,"aliases":["gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"]},{"denom":"gwbtc","exponent":8}],"type_asset":"ics20","base":"ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796","name":"Wrapped Bitcoin (Gravity Bridge)","display":"gwbtc","symbol":"WBTC.grv","traces":[{"type":"bridge","counterparty":{"chain_name":"bitcoin","base_denom":"sat"},"provider":"BitGo, Kyber, and Ren"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg"}]},{"description":"Gravity Bridge WETH","denom_units":[{"denom":"ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5","exponent":0,"aliases":["gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"]},{"denom":"gweth","exponent":18}],"type_asset":"ics20","base":"ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5","name":"Ether (Gravity Bridge)","display":"gweth","symbol":"WETH.grv","traces":[{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Ethereum"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg"}]},{"description":"Gravity Bridge USDC","denom_units":[{"denom":"ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E","exponent":0,"aliases":["gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"]},{"denom":"gusdc","exponent":6}],"type_asset":"ics20","base":"ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E","name":"USDC (Gravity Bridge)","display":"gusdc","symbol":"USDC.grv","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg"}]},{"description":"Gravity Bridge DAI","denom_units":[{"denom":"ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5","exponent":0,"aliases":["gravity0x6B175474E89094C44Da98b954EedeAC495271d0F"]},{"denom":"gdai","exponent":18}],"type_asset":"ics20","base":"ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5","name":"DAI Stablecoin (Gravity Bridge)","display":"gdai","symbol":"DAI.grv","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"MakerDAO"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x6b175474e89094c44da98b954eedeac495271d0f"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0x6B175474E89094C44Da98b954EedeAC495271d0F","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/gravity0x6B175474E89094C44Da98b954EedeAC495271d0F"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg"}]},{"description":"Gravity Bridge USDT","denom_units":[{"denom":"ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805","exponent":0,"aliases":["gravity0xdAC17F958D2ee523a2206206994597C13D831ec7"]},{"denom":"gusdt","exponent":6}],"type_asset":"ics20","base":"ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805","name":"Tether USD (Gravity Bridge)","display":"gusdt","symbol":"USDT.grv","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0xdAC17F958D2ee523a2206206994597C13D831ec7","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/gravity0xdAC17F958D2ee523a2206206994597C13D831ec7"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"The native token of Marble DEX on Juno Chain","denom_units":[{"denom":"ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3","exponent":0,"aliases":["cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq"]},{"denom":"block","exponent":6}],"type_asset":"ics20","base":"ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3","name":"Block","display":"block","symbol":"BLOCK","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg"}]},{"description":"Hash is the staking token of the Provenance Blockchain","denom_units":[{"denom":"ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2","exponent":0,"aliases":["nhash"]},{"denom":"hash","exponent":9}],"type_asset":"ics20","base":"ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2","name":"Provenance","display":"hash","symbol":"HASH","traces":[{"type":"ibc","counterparty":{"chain_name":"provenance","base_denom":"nhash","channel_id":"channel-7"},"chain":{"channel_id":"channel-222","path":"transfer/channel-222/nhash"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"}]},{"description":"GLX is the staking token of the Galaxy Chain","denom_units":[{"denom":"ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2","exponent":0,"aliases":["uglx"]},{"denom":"glx","exponent":6}],"type_asset":"ics20","base":"ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2","name":"Galaxy","display":"glx","symbol":"GLX","traces":[{"type":"ibc","counterparty":{"chain_name":"galaxy","base_denom":"uglx","channel_id":"channel-0"},"chain":{"channel_id":"channel-236","path":"transfer/channel-236/uglx"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"}]},{"description":"The DAO token to build consensus among Hong Kong People","denom_units":[{"denom":"ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB","exponent":0,"aliases":["dhk","cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49"]}],"type_asset":"ics20","base":"ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB","name":"DHK","display":"dhk","symbol":"DHK","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg"}]},{"description":"Token governance for Junoswap","denom_units":[{"denom":"ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC","exponent":0,"aliases":["cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g"]},{"denom":"raw","exponent":6}],"type_asset":"ics20","base":"ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC","name":"JunoSwap","display":"raw","symbol":"RAW","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg"}]},{"description":"MEME Token (MEME) is the native staking token of the MEME Chain","denom_units":[{"denom":"ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA","exponent":0,"aliases":["umeme"]},{"denom":"meme","exponent":6}],"type_asset":"ics20","base":"ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA","name":"MEME","display":"meme","symbol":"MEME","traces":[{"type":"ibc","counterparty":{"chain_name":"meme","base_denom":"umeme","channel_id":"channel-1"},"chain":{"channel_id":"channel-238","path":"transfer/channel-238/umeme"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"}]},{"description":"Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!","denom_units":[{"denom":"ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7","exponent":0,"aliases":["cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w"]},{"denom":"asvt","exponent":6}],"type_asset":"ics20","base":"ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7","name":"Another.Software Validator Token","display":"asvt","symbol":"ASVT","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png"}]},{"description":"DAO dedicated to building tools on the Juno Network","denom_units":[{"denom":"ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484","exponent":0,"aliases":["cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3"]},{"denom":"joe","exponent":6}],"type_asset":"ics20","base":"ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484","name":"JoeDAO","display":"joe","symbol":"JOE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png"}]},{"description":"The native staking token of Terra.","denom_units":[{"denom":"ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9","exponent":0,"aliases":["uluna"]},{"denom":"luna","exponent":6}],"type_asset":"ics20","base":"ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9","name":"Luna","display":"luna","symbol":"LUNA","traces":[{"type":"ibc","counterparty":{"chain_name":"terra2","base_denom":"uluna","channel_id":"channel-1"},"chain":{"channel_id":"channel-251","path":"transfer/channel-251/uluna"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}]},{"description":"Native token of Rizon Chain","denom_units":[{"denom":"ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219","exponent":0,"aliases":["uatolo"]},{"denom":"atolo","exponent":6}],"type_asset":"ics20","base":"ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219","name":"Rizon","display":"atolo","symbol":"ATOLO","traces":[{"type":"ibc","counterparty":{"chain_name":"rizon","base_denom":"uatolo","channel_id":"channel-1"},"chain":{"channel_id":"channel-221","path":"transfer/channel-221/uatolo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"}]},{"description":"Governance token of Kava Lend Protocol","denom_units":[{"denom":"ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC","exponent":0,"aliases":["hard"]},{"denom":"HARD","exponent":6}],"type_asset":"ics20","base":"ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC","name":"Kava Hard","display":"HARD","symbol":"HARD","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"hard","channel_id":"channel-1"},"chain":{"channel_id":"channel-143","path":"transfer/channel-143/hard"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg"}]},{"description":"Governance token of Kava Swap Protocol","denom_units":[{"denom":"ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5","exponent":0,"aliases":["swp"]},{"denom":"SWP","exponent":6}],"type_asset":"ics20","base":"ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5","name":"Kava Swap","display":"SWP","symbol":"SWP","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"swp","channel_id":"channel-1"},"chain":{"channel_id":"channel-143","path":"transfer/channel-143/swp"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg"}]},{"description":"A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.","denom_units":[{"denom":"ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049","exponent":0,"aliases":["link-wei"]},{"denom":"link","exponent":18}],"type_asset":"ics20","base":"ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049","name":"Chainlink","display":"link","symbol":"LINK","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x514910771af9ca656af840dff83e8264ecf986ca"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"link-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/link-wei"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg"}]},{"description":"L1 coin is the GenesisL1 blockchain utility, governance and EVM token","denom_units":[{"denom":"ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4","exponent":0,"aliases":["el1"]},{"denom":"l1","exponent":18}],"type_asset":"ics20","base":"ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4","name":"GenesisL1","display":"l1","symbol":"L1","traces":[{"type":"ibc","counterparty":{"chain_name":"genesisl1","base_denom":"el1","channel_id":"channel-1"},"chain":{"channel_id":"channel-253","path":"transfer/channel-253/el1"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg"}],"keywords":["osmosis_unstable"]},{"description":"Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed. With 16 different assets, 5 of which are stablecoins.","denom_units":[{"denom":"ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE","exponent":0,"aliases":["aave-wei"]},{"denom":"aave","exponent":18}],"type_asset":"ics20","base":"ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE","name":"Aave","display":"aave","symbol":"AAVE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"aave-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/aave-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg"}],"keywords":["osmosis_unlisted"]},{"description":"ApeCoin found new expression in web3 through art, gaming, entertainment, and events. APE is a token made to support what’s next, controlled, and built on by the community. It will serve as a decentralized protocol layer for community-led initiatives that drive culture forward into the metaverse.","denom_units":[{"denom":"ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4","exponent":0,"aliases":["ape-wei"]},{"denom":"ape","exponent":18}],"type_asset":"ics20","base":"ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4","name":"ApeCoin","display":"ape","symbol":"APE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x4d224452801aced8b2f0aebe155379bb5d594381"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"ape-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/ape-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg"}],"keywords":["osmosis_unlisted"]},{"description":"Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain","denom_units":[{"denom":"ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3","exponent":0,"aliases":["mkr-wei"]},{"denom":"mkr","exponent":18}],"type_asset":"ics20","base":"ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3","name":"Maker","display":"mkr","symbol":"MKR","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"mkr-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/mkr-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg"}]},{"description":"RAI is a non-pegged, ETH-backed stable asset. It is useful as more 'stable' collateral for other DeFi protocols (compared to ETH or BTC) or as a stable asset with an embedded interest rate.","denom_units":[{"denom":"ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E","exponent":0,"aliases":["rai-wei"]},{"denom":"rai","exponent":18}],"type_asset":"ics20","base":"ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E","name":"Rai Reflex Index","display":"rai","symbol":"RAI","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"RAI Finance"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x03ab458634910aad20ef5f1c8ee96f1d6ac54919"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"rai-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/rai-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg"}]},{"description":"SHIBA INU is a 100% decentralized community experiment with it claims that 1/2 the tokens have been sent to Vitalik and the other half were locked to a Uniswap pool and the keys burned.","denom_units":[{"denom":"ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2","exponent":0,"aliases":["shib-wei"]},{"denom":"shib","exponent":18}],"type_asset":"ics20","base":"ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2","name":"Shiba Inu","display":"shib","symbol":"SHIB","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"shib-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/shib-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg"}],"keywords":["osmosis_unlisted"]},{"description":"The native staking and governance token of the Kujira chain.","denom_units":[{"denom":"ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE","exponent":0,"aliases":["ukuji"]},{"denom":"kuji","exponent":6}],"type_asset":"ics20","base":"ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE","name":"Kujira","display":"kuji","symbol":"KUJI","traces":[{"type":"ibc","counterparty":{"chain_name":"kujira","base_denom":"ukuji","channel_id":"channel-3"},"chain":{"channel_id":"channel-259","path":"transfer/channel-259/ukuji"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"}]},{"description":"The native token of Tgrade","denom_units":[{"denom":"ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C","exponent":0,"aliases":["utgd"]},{"denom":"tgd","exponent":6}],"type_asset":"ics20","base":"ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C","name":"Tgrade","display":"tgd","symbol":"TGD","traces":[{"type":"ibc","counterparty":{"chain_name":"tgrade","base_denom":"utgd","channel_id":"channel-0"},"chain":{"channel_id":"channel-263","path":"transfer/channel-263/utgd"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"}]},{"description":"Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics","denom_units":[{"denom":"ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D","exponent":0,"aliases":["aechelon"]},{"denom":"echelon","exponent":18}],"type_asset":"ics20","base":"ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D","name":"Echelon","display":"echelon","symbol":"ECH","traces":[{"type":"ibc","counterparty":{"chain_name":"echelon","base_denom":"aechelon","channel_id":"channel-11"},"chain":{"channel_id":"channel-403","path":"transfer/channel-403/aechelon"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg"}]},{"description":"Staking and governance token for ODIN Protocol","denom_units":[{"denom":"ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B","exponent":0,"aliases":["loki"]},{"denom":"odin","exponent":6}],"type_asset":"ics20","base":"ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B","name":"Odin Protocol","display":"odin","symbol":"ODIN","traces":[{"type":"ibc","counterparty":{"chain_name":"odin","base_denom":"loki","channel_id":"channel-3"},"chain":{"channel_id":"channel-258","path":"transfer/channel-258/loki"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"}]},{"description":"GEO token for ODIN Protocol","denom_units":[{"denom":"ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A","exponent":0,"aliases":["mGeo"]},{"denom":"geo","exponent":6}],"type_asset":"ics20","base":"ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A","name":"GEO","display":"geo","symbol":"GEO","traces":[{"type":"ibc","counterparty":{"chain_name":"odin","base_denom":"mGeo","channel_id":"channel-3"},"chain":{"channel_id":"channel-258","path":"transfer/channel-258/mGeo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg"}],"keywords":["osmosis_unstable"]},{"description":"O9W token for ODIN Protocol","denom_units":[{"denom":"ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D","exponent":0,"aliases":["mO9W"]},{"denom":"O9W","exponent":6}],"type_asset":"ics20","base":"ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D","name":"O9W","display":"O9W","symbol":"O9W","traces":[{"type":"ibc","counterparty":{"chain_name":"odin","base_denom":"mO9W","channel_id":"channel-3"},"chain":{"channel_id":"channel-258","path":"transfer/channel-258/mO9W"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg"}],"keywords":["osmosis_unstable"]},{"description":"ELEVENPARIS loyalty token on KiChain","denom_units":[{"denom":"ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121","exponent":0,"aliases":["cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy"]},{"denom":"lvn","exponent":6}],"type_asset":"ics20","base":"ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121","name":"LVN","display":"lvn","symbol":"kichain.LVN","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"kichain","base_denom":"cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy","port":"wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha","channel_id":"channel-18"},"chain":{"port":"transfer","channel_id":"channel-261","path":"transfer/channel-261/cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png"}]},{"description":"Glimmer (GLMR) is the utility token of the Moonbeam Network, Moonbeam’s primary deployment on the Polkadot network that serves as a developer-friendly parachain.","denom_units":[{"denom":"ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49","exponent":0,"aliases":["wglmr-wei"]},{"denom":"wglmr","exponent":18}],"type_asset":"ics20","base":"ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49","name":"Moonbeam","display":"wglmr","symbol":"GLMR","traces":[{"type":"wrapped","counterparty":{"chain_name":"moonbeam","base_denom":"Wei"},"provider":"Moonbeam"},{"type":"bridge","counterparty":{"chain_name":"moonbeam","base_denom":"0xacc15dc74880c9944775448304b263d191c6077f"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wglmr-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wglmr-wei"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg"}]},{"description":"DeFi gaming platform built on Juno","denom_units":[{"denom":"ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E","exponent":0,"aliases":["cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se"]},{"denom":"glto","exponent":6}],"type_asset":"ics20","base":"ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E","name":"Gelotto","display":"glto","symbol":"GLTO","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"}]},{"description":"Gelotto Year 1 Grand Prize Token","denom_units":[{"denom":"ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8","exponent":0,"aliases":["cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh"]},{"denom":"gkey","exponent":6}],"type_asset":"ics20","base":"ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8","name":"GKey","display":"gkey","symbol":"GKEY","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg"}]},{"description":"The native token of Crescent","denom_units":[{"denom":"ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580","exponent":0,"aliases":["ucre"]},{"denom":"cre","exponent":6}],"type_asset":"ics20","base":"ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580","name":"Crescent","display":"cre","symbol":"CRE","traces":[{"type":"ibc","counterparty":{"chain_name":"crescent","base_denom":"ucre","channel_id":"channel-9"},"chain":{"channel_id":"channel-297","path":"transfer/channel-297/ucre"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"}]},{"description":"The native token of LumenX Network","denom_units":[{"denom":"ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7","exponent":0,"aliases":["ulumen"]},{"denom":"lumen","exponent":6}],"type_asset":"ics20","base":"ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7","name":"LumenX","display":"lumen","symbol":"LUMEN","traces":[{"type":"ibc","counterparty":{"chain_name":"lumenx","base_denom":"ulumen","channel_id":"channel-3"},"chain":{"channel_id":"channel-286","path":"transfer/channel-286/ulumen"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"}],"keywords":["osmosis_unstable"]},{"description":"The native token of Oraichain","denom_units":[{"denom":"ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D","exponent":0,"aliases":["orai"]},{"denom":"ORAI","exponent":6}],"type_asset":"ics20","base":"ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D","name":"Oraichain","display":"ORAI","symbol":"ORAI","traces":[{"type":"ibc","counterparty":{"chain_name":"oraichain","base_denom":"orai","channel_id":"channel-13"},"chain":{"channel_id":"channel-216","path":"transfer/channel-216/orai"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png","theme":{}}]},{"description":"The native token of the Cudos blockchain","denom_units":[{"denom":"ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B","exponent":0,"aliases":["attocudos","acudos"]},{"denom":"cudos","exponent":18}],"type_asset":"ics20","base":"ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B","name":"Cudos","display":"cudos","symbol":"CUDOS","traces":[{"type":"ibc","counterparty":{"chain_name":"cudos","base_denom":"acudos","channel_id":"channel-1"},"chain":{"channel_id":"channel-298","path":"transfer/channel-298/acudos"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"}]},{"description":"The native stablecoin of Kava","denom_units":[{"denom":"ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE","exponent":0,"aliases":["usdx"]},{"denom":"USDX","exponent":6}],"type_asset":"ics20","base":"ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE","name":"Kava USDX","display":"USDX","symbol":"USDX","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"usdx","channel_id":"channel-1"},"chain":{"channel_id":"channel-143","path":"transfer/channel-143/usdx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg"}]},{"description":"BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.","denom_units":[{"denom":"ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604","exponent":0,"aliases":["ubld"]},{"denom":"bld","exponent":6}],"type_asset":"ics20","base":"ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604","name":"Agoric","display":"bld","symbol":"BLD","traces":[{"type":"ibc","counterparty":{"chain_name":"agoric","base_denom":"ubld","channel_id":"channel-1"},"chain":{"channel_id":"channel-320","path":"transfer/channel-320/ubld"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"}]},{"description":"IST is the stable token used by the Agoric chain for execution fees and commerce.","denom_units":[{"denom":"ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5","exponent":0,"aliases":["uist"]},{"denom":"ist","exponent":6}],"type_asset":"ics20","base":"ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5","name":"Inter Stable Token","display":"ist","symbol":"IST","traces":[{"type":"ibc","counterparty":{"chain_name":"agoric","base_denom":"uist","channel_id":"channel-1"},"chain":{"channel_id":"channel-320","path":"transfer/channel-320/uist"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"}]},{"description":"Staking derivative seJUNO for staked JUNO","denom_units":[{"denom":"ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B","exponent":0,"aliases":["cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv"]},{"denom":"sejuno","exponent":6}],"type_asset":"ics20","base":"ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B","name":"StakeEasy seJUNO","display":"sejuno","symbol":"SEJUNO","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg"}]},{"description":"Staking derivative bJUNO for staked JUNO","denom_units":[{"denom":"ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3","exponent":0,"aliases":["cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3"]},{"denom":"bjuno","exponent":6}],"type_asset":"ics20","base":"ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3","name":"StakeEasy bJUNO","display":"bjuno","symbol":"BJUNO","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg"}]},{"description":"The native token of Stride","denom_units":[{"denom":"ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4","exponent":0,"aliases":["ustrd"]},{"denom":"strd","exponent":6}],"type_asset":"ics20","base":"ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4","name":"Stride","display":"strd","symbol":"STRD","traces":[{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"ustrd","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/ustrd"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"}]},{"denom_units":[{"denom":"ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901","exponent":0,"aliases":["stuatom"]},{"denom":"statom","exponent":6}],"type_asset":"ics20","base":"ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901","name":"Stride Staked ATOM","display":"statom","symbol":"stATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuatom","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stuatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"}]},{"denom_units":[{"denom":"ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A","exponent":0,"aliases":["stustars"]},{"denom":"ststars","exponent":6}],"type_asset":"ics20","base":"ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A","name":"Stride Staked STARS","display":"ststars","symbol":"stSTARS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"stargaze","base_denom":"ustars"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stustars","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stustars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg"}]},{"description":"Solarbank DAO Governance Token for speeding up the shift to renewable and green energy","denom_units":[{"denom":"ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C","exponent":0,"aliases":["cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse"]},{"denom":"solar","exponent":6}],"type_asset":"ics20","base":"ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C","name":"Solarbank DAO","display":"solar","symbol":"SOLAR","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg"}]},{"description":"StakeEasy governance token","denom_units":[{"denom":"ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6","exponent":0,"aliases":["cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf"]},{"denom":"seasy","exponent":6}],"type_asset":"ics20","base":"ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6","name":"StakeEasy SEASY","display":"seasy","symbol":"SEASY","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg"}]},{"description":"The native token of Axelar","denom_units":[{"denom":"ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E","exponent":0,"aliases":["uaxl"]},{"denom":"axl","exponent":6}],"type_asset":"ics20","base":"ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E","name":"Axelar","display":"axl","symbol":"AXL","traces":[{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"uaxl","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/uaxl"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"}]},{"description":"REBUS, the native coin of the Rebus chain.","denom_units":[{"denom":"ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9","exponent":0,"aliases":["arebus"]},{"denom":"rebus","exponent":18}],"type_asset":"ics20","base":"ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9","name":"Rebus","display":"rebus","symbol":"REBUS","traces":[{"type":"ibc","counterparty":{"chain_name":"rebus","base_denom":"arebus","channel_id":"channel-0"},"chain":{"channel_id":"channel-355","path":"transfer/channel-355/arebus"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"}]},{"description":"The native token of Teritori","denom_units":[{"denom":"ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC","exponent":0,"aliases":["utori"]},{"denom":"tori","exponent":6}],"type_asset":"ics20","base":"ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC","name":"Teritori","display":"tori","symbol":"TORI","traces":[{"type":"ibc","counterparty":{"chain_name":"teritori","base_denom":"utori","channel_id":"channel-0"},"chain":{"channel_id":"channel-362","path":"transfer/channel-362/utori"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg"}]},{"denom_units":[{"denom":"ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE","exponent":0,"aliases":["stujuno"]},{"denom":"stjuno","exponent":6}],"type_asset":"ics20","base":"ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE","name":"Stride Staked JUNO","display":"stjuno","symbol":"stJUNO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"juno","base_denom":"ujuno"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stujuno","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stujuno"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg"}]},{"denom_units":[{"denom":"ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC","exponent":0,"aliases":["stuosmo"]},{"denom":"stosmo","exponent":6}],"type_asset":"ics20","base":"ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC","name":"Stride Staked OSMO","display":"stosmo","symbol":"stOSMO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"osmosis","base_denom":"uosmo"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuosmo","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stuosmo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"}]},{"description":"The native token cw20 for MuseDAO on Juno Chain","denom_units":[{"denom":"ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F","exponent":0,"aliases":["cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3"]},{"denom":"muse","exponent":6}],"type_asset":"ics20","base":"ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F","name":"MuseDAO","display":"muse","symbol":"MUSE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png"}]},{"description":"The native token of Lambda","denom_units":[{"denom":"ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB","exponent":0,"aliases":["ulamb"]},{"denom":"lamb","exponent":18}],"type_asset":"ics20","base":"ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB","name":"Lambda","display":"lamb","symbol":"LAMB","traces":[{"type":"ibc","counterparty":{"chain_name":"lambda","base_denom":"ulamb","channel_id":"channel-2"},"chain":{"channel_id":"channel-378","path":"transfer/channel-378/ulamb"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"}]},{"description":"The native over-collateralized stablecoin from the Kujira chain.","denom_units":[{"denom":"ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC","exponent":0,"aliases":["factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk"]},{"denom":"usk","exponent":6}],"type_asset":"ics20","base":"ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC","name":"USK","display":"usk","symbol":"USK","traces":[{"type":"ibc","counterparty":{"chain_name":"kujira","base_denom":"factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk","channel_id":"channel-3"},"chain":{"channel_id":"channel-259","path":"transfer/channel-259/factory:kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7:uusk"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg"}]},{"description":"Staking and governance coin for the Unification Blockchain","denom_units":[{"denom":"ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC","exponent":0,"aliases":["nund"]},{"denom":"FUND","exponent":9}],"type_asset":"ics20","base":"ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC","name":"Unification","display":"FUND","symbol":"FUND","traces":[{"type":"ibc","counterparty":{"chain_name":"unification","base_denom":"nund","channel_id":"channel-0"},"chain":{"channel_id":"channel-382","path":"transfer/channel-382/nund"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"}]},{"description":"The native staking and governance token of Jackal.","denom_units":[{"denom":"ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA","exponent":0,"aliases":["ujkl"]},{"denom":"jkl","exponent":6}],"type_asset":"ics20","base":"ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA","name":"Jackal","display":"jkl","symbol":"JKL","traces":[{"type":"ibc","counterparty":{"chain_name":"jackal","base_denom":"ujkl","channel_id":"channel-0"},"chain":{"channel_id":"channel-412","path":"transfer/channel-412/ujkl"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"}]},{"description":"The native token cw20 for Alter on Secret Network","denom_units":[{"denom":"ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3","exponent":0,"aliases":["cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej"]},{"denom":"alter","exponent":6}],"type_asset":"ics20","base":"ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3","name":"Alter","display":"alter","symbol":"ALTER","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg"}]},{"description":"The native token cw20 for Button on Secret Network","denom_units":[{"denom":"ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8","exponent":0,"aliases":["cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt"]},{"denom":"butt","exponent":6}],"type_asset":"ics20","base":"ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8","name":"Button","display":"butt","symbol":"BUTT","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg"}]},{"description":"The native token cw20 for Shade on Secret Network","denom_units":[{"denom":"ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C","exponent":0,"aliases":["cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d"]},{"denom":"shd","exponent":8}],"type_asset":"ics20","base":"ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C","name":"Shade (old)","display":"shd","symbol":"SHD(old)","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg"}],"keywords":["osmosis_unstable"]},{"description":"The native token cw20 for SIENNA on Secret Network","denom_units":[{"denom":"ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213","exponent":0,"aliases":["cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4"]},{"denom":"sienna","exponent":18}],"type_asset":"ics20","base":"ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213","name":"SIENNA","display":"sienna","symbol":"SIENNA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg"}]},{"description":"The native token cw20 for SCRT Staking Derivatives on Secret Network","denom_units":[{"denom":"ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4","exponent":0,"aliases":["cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4"]},{"denom":"stkd-scrt","exponent":6}],"type_asset":"ics20","base":"ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4","name":"SCRT Staking Derivatives","display":"stkd-scrt","symbol":"stkd-SCRT","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg"}]},{"description":"BeeZee native blockchain","denom_units":[{"denom":"ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88","exponent":0,"aliases":["ubze"]},{"denom":"bze","exponent":6}],"type_asset":"ics20","base":"ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88","name":"BeeZee","display":"bze","symbol":"BZE","traces":[{"type":"ibc","counterparty":{"chain_name":"beezee","base_denom":"ubze","channel_id":"channel-0"},"chain":{"channel_id":"channel-340","path":"transfer/channel-340/ubze"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"}]},{"description":"The native token cw20 for Fanfury on Juno Chain","denom_units":[{"denom":"ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF","exponent":0,"aliases":["cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz"]},{"denom":"fury","exponent":6}],"type_asset":"ics20","base":"ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF","name":"FURY.legacy","display":"fury","symbol":"FURY.legacy","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png"}]},{"description":"The native EVM, governance and staking token of the Acrechain","denom_units":[{"denom":"ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06","exponent":0,"aliases":["aacre"]},{"denom":"acre","exponent":18}],"type_asset":"ics20","base":"ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06","name":"Acrechain","display":"acre","symbol":"ACRE","traces":[{"type":"ibc","counterparty":{"chain_name":"acrechain","base_denom":"aacre","channel_id":"channel-0"},"chain":{"channel_id":"channel-490","path":"transfer/channel-490/aacre"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"}]},{"description":"Stable Token of Harbor protocol on Comdex network","denom_units":[{"denom":"ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E","exponent":0,"aliases":["ucmst"]},{"denom":"cmst","exponent":6}],"type_asset":"ics20","base":"ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E","name":"CMST","display":"cmst","symbol":"CMST","traces":[{"type":"ibc","counterparty":{"chain_name":"comdex","base_denom":"ucmst","channel_id":"channel-1"},"chain":{"channel_id":"channel-87","path":"transfer/channel-87/ucmst"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg"}]},{"description":"The native EVM, governance and staking token of the Imversed","denom_units":[{"denom":"ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4","exponent":0,"aliases":["aimv"]},{"denom":"imv","exponent":18}],"type_asset":"ics20","base":"ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4","name":"Imversed","display":"imv","symbol":"IMV","traces":[{"type":"ibc","counterparty":{"chain_name":"imversed","base_denom":"aimv","channel_id":"channel-1"},"chain":{"channel_id":"channel-517","path":"transfer/channel-517/aimv"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"}]},{"description":"The native token of Medas Digital Network","denom_units":[{"denom":"ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C","exponent":0,"aliases":["umedas"]},{"denom":"medas","exponent":6}],"type_asset":"ics20","base":"ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C","name":"Medas Digital Network","display":"medas","symbol":"MEDAS","traces":[{"type":"ibc","counterparty":{"chain_name":"medasdigital","base_denom":"umedas","channel_id":"channel-0"},"chain":{"channel_id":"channel-519","path":"transfer/channel-519/umedas"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"}],"keywords":["medas"]},{"description":"The native token cw20 for PHMN on Juno Chain","denom_units":[{"denom":"ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B","exponent":0,"aliases":["cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l"]},{"denom":"phmn","exponent":6}],"type_asset":"ics20","base":"ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B","name":"POSTHUMAN","display":"phmn","symbol":"PHMN","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg"}]},{"description":"The native token cw20 for Amber on Secret Network","denom_units":[{"denom":"ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55","exponent":0,"aliases":["cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852"]},{"denom":"amber","exponent":6}],"type_asset":"ics20","base":"ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55","name":"Amber","display":"amber","symbol":"AMBER","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg"}]},{"description":"The native token of Onomy Protocol","denom_units":[{"denom":"ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163","exponent":0,"aliases":["anom"]},{"denom":"nom","exponent":18}],"type_asset":"ics20","base":"ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163","name":"Onomy","display":"nom","symbol":"NOM","traces":[{"type":"ibc","counterparty":{"chain_name":"onomy","base_denom":"anom","channel_id":"channel-0"},"chain":{"channel_id":"channel-525","path":"transfer/channel-525/anom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"}],"keywords":["dex","stablecoin","bridge","staking"]},{"description":"PSTAKE Liquid-Staked ATOM","denom_units":[{"denom":"ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC","exponent":0,"aliases":["stk/uatom"]},{"denom":"stkatom","exponent":6,"aliases":["stk/atom"]}],"type_asset":"ics20","base":"ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC","name":"PSTAKE staked ATOM","display":"stkatom","symbol":"stkATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"pSTAKE"},{"type":"ibc","counterparty":{"chain_name":"persistence","base_denom":"stk/uatom","channel_id":"channel-6"},"chain":{"channel_id":"channel-4","path":"transfer/channel-4/stk/uatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"}]},{"description":"The native staking and governance token of the Dyson Protocol","denom_units":[{"denom":"ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D","exponent":0,"aliases":["dys"]}],"type_asset":"ics20","base":"ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D","name":"Dyson Protocol","display":"ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D","symbol":"DYS","traces":[{"type":"ibc","counterparty":{"chain_name":"dyson","base_denom":"dys","channel_id":"channel-2"},"chain":{"channel_id":"channel-526","path":"transfer/channel-526/dys"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg"}]},{"description":"The native token cw20 for Hopers on Juno Chain","denom_units":[{"denom":"ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099","exponent":0,"aliases":["cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n"]},{"denom":"hopers","exponent":6}],"type_asset":"ics20","base":"ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099","name":"Hopers","display":"hopers","symbol":"HOPERS","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg"}]},{"description":"Overcollateralized stable coin for Arable derivatives v1","denom_units":[{"denom":"ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F","exponent":0,"aliases":["erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c"]},{"denom":"arusd","exponent":18}],"type_asset":"ics20","base":"ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F","name":"Arable USD","display":"arusd","symbol":"arUSD","traces":[{"type":"ibc","counterparty":{"chain_name":"acrechain","base_denom":"erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c","channel_id":"channel-0"},"chain":{"channel_id":"channel-490","path":"transfer/channel-490/erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg"}]},{"description":"The native EVM, governance and staking token of the Planq Network","denom_units":[{"denom":"ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF","exponent":0,"aliases":["aplanq"]},{"denom":"planq","exponent":18}],"type_asset":"ics20","base":"ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF","name":"Planq","display":"planq","symbol":"PLQ","traces":[{"type":"ibc","counterparty":{"chain_name":"planq","base_denom":"aplanq","channel_id":"channel-1"},"chain":{"channel_id":"channel-492","path":"transfer/channel-492/aplanq"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"}]},{"description":"Fantom's native utility token — FTM — powers the entire Fantom blockchain ecosystem. FTM tokens are used for staking, governance, payments, and fees on the network.","denom_units":[{"denom":"ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4","exponent":0,"aliases":["wftm-wei"]},{"denom":"ftm","exponent":18}],"type_asset":"ics20","base":"ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4","name":"Fantom","display":"ftm","symbol":"FTM","traces":[{"type":"wrapped","counterparty":{"chain_name":"fantom","base_denom":"wei"},"chain":{"contract":"0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83"},"provider":"Fantom"},{"type":"bridge","counterparty":{"chain_name":"fantom","base_denom":"0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wftm-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wftm-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg"}]},{"description":"Canto is a Layer-1 blockchain built to deliver on the promise of DeFi","denom_units":[{"denom":"ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F","exponent":0,"aliases":["acanto"]},{"denom":"canto","exponent":18}],"type_asset":"ics20","base":"ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F","name":"Canto","display":"canto","symbol":"CANTO","traces":[{"type":"ibc","counterparty":{"chain_name":"canto","base_denom":"acanto","channel_id":"channel-5"},"chain":{"channel_id":"channel-550","path":"transfer/channel-550/acanto"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"}]},{"description":"Quicksilver Liquid Staked STARS","denom_units":[{"denom":"ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83","exponent":0,"aliases":["uqstars"]},{"denom":"qstars","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83","name":"Quicksilver Liquid Staked STARS","display":"qstars","symbol":"qSTARS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"stargaze","base_denom":"ustars"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqstars","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqstars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg"}]},{"description":"WYND DAO Governance Token","denom_units":[{"denom":"ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3","exponent":0,"aliases":["cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9"]},{"denom":"wynd","exponent":6}],"type_asset":"ics20","base":"ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3","name":"Wynd DAO Governance Token","display":"wynd","symbol":"WYND","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg"}]},{"description":"USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.","denom_units":[{"denom":"ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A","exponent":0,"aliases":["polygon-uusdc"]},{"denom":"polygon-usdc","exponent":6}],"type_asset":"ics20","base":"ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A","name":"USD Coin (Polygon)","display":"polygon-usdc","symbol":"polygon.USDC.axl","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"polygon","base_denom":"0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"polygon-uusdc","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/polygon-uusdc"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg"}]},{"description":"USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.","denom_units":[{"denom":"ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C","exponent":0,"aliases":["avalanche-uusdc"]},{"denom":"avalanche-usdc","exponent":6}],"type_asset":"ics20","base":"ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C","name":"USD Coin (Avalanche)","display":"avalanche-usdc","symbol":"avalanche.USDC.axl","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"avalanche","base_denom":"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"avalanche-uusdc","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/avalanche-uusdc"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg"}]},{"description":"Mars protocol token","denom_units":[{"denom":"ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580","exponent":0,"aliases":["umars"]},{"denom":"mars","exponent":6}],"type_asset":"ics20","base":"ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580","name":"Mars Hub","display":"mars","symbol":"MARS","traces":[{"type":"ibc","counterparty":{"chain_name":"mars","base_denom":"umars","channel_id":"channel-1"},"chain":{"channel_id":"channel-557","path":"transfer/channel-557/umars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"}]},{"description":"Ciento Exchange Token","denom_units":[{"denom":"ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5","exponent":0,"aliases":["erc20/0xAE6D3334989a22A65228732446731438672418F2"]},{"denom":"cnto","exponent":18}],"type_asset":"ics20","base":"ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5","name":"Ciento Token","display":"cnto","symbol":"CNTO","traces":[{"type":"ibc","counterparty":{"chain_name":"acrechain","base_denom":"erc20/0xAE6D3334989a22A65228732446731438672418F2","channel_id":"channel-0"},"chain":{"channel_id":"channel-490","path":"transfer/channel-490/erc20/0xAE6D3334989a22A65228732446731438672418F2"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg"}]},{"denom_units":[{"denom":"ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372","exponent":0,"aliases":["stuluna"]},{"denom":"stluna","exponent":6}],"type_asset":"ics20","base":"ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372","name":"Stride Staked LUNA","display":"stluna","symbol":"stLUNA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"terra2","base_denom":"uluna"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuluna","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stuluna"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg"}]},{"denom_units":[{"denom":"ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01","exponent":0,"aliases":["staevmos"]},{"denom":"stevmos","exponent":18}],"type_asset":"ics20","base":"ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01","name":"Stride Staked EVMOS","display":"stevmos","symbol":"stEVMOS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"evmos","base_denom":"aevmos"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"staevmos","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/staevmos"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg"}]},{"description":"nRide Token","denom_units":[{"denom":"ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C","exponent":0,"aliases":["cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq"]},{"denom":"nride","exponent":6}],"type_asset":"ics20","base":"ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C","name":"nRide Token","display":"nride","symbol":"NRIDE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg"}]},{"description":"The native staking token of 8ball.","denom_units":[{"denom":"ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F","exponent":0,"aliases":["uebl"]},{"denom":"ebl","exponent":6}],"type_asset":"ics20","base":"ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F","name":"8ball","display":"ebl","symbol":"EBL","traces":[{"type":"ibc","counterparty":{"chain_name":"8ball","base_denom":"uebl","channel_id":"channel-16"},"chain":{"channel_id":"channel-641","path":"transfer/channel-641/uebl"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"}]},{"description":"Quicksilver Liquid Staked ATOM","denom_units":[{"denom":"ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC","exponent":0,"aliases":["uqatom"]},{"denom":"qatom","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC","name":"Quicksilver Liquid Staked ATOM","display":"qatom","symbol":"qATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqatom","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg"}]},{"description":"Governance Token of Harbor protocol on Comdex network","denom_units":[{"denom":"ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A","exponent":0,"aliases":["uharbor"]},{"denom":"harbor","exponent":6}],"type_asset":"ics20","base":"ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A","name":"Harbor","display":"harbor","symbol":"HARBOR","traces":[{"type":"ibc","counterparty":{"chain_name":"comdex","base_denom":"uharbor","channel_id":"channel-1"},"chain":{"channel_id":"channel-87","path":"transfer/channel-87/uharbor"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg"}]},{"description":"Quicksilver Liquid Staked REGEN","denom_units":[{"denom":"ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206","exponent":0,"aliases":["uqregen"]},{"denom":"qregen","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206","name":"Quicksilver Liquid Staked Regen","display":"qregen","symbol":"qREGEN","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"regen","base_denom":"uregen"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqregen","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqregen"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg"}]},{"description":"Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.","denom_units":[{"denom":"ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6","exponent":0,"aliases":["cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x"]},{"denom":"fox","exponent":6}],"type_asset":"ics20","base":"ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6","name":"Juno Fox","display":"fox","symbol":"FOX","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png"}]},{"description":"QCK - native token of Quicksilver","denom_units":[{"denom":"ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D","exponent":0,"aliases":["uqck"]},{"denom":"qck","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D","name":"Quicksilver","display":"qck","symbol":"QCK","traces":[{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqck","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqck"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"}]},{"description":"The native token of Arkhadian","denom_units":[{"denom":"ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28","exponent":0,"aliases":["arkh"]},{"denom":"ARKH","exponent":6}],"type_asset":"ics20","base":"ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28","name":"Arkhadian","display":"ARKH","symbol":"ARKH","traces":[{"type":"ibc","counterparty":{"chain_name":"arkh","base_denom":"arkh","channel_id":"channel-12"},"chain":{"channel_id":"channel-648","path":"transfer/channel-648/arkh"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"}],"keywords":["osmosis_unstable"]},{"description":"Quicksilver Liquid Staked OSMO","denom_units":[{"denom":"ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC","exponent":0,"aliases":["uqosmo"]},{"denom":"qosmo","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC","name":"Quicksilver Liquid Staked OSMO","display":"qosmo","symbol":"qOSMO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"osmosis","base_denom":"uosmo"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqosmo","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqosmo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg"}]},{"description":"Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.","denom_units":[{"denom":"ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9","exponent":0,"aliases":["microfrienzies","ufrienzies"]},{"denom":"frienzies","exponent":6}],"type_asset":"ics20","base":"ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9","name":"Frienzies","display":"frienzies","symbol":"FRNZ","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"ufrienzies","channel_id":"channel-1"},"chain":{"channel_id":"channel-750","path":"transfer/channel-750/ufrienzies"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg"}]},{"description":"The native token of Migaloo Chain","denom_units":[{"denom":"ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D","exponent":0,"aliases":["uwhale"]},{"denom":"whale","exponent":6}],"type_asset":"ics20","base":"ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D","name":"Migaloo","display":"whale","symbol":"WHALE","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"uwhale","channel_id":"channel-5"},"chain":{"channel_id":"channel-642","path":"transfer/channel-642/uwhale"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"}]},{"description":"Evmos Guardians governance token.","denom_units":[{"denom":"ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA","exponent":0,"aliases":["cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma"]},{"denom":"grdn","exponent":6}],"type_asset":"ics20","base":"ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA","name":"Guardian","display":"grdn","symbol":"GRDN","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png"}]},{"description":"Mini Punks Token","denom_units":[{"denom":"ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E","exponent":0,"aliases":["cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my"]},{"denom":"mnpu","exponent":6}],"type_asset":"ics20","base":"ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E","name":"Mini Punks","display":"mnpu","symbol":"MNPU","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg"}]},{"description":"Shiba Cosmos","denom_units":[{"denom":"ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8","exponent":0,"aliases":["cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z"]},{"denom":"shibac","exponent":6}],"type_asset":"ics20","base":"ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8","name":"ShibaCosmos","display":"shibac","symbol":"SHIBAC","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png"}]},{"description":"Sikoba Governance Token","denom_units":[{"denom":"ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E","exponent":0,"aliases":["cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp"]},{"denom":"sikoba","exponent":6}],"type_asset":"ics20","base":"ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E","name":"Sikoba Token","display":"sikoba","symbol":"SKOJ","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg"}]},{"description":"Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.","denom_units":[{"denom":"ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68","exponent":0,"aliases":["eco.uC.NCT"]},{"denom":"nct","exponent":6}],"type_asset":"ics20","base":"ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68","name":"Nature Carbon Ton","display":"nct","symbol":"NCT","traces":[{"type":"ibc","counterparty":{"chain_name":"regen","base_denom":"eco.uC.NCT","channel_id":"channel-1"},"chain":{"channel_id":"channel-8","path":"transfer/channel-8/eco.uC.NCT"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg"}]},{"description":"Celestims","denom_units":[{"denom":"ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA","exponent":0,"aliases":["cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg"]},{"denom":"clst","exponent":6}],"type_asset":"ics20","base":"ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA","name":"Celestims","display":"clst","symbol":"CLST","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png"}]},{"description":"The First Doge on Osmosis","denom_units":[{"denom":"ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156","exponent":0,"aliases":["cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je"]},{"denom":"osdoge","exponent":6}],"type_asset":"ics20","base":"ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156","name":"Osmosis Doge","display":"osdoge","symbol":"OSDOGE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png"}]},{"description":"Apemos","denom_units":[{"denom":"ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D","exponent":0,"aliases":["cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06"]},{"denom":"apemos","exponent":6}],"type_asset":"ics20","base":"ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D","name":"Apemos","display":"apemos","symbol":"APEMOS","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png"}]},{"description":"Evmos Guardians' Invaders DAO token.","denom_units":[{"denom":"ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54","exponent":0,"aliases":["cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8"]},{"denom":"invdrs","exponent":6}],"type_asset":"ics20","base":"ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54","name":"Invaders","display":"invdrs","symbol":"INVDRS","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png"}]},{"description":"Doge Apr","denom_units":[{"denom":"ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250","exponent":0,"aliases":["cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d"]},{"denom":"doga","exponent":6}],"type_asset":"ics20","base":"ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250","name":"Doge Apr","display":"doga","symbol":"DOGA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png"}]},{"description":"Catmos","denom_units":[{"denom":"ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835","exponent":0,"aliases":["cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488"]},{"denom":"catmos","exponent":6}],"type_asset":"ics20","base":"ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835","name":"Catmos","display":"catmos","symbol":"CATMOS","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png"}]},{"description":"Social Impact DAO providing showers, meals, and vehicles to the homeless","denom_units":[{"denom":"ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A","exponent":0,"aliases":["cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm"]},{"denom":"summit","exponent":6}],"type_asset":"ics20","base":"ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A","name":"Summit","display":"summit","symbol":"SUMMIT","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png"}]},{"description":"The native staking token of OmniFlix Hub.","denom_units":[{"denom":"ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F","exponent":0,"aliases":["uflix"]},{"denom":"flix","exponent":6}],"type_asset":"ics20","base":"ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F","name":"OmniFlix","display":"flix","symbol":"FLIX","traces":[{"type":"ibc","counterparty":{"chain_name":"omniflixhub","base_denom":"uflix","channel_id":"channel-1"},"chain":{"channel_id":"channel-199","path":"transfer/channel-199/uflix"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"}]},{"description":"Spacer","denom_units":[{"denom":"ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C","exponent":0,"aliases":["cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg"]},{"denom":"spacer","exponent":6}],"type_asset":"ics20","base":"ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C","name":"Spacer","display":"spacer","symbol":"SPACER","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png"}]},{"description":"Light: LumenX community DAO treasury token","denom_units":[{"denom":"ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29","exponent":0,"aliases":["cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l"]},{"denom":"light","exponent":9}],"type_asset":"ics20","base":"ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29","name":"LIGHT","display":"light","symbol":"LIGHT","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png"}]},{"description":"The native token cw20 for Silk on Secret Network","denom_units":[{"denom":"ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7","exponent":0,"aliases":["cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd"]},{"denom":"silk","exponent":6}],"type_asset":"ics20","base":"ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7","name":"Silk","display":"silk","symbol":"SILK","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg"}]},{"description":"Mille: the 1000th token on osmosis","denom_units":[{"denom":"ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF","exponent":0,"aliases":["cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d"]},{"denom":"mile","exponent":6}],"type_asset":"ics20","base":"ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF","name":"Mille","display":"mile","symbol":"MILE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png"}]},{"description":"Social Impact DAO dedicated to combatting food insecurity and malnutrition","denom_units":[{"denom":"ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B","exponent":0,"aliases":["cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq"]},{"denom":"manna","exponent":6}],"type_asset":"ics20","base":"ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B","name":"Manna","display":"manna","symbol":"MANNA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png"}]},{"description":"Filecoin is a decentralized storage network designed to turn cloud storage into an algorithmic market. The network facilitates open markets for storing and retrieving data, where users pay to store their files on storage miners. Filecoin is built on top of the InterPlanetary File System (IPFS), a peer-to-peer storage network. Filecoin aims to store data in a decentralized manner, unlike traditional cloud storage providers.\n\nParticipants in the Filecoin network are incentivized to act honestly and store as much data as possible because they earn the Filecoin cryptocurrency (FIL) in exchange for their storage services. This setup ensures the integrity and accessibility of data stored. Filecoin's model allows for a variety of storage options, including long-term archival storage and more rapid retrieval services, making it a versatile solution for decentralized data storage. The project, developed by Protocol Labs, also focuses on ensuring that data is stored reliably and efficiently.","denom_units":[{"denom":"ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D","exponent":0,"aliases":["wfil-wei"]},{"denom":"fil","exponent":18}],"type_asset":"ics20","base":"ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D","name":"Filecoin","display":"fil","symbol":"FIL","traces":[{"type":"wrapped","counterparty":{"chain_name":"filecoin","base_denom":"attoFIL"},"provider":"Filecoin"},{"type":"bridge","counterparty":{"chain_name":"filecoin","base_denom":"0x60E1773636CF5E4A227d9AC24F20fEca034ee25A"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wfil-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wfil-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg"}]},{"description":"Void","denom_units":[{"denom":"ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960","exponent":0,"aliases":["cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8"]},{"denom":"void","exponent":6}],"type_asset":"ics20","base":"ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960","name":"Void","display":"void","symbol":"VOID","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png"}]},{"description":"The native token cw20 for Shade on Secret Network","denom_units":[{"denom":"ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A","exponent":0,"aliases":["cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm"]},{"denom":"shd","exponent":8}],"type_asset":"ics20","base":"ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A","name":"Shade","display":"shd","symbol":"SHD","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-44"},"chain":{"port":"transfer","channel_id":"channel-476","path":"transfer/channel-476/cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"}]},{"description":"The native token of Bluzelle","denom_units":[{"denom":"ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8","exponent":0,"aliases":["ubnt"]},{"denom":"bnt","exponent":6,"aliases":["blz"]}],"type_asset":"ics20","base":"ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8","name":"Bluzelle","display":"bnt","symbol":"BLZ","traces":[{"type":"ibc","counterparty":{"chain_name":"bluzelle","base_denom":"ubnt","channel_id":"channel-0"},"chain":{"channel_id":"channel-763","path":"transfer/channel-763/ubnt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"}],"keywords":["bluzelle","game"]},{"description":"Native token of Arbitrum","denom_units":[{"denom":"ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6","exponent":0,"aliases":["arb-wei"]},{"denom":"arb","exponent":18}],"type_asset":"ics20","base":"ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6","name":"Arbitrum","display":"arb","symbol":"ARB","traces":[{"type":"bridge","counterparty":{"chain_name":"arbitrum","base_denom":"0x912CE59144191C1204E64559FE8253a0e49E6548"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"arb-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/arb-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg"}]},{"description":"Silica","denom_units":[{"denom":"ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07","exponent":0,"aliases":["cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux"]},{"denom":"silica","exponent":6}],"type_asset":"ics20","base":"ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07","name":"Silica","display":"silica","symbol":"SLCA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png"}]},{"description":"Pepec","denom_units":[{"denom":"ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93","exponent":0,"aliases":["cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k"]},{"denom":"pepec","exponent":6}],"type_asset":"ics20","base":"ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93","name":"Pepec","display":"pepec","symbol":"PEPEC","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png"}]},{"description":"Pepe is a community based memecoin with one mission: to make memecoins great again. Made to honor the iconic meme we all know and love, Pepe is here to take reign as the most memeable memecoin in existence, fueled purely by memetic power. Pepe is for the people.","denom_units":[{"denom":"ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B","exponent":0,"aliases":["0x6982508145454Ce325dDbE47a25d4ec3d2311933","pepe-wei"]},{"denom":"pepe","exponent":18}],"type_asset":"ics20","base":"ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B","name":"Pepe","display":"pepe","symbol":"PEPE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x6982508145454Ce325dDbE47a25d4ec3d2311933"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"pepe-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/pepe-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"}],"keywords":["meme"]},{"denom_units":[{"denom":"factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx","exponent":0},{"denom":"ibcx","exponent":6}],"type_asset":"sdk.coin","address":"osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm","base":"factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx","name":"IBC Index","display":"ibcx","symbol":"IBCX","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg"}],"coingecko_id":"ibc-index"},{"description":"Coinbase Wrapped Staked ETH (“cbETH”) is a utility token and liquid representation of ETH staked through Coinbase. cbETH gives customers the option to sell, transfer, or otherwise use their staked ETH in dapps while it remains locked by the Ethereum protocol.","denom_units":[{"denom":"ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A","exponent":0,"aliases":["0xbe9895146f7af43049ca1c1ae358b0541ea49704","cbeth-wei"]},{"denom":"cbeth","exponent":18}],"type_asset":"ics20","base":"ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A","name":"Coinbase Wrapped Staked ETH","display":"cbeth","symbol":"cbETH","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Coinbase"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xbe9895146f7af43049ca1c1ae358b0541ea49704"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"cbeth-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/cbeth-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png"}]},{"description":"Rocket Pool is a decentralised Ethereum Proof of Stake pool.","denom_units":[{"denom":"ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222","exponent":0,"aliases":["0xae78736cd615f374d3085123a210448e74fc6393","reth-wei"]},{"denom":"reth","exponent":18}],"type_asset":"ics20","base":"ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222","name":"Rocket Pool Ether","display":"reth","symbol":"rETH","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Rocket Pool"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xae78736cd615f374d3085123a210448e74fc6393"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"reth-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/reth-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"}]},{"description":"sfrxETH is the version of frxETH which accrues staking yield. All profit generated from Frax Ether validators is distributed to sfrxETH holders. By exchanging frxETH for sfrxETH, one become's eligible for staking yield, which is redeemed upon converting sfrxETH back to frxETH.","denom_units":[{"denom":"ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46","exponent":0,"aliases":["0xac3e018457b222d93114458476f3e3416abbe38f","sfrxeth-wei"]},{"denom":"sfrxeth","exponent":18}],"type_asset":"ics20","base":"ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46","name":"Staked Frax Ether","display":"sfrxeth","symbol":"sfrxETH","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Frax"},{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"0x5e8422345238f34275888049021821e8e08caa1f"},"provider":"Frax"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xac3e018457b222d93114458476f3e3416abbe38f"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"sfrxeth-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/sfrxeth-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"}]},{"denom_units":[{"denom":"ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C","exponent":0,"aliases":["0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0","wsteth-wei"]},{"denom":"wsteth","exponent":18}],"type_asset":"ics20","base":"ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C","name":"Wrapped Lido Staked Ether (Axelar)","display":"wsteth","symbol":"wstETH.axl","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Lido"},{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"0xae7ab96520de3a18e5e111b5eaab095312d7fe84"},"provider":"Lido"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"wsteth-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/wsteth-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wstETH.axl.svg"}]},{"description":"The native token of Gitopia","denom_units":[{"denom":"ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3","exponent":0,"aliases":["ulore"]},{"denom":"LORE","exponent":6}],"type_asset":"ics20","base":"ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3","name":"Gitopia","display":"LORE","symbol":"LORE","traces":[{"type":"ibc","counterparty":{"chain_name":"gitopia","base_denom":"ulore","channel_id":"channel-0"},"chain":{"channel_id":"channel-781","path":"transfer/channel-781/ulore"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png"}]},{"description":"Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling","denom_units":[{"denom":"ibc/98BCD43F190C6960D0005BC46BB765C827403A361C9C03C2FF694150A30284B0","exponent":0,"aliases":["cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv"]},{"denom":"roar","exponent":6}],"type_asset":"ics20","base":"ibc/98BCD43F190C6960D0005BC46BB765C827403A361C9C03C2FF694150A30284B0","name":"Lion DAO","display":"roar","symbol":"ROAR","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv","port":"wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au","channel_id":"channel-26"},"chain":{"port":"transfer","channel_id":"channel-341","path":"transfer/channel-341/cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png"}]},{"denom_units":[{"denom":"ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F","exponent":0,"aliases":["stuumee"]},{"denom":"stumee","exponent":6}],"type_asset":"ics20","base":"ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F","name":"Stride Staked UMEE","display":"stumee","symbol":"stUMEE","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"umee","base_denom":"uumee"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stuumee","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stuumee"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg"}]},{"denom_units":[{"denom":"factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx","exponent":0},{"denom":"stibcx","exponent":6}],"type_asset":"sdk.coin","address":"osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k","base":"factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx","name":"Staked IBCX","display":"stibcx","symbol":"stIBCX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg"}]},{"description":"The native token of Nolus chain","denom_units":[{"denom":"ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782","exponent":0,"aliases":["unls"]},{"denom":"nls","exponent":6}],"type_asset":"ics20","base":"ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782","name":"Nolus","display":"nls","symbol":"NLS","traces":[{"type":"ibc","counterparty":{"chain_name":"nolus","base_denom":"unls","channel_id":"channel-0"},"chain":{"channel_id":"channel-783","path":"transfer/channel-783/unls"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"}]},{"description":"Lion Cub DAO is a useless meme community DAO on Terra","denom_units":[{"denom":"ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3","exponent":0,"aliases":["cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t"]},{"denom":"cub","exponent":6}],"type_asset":"ics20","base":"ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3","name":"Lion Cub DAO","display":"cub","symbol":"CUB","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t","port":"wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au","channel_id":"channel-26"},"chain":{"port":"transfer","channel_id":"channel-341","path":"transfer/channel-341/cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png"}]},{"description":"BLUE CUB DAO is a community DAO on Terra","denom_units":[{"denom":"ibc/DA961FE314B009C38595FFE3AF41225D8894D663B8C3F6650DCB5B6F8435592E","exponent":0,"aliases":["cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584"]},{"denom":"blue","exponent":6}],"type_asset":"ics20","base":"ibc/DA961FE314B009C38595FFE3AF41225D8894D663B8C3F6650DCB5B6F8435592E","name":"BLUE CUB DAO","display":"blue","symbol":"BLUE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584","port":"wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au","channel_id":"channel-26"},"chain":{"port":"transfer","channel_id":"channel-341","path":"transfer/channel-341/cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png"}]},{"description":"The native token of Neutron chain.","denom_units":[{"denom":"ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682","exponent":0,"aliases":["untrn"]},{"denom":"ntrn","exponent":6}],"type_asset":"ics20","base":"ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682","name":"Neutron","display":"ntrn","symbol":"NTRN","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"untrn","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/untrn"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"}]},{"description":"An innovative DAO dedicated to housing the most vulnerable","denom_units":[{"denom":"ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE","exponent":0,"aliases":["cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss"]},{"denom":"casa","exponent":6}],"type_asset":"ics20","base":"ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE","name":"Casa","display":"casa","symbol":"CASA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png"}]},{"description":"The native staking and governance token of Composable.","denom_units":[{"denom":"ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516","exponent":0,"aliases":["ppica"]},{"denom":"pica","exponent":12}],"type_asset":"ics20","base":"ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516","name":"Picasso","display":"pica","symbol":"PICA","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"picasso","base_denom":"ppica"},"provider":"Picasso"},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ppica","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/ppica"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"}]},{"description":"The native fee, governance, staking, and bonding token of the Polkadot platform.","denom_units":[{"denom":"ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C","exponent":0,"aliases":["4","ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9"]},{"denom":"ksm","exponent":12}],"type_asset":"ics20","base":"ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C","name":"Kusama","display":"ksm","symbol":"KSM","traces":[{"type":"bridge","counterparty":{"chain_name":"kusama","base_denom":"Planck"},"provider":"Kusama Parachain"},{"type":"ibc","counterparty":{"chain_name":"picasso","base_denom":"4","channel_id":"channel-17"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/4"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-2/4"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg"}]},{"description":"The native fee, governance, staking, and bonding token of the Polkadot platform.","denom_units":[{"denom":"ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244","exponent":0,"aliases":["79228162514264337593543950342","ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366"]},{"denom":"dot","exponent":10}],"type_asset":"ics20","base":"ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244","name":"Polkadot","display":"dot","symbol":"DOT","traces":[{"type":"bridge","counterparty":{"chain_name":"polkadot","base_denom":"Planck"},"provider":"Polkadot Relay"},{"type":"ibc","counterparty":{"chain_name":"composablepolkadot","base_denom":"79228162514264337593543950342","channel_id":"channel-15"},"chain":{"channel_id":"channel-15","path":"transfer/channel-15/79228162514264337593543950342"}},{"type":"ibc","counterparty":{"chain_name":"picasso","base_denom":"79228162514264337593543950342","channel_id":"channel-17"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/transfer/channel-15/79228162514264337593543950342"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-2/transfer/channel-15/79228162514264337593543950342"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"}]},{"description":"The native token of Quasar","denom_units":[{"denom":"ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477","exponent":0,"aliases":["uqsr"]},{"denom":"qsr","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477","name":"Quasar","display":"qsr","symbol":"QSR","traces":[{"type":"ibc","counterparty":{"chain_name":"quasar","base_denom":"uqsr","channel_id":"channel-1"},"chain":{"channel_id":"channel-688","path":"transfer/channel-688/uqsr"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"}]},{"description":"The native token of Archway network","denom_units":[{"denom":"ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85","exponent":0,"aliases":["aarch"]},{"denom":"uarch","exponent":12},{"denom":"arch","exponent":18}],"type_asset":"ics20","base":"ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85","name":"Archway","display":"arch","symbol":"ARCH","traces":[{"type":"ibc","counterparty":{"chain_name":"archway","base_denom":"aarch","channel_id":"channel-1"},"chain":{"channel_id":"channel-1429","path":"transfer/channel-1429/aarch"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"}]},{"description":"The native staking and governance token of Empower.","denom_units":[{"denom":"ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38","exponent":0,"aliases":["umpwr"]},{"denom":"mpwr","exponent":6}],"type_asset":"ics20","base":"ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38","name":"EmpowerChain","display":"mpwr","symbol":"MPWR","traces":[{"type":"ibc","counterparty":{"chain_name":"empowerchain","base_denom":"umpwr","channel_id":"channel-1"},"chain":{"channel_id":"channel-1411","path":"transfer/channel-1411/umpwr"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg"}]},{"description":"A revolutionary DAO created to bring clean drinking water to men, women, and children worldwide. We hope you join us on our journey!","denom_units":[{"denom":"ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E","exponent":0,"aliases":["cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw"]},{"denom":"watr","exponent":6}],"type_asset":"ics20","base":"ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E","name":"WATR","display":"watr","symbol":"WATR","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png"}]},{"description":"The native utility token of the KYVE network.","denom_units":[{"denom":"ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13","exponent":0,"aliases":["ukyve"]},{"denom":"kyve","exponent":6}],"type_asset":"ics20","base":"ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13","name":"KYVE","display":"kyve","symbol":"KYVE","traces":[{"type":"ibc","counterparty":{"chain_name":"kyve","base_denom":"ukyve","channel_id":"channel-0"},"chain":{"channel_id":"channel-767","path":"transfer/channel-767/ukyve"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}]},{"description":"Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.","denom_units":[{"denom":"ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB","exponent":0,"aliases":["erc20/tether/usdt"]},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB","name":"Tether USD","display":"usdt","symbol":"USDT","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Tether"},{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-1"},"chain":{"channel_id":"channel-143","path":"transfer/channel-143/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"ERIS liquid staked OSMO","denom_units":[{"denom":"factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO","exponent":0},{"denom":"ampOSMO","exponent":6}],"type_asset":"sdk.coin","address":"osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9","base":"factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO","name":"ERIS Amplified OSMO","display":"ampOSMO","symbol":"ampOSMO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png"}]},{"description":"The native staking token of Sei.","denom_units":[{"denom":"ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D","exponent":0,"aliases":["usei"]},{"denom":"sei","exponent":6}],"type_asset":"ics20","base":"ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D","name":"Sei","display":"sei","symbol":"SEI","traces":[{"type":"ibc","counterparty":{"chain_name":"sei","base_denom":"usei","channel_id":"channel-0"},"chain":{"channel_id":"channel-782","path":"transfer/channel-782/usei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"}]},{"description":"Quicksilver Liquid Staked SOMM","denom_units":[{"denom":"ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208","exponent":0,"aliases":["uqsomm"]},{"denom":"qsomm","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208","name":"Quicksilver Liquid Staked SOMM","display":"qsomm","symbol":"qSOMM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"sommelier","base_denom":"usomm"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqsomm","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqsomm"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg"}]},{"description":"The native staking and governance token of the Passage chain.","denom_units":[{"denom":"ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED","exponent":0,"aliases":["upasg"]},{"denom":"pasg","exponent":6}],"type_asset":"ics20","base":"ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED","name":"Passage","display":"pasg","symbol":"PASG","traces":[{"type":"ibc","counterparty":{"chain_name":"passage","base_denom":"upasg","channel_id":"channel-0"},"chain":{"channel_id":"channel-2494","path":"transfer/channel-2494/upasg"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"}]},{"denom_units":[{"denom":"ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B","exponent":0,"aliases":["stusomm"]},{"denom":"stsomm","exponent":6}],"type_asset":"ics20","base":"ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B","name":"Stride Staked SOMM","display":"stsomm","symbol":"stSOMM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"sommelier","base_denom":"usomm"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stusomm","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stusomm"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg"}]},{"description":"Solana (SOL) is the native asset of the Solana blockchain.","denom_units":[{"denom":"ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA"]},{"denom":"wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8","exponent":8,"aliases":[]}],"type_asset":"ics20","base":"ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA","name":"Solana","display":"wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8","symbol":"SOL","traces":[{"type":"wrapped","counterparty":{"chain_name":"solana","base_denom":"Lamport"},"provider":"Solana"},{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"So11111111111111111111111111111111111111112"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"}]},{"description":"The Official Bonk Inu token","denom_units":[{"denom":"ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR"]},{"denom":"wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5","exponent":5,"aliases":[]}],"type_asset":"ics20","base":"ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E","name":"Bonk","display":"wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5","symbol":"BONK","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png"}]},{"description":"Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi","denom_units":[{"denom":"ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi"]},{"denom":"wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C","name":"Tether USD (Wormhole)","display":"wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6","symbol":"USDT.wh","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"Sui’s native asset is called SUI.","denom_units":[{"denom":"ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh"]},{"denom":"wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8","exponent":8,"aliases":[]}],"type_asset":"ics20","base":"ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5","name":"Sui","display":"wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8","symbol":"SUI","traces":[{"type":"bridge","counterparty":{"chain_name":"sui","base_denom":"0x2::sui::SUI"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg"}]},{"description":"Aptos token (APT) is the Aptos blockchain native token used for paying network and transaction fees.","denom_units":[{"denom":"ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r"]},{"denom":"wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8","exponent":8,"aliases":[]}],"type_asset":"ics20","base":"ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE","name":"Aptos Coin","display":"wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8","symbol":"APT","traces":[{"type":"bridge","counterparty":{"chain_name":"aptos","base_denom":"0x1::aptos_coin::AptosCoin"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg","theme":{}}]},{"description":"MantaDAO Governance Token","denom_units":[{"denom":"ibc/51D893F870B7675E507E91DA8DB0B22EA66333207E4F5C0708757F08EE059B0B","exponent":0,"aliases":["factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta"]},{"denom":"mnta","exponent":6}],"type_asset":"ics20","base":"ibc/51D893F870B7675E507E91DA8DB0B22EA66333207E4F5C0708757F08EE059B0B","name":"MantaDAO","display":"mnta","symbol":"MNTA","traces":[{"type":"ibc","counterparty":{"chain_name":"kujira","base_denom":"factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta","channel_id":"channel-3"},"chain":{"channel_id":"channel-259","path":"transfer/channel-259/factory:kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7:umnta"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg"}]},{"denom_units":[{"denom":"ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9","exponent":0,"aliases":["factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL"]},{"denom":"dgl","exponent":6}],"type_asset":"ics20","base":"ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9","name":"Licorice","display":"dgl","symbol":"DGL","traces":[{"type":"ibc","counterparty":{"chain_name":"juno","base_denom":"factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL","channel_id":"channel-0"},"chain":{"channel_id":"channel-42","path":"transfer/channel-42/factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png"}]},{"description":"USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt","denom_units":[{"denom":"ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt"]},{"denom":"wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695","name":"USD Coin (Wormhole)","display":"wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6","symbol":"USDC.wh","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg"}]},{"description":"Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp","denom_units":[{"denom":"ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp"]},{"denom":"wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8","exponent":8,"aliases":[]}],"type_asset":"ics20","base":"ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC","name":"Wrapped Ether (Wormhole)","display":"wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8","symbol":"wETH.wh","traces":[{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Ethereum"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.hole.svg"}]},{"description":"USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.","denom_units":[{"denom":"ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4","exponent":0,"aliases":["microusdc","uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4","name":"USDC","display":"usdc","symbol":"USDC","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Circle"},{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-1"},"chain":{"channel_id":"channel-750","path":"transfer/channel-750/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"Maximize ETH yield through leveraged staking across Aave, Compound and Morpho and liquidity provision of ETH liquid staking tokens on Uniswap V3.","denom_units":[{"denom":"ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668","exponent":0,"aliases":["0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec","yieldeth-wei"]},{"denom":"YieldETH","exponent":18}],"type_asset":"ics20","base":"ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668","name":"Real Yield ETH","display":"YieldETH","symbol":"YieldETH","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Seven Seas & DeFine Logic Labs"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelar","base_denom":"yieldeth-wei","channel_id":"channel-3"},"chain":{"channel_id":"channel-208","path":"transfer/channel-208/yieldeth-wei"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg"}]},{"description":"The native staking token of XPLA.","denom_units":[{"denom":"ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8","exponent":0,"aliases":["axpla"]},{"denom":"xpla","exponent":18}],"type_asset":"ics20","base":"ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8","name":"XPLA","display":"xpla","symbol":"XPLA","traces":[{"type":"ibc","counterparty":{"chain_name":"xpla","base_denom":"axpla","channel_id":"channel-9"},"chain":{"channel_id":"channel-1634","path":"transfer/channel-1634/axpla"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"}]},{"description":"OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.","denom_units":[{"denom":"ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6","exponent":0,"aliases":["factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN"]},{"denom":"oin","exponent":6}],"type_asset":"ics20","base":"ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6","name":"OIN STORE OF VALUE","display":"oin","symbol":"OIN","traces":[{"type":"ibc","counterparty":{"chain_name":"sei","base_denom":"factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN","channel_id":"channel-0"},"chain":{"channel_id":"channel-782","path":"transfer/channel-782/factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png"}]},{"description":"The token of Neokingdom DAO.","denom_units":[{"denom":"ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71","exponent":0,"aliases":["erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9"]},{"denom":"neok","exponent":18}],"type_asset":"ics20","base":"ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71","name":"Neokingdom DAO","display":"neok","symbol":"NEOK","traces":[{"type":"ibc","counterparty":{"chain_name":"evmos","base_denom":"erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9","channel_id":"channel-0"},"chain":{"channel_id":"channel-204","path":"transfer/channel-204/erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg"}]},{"description":"The native currency of the Realio Network.","denom_units":[{"denom":"ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF","exponent":0,"aliases":["ario"]},{"denom":"rio","exponent":18}],"type_asset":"ics20","base":"ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF","name":"Realio Network","display":"rio","symbol":"RIO","traces":[{"type":"ibc","counterparty":{"chain_name":"realio","base_denom":"ario","channel_id":"channel-1"},"chain":{"channel_id":"channel-1424","path":"transfer/channel-1424/ario"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg","theme":{"primary_color_hex":"#000000"}}]},{"description":"Membrane's CDP-style stablecoin called CDT","denom_units":[{"denom":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt","exponent":0},{"denom":"cdt","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt","name":"CDT Stablecoin","display":"cdt","symbol":"CDT","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg"}],"coingecko_id":"collateralized-debt-token"},{"description":"Membrane's protocol token","denom_units":[{"denom":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn","exponent":0},{"denom":"mbrn","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn","name":"Membrane","display":"mbrn","symbol":"MBRN","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg"}],"coingecko_id":"membrane"},{"description":"The native token of SGE Network","denom_units":[{"denom":"ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA","exponent":0,"aliases":["usge"]},{"denom":"sge","exponent":6}],"type_asset":"ics20","base":"ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA","name":"SGE","display":"sge","symbol":"SGE","traces":[{"type":"ibc","counterparty":{"chain_name":"sge","base_denom":"usge","channel_id":"channel-0"},"chain":{"channel_id":"channel-5485","path":"transfer/channel-5485/usge"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg","theme":{"primary_color_hex":"#C0A15B"}}]},{"description":"The native staking and governance token of the StaFi Hub.","denom_units":[{"denom":"ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862","exponent":0,"aliases":["ufis"]},{"denom":"fis","exponent":6}],"type_asset":"ics20","base":"ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862","name":"StaFi Hub","display":"fis","symbol":"FIS","traces":[{"type":"ibc","counterparty":{"chain_name":"stafihub","base_denom":"ufis","channel_id":"channel-10"},"chain":{"channel_id":"channel-5413","path":"transfer/channel-5413/ufis"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg"}]},{"description":"A liquid staking representation of staked ATOMs","denom_units":[{"denom":"ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7","exponent":0,"aliases":["uratom"]},{"denom":"ratom","exponent":6}],"type_asset":"ics20","base":"ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7","name":"rATOM","display":"ratom","symbol":"rATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"StaFiHub"},{"type":"ibc","counterparty":{"chain_name":"stafihub","base_denom":"uratom","channel_id":"channel-10"},"chain":{"channel_id":"channel-5413","path":"transfer/channel-5413/uratom"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg"}]},{"description":"The native token of ohhNFT.","denom_units":[{"denom":"ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B","exponent":0,"aliases":["factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust"]},{"denom":"strdst","exponent":6}],"type_asset":"ics20","base":"ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B","name":"Stardust STRDST","display":"strdst","symbol":"STRDST","traces":[{"type":"ibc","counterparty":{"chain_name":"stargaze","base_denom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust","channel_id":"channel-0"},"chain":{"channel_id":"channel-75","path":"transfer/channel-75/factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg"}]},{"description":"The native staking and governance token of the Theta testnet version of the Dora Vota.","denom_units":[{"denom":"ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A","exponent":0,"aliases":["peaka"]},{"denom":"DORA","exponent":18}],"type_asset":"ics20","base":"ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A","name":"Dora Vota","display":"DORA","symbol":"DORA","traces":[{"type":"ibc","counterparty":{"chain_name":"doravota","base_denom":"peaka","channel_id":"channel-0"},"chain":{"channel_id":"channel-2694","path":"transfer/channel-2694/peaka"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png"}]},{"description":"The native token of Coreum","denom_units":[{"denom":"ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65","exponent":0,"aliases":["ucore"]},{"denom":"core","exponent":6}],"type_asset":"ics20","base":"ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65","name":"Coreum","display":"core","symbol":"COREUM","traces":[{"type":"ibc","counterparty":{"chain_name":"coreum","base_denom":"ucore","channel_id":"channel-2"},"chain":{"channel_id":"channel-2188","path":"transfer/channel-2188/ucore"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"}],"keywords":["dex","staking","wasm","assets","nft","XRPL"]},{"description":"The native token of the Celestia blockchain.","denom_units":[{"denom":"ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877","exponent":0,"aliases":["utia"]},{"denom":"tia","exponent":6}],"type_asset":"ics20","base":"ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877","name":"Celestia","display":"tia","symbol":"TIA","traces":[{"type":"ibc","counterparty":{"chain_name":"celestia","base_denom":"utia","channel_id":"channel-2"},"chain":{"channel_id":"channel-6994","path":"transfer/channel-6994/utia"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}]},{"description":"The native staking token of dYdX Protocol.","denom_units":[{"denom":"ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C","exponent":0,"aliases":["adydx"]},{"denom":"dydx","exponent":18}],"type_asset":"ics20","base":"ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C","name":"dYdX Protocol","display":"dydx","symbol":"DYDX","traces":[{"type":"ibc","counterparty":{"chain_name":"dydx","base_denom":"adydx","channel_id":"channel-3"},"chain":{"channel_id":"channel-6787","path":"transfer/channel-6787/adydx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg"}]},{"description":"The native staking token of the Function X","denom_units":[{"denom":"ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9","exponent":0,"aliases":["FX"]},{"denom":"WFX","exponent":18}],"type_asset":"ics20","base":"ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9","name":"f(x)Core","display":"WFX","symbol":"FX","traces":[{"type":"ibc","counterparty":{"chain_name":"fxcore","base_denom":"FX","channel_id":"channel-19"},"chain":{"channel_id":"channel-2716","path":"transfer/channel-2716/FX"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"}]},{"description":"Bitcoin. On Cosmos.","denom_units":[{"denom":"ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F","exponent":0,"aliases":["usat"]},{"denom":"nbtc","exponent":14}],"type_asset":"ics20","base":"ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F","name":"Nomic Bitcoin","display":"nbtc","symbol":"nBTC","traces":[{"type":"bridge","counterparty":{"chain_name":"bitcoin","base_denom":"sat"},"provider":"Nomic"},{"type":"ibc","counterparty":{"chain_name":"nomic","base_denom":"usat","channel_id":"channel-1"},"chain":{"channel_id":"channel-6897","path":"transfer/channel-6897/usat"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"}]},{"description":"The native token of Nois","denom_units":[{"denom":"ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90","exponent":0,"aliases":["unois"]},{"denom":"nois","exponent":6}],"type_asset":"ics20","base":"ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90","name":"Nois","display":"nois","symbol":"NOIS","traces":[{"type":"ibc","counterparty":{"chain_name":"nois","base_denom":"unois","channel_id":"channel-37"},"chain":{"channel_id":"channel-8277","path":"transfer/channel-8277/unois"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"}],"keywords":["nois","randomness","drand","wasm"]},{"description":"Margined Power Token sqOSMO","denom_units":[{"denom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo","exponent":0},{"denom":"sqosmo","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo","name":"OSMO Squared","display":"sqosmo","symbol":"sqOSMO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg"}]},{"description":"The Revenue & Governance token of Unstake.fi","denom_units":[{"denom":"ibc/F74225B0AFD2F675AF56E9BE3F235486BCDE5C5E09AA88A97AFD2E052ABFE04C","exponent":0,"aliases":["factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk"]},{"denom":"nstk","exponent":6}],"type_asset":"ics20","base":"ibc/F74225B0AFD2F675AF56E9BE3F235486BCDE5C5E09AA88A97AFD2E052ABFE04C","name":"Unstake Fi","display":"nstk","symbol":"NSTK","traces":[{"type":"ibc","counterparty":{"chain_name":"kujira","base_denom":"factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk","channel_id":"channel-3"},"chain":{"channel_id":"channel-259","path":"transfer/channel-259/factory:kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh:unstk"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"}]},{"description":"ohhNFT LP token.","denom_units":[{"denom":"ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02","exponent":0,"aliases":["factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH"]},{"denom":"BRNCH","exponent":6}],"type_asset":"ics20","base":"ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02","name":"Branch","display":"BRNCH","symbol":"BRNCH","traces":[{"type":"ibc","counterparty":{"chain_name":"stargaze","base_denom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH","channel_id":"channel-0"},"chain":{"channel_id":"channel-75","path":"transfer/channel-75/factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg"}]},{"description":"wstETH is a wrapped version of stETH. As some DeFi protocols require a constant balance mechanism for tokens, wstETH keeps your balance of stETH fixed and uses an underlying share system to reflect your earned staking rewards.","denom_units":[{"denom":"ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5","exponent":0,"aliases":["factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH"]},{"denom":"wstETH","exponent":18}],"type_asset":"ics20","base":"ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5","name":"Wrapped Lido Staked Ether","display":"wstETH","symbol":"wstETH","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Lido"},{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"0xae7ab96520de3a18e5e111b5eaab095312d7fe84"},"provider":"Lido"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0"},"provider":"Lido"},{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"}]},{"description":"Margined Power Token sqATOM","denom_units":[{"denom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom","exponent":0},{"denom":"sqatom","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom","name":"ATOM Squared","display":"sqatom","symbol":"sqATOM","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg"}]},{"description":"Margined Power Token sqBTC","denom_units":[{"denom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc","exponent":0},{"denom":"sqbtc","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc","name":"BTC Squared","display":"sqbtc","symbol":"sqBTC","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg"}],"keywords":["osmosis_unlisted"]},{"description":"QWOYN is the native governance token for Qwoyn Network","denom_units":[{"denom":"ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D","exponent":0,"aliases":["uqwoyn"]},{"denom":"qwoyn","exponent":6}],"type_asset":"ics20","base":"ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D","name":"Qwoyn","display":"qwoyn","symbol":"QWOYN","traces":[{"type":"ibc","counterparty":{"chain_name":"qwoyn","base_denom":"uqwoyn","channel_id":"channel-0"},"chain":{"channel_id":"channel-880","path":"transfer/channel-880/uqwoyn"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"}],"keywords":["gaming"]},{"description":"The liquid staking token of Bostrom","denom_units":[{"denom":"ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20","exponent":0,"aliases":["hydrogen"]}],"type_asset":"ics20","base":"ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20","name":"Bostrom Hydrogen","display":"ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20","symbol":"HYDROGEN","traces":[{"type":"ibc","counterparty":{"chain_name":"bostrom","base_denom":"hydrogen","channel_id":"channel-2"},"chain":{"channel_id":"channel-95","path":"transfer/channel-95/hydrogen"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg"}]},{"description":"The staking token of Cyber","denom_units":[{"denom":"ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761","exponent":0,"aliases":["tocyb"]}],"type_asset":"ics20","base":"ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761","name":"Bostrom Tocyb","display":"ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761","symbol":"TOCYB","traces":[{"type":"ibc","counterparty":{"chain_name":"bostrom","base_denom":"tocyb","channel_id":"channel-2"},"chain":{"channel_id":"channel-95","path":"transfer/channel-95/tocyb"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg"}]},{"description":"The resource token of Bostrom","denom_units":[{"denom":"ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA","exponent":0,"aliases":["millivolt"]},{"denom":"volt","exponent":3,"aliases":["volt"]}],"type_asset":"ics20","base":"ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA","name":"Bostrom Volt","display":"volt","symbol":"V","traces":[{"type":"ibc","counterparty":{"chain_name":"bostrom","base_denom":"millivolt","channel_id":"channel-2"},"chain":{"channel_id":"channel-95","path":"transfer/channel-95/millivolt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg"}]},{"description":"The resource token of Bostrom","denom_units":[{"denom":"ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424","exponent":0,"aliases":["milliampere"]},{"denom":"ampere","exponent":3,"aliases":["ampere"]}],"type_asset":"ics20","base":"ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424","name":"Bostrom Ampere","display":"ampere","symbol":"A","traces":[{"type":"ibc","counterparty":{"chain_name":"bostrom","base_denom":"milliampere","channel_id":"channel-2"},"chain":{"channel_id":"channel-95","path":"transfer/channel-95/milliampere"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg"}]},{"description":"The native token of SOURCE Chain","denom_units":[{"denom":"ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7","exponent":0,"aliases":["usource"]},{"denom":"source","exponent":6}],"type_asset":"ics20","base":"ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7","name":"Source","display":"source","symbol":"SOURCE","traces":[{"type":"ibc","counterparty":{"chain_name":"source","base_denom":"usource","channel_id":"channel-0"},"chain":{"channel_id":"channel-8945","path":"transfer/channel-8945/usource"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"}]},{"description":"Pyth is a protocol that allows market participants to publish pricing information on-chain for others to use. The protocol is an interaction between three parties:\n-Publishers submit pricing information to Pyth's oracle program. Pyth has multiple data publishers for every product to improve the accuracy and robustness of the system.\n-Pyth's oracle program combines publishers' data to produce a single aggregate price and confidence interval.\nConsumers read the price information produced by the oracle program.\n\nPyth's oracle program runs simultaneously on both Solana mainnet and Pythnet. Each instance of the program is responsible for its own set of price feeds. Solana Price Feeds are available for use by Solana protocols. In this case, since the oracle program itself runs on Solana, the resulting prices are immediately available to consumers without requiring any additional work. Pythnet Price Feeds are available on 12+ blockchains. The prices constructed on Pythnet are transferred cross-chain to reach consumers on these blockchains.\n\nIn both cases, the critical component of the system is the oracle program that combines the data from each individual publisher. This program maintains a number of different Solana accounts that list the products on Pyth and their current price data. Publishers publish their price and confidence by interacting with the oracle program on every slot. The program stores this information in its accounts. The first price update in a slot additionally triggers price aggregation, which combines the price data from the previous slot into a single aggregate price and confidence interval. This aggregate price is written to the Solana account where it is readable by other on-chain programs and available for transmission to other blockchains.","denom_units":[{"denom":"ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5","exponent":0,"aliases":["HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3","factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy"]},{"denom":"wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6","exponent":6,"aliases":["pyth"]}],"type_asset":"ics20","base":"ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5","name":"Pyth Network","display":"wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6","symbol":"PYTH","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg"}]},{"description":"PSTAKE Liquid-Staked OSMO","denom_units":[{"denom":"ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E","exponent":0,"aliases":["stk/uosmo"]},{"denom":"stkosmo","exponent":6,"aliases":["stk/osmo"]}],"type_asset":"ics20","base":"ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E","name":"PSTAKE staked OSMO","display":"stkosmo","symbol":"stkOSMO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"osmosis","base_denom":"uosmo"},"provider":"pSTAKE"},{"type":"ibc","counterparty":{"chain_name":"persistence","base_denom":"stk/uosmo","channel_id":"channel-6"},"chain":{"channel_id":"channel-4","path":"transfer/channel-4/stk/uosmo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"}]},{"description":"Levana Well-funded Perps is a protocol for perpetual swaps, which are leveraged trading contracts.","denom_units":[{"denom":"factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn","exponent":0},{"denom":"lvn","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn","name":"Levana","display":"lvn","symbol":"LVN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg"}],"coingecko_id":"levana-protocol"},{"description":"Puppy","denom_units":[{"denom":"ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963","exponent":0,"aliases":["cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef"]},{"denom":"puppy","exponent":6}],"type_asset":"ics20","base":"ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963","name":"Puppy","display":"puppy","symbol":"PUPPY","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"chihuahua","base_denom":"cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef","port":"wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52","channel_id":"channel-73"},"chain":{"port":"transfer","channel_id":"channel-11348","path":"transfer/channel-11348/cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png"}],"keywords":["osmosis_unstable"]},{"description":"The cutest NEWT token on Neutron chain.","denom_units":[{"denom":"ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD","exponent":0,"aliases":["unewt","factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt"]},{"denom":"newt","exponent":6}],"type_asset":"ics20","base":"ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD","name":"Newt","display":"newt","symbol":"NEWT","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png"}]},{"description":"MilkyWay's liquid staked TIA","denom_units":[{"denom":"factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA","exponent":0},{"denom":"milkTIA","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA","name":"milkTIA","display":"milkTIA","symbol":"milkTIA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"celestia","base_denom":"utia"},"provider":"MilkyWay"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg"}],"coingecko_id":"milkyway-staked-tia"},{"description":"ASH","denom_units":[{"denom":"ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC","exponent":0,"aliases":["factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash"]},{"denom":"ASH","exponent":6}],"type_asset":"ics20","base":"ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC","name":"ASH","display":"ASH","symbol":"ASH","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash","channel_id":"channel-5"},"chain":{"channel_id":"channel-642","path":"transfer/channel-642/factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg"}]},{"description":"RAC","denom_units":[{"denom":"ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493","exponent":0,"aliases":["factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac"]},{"denom":"RAC","exponent":6}],"type_asset":"ics20","base":"ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493","name":"RAC","display":"RAC","symbol":"RAC","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac","channel_id":"channel-5"},"chain":{"channel_id":"channel-642","path":"transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg"}]},{"description":"GUPPY","denom_units":[{"denom":"ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D","exponent":0,"aliases":["factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy"]},{"denom":"GUPPY","exponent":6}],"type_asset":"ics20","base":"ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D","name":"GUPPY","display":"GUPPY","symbol":"GUPPY","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy","channel_id":"channel-5"},"chain":{"channel_id":"channel-642","path":"transfer/channel-642/factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"}]},{"description":"The native EVM, governance and staking token of the Haqq Network","denom_units":[{"denom":"ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA","exponent":0,"aliases":["aISLM"]},{"denom":"ISLM","exponent":18}],"type_asset":"ics20","base":"ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA","name":"Haqq Network","display":"ISLM","symbol":"ISLM","traces":[{"type":"ibc","counterparty":{"chain_name":"haqq","base_denom":"aISLM","channel_id":"channel-2"},"chain":{"channel_id":"channel-1575","path":"transfer/channel-1575/aISLM"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg"}]},{"description":"$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world","denom_units":[{"denom":"ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D","exponent":0,"aliases":["factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism"]},{"denom":"autism","exponent":6}],"type_asset":"ics20","base":"ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D","name":"Autism","display":"autism","symbol":"AUTISM","traces":[{"type":"ibc","counterparty":{"chain_name":"injective","base_denom":"factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism","channel_id":"channel-8"},"chain":{"channel_id":"channel-122","path":"transfer/channel-122/factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png"}],"keywords":["osmosis_unlisted"]},{"description":"The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.","denom_units":[{"denom":"ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99","exponent":0,"aliases":["gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e"]},{"denom":"page","exponent":8}],"type_asset":"ics20","base":"ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99","name":"Page","display":"page","symbol":"PAGE","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg"}]},{"description":"PURSE Token","denom_units":[{"denom":"ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519","exponent":0,"aliases":["bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C"]},{"denom":"PURSE","exponent":18}],"type_asset":"ics20","base":"ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519","name":"PURSE Token (Function X)","display":"PURSE","symbol":"PURSE","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C","contract":"0x84238c00c8313920826D798e3cF6793Ef4F610ad"},"provider":"Function X"},{"type":"ibc","counterparty":{"chain_name":"pundix","base_denom":"bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C","channel_id":"channel-1"},"chain":{"channel_id":"channel-12618","path":"transfer/channel-12618/bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg"}],"keywords":["osmosis_unlisted"]},{"description":"The first meme coin on Injective. It’s a dog, but he has nunchucks","denom_units":[{"denom":"ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3","exponent":0,"aliases":["factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja"]},{"denom":"NINJA","exponent":6}],"type_asset":"ics20","base":"ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3","name":"Dog wif nunchucks","display":"NINJA","symbol":"NINJA","traces":[{"type":"ibc","counterparty":{"chain_name":"injective","base_denom":"factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja","channel_id":"channel-8"},"chain":{"channel_id":"channel-122","path":"transfer/channel-122/factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png","theme":{"primary_color_hex":"#00468E"}}]},{"description":"Kleomedes Token","denom_units":[{"denom":"ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF","exponent":0,"aliases":["cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy"]},{"denom":"kleo","exponent":6}],"type_asset":"ics20","base":"ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF","name":"Kleomedes","display":"kleo","symbol":"KLEO","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png"}]},{"description":"NYX Token (NYX) is the Nym Network's native token.","denom_units":[{"denom":"ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317","exponent":0,"aliases":["unyx"]},{"denom":"nyx","exponent":6}],"type_asset":"ics20","base":"ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317","name":"Nym","display":"nyx","symbol":"NYX","traces":[{"type":"ibc","counterparty":{"chain_name":"nyx","base_denom":"unyx","channel_id":"channel-8"},"chain":{"channel_id":"channel-15464","path":"transfer/channel-15464/unyx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png"}],"keywords":["osmosis_unlisted"]},{"description":"NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.","denom_units":[{"denom":"ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539","exponent":0,"aliases":["unym"]},{"denom":"nym","exponent":6}],"type_asset":"ics20","base":"ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539","name":"NYM","display":"nym","symbol":"NYM","traces":[{"type":"ibc","counterparty":{"chain_name":"nyx","base_denom":"unym","channel_id":"channel-8"},"chain":{"channel_id":"channel-15464","path":"transfer/channel-15464/unym"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym.png"}]},{"description":"has a hat","denom_units":[{"denom":"ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7","exponent":0,"aliases":["factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat"]},{"denom":"achihuahuawifhat","exponent":6}],"type_asset":"ics20","base":"ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7","name":"Chihuahuawifhat","display":"achihuahuawifhat","symbol":"BADDOG","traces":[{"type":"ibc","counterparty":{"chain_name":"chihuahua","base_denom":"factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat","channel_id":"channel-7"},"chain":{"channel_id":"channel-113","path":"transfer/channel-113/factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png","theme":{"primary_color_hex":"#F7E3C0"}}]},{"description":"clownmaxxed store of value","denom_units":[{"denom":"ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C","exponent":0,"aliases":["ucircus","factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus"]},{"denom":"circus","exponent":6}],"type_asset":"ics20","base":"ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C","name":"AtomEconomicZone69JaeKwonInu","display":"circus","symbol":"CIRCUS","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png"}]},{"description":"Governance and utility token for the Junø Apes NFT platform on Juno","denom_units":[{"denom":"ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE","exponent":0,"aliases":["cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps"]},{"denom":"jape","exponent":6}],"type_asset":"ics20","base":"ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE","name":"Junø Apes","display":"jape","symbol":"JAPE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png"}]},{"description":"Woof","denom_units":[{"denom":"ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53","exponent":0,"aliases":["factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof"]},{"denom":"WOOF","exponent":6}],"type_asset":"ics20","base":"ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53","name":"WOOF","display":"WOOF","symbol":"WOOF","traces":[{"type":"ibc","counterparty":{"chain_name":"chihuahua","base_denom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof","channel_id":"channel-7"},"chain":{"channel_id":"channel-113","path":"transfer/channel-113/factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png"}]},{"description":"The native coin of Sneaky Productions.","denom_units":[{"denom":"ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F","exponent":0,"aliases":["factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky"]},{"denom":"sneaky","exponent":6}],"type_asset":"ics20","base":"ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F","name":"Sneaky Productions","display":"sneaky","symbol":"SNEAKY","traces":[{"type":"ibc","counterparty":{"chain_name":"stargaze","base_denom":"factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky","channel_id":"channel-0"},"chain":{"channel_id":"channel-75","path":"transfer/channel-75/factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg"}]},{"description":"Wrapped Bitcoin (WBTC) is an ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.","denom_units":[{"denom":"factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc","exponent":0,"aliases":["wbtc-satoshi"]},{"denom":"wbtc","exponent":8}],"type_asset":"sdk.coin","address":"osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743","base":"factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc","name":"Wrapped Bitcoin","display":"wbtc","symbol":"WBTC","traces":[{"type":"bridge","counterparty":{"chain_name":"bitcoin","base_denom":"sat"},"provider":"BitGo, Kyber, and Ren"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"},"provider":"BitGo, Kyber, and Ren"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"}],"coingecko_id":"wrapped-bitcoin"},{"description":"Baddest coin on Cosmos","denom_units":[{"denom":"ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23","exponent":0,"aliases":["ubad","factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad"]},{"denom":"bad","exponent":6}],"type_asset":"ics20","base":"ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23","name":"Badcoin","display":"bad","symbol":"BAD","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png"}]},{"description":"Signal Art and Gaming on Juno","denom_units":[{"denom":"ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A","exponent":0,"aliases":["cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k"]},{"denom":"sgnl","exponent":6}],"type_asset":"ics20","base":"ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A","name":"Signal","display":"sgnl","symbol":"SGNL","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png"}]},{"description":"The first native memecoin on Osmosis. Crafted by the deftest of hands in the lab of lunacy. It's scientifically anarchic, professionally foolish, and your ticket to the madhouse.","denom_units":[{"denom":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","exponent":0},{"denom":"WOSMO","exponent":6}],"type_asset":"sdk.coin","address":"osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3","base":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","name":"WOSMO","display":"WOSMO","symbol":"WOSMO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"}]},{"description":"Margined Power Token sqTIA","denom_units":[{"denom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia","exponent":0},{"denom":"sqtia","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia","name":"TIA Squared","display":"sqtia","symbol":"sqTIA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg"}]},{"description":"The deflationary utility token of the Apollo DAO project","denom_units":[{"denom":"ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1","exponent":0,"aliases":["uapollo","factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO"]},{"denom":"apollo","exponent":6}],"type_asset":"ics20","base":"ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1","name":"Apollo DAO","display":"apollo","symbol":"APOLLO","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg"}]},{"description":"Stride's liquid staked DYDX","denom_units":[{"denom":"ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C","exponent":0,"aliases":["stadydx"]},{"denom":"stDYDX","exponent":18}],"type_asset":"ics20","base":"ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C","name":"Stride Staked DYDX","display":"stDYDX","symbol":"stDYDX","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"dydx","base_denom":"adydx"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stadydx","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stadydx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg"}]},{"description":"Stride's liquid staked TIA","denom_units":[{"denom":"ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9","exponent":0,"aliases":["stutia"]},{"denom":"stTIA","exponent":6}],"type_asset":"ics20","base":"ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9","name":"Stride Staked TIA","display":"stTIA","symbol":"stTIA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"celestia","base_denom":"utia"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stutia","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stutia"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg"}]},{"description":"Stride's liquid staked SAGA","denom_units":[{"denom":"ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B","exponent":0,"aliases":["stusaga"]},{"denom":"stSAGA","exponent":6}],"type_asset":"ics20","base":"ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B","name":"Stride Staked SAGA","display":"stSAGA","symbol":"stSAGA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"saga","base_denom":"usaga"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stusaga","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stusaga"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg"}]},{"denom_units":[{"denom":"ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36","exponent":0,"aliases":["stinj"]},{"denom":"stINJ","exponent":18}],"type_asset":"ics20","base":"ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36","name":"Stride Staked INJ","display":"stINJ","symbol":"stINJ","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"injective","base_denom":"inj"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stinj","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stinj"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg"}]},{"description":"GLTO-ERC20 on injective","denom_units":[{"denom":"ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7","exponent":0,"aliases":["peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2"]},{"denom":"glto","exponent":6}],"type_asset":"ics20","base":"ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7","name":"Gelotto (Injective)","display":"glto","symbol":"injective.GLTO","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se"},"provider":"Gelotto"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2"},"provider":"Peggy"},{"type":"ibc","counterparty":{"chain_name":"injective","base_denom":"peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2","channel_id":"channel-8"},"chain":{"channel_id":"channel-122","path":"transfer/channel-122/peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"}]},{"description":"The native governance and staking token of the Dymension Hub","denom_units":[{"denom":"ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110","exponent":0,"aliases":["adym"]},{"denom":"dym","exponent":18}],"type_asset":"ics20","base":"ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110","name":"Dymension Hub","display":"dym","symbol":"DYM","traces":[{"type":"ibc","counterparty":{"chain_name":"dymension","base_denom":"adym","channel_id":"channel-2"},"chain":{"channel_id":"channel-19774","path":"transfer/channel-19774/adym"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"}]},{"description":"Rapture insurance is the first ever P2P insurance platform on $OSMO. Get rewarded to take care of peoples loved ones after the Rapture.","denom_units":[{"denom":"factory/osmo1279xudevmf5cw83vkhglct7jededp86k90k2le/RAPTR","exponent":0},{"denom":"RAPTR","exponent":6}],"type_asset":"sdk.coin","address":"osmo1279xudevmf5cw83vkhglct7jededp86k90k2le","base":"factory/osmo1279xudevmf5cw83vkhglct7jededp86k90k2le/RAPTR","name":"RAPTR","display":"RAPTR","symbol":"RAPTR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/RAPTR.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/RAPTR.png"}],"keywords":["osmosis_unlisted"]},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"ibc/C25A2303FE24B922DAFFDCE377AC5A42E5EF746806D32E2ED4B610DE85C203F7","exponent":0,"aliases":["cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26"]},{"denom":"astro.cw20","exponent":6}],"type_asset":"ics20","base":"ibc/C25A2303FE24B922DAFFDCE377AC5A42E5EF746806D32E2ED4B610DE85C203F7","name":"Astroport CW20 Token","display":"astro.cw20","symbol":"ASTRO.cw20","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26","port":"wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce","channel_id":"channel-392"},"chain":{"port":"transfer","channel_id":"channel-21671","path":"transfer/channel-21671/cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"}]},{"description":"A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.","denom_units":[{"denom":"factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID","exponent":0},{"denom":"BADKID","exponent":6}],"type_asset":"sdk.coin","address":"osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8","base":"factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID","name":"BADKID","display":"BADKID","symbol":"BADKID","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"}]},{"description":"Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3","denom_units":[{"denom":"ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3"]},{"denom":"wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45","name":"Solana USD Coin (Wormhole)","display":"wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6","symbol":"solana.USDC.wh","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.svg"}]},{"description":"The native staking and governance token of Humans.ai.","denom_units":[{"denom":"ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533","exponent":0,"aliases":["aheart"]},{"denom":"heart","exponent":18}],"type_asset":"ics20","base":"ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533","name":"Humans.ai","display":"heart","symbol":"HEART","traces":[{"type":"ibc","counterparty":{"chain_name":"humans","base_denom":"aheart","channel_id":"channel-4"},"chain":{"channel_id":"channel-20082","path":"transfer/channel-20082/aheart"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg","theme":{}}]},{"description":"The token of Teledisko DAO.","denom_units":[{"denom":"ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7","exponent":0,"aliases":["erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280"]},{"denom":"berlin","exponent":18}],"type_asset":"ics20","base":"ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7","name":"Teledisko DAO - Legacy","display":"berlin","symbol":"BERLIN-legacy","traces":[{"type":"ibc","counterparty":{"chain_name":"evmos","base_denom":"erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280","channel_id":"channel-0"},"chain":{"channel_id":"channel-204","path":"transfer/channel-204/erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg"}]},{"description":"The native token of Scorum","denom_units":[{"denom":"ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E","exponent":0,"aliases":["nscr"]},{"denom":"scr","exponent":9}],"type_asset":"ics20","base":"ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E","name":"Scorum","display":"scr","symbol":"SCR","traces":[{"type":"ibc","counterparty":{"chain_name":"scorum","base_denom":"nscr","channel_id":"channel-1"},"chain":{"channel_id":"channel-20100","path":"transfer/channel-20100/nscr"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg"}]},{"description":"The native token of Chain4Energy","denom_units":[{"denom":"ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8","exponent":0,"aliases":["uc4e"]},{"denom":"c4e","exponent":6}],"type_asset":"ics20","base":"ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8","name":"C4E","display":"c4e","symbol":"C4E","traces":[{"type":"ibc","counterparty":{"chain_name":"chain4energy","base_denom":"uc4e","channel_id":"channel-1"},"chain":{"channel_id":"channel-22172","path":"transfer/channel-22172/uc4e"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"}]},{"description":"Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.","denom_units":[{"denom":"ibc/7D389F0ABF1E4D45BE6D7BBE36A2C50EA0559C01E076B02F8E381E685EC1F942","exponent":0,"aliases":["cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq"]},{"denom":"bitmos","exponent":6}],"type_asset":"ics20","base":"ibc/7D389F0ABF1E4D45BE6D7BBE36A2C50EA0559C01E076B02F8E381E685EC1F942","name":"Bitmos","display":"bitmos","symbol":"BMOS","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq","port":"wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au","channel_id":"channel-26"},"chain":{"port":"transfer","channel_id":"channel-341","path":"transfer/channel-341/cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png"}]},{"description":"The SRCX token of Source Protocol.","denom_units":[{"denom":"ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B","exponent":0,"aliases":["nsrcx","ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A"]},{"denom":"srcx","exponent":9}],"type_asset":"ics20","base":"ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B","name":"Source Token","display":"srcx","symbol":"SRCX","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0x454b90716a9435e7161a9aea5cf00e0acbe565ae","contract":"0xC891aBa0b42818fb4c975Bf6461033c62BCE75ff"},"chain":{"contract":"0xC891aBa0b42818fb4c975Bf6461033c62BCE75ff"},"provider":"DeltaSwap.io"},{"type":"ibc","counterparty":{"chain_name":"planq","base_denom":"erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09","channel_id":"channel-61"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09"}},{"type":"ibc","counterparty":{"chain_name":"source","base_denom":"ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A","channel_id":"channel-0"},"chain":{"channel_id":"channel-8945","path":"transfer/channel-8945/transfer/channel-1/erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"}]},{"description":"The revenue token for Pylons","denom_units":[{"denom":"ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF","exponent":0,"aliases":["ubedrock"]},{"denom":"rock","exponent":6}],"type_asset":"ics20","base":"ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF","name":"Pylons","display":"rock","symbol":"ROCK","traces":[{"type":"ibc","counterparty":{"chain_name":"pylons","base_denom":"ubedrock","channel_id":"channel-29"},"chain":{"channel_id":"channel-17683","path":"transfer/channel-17683/ubedrock"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"}]},{"description":"BSKT tracks the top assets across the crypto ecosystem","denom_units":[{"denom":"ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA","exponent":0,"aliases":["6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA","wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst","factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst"]},{"denom":"wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5","exponent":5,"aliases":["bskt"]}],"type_asset":"ics20","base":"ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA","name":"Basket","display":"wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5","symbol":"BSKT","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png"}]},{"description":"The native staking and governance token of the AIOZ Network.","denom_units":[{"denom":"ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F","exponent":0,"aliases":["attoaioz"]},{"denom":"nanoaioz","exponent":9},{"denom":"aioz","exponent":18}],"type_asset":"ics20","base":"ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F","name":"AIOZ Network","display":"aioz","symbol":"AIOZ","traces":[{"type":"ibc","counterparty":{"chain_name":"aioz","base_denom":"attoaioz","channel_id":"channel-1"},"chain":{"channel_id":"channel-779","path":"transfer/channel-779/attoaioz"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"}]},{"description":"Stride's liquid staked DYM","denom_units":[{"denom":"ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22","exponent":0,"aliases":["stadym"]},{"denom":"stDYM","exponent":18}],"type_asset":"ics20","base":"ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22","name":"Stride Staked DYM","display":"stDYM","symbol":"stDYM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"dymension","base_denom":"adym"},"provider":"Stride"},{"type":"ibc","counterparty":{"chain_name":"stride","base_denom":"stadym","channel_id":"channel-5"},"chain":{"channel_id":"channel-326","path":"transfer/channel-326/stadym"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg"}]},{"description":"DOKI the last Dragon","denom_units":[{"denom":"ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B","exponent":0,"aliases":["udoki"]},{"denom":"doki","exponent":6}],"type_asset":"ics20","base":"ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B","name":"DOKI","display":"doki","symbol":"DOKI","traces":[{"type":"ibc","counterparty":{"chain_name":"odin","base_denom":"udoki","channel_id":"channel-3"},"chain":{"channel_id":"channel-258","path":"transfer/channel-258/udoki"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png"}]},{"description":"Sail DAO is a liquidity deployment and management DAO built as a collaboration between the Osmosis and Migaloo Blockchains.","denom_units":[{"denom":"factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail","exponent":0},{"denom":"sail","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail","name":"Sail","display":"sail","symbol":"SAIL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png"}],"coingecko_id":"sail-dao"},{"description":"SHARK is the apex price prediction market within Cosmos.","denom_units":[{"denom":"ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834","exponent":0,"aliases":["factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark"]},{"denom":"SHARK","exponent":6}],"type_asset":"ics20","base":"ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834","name":"SHARK","display":"SHARK","symbol":"SHARK","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark","channel_id":"channel-5"},"chain":{"channel_id":"channel-642","path":"transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png"}]},{"description":"XRP bridged from XRPL","denom_units":[{"denom":"ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3","exponent":0,"aliases":["drop","drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz"]},{"denom":"xrp","exponent":6}],"type_asset":"ics20","base":"ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3","name":"Ripple (Coreum)","display":"xrp","symbol":"XRP.core","traces":[{"type":"bridge","counterparty":{"chain_name":"xrpl","base_denom":"drop"},"provider":"Coreum"},{"type":"ibc","counterparty":{"chain_name":"coreum","base_denom":"drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz","channel_id":"channel-2"},"chain":{"channel_id":"channel-2188","path":"transfer/channel-2188/drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.core.png"}]},{"description":"The Original Meme Coin of SEI Network","denom_units":[{"denom":"ibc/86074B8DF625A75C25D52FA6112E3FD5446BA41FE418880C168CA99D10E22F05","exponent":0,"aliases":["cw20:sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed"]},{"denom":"SEIYAN","exponent":6}],"type_asset":"ics20","base":"ibc/86074B8DF625A75C25D52FA6112E3FD5446BA41FE418880C168CA99D10E22F05","name":"SEIYAN","display":"SEIYAN","symbol":"SEIYAN","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"sei","base_denom":"cw20:sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed","port":"transfer","channel_id":"channel-0"},"chain":{"port":"transfer","channel_id":"channel-782","path":"transfer/channel-782/cw20:sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png"}],"keywords":["osmosis_unlisted"]},{"description":"The native token of Nibiru network","denom_units":[{"denom":"ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF","exponent":0,"aliases":["unibi"]},{"denom":"nibi","exponent":6}],"type_asset":"ics20","base":"ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF","name":"Nibiru","display":"nibi","symbol":"NIBI","traces":[{"type":"ibc","counterparty":{"chain_name":"nibiru","base_denom":"unibi","channel_id":"channel-0"},"chain":{"channel_id":"channel-21113","path":"transfer/channel-21113/unibi"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}]},{"description":"BEAST-ERC20 on injective","denom_units":[{"denom":"ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000","exponent":0,"aliases":["peggy0xA4426666addBE8c4985377d36683D17FB40c31Be"]},{"denom":"beast","exponent":6}],"type_asset":"ics20","base":"ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000","name":"Gelotto BEAST (Peggy)","display":"beast","symbol":"BEAST","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xA4426666addBE8c4985377d36683D17FB40c31Be"},"provider":"Peggy"},{"type":"ibc","counterparty":{"chain_name":"injective","base_denom":"peggy0xA4426666addBE8c4985377d36683D17FB40c31Be","channel_id":"channel-8"},"chain":{"channel_id":"channel-122","path":"transfer/channel-122/peggy0xA4426666addBE8c4985377d36683D17FB40c31Be"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png"}]},{"description":"Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi","denom_units":[{"denom":"ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A","exponent":0,"aliases":["acvnt"]},{"denom":"cvnt","exponent":18}],"type_asset":"ics20","base":"ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A","name":"ConsciousDAO","display":"cvnt","symbol":"CVN","traces":[{"type":"ibc","counterparty":{"chain_name":"conscious","base_denom":"acvnt","channel_id":"channel-6"},"chain":{"channel_id":"channel-73971","path":"transfer/channel-73971/acvnt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"}],"keywords":["osmosis_unlisted"]},{"description":"The memecoin built for the Celestia community","denom_units":[{"denom":"factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro","exponent":0},{"denom":"toro","exponent":6}],"type_asset":"sdk.coin","address":"osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z","base":"factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro","name":"TORO","display":"toro","symbol":"TORO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.svg"}]},{"description":"Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.","denom_units":[{"denom":"ibc/06EF575844982382F4D1BC3830D294557A30EDB3CD223153AFC8DFEF06349C56","exponent":0,"aliases":["cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3"]},{"denom":"sayve","exponent":6}],"type_asset":"ics20","base":"ibc/06EF575844982382F4D1BC3830D294557A30EDB3CD223153AFC8DFEF06349C56","name":"sayve","display":"sayve","symbol":"SAYVE","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3","port":"wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au","channel_id":"channel-26"},"chain":{"port":"transfer","channel_id":"channel-341","path":"transfer/channel-341/cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg"}],"keywords":["osmosis_unlisted"]},{"description":"LAB - Everything is an Experiment","denom_units":[{"denom":"factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB","exponent":0},{"denom":"LAB","exponent":6}],"type_asset":"sdk.coin","address":"osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n","base":"factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB","name":"LAB","display":"LAB","symbol":"LAB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png"}],"coingecko_id":"mad-scientists"},{"description":"BackBone Labs Liquid Staked OSMO","denom_units":[{"denom":"factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo","exponent":0},{"denom":"bOSMO","exponent":6}],"type_asset":"sdk.coin","address":"osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv","base":"factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo","name":"BackBone Labs Liquid Staked OSMO","display":"bOSMO","symbol":"bOSMO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png"}]},{"description":"PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.","denom_units":[{"denom":"ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE","exponent":0,"aliases":["eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"]},{"denom":"PUNDIX","exponent":18,"aliases":[]}],"type_asset":"ics20","base":"ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE","name":"Pundi X Token","display":"PUNDIX","symbol":"PUNDIX","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","contract":"0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"},"provider":"Function X"},{"type":"ibc","counterparty":{"chain_name":"fxcore","base_denom":"eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","channel_id":"channel-19"},"chain":{"channel_id":"channel-2716","path":"transfer/channel-2716/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png"}]},{"description":"The native fee, governance and staking token of the Tinkernet Parachain.","denom_units":[{"denom":"ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6","exponent":0,"aliases":["2125","ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8"]},{"denom":"tnkr","exponent":12}],"type_asset":"ics20","base":"ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6","name":"Tinkernet","display":"tnkr","symbol":"TNKR","traces":[{"type":"bridge","counterparty":{"chain_name":"tinkernet","base_denom":"Planck"},"provider":"Tinkernet Parachain"},{"type":"ibc","counterparty":{"chain_name":"picasso","base_denom":"2125","channel_id":"channel-17"},"chain":{"channel_id":"channel-2","path":"transfer/channel-2/2125"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-2/2125"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg"}]},{"description":"W is the native token powering the Wormhole interoperability platform.","denom_units":[{"denom":"ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3","exponent":0,"aliases":["factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos"]},{"denom":"w","exponent":6}],"type_asset":"ics20","base":"ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3","name":"Wormhole Token","display":"w","symbol":"W","traces":[{"type":"bridge","counterparty":{"chain_name":"solana","base_denom":"85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ"},"provider":"Wormhole"},{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png"}]},{"description":"The native token of dHealth","denom_units":[{"denom":"ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33","exponent":0,"aliases":["udhp"]},{"denom":"dhp","exponent":6}],"type_asset":"ics20","base":"ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33","name":"dHealth","display":"dhp","symbol":"DHP","traces":[{"type":"ibc","counterparty":{"chain_name":"dhealth","base_denom":"udhp","channel_id":"channel-4"},"chain":{"channel_id":"channel-75030","path":"transfer/channel-75030/udhp"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"}]},{"description":"The native token of Furya","denom_units":[{"denom":"ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE","exponent":0,"aliases":["ufury"]},{"denom":"fury","exponent":6}],"type_asset":"ics20","base":"ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE","name":"furya","display":"fury","symbol":"FURY","traces":[{"type":"ibc","counterparty":{"chain_name":"furya","base_denom":"ufury","channel_id":"channel-8"},"chain":{"channel_id":"channel-74222","path":"transfer/channel-74222/ufury"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"}],"keywords":["gaming","staking"]},{"description":"The native staking and governance token of Saga.","denom_units":[{"denom":"ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2","exponent":0,"aliases":["usaga"]},{"denom":"saga","exponent":6}],"type_asset":"ics20","base":"ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2","name":"Saga","display":"saga","symbol":"SAGA","traces":[{"type":"ibc","counterparty":{"chain_name":"saga","base_denom":"usaga","channel_id":"channel-1"},"chain":{"channel_id":"channel-38946","path":"transfer/channel-38946/usaga"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg","theme":{"primary_color_hex":"#000000"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg","theme":{"primary_color_hex":"#FFFFFF"}}]},{"description":"$ATOM to $1,000 LFG!!","denom_units":[{"denom":"ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7","exponent":0,"aliases":["uatom1klfg","factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG"]},{"denom":"ATOM1KLFG","exponent":6}],"type_asset":"ics20","base":"ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7","name":"ATOM1KLFG","display":"ATOM1KLFG","symbol":"ATOM1KLFG","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png"}]},{"description":"The native EVM and Wasm, governance and staking token of the Shido Chain","denom_units":[{"denom":"ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7","exponent":0,"aliases":["shido"]},{"denom":"SHIDO","exponent":18}],"type_asset":"ics20","base":"ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7","name":"Shido","display":"SHIDO","symbol":"SHIDO","traces":[{"type":"ibc","counterparty":{"chain_name":"shido","base_denom":"shido","channel_id":"channel-0"},"chain":{"channel_id":"channel-73755","path":"transfer/channel-73755/shido"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"}],"keywords":["osmosis_unlisted"]},{"description":"Decentralized Machine Learning","denom_units":[{"denom":"ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5","exponent":0,"aliases":["ucif"]},{"denom":"cif","exponent":6}],"type_asset":"ics20","base":"ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5","name":"Cifer","display":"cif","symbol":"CIF","traces":[{"type":"ibc","counterparty":{"chain_name":"cifer","base_denom":"ucif","channel_id":"channel-1"},"chain":{"channel_id":"channel-39205","path":"transfer/channel-39205/ucif"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"}],"keywords":["osmosis_unlisted"]},{"description":"Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/","denom_units":[{"denom":"ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2","exponent":0,"aliases":["factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava"]},{"denom":"hava","exponent":6}],"type_asset":"ics20","base":"ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2","name":"Hava Coin","display":"hava","symbol":"HAVA","traces":[{"type":"ibc","counterparty":{"chain_name":"injective","base_denom":"factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava","channel_id":"channel-8"},"chain":{"channel_id":"channel-122","path":"transfer/channel-122/factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png"}]},{"description":"OnE mEmEcOiN tO cOnNeCt oL ImBeCiles - aNd in Da Cosmos BiNd DeM","denom_units":[{"denom":"factory/osmo1kqdw6pvn0xww6tyfv2sqvkkencdz0qw406x54r/IBC","exponent":0},{"denom":"IBC","exponent":6}],"type_asset":"sdk.coin","base":"factory/osmo1kqdw6pvn0xww6tyfv2sqvkkencdz0qw406x54r/IBC","name":"IBC","display":"IBC","symbol":"IBC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibc.png"}],"keywords":["memecoin","osmosis_unlisted"]},{"description":"The token of Crowdpunk DAO","denom_units":[{"denom":"ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E","exponent":0,"aliases":["erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f"]},{"denom":"crowdp","exponent":18}],"type_asset":"ics20","base":"ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E","name":"Crowdpunk DAO","display":"crowdp","symbol":"CROWDP","traces":[{"type":"ibc","counterparty":{"chain_name":"evmos","base_denom":"erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f","channel_id":"channel-0"},"chain":{"channel_id":"channel-204","path":"transfer/channel-204/erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg"}],"keywords":["osmosis_unlisted"]},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B","exponent":0,"aliases":["uastro"]},{"denom":"astro","exponent":6}],"type_asset":"ics20","base":"ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B","name":"Astroport token","display":"astro","symbol":"ASTRO","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}]},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564","exponent":0,"aliases":["uxastro","factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO"]},{"denom":"xASTRO","exponent":6}],"type_asset":"ics20","base":"ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564","name":"Staked Astroport Token","display":"xASTRO","symbol":"xASTRO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro"},"provider":"Astroport"},{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg"}],"keywords":["osmosis_unlisted"]},{"description":"Gravity Bridge Paxos Gold","denom_units":[{"denom":"ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53","exponent":0,"aliases":["gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78"]},{"denom":"gpaxg","exponent":18}],"type_asset":"ics20","base":"ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53","name":"Paxos Gold (Gravity Bridge)","display":"gpaxg","symbol":"PAXG.grv","traces":[{"type":"synthetic","counterparty":{"chain_name":"comex","base_denom":"XAU"},"provider":"Paxos"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0x45804880De22913dAFE09f4980848ECE6EcbAf78"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78","channel_id":"channel-10"},"chain":{"channel_id":"channel-144","path":"transfer/channel-144/gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg"}]},{"description":"Restake DAO Token","denom_units":[{"denom":"ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB","exponent":0,"aliases":["factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"]},{"denom":"rstk","exponent":6}],"type_asset":"ics20","base":"ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB","name":"RESTAKE","display":"rstk","symbol":"RSTK","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk","channel_id":"channel-5"},"chain":{"channel_id":"channel-642","path":"transfer/channel-642/factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"}]},{"description":"Bernese Mountain Dog. Thematic dog token to have fun and be friends with all other dog tokens. Fixed supply 132M","denom_units":[{"denom":"factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE","exponent":0},{"denom":"BERNESE","exponent":6}],"type_asset":"sdk.coin","address":"osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss","base":"factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE","name":"BERNESE","display":"BERNESE","symbol":"BERNESE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bernese.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bernese.png"}]},{"description":"The native token of Ethereum, bridged via IBC.","denom_units":[{"denom":"ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43","exponent":0,"aliases":["wei","ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C"]},{"denom":"eth","exponent":18}],"type_asset":"ics20","base":"ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43","name":"Ethereum","display":"eth","symbol":"ETH.pica","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"wei","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/wei"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/wei"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"}]},{"description":"A stablecoin issued by Maker Protocol.","denom_units":[{"denom":"ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B","exponent":0,"aliases":["dai-wei","ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533"]},{"denom":"dai","exponent":18}],"type_asset":"ics20","base":"ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B","name":"Dai","display":"dai","symbol":"DAI.pica","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"MakerDAO"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x6b175474e89094c44da98b954eedeac495271d0f","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x6b175474e89094c44da98b954eedeac495271d0f"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x6b175474e89094c44da98b954eedeac495271d0f"}}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"}]},{"description":"The governance token of the Frax ecosystem.","denom_units":[{"denom":"ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913","exponent":0,"aliases":["fxs-wei","ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29"]},{"denom":"fxs","exponent":18}],"type_asset":"ics20","base":"ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913","name":"Frax Shares","display":"fxs","symbol":"FXS.pica","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg"}]},{"description":"The first fractional-algorithmic stablecoin by Frax Finance.","denom_units":[{"denom":"ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9","exponent":0,"aliases":["frax-wei","ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB"]},{"denom":"frax","exponent":18}],"type_asset":"ics20","base":"ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9","name":"Frax","display":"frax","symbol":"FRAX.pica","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Frax Protocol"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x853d955acef822db058eb8505911ed77f175b99e","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x853d955acef822db058eb8505911ed77f175b99e"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x853d955acef822db058eb8505911ed77f175b99e"}}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"}]},{"description":"A stablecoin issued by Tether that is pegged 1:1 to the USD.","denom_units":[{"denom":"ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3","exponent":0,"aliases":["uusdt","ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD"]},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3","name":"Tether (Ethereum)","display":"usdt","symbol":"USDT.pica","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xdac17f958d2ee523a2206206994597c13d831ec7"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0xdac17f958d2ee523a2206206994597c13d831ec7"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ","denom_units":[{"denom":"ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98","exponent":0,"aliases":["sfrax-wei","ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9"]},{"denom":"sfrax","exponent":18}],"type_asset":"ics20","base":"ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98","name":"Staked FRAX","display":"sfrax","symbol":"sFRAX.pica","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Frax Protocol"},{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"0x853d955acef822db058eb8505911ed77f175b99e"},"provider":"Frax"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg"}]},{"description":"A liquid ETH staking derivative designed to leverage the Frax ecosystem.","denom_units":[{"denom":"ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC","exponent":0,"aliases":["frxeth-wei","ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90"]},{"denom":"frxeth","exponent":18}],"type_asset":"ics20","base":"ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC","name":"Frax Ether","display":"frxeth","symbol":"frxETH.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Frax"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x5e8422345238f34275888049021821e8e08caa1f","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x5e8422345238f34275888049021821e8e08caa1f"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x5e8422345238f34275888049021821e8e08caa1f"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg"}]},{"description":"A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.","denom_units":[{"denom":"ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5","exponent":0,"aliases":["sfrxeth-wei","ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A"]},{"denom":"sfrxeth","exponent":18}],"type_asset":"ics20","base":"ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5","name":"Frax Staked Ether","display":"sfrxeth","symbol":"sfrxETH.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Frax"},{"type":"wrapped","counterparty":{"chain_name":"ethereum","base_denom":"0x5e8422345238f34275888049021821e8e08caa1f"},"provider":"Frax"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xac3e018457b222d93114458476f3e3416abbe38f","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xac3e018457b222d93114458476f3e3416abbe38f"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0xac3e018457b222d93114458476f3e3416abbe38f"}}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"}]},{"description":"Adam Clay a BitSong Music FanToken","denom_units":[{"denom":"ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B","exponent":0,"aliases":["ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09"]},{"denom":"clay","exponent":6}],"type_asset":"ics20","base":"ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B","name":"Adam Clay FanToken","display":"clay","symbol":"CLAY","traces":[{"type":"ibc","counterparty":{"chain_name":"bitsong","base_denom":"ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09","channel_id":"channel-0"},"chain":{"channel_id":"channel-73","path":"transfer/channel-73/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png"}]},{"description":"404Deep Records a BitSong Music FanToken","denom_units":[{"denom":"ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202","exponent":0,"aliases":["ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A"]},{"denom":"404dr","exponent":6}],"type_asset":"ics20","base":"ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202","name":"404Deep Records Fantoken","display":"404dr","symbol":"404DR","traces":[{"type":"ibc","counterparty":{"chain_name":"bitsong","base_denom":"ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A","channel_id":"channel-0"},"chain":{"channel_id":"channel-73","path":"transfer/channel-73/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png"}]},{"description":"wLibra is a bridged version of Libra Coin from 0L Network via LibraBridge.","denom_units":[{"denom":"factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA","exponent":0},{"denom":"wLIBRA","exponent":6}],"type_asset":"sdk.coin","address":"osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p","base":"factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA","name":"Wrapped Libra Coin (LibraBridge)","display":"wLIBRA","symbol":"wLIBRA","traces":[{"type":"bridge","counterparty":{"chain_name":"0l","base_denom":"microlibra"},"provider":"LibraBridge"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg"}]},{"description":"The native token of Nim Network.","denom_units":[{"denom":"ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426","exponent":0,"aliases":["anim","ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942"]},{"denom":"nim","exponent":18}],"type_asset":"ics20","base":"ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426","name":"Nim Network","display":"nim","symbol":"NIM","traces":[{"type":"ibc","counterparty":{"chain_name":"nim","base_denom":"anim","channel_id":"channel-0"},"chain":{"channel_id":"channel-49","path":"transfer/channel-49/anim"}},{"type":"ibc","counterparty":{"chain_name":"dymension","base_denom":"ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942","channel_id":"channel-2"},"chain":{"channel_id":"channel-19774","path":"transfer/channel-19774/transfer/channel-49/anim"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"}],"keywords":["gaming","AI","osmosis_unstable"]},{"description":"The native token of SEDA Chain.","denom_units":[{"denom":"ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8","exponent":0,"aliases":["aseda"]},{"denom":"seda","exponent":18}],"type_asset":"ics20","base":"ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8","name":"SEDA","display":"seda","symbol":"SEDA","traces":[{"type":"ibc","counterparty":{"chain_name":"seda","base_denom":"aseda","channel_id":"channel-0"},"chain":{"channel_id":"channel-75016","path":"transfer/channel-75016/aseda"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"}]},{"description":"Cosmos Airdrop Chat","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac","exponent":0},{"denom":"CAC","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac","name":"Cosmos Airdrop Chat","display":"CAC","symbol":"CAC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CAC.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CAC.png"}]},{"description":"WEIRD token for WEIRD friends collection","denom_units":[{"denom":"ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748","exponent":0,"aliases":["uWEIRD"]},{"denom":"WEIRD","exponent":6}],"type_asset":"ics20","base":"ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748","name":"WEIRD","display":"WEIRD","symbol":"WEIRD","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD","channel_id":"channel-10"},"chain":{"channel_id":"channel-874","path":"transfer/channel-874/factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png"}]},{"description":"Uhm, Power Bottom","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb","exponent":0},{"denom":"PBB","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb","name":"Power Bottom","display":"PBB","symbol":"PBB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png"}]},{"description":"Beer Is Good for You!","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bwh","exponent":0},{"denom":"bwh","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bwh","name":"BeerWifHat","display":"bwh","symbol":"BWH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png"}]},{"description":"Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.","denom_units":[{"denom":"ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995","exponent":0,"aliases":["cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg"]}],"type_asset":"ics20","base":"ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995","name":"Airdrop For All","display":"cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg","symbol":"AFA","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"juno","base_denom":"cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg","port":"wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn","channel_id":"channel-47"},"chain":{"port":"transfer","channel_id":"channel-169","path":"transfer/channel-169/cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png"}]},{"description":"The Cosmos Network's premier self-hatred memecoin.","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos","exponent":0},{"denom":"SHITMOS","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos","name":"Shitmos","display":"SHITMOS","symbol":"SHITMOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg","theme":{"primary_color_hex":"#639BFF"}}],"keywords":["memecoin"]},{"description":"Quicksilver Liquid Staked JUNO","denom_units":[{"denom":"ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54","exponent":0,"aliases":["uqjuno"]},{"denom":"qjuno","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54","name":"Quicksilver Liquid Staked JUNO","display":"qjuno","symbol":"qJUNO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"juno","base_denom":"ujuno"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqjuno","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqjuno"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg"}]},{"description":"Quicksilver Liquid Staked SAGA","denom_units":[{"denom":"ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13","exponent":0,"aliases":["uqsaga"]},{"denom":"qsaga","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13","name":"Quicksilver Liquid Staked SAGA","display":"qsaga","symbol":"qSAGA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"saga","base_denom":"usaga"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqsaga","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqsaga"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg"}]},{"description":"Quicksilver Liquid Staked DYDX","denom_units":[{"denom":"ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27","exponent":0,"aliases":["aqdydx"]},{"denom":"qdydx","exponent":18,"aliases":[]}],"type_asset":"ics20","base":"ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27","name":"Quicksilver Liquid Staked DYDX","display":"qdydx","symbol":"qDYDX","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"dydx","base_denom":"adydx"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"aqdydx","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/aqdydx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg"}]},{"description":"Quicksilver Liquid Staked BLD","denom_units":[{"denom":"ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7","exponent":0,"aliases":["uqbld"]},{"denom":"qbld","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7","name":"Quicksilver Liquid Staked BLD","display":"qbld","symbol":"qBLD","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"agoric","base_denom":"ubld"},"provider":"Quicksilver"},{"type":"ibc","counterparty":{"chain_name":"quicksilver","base_denom":"uqbld","channel_id":"channel-2"},"chain":{"channel_id":"channel-522","path":"transfer/channel-522/uqbld"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg"}]},{"description":"PEPE is a deflationary memecoin launched on Ethereum. ","denom_units":[{"denom":"ibc/5B5BFCC8A9F0D554A4245117F7798E85BE25B6C73DBFA2D6F369BD9DD6CACC6D","exponent":0,"aliases":["pepe-wei","ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05"]},{"denom":"pepe","exponent":18}],"type_asset":"ics20","base":"ibc/5B5BFCC8A9F0D554A4245117F7798E85BE25B6C73DBFA2D6F369BD9DD6CACC6D","name":"Pepe","display":"pepe","symbol":"PEPE.pica","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x6982508145454Ce325dDbE47a25d4ec3d2311933","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x6982508145454ce325ddbe47a25d4ec3d2311933"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x6982508145454ce325ddbe47a25d4ec3d2311933"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"}],"keywords":["osmosis_unlisted"]},{"description":"CRV is the governance token for Curve Finance.","denom_units":[{"denom":"ibc/080CE38C1E49595F2199E88BE7281F93FAEEF3FE354EECED0640625E8311C9CF","exponent":0,"aliases":["crv-wei","ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED"]},{"denom":"crv","exponent":18}],"type_asset":"ics20","base":"ibc/080CE38C1E49595F2199E88BE7281F93FAEEF3FE354EECED0640625E8311C9CF","name":"Curve DAO","display":"crv","symbol":"CRV.pica","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xd533a949740bb3306d119cc777fa900ba034cd52","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xd533a949740bb3306d119cc777fa900ba034cd52"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png"}],"keywords":["osmosis_unlisted"]},{"description":"A Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer.","denom_units":[{"denom":"ibc/39AAE0F5F918B731BEF1E02E9BAED33C242805F668B0A941AC509FB569FE51CB","exponent":0,"aliases":["ezeth-wei","ibc/0247E0E2C174135AADF4EA172D97FF5C15A64689A403E83603EAE4F0616DD365"]},{"denom":"ezeth","exponent":18}],"type_asset":"ics20","base":"ibc/39AAE0F5F918B731BEF1E02E9BAED33C242805F668B0A941AC509FB569FE51CB","name":"Renzo Restaked ETH","display":"ezeth","symbol":"ezETH.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Renzo"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xbf5495efe5db9ce00f80364c8b423567e58d2110","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xbf5495efe5db9ce00f80364c8b423567e58d2110"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/0247E0E2C174135AADF4EA172D97FF5C15A64689A403E83603EAE4F0616DD365","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0xbf5495efe5db9ce00f80364c8b423567e58d2110"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png"}],"keywords":["osmosis_unlisted"]},{"description":"Ethena USDe is a synthetic dollar protocol built on Ethereum.","denom_units":[{"denom":"ibc/BFFE212A23384C4EB055CF6F95A1F5EC1BE0F9BD286FAA66C3748F0444E67D63","exponent":0,"aliases":["usde-wei","ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983"]},{"denom":"usde","exponent":18}],"type_asset":"ics20","base":"ibc/BFFE212A23384C4EB055CF6F95A1F5EC1BE0F9BD286FAA66C3748F0444E67D63","name":"Ethena USDe","display":"usde","symbol":"USDe.pica","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Ethena"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x4c9edd5852cd905f086c759e8383e09bff1e68b3","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x4c9edd5852cd905f086c759e8383e09bff1e68b3"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x4c9edd5852cd905f086c759e8383e09bff1e68b3"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png"}],"keywords":["osmosis_unlisted"]},{"description":"The native governance token of Ethena.","denom_units":[{"denom":"ibc/257FF64F160106F6EE43CEE7C761DA64C1346221895373CC810FFA1BFAC5A7CD","exponent":0,"aliases":["ena-wei","ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929"]},{"denom":"ena","exponent":18}],"type_asset":"ics20","base":"ibc/257FF64F160106F6EE43CEE7C761DA64C1346221895373CC810FFA1BFAC5A7CD","name":"Ethena","display":"ena","symbol":"ENA.pica","traces":[{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x57e114b691db790c35207b2e685d4a43181e6061","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x57e114b691db790c35207b2e685d4a43181e6061"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x57e114b691db790c35207b2e685d4a43181e6061"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png"}],"keywords":["osmosis_unlisted"]},{"description":"eETH is a natively restaked liquid staking token on Ethereum.","denom_units":[{"denom":"ibc/8D0FFEA4EDB04E3C1738C9599B66AE49683E0540FC4C1214AC84534C200D818B","exponent":0,"aliases":["eeth-wei","ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B"]},{"denom":"eeth","exponent":18}],"type_asset":"ics20","base":"ibc/8D0FFEA4EDB04E3C1738C9599B66AE49683E0540FC4C1214AC84534C200D818B","name":"ether.fi Staked ETH","display":"eeth","symbol":"eETH.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"EtherFi"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x35fa164735182de50811e8e2e824cfb9b6118ac2","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x35fa164735182de50811e8e2e824cfb9b6118ac2"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x35fa164735182de50811e8e2e824cfb9b6118ac2"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png"}],"keywords":["osmosis_unlisted"]},{"description":"pxETH is built on top of the Pirex platform and forms the foundation of the Dinero protocol.","denom_units":[{"denom":"ibc/D09BB89B2187EF13EF006B44510749B0F02FD0B34F8BB55C70D812A1FF6148C7","exponent":0,"aliases":["pxeth-wei","ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821"]},{"denom":"pxeth","exponent":18}],"type_asset":"ics20","base":"ibc/D09BB89B2187EF13EF006B44510749B0F02FD0B34F8BB55C70D812A1FF6148C7","name":"Dinero Staked ETH","display":"pxeth","symbol":"pxETH.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"ethereum","base_denom":"wei"},"provider":"Dinero"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0x04c154b66cb340f3ae24111cc767e0184ed00cc6","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0x04c154b66cb340f3ae24111cc767e0184ed00cc6"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0x04c154b66cb340f3ae24111cc767e0184ed00cc6"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png"}],"keywords":["osmosis_unlisted"]},{"description":"A collateralized-debt-position (CDP) stablecoin by Curve DAO.","denom_units":[{"denom":"ibc/63551E7BB24008F0AFC1CB051A423A5104F781F035F8B1A191264B7086A0A0F6","exponent":0,"aliases":["crvusd-wei","ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A"]},{"denom":"crvusd","exponent":18}],"type_asset":"ics20","base":"ibc/63551E7BB24008F0AFC1CB051A423A5104F781F035F8B1A191264B7086A0A0F6","name":"crvUSD","display":"crvusd","symbol":"crvUSD.pica","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Curve Finance"},{"type":"ibc","counterparty":{"chain_name":"ethereum","base_denom":"0xf939e0a03fb07f59a73314e73794be0e57ac1b4e","channel_id":"channel-2"},"chain":{"channel_id":"channel-52","path":"transfer/channel-52/0xf939e0a03fb07f59a73314e73794be0e57ac1b4e"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-52/0xf939e0a03fb07f59a73314e73794be0e57ac1b4e"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png"}],"keywords":["osmosis_unlisted"]},{"description":"Coin to support the real world in Wilhelmshall im Huy","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha","exponent":0},{"denom":"WIHA","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha","name":"WiliHall","display":"WIHA","symbol":"WIHA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png"}]},{"description":"For th","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/crazyhorse","exponent":0},{"denom":"CRAZYHORSE","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/crazyhorse","name":"HorseShoeBar","display":"CRAZYHORSE","symbol":"CRAZYHORSE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png"}]},{"description":"Cosmus Cartol always get rich","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca","exponent":0},{"denom":"COCA","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca","name":"CosmusCartol","display":"COCA","symbol":"COCA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png"}]},{"description":"Tether, issued natively on Solana.","denom_units":[{"denom":"ibc/0233A3F2541FD43DBCA569B27AF886E97F5C03FC0305E4A8A3FAC6AC26249C7A","exponent":0,"aliases":["ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575"]},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/0233A3F2541FD43DBCA569B27AF886E97F5C03FC0305E4A8A3FAC6AC26249C7A","name":"Tether","display":"usdt","symbol":"solana.USDT.pica","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Tether"},{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-71/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}],"keywords":["osmosis_unlisted"]},{"description":"A representative token for staked SOL, derived through the process of liquid staking SOL using the Edgevana protocol.","denom_units":[{"denom":"ibc/B83F9E20B4A07FA8846880000BD9D8985D89567A090F5E9390C64E81C39B4607","exponent":0,"aliases":["ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C"]},{"denom":"edgesol","exponent":9}],"type_asset":"ics20","base":"ibc/B83F9E20B4A07FA8846880000BD9D8985D89567A090F5E9390C64E81C39B4607","name":"Edgevana Staked SOL","display":"edgesol","symbol":"edgeSOL.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"solana","base_denom":"Lamport"},"provider":"Edgevana"},{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-71/edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png"}],"keywords":["osmosis_unlisted"]},{"description":"A representative token for staked SOL, derived through the process of liquid staking SOL using the MarginFi protocol.","denom_units":[{"denom":"ibc/F618D130A2B8203D169811658BD0361F18DC2453085965FA0E5AEB8018DD54EE","exponent":0,"aliases":["ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D"]},{"denom":"lst","exponent":9}],"type_asset":"ics20","base":"ibc/F618D130A2B8203D169811658BD0361F18DC2453085965FA0E5AEB8018DD54EE","name":"Liquid Staking Token","display":"lst","symbol":"LST.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"solana","base_denom":"Lamport"},"provider":"MarginFi"},{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-71/LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png"}],"keywords":["osmosis_unlisted"]},{"description":"A representative token for staked SOL, derived through the process of liquid staking SOL using Jito.","denom_units":[{"denom":"ibc/9A83BDF4C8C5FFDDE735533BC8CD4363714A6474AED1C2C492FB003BB77C7982","exponent":0,"aliases":["ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2"]},{"denom":"jitosol","exponent":9}],"type_asset":"ics20","base":"ibc/9A83BDF4C8C5FFDDE735533BC8CD4363714A6474AED1C2C492FB003BB77C7982","name":"Jito Staked SOL","display":"jitosol","symbol":"jitoSOL.pica","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"solana","base_denom":"Lamport"},"provider":"Jito"},{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-71/J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png"}],"keywords":["osmosis_unlisted"]},{"description":"SOL is the native cryptocurrency of the Solana blockchain.","denom_units":[{"denom":"ibc/0F9E9277B61A78CB31014D541ACA5BF6AB06DFC4524C4C836490B131DAAECD78","exponent":0,"aliases":["Lamport","ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C"]},{"denom":"wsol","exponent":9}],"type_asset":"ics20","base":"ibc/0F9E9277B61A78CB31014D541ACA5BF6AB06DFC4524C4C836490B131DAAECD78","name":"Wrapped Solana","display":"wsol","symbol":"wSOL.pica","traces":[{"type":"wrapped","counterparty":{"chain_name":"solana","base_denom":"Lamport"},"provider":"Solana"},{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"So11111111111111111111111111111111111111112","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/So11111111111111111111111111111111111111112"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-71/So11111111111111111111111111111111111111112"}}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"}],"keywords":["osmosis_unlisted"]},{"description":"An alloy of USDT asset variants on Osmosis.","denom_units":[{"denom":"factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT","exponent":0},{"denom":"allUSDT","exponent":6}],"type_asset":"sdk.coin","address":"osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek","base":"factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT","name":"Alloyed USDT","display":"allUSDT","symbol":"allUSDT","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Tether"},{"type":"synthetic","counterparty":{"chain_name":"ethereum","base_denom":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"provider":"Osmosis"}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allUSDT.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}],"keywords":["osmosis_unlisted"]},{"description":"Whinecoin is an experimental memecoin by the Sommelier Finance team.","denom_units":[{"denom":"ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1","exponent":0,"aliases":["ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump","ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912"]},{"denom":"whine","exponent":6}],"type_asset":"ics20","base":"ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1","name":"WHINEcoin","display":"whine","symbol":"WHINE","traces":[{"type":"ibc","counterparty":{"chain_name":"solana","base_denom":"ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump","channel_id":"channel-1"},"chain":{"channel_id":"channel-71","path":"transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump"}},{"type":"ibc","counterparty":{"chain_name":"composable","base_denom":"ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912","channel_id":"channel-3"},"chain":{"channel_id":"channel-1279","path":"transfer/channel-1279/transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png","theme":{"primary_color_hex":"#FFFFFF"}}]},{"description":"A group of french boulanger who wanna bring fun and baguette on cosmos","denom_units":[{"denom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag","exponent":0},{"denom":"BAG","exponent":6}],"type_asset":"sdk.coin","address":"osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8","base":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag","name":"Baguette","display":"BAG","symbol":"BAG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png"}]},{"description":"An alloy of BTC asset variants on Osmosis.","denom_units":[{"denom":"factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC","exponent":0},{"denom":"allBTC","exponent":8}],"type_asset":"sdk.coin","address":"osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3","base":"factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC","name":"Alloyed BTC","display":"allBTC","symbol":"allBTC","traces":[{"type":"synthetic","counterparty":{"chain_name":"bitcoin","base_denom":"sat"},"provider":"Osmosis"}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBTC.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png"}]},{"description":"The native token of Furya","denom_units":[{"denom":"ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12","exponent":0,"aliases":["ufury"]},{"denom":"fury","exponent":6}],"type_asset":"ics20","base":"ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12","name":"furya","display":"fury","symbol":"FURY","traces":[{"type":"ibc","counterparty":{"chain_name":"furya","base_denom":"ufury","channel_id":"channel-3"},"chain":{"channel_id":"channel-8690","path":"transfer/channel-8690/ufury"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"}],"keywords":["gaming","staking"]},{"description":"PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.","denom_units":[{"denom":"ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07","exponent":0,"aliases":["ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78"]},{"denom":"PUNDIX","exponent":18}],"type_asset":"ics20","base":"ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07","name":"Pundi X Token","display":"PUNDIX","symbol":"PUNDIX","traces":[{"type":"ibc","counterparty":{"chain_name":"fxcore","base_denom":"eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","channel_id":"channel-0"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"}},{"type":"ibc","counterparty":{"chain_name":"pundix","base_denom":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78","channel_id":"channel-1"},"chain":{"channel_id":"channel-12618","path":"transfer/channel-12618/transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png"}],"keywords":["osmosis_unlisted"]},{"description":"The native token of dHealth","denom_units":[{"denom":"ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9","exponent":0,"aliases":["udhp"]},{"denom":"dhp","exponent":6}],"type_asset":"ics20","base":"ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9","name":"dHealth","display":"dhp","symbol":"DHP","traces":[{"type":"ibc","counterparty":{"chain_name":"dhealth","base_denom":"udhp","channel_id":"channel-1"},"chain":{"channel_id":"channel-38776","path":"transfer/channel-38776/udhp"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"}],"keywords":["osmosis_unlisted"]},{"description":"The native EVM and Wasm, governance and staking token of the Shido Chain","denom_units":[{"denom":"ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32","exponent":0,"aliases":["shido"]},{"denom":"SHIDO","exponent":18}],"type_asset":"ics20","base":"ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32","name":"Shido","display":"SHIDO","symbol":"SHIDO","traces":[{"type":"ibc","counterparty":{"chain_name":"shido","base_denom":"shido","channel_id":"channel-0"},"chain":{"channel_id":"channel-38921","path":"transfer/channel-38921/shido"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"}],"keywords":["osmosis_unlisted"]},{"description":"The Revenue & Governance token of Unstake.fi","denom_units":[{"denom":"ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7","exponent":0,"aliases":["factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk"]},{"denom":"nstk","exponent":6}],"type_asset":"ics20","base":"ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7","name":"Unstake Fi","display":"nstk","symbol":"NSTK","traces":[{"type":"ibc","counterparty":{"chain_name":"kujira","base_denom":"factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk","channel_id":"channel-3"},"chain":{"channel_id":"channel-259","path":"transfer/channel-259/factory:kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh:unstk"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"}]},{"denom_units":[{"denom":"ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43","exponent":0,"aliases":["avalanche-uusdc"]},{"denom":"avalanche-usdc","exponent":6}],"type_asset":"ics20","base":"ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43","name":"Wormhole USDC(Avalanche)","display":"avalanche-usdc","symbol":"avalanche.USDC.wh","traces":[{"type":"ibc","counterparty":{"chain_name":"gateway","base_denom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4","channel_id":"channel-3"},"chain":{"channel_id":"channel-2186","path":"transfer/channel-2186/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg"}]},{"description":"Nomic's native token.","denom_units":[{"denom":"ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C","exponent":0,"aliases":["unom"]},{"denom":"nom","exponent":6}],"type_asset":"ics20","base":"ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C","name":"Nomic","display":"nom","symbol":"nomic.NOM","traces":[{"type":"ibc","counterparty":{"chain_name":"nomic","base_denom":"unom","channel_id":"channel-1"},"chain":{"channel_id":"channel-6897","path":"transfer/channel-6897/unom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"}]},{"description":"The governance and utility token of Yieldmos, the Interchain Automation Protocol","denom_units":[{"denom":"factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos","exponent":0},{"denom":"ymos","exponent":6}],"type_asset":"sdk.coin","address":"osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy","base":"factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos","name":"Yieldmos Coin","display":"ymos","symbol":"YMOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png"}]},{"description":"Memecoin for The International Brane Wave","denom_units":[{"denom":"factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz","exponent":0,"aliases":["brnz"]}],"base":"factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz","name":"Branez","display":"factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz","symbol":"BRNZ","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg"}]},{"description":"ashLAB - Burned LAB","denom_units":[{"denom":"factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash","exponent":0},{"denom":"ashLAB","exponent":6}],"type_asset":"sdk.coin","address":"osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07","base":"factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash","name":"Burned LAB","display":"ashLAB","symbol":"ashLAB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png"}]},{"description":"GRAC is the official token of Racoon.Bet's gaming platform.","denom_units":[{"denom":"ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829","exponent":0,"aliases":["factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac"]},{"denom":"grac","exponent":6}],"type_asset":"ics20","base":"ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829","name":"Gaming RAC Token","display":"grac","symbol":"GRAC","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac","channel_id":"channel-5"},"chain":{"channel_id":"channel-642","path":"transfer/channel-642/factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png"}]},{"description":"N43 a BitSong Music FanToken","denom_units":[{"denom":"ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58","exponent":0,"aliases":["ft387C1C279D962ED80C09C1D592A92C4275FD7C5D"]},{"denom":"n43","exponent":6}],"type_asset":"ics20","base":"ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58","name":"N43 FanToken","display":"n43","symbol":"N43","traces":[{"type":"ibc","counterparty":{"chain_name":"bitsong","base_denom":"ft387C1C279D962ED80C09C1D592A92C4275FD7C5D","channel_id":"channel-0"},"chain":{"channel_id":"channel-73","path":"transfer/channel-73/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png"}]}],"point_10687-1":[{"description":"The native governance and staking token of the Point network","denom_units":[{"denom":"apoint","exponent":0},{"denom":"point","exponent":18}],"base":"apoint","name":"Point","display":"point","symbol":"POINT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg"}],"coingecko_id":"point-network"}],"core-1":[{"description":"The XPRT token is primarily a governance token for the Persistence chain.","denom_units":[{"denom":"uxprt","exponent":0},{"denom":"xprt","exponent":6}],"base":"uxprt","name":"Persistence","display":"xprt","symbol":"XPRT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"}],"coingecko_id":"persistence"},{"description":"PSTAKE Liquid-Staked ATOM","denom_units":[{"denom":"stk/uatom","exponent":0,"aliases":[]},{"denom":"stkatom","exponent":6,"aliases":["stk/atom"]}],"base":"stk/uatom","name":"PSTAKE staked ATOM","display":"stkatom","symbol":"stkATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"pSTAKE"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"}],"coingecko_id":"stkatom"},{"description":"pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.","denom_units":[{"denom":"ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444","exponent":0,"aliases":["gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"]},{"denom":"pstake","exponent":18}],"type_asset":"ics20","base":"ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444","name":"pSTAKE Finance","display":"pstake","symbol":"PSTAKE","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"persistence","base_denom":"uxprt"},"provider":"Persistence"},{"type":"bridge","counterparty":{"chain_name":"ethereum","base_denom":"0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"},"provider":"Gravity Bridge"},{"type":"ibc","counterparty":{"chain_name":"gravitybridge","base_denom":"gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","channel_id":"channel-24"},"chain":{"channel_id":"channel-38","path":"transfer/channel-38/gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"}],"keywords":["canon"]},{"denom_units":[{"denom":"ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA","name":"Cosmos Hub Atom","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-190"},"chain":{"channel_id":"channel-24","path":"transfer/channel-24/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"Tether USDT on Persistence","denom_units":[{"denom":"ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4","name":"Tether USDT","display":"usdt","symbol":"USDT","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-134"},"chain":{"channel_id":"channel-129","path":"transfer/channel-129/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"denom_units":[{"denom":"ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0","name":"Noble USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-36"},"chain":{"channel_id":"channel-132","path":"transfer/channel-132/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}]},{"description":"dydx staking token","denom_units":[{"denom":"ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E","exponent":0,"aliases":["adydx"]},{"denom":"dydx","exponent":18}],"type_asset":"ics20","base":"ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E","name":"dYdX","display":"dydx","symbol":"DYDX","traces":[{"type":"ibc","counterparty":{"chain_name":"dydx","base_denom":"adydx","channel_id":"channel-4"},"chain":{"channel_id":"channel-131","path":"transfer/channel-131/adydx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}]},{"description":"PSTAKE Liquid-Staked OSMO","denom_units":[{"denom":"stk/uosmo","exponent":0,"aliases":[]},{"denom":"stkosmo","exponent":6,"aliases":["stk/osmo"]}],"base":"stk/uosmo","name":"PSTAKE staked OSMO","display":"stkosmo","symbol":"stkOSMO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"osmosis","base_denom":"uosmo"},"provider":"pSTAKE"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"}],"coingecko_id":"pstake-staked-osmo"},{"description":"PSTAKE Liquid-Staked DYDX","denom_units":[{"denom":"stk/adydx","exponent":0,"aliases":[]},{"denom":"stkdydx","exponent":18,"aliases":["stk/dydx"]}],"base":"stk/adydx","name":"PSTAKE staked DYDX","display":"stkdydx","symbol":"stkDYDX","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"dydx","base_denom":"adydx"},"provider":"pSTAKE"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg"}]},{"description":"PSTAKE Liquid-Staked STARS","denom_units":[{"denom":"stk/ustars","exponent":0,"aliases":[]},{"denom":"stkstars","exponent":6,"aliases":["stk/stars"]}],"base":"stk/ustars","name":"PSTAKE staked STARS","display":"stkstars","symbol":"stkSTARS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"stargaze","base_denom":"ustars"},"provider":"pSTAKE"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg"}]},{"denom_units":[{"denom":"ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B","exponent":0,"aliases":["ustars"]},{"denom":"stars","exponent":6}],"type_asset":"ics20","base":"ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B","name":"Stargaze","display":"stars","symbol":"STARS","traces":[{"type":"ibc","counterparty":{"chain_name":"stargaze","base_denom":"ustars","channel_id":"channel-287"},"chain":{"channel_id":"channel-197","path":"transfer/channel-197/ustars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"}]},{"description":"The native token cw20 for Shade on Secret Network","denom_units":[{"denom":"ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B","exponent":0,"aliases":["cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm"]},{"denom":"shd","exponent":8}],"type_asset":"ics20","base":"ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B","name":"Shade","display":"shd","symbol":"SHD","traces":[{"type":"ibc-cw20","counterparty":{"chain_name":"secretnetwork","base_denom":"cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm","port":"wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4","channel_id":"channel-132"},"chain":{"port":"transfer","channel_id":"channel-159","path":"transfer/channel-159/cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"}]},{"description":"PSTAKE Liquid-Staked HUAHUA","denom_units":[{"denom":"stk/uhuahua","exponent":0,"aliases":[]},{"denom":"stkhuahua","exponent":6,"aliases":["stk/huahua"]}],"base":"stk/uhuahua","name":"PSTAKE staked HUAHUA","display":"stkhuahua","symbol":"stkHUAHUA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"chihuahua","base_denom":"uhuahua"},"provider":"pSTAKE"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg"}]},{"denom_units":[{"denom":"ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4","exponent":0,"aliases":["uhuahua"]},{"denom":"huahua","exponent":6}],"type_asset":"ics20","base":"ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4","name":"Chihuahua","display":"huahua","symbol":"HUAHUA","traces":[{"type":"ibc","counterparty":{"chain_name":"chihuahua","base_denom":"uhuahua","channel_id":"channel-94"},"chain":{"channel_id":"channel-203","path":"transfer/channel-203/uhuahua"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"}]},{"description":"PSTAKE Liquid-Staked XPRT","denom_units":[{"denom":"stk/uxprt","exponent":0,"aliases":[]},{"denom":"stkxprt","exponent":6,"aliases":["stk/xprt"]}],"base":"stk/uxprt","name":"PSTAKE staked XPRT","display":"stkxprt","symbol":"stkXPRT","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"persistence","base_denom":"uxprt"},"provider":"pSTAKE"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg"}]},{"description":"Wrapped Bitcoin on Persistence","denom_units":[{"denom":"ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228","exponent":0,"aliases":["factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc"]},{"denom":"wbtc","exponent":8}],"type_asset":"ics20","base":"ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228","name":"Wrapped Bitcoin","display":"wbtc","symbol":"WBTC","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc","channel_id":"channel-4"},"chain":{"channel_id":"channel-6","path":"transfer/channel-6/factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"}]}],"planq_7070-2":[{"description":"The native EVM, governance and staking token of the Planq Network","denom_units":[{"denom":"aplanq","exponent":0},{"denom":"planq","exponent":18}],"base":"aplanq","name":"Planq","display":"planq","symbol":"PLQ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"}],"coingecko_id":"planq"},{"description":"The token of Source Protocol bridged from BSC.","denom_units":[{"denom":"erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09","exponent":0},{"denom":"srcx","exponent":9}],"base":"erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09","name":"Source Token","display":"srcx","symbol":"SRCX","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0x454b90716a9435e7161a9aea5cf00e0acbe565ae","contract":"0xC891aBa0b42818fb4c975Bf6461033c62BCE75ff"},"chain":{"contract":"0xC891aBa0b42818fb4c975Bf6461033c62BCE75ff"},"provider":"DeltaSwap.io"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"}]}],"pryzm-1":[{"description":"The native token of PRYZM","denom_units":[{"denom":"upryzm","exponent":0},{"denom":"pryzm","exponent":6}],"base":"upryzm","name":"Pryzm","display":"pryzm","symbol":"PRYZM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg"}]},{"description":"The meme token of PRYZM","denom_units":[{"denom":"factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu","exponent":0},{"denom":"auuu","exponent":6}],"base":"factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu","name":"AUUU","display":"auuu","symbol":"AUUU","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg"}]}],"PUNDIX":[{"description":"PUNDIX token is the native token that functions within the Pundi X ecosystem.","denom_units":[{"denom":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78","exponent":0},{"denom":"PUNDIX","exponent":18}],"type_asset":"ics20","base":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78","name":"Pundi X Token","display":"PUNDIX","symbol":"PUNDIX","traces":[{"type":"ibc","counterparty":{"chain_name":"fxcore","base_denom":"eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","channel_id":"channel-0"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg"}]},{"description":"Purse is the decentralised loyalty program for physical stores and merchants. PURSE token shall serve as governance token of the PURSE Merchant loyalty point platform, the gas fee as well as the transaction fee on PURSE Merchant platform. To launch any merchant loyalty tokens and do transaction on the merchant platform, users and merchants need Purse tokens.","denom_units":[{"denom":"bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C","exponent":0},{"denom":"PURSE","exponent":18}],"type_asset":"sdk.coin","base":"bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C","name":"PURSE Token","display":"PURSE","symbol":"PURSE","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchain","base_denom":"0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C","contract":"0x84238c00c8313920826D798e3cF6793Ef4F610ad"},"provider":"Function X"}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg"}]}],"pio-mainnet-1":[{"description":"Hash is the staking token of the Provenance Blockchain","denom_units":[{"denom":"nhash","exponent":0},{"denom":"hash","exponent":9}],"base":"nhash","name":"Hash","display":"hash","symbol":"HASH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"}],"coingecko_id":"provenance-blockchain"}],"pylons-mainnet-1":[{"description":"The revenue token for Pylons","denom_units":[{"denom":"ubedrock","exponent":0},{"denom":"rock","exponent":6}],"base":"ubedrock","name":"Pylons","display":"rock","symbol":"ROCK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"}]}],"quasar-1":[{"description":"The native token of Quasar","denom_units":[{"denom":"uqsr","exponent":0,"aliases":[]},{"denom":"qsr","exponent":6,"aliases":[]}],"type_asset":"sdk.coin","base":"uqsr","name":"Quasar","display":"qsr","symbol":"QSR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"}],"coingecko_id":"quasar-2"},{"description":"OSMO from Osmosis","denom_units":[{"denom":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","exponent":0,"aliases":["uosmo"]},{"denom":"osmo","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","name":"Osmosis","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"uosmo","channel_id":"channel-668"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}]},{"description":"ATOM from Osmosis","denom_units":[{"denom":"ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5","name":"Atom","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","channel_id":"channel-668"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/transfer/channel-0/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"USDC.axl from Osmosis","denom_units":[{"denom":"ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A","name":"USD Coin","display":"usdc","symbol":"USDC.axl","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858","channel_id":"channel-668"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/transfer/channel-208/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"}]}],"qwoyn-1":[{"description":"The native governance token for Qwoyn Network","denom_units":[{"denom":"uqwoyn","exponent":0},{"denom":"qwoyn","exponent":6}],"base":"uqwoyn","name":"Qwoyn Network","display":"qwoyn","symbol":"QWOYN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"}],"coingecko_id":"qwoyn","keywords":["gaming"]}],"realionetwork_3301-1":[{"description":"The native currency of the Realio Network.","denom_units":[{"denom":"ario","exponent":0},{"denom":"rio","exponent":18}],"base":"ario","name":"Realio Network","display":"rio","symbol":"RIO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg","theme":{"primary_color_hex":"#000000"}}],"coingecko_id":"realio-network"},{"description":"A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.","denom_units":[{"denom":"arst","exponent":0},{"denom":"rst","exponent":18}],"base":"arst","name":"Realio Security Token","display":"rst","symbol":"RST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png"}]}],"quicksilver-2":[{"description":"QCK - native token of Quicksilver","denom_units":[{"denom":"uqck","exponent":0,"aliases":[]},{"denom":"qck","exponent":6,"aliases":[]}],"base":"uqck","name":"Quicksilver","display":"qck","symbol":"QCK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"}],"coingecko_id":"quicksilver"},{"description":"Quicksilver Liquid Staked STARS","denom_units":[{"denom":"uqstars","exponent":0,"aliases":[]},{"denom":"qstars","exponent":6,"aliases":[]}],"base":"uqstars","name":"Quicksilver Liquid Staked STARS","display":"qstars","symbol":"qSTARS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"stargaze","base_denom":"ustars"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg"}]},{"description":"Quicksilver Liquid Staked ATOM","denom_units":[{"denom":"uqatom","exponent":0,"aliases":[]},{"denom":"qatom","exponent":6,"aliases":[]}],"base":"uqatom","name":"Quicksilver Liquid Staked ATOM","display":"qatom","symbol":"qATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg"}]},{"description":"Quicksilver Liquid Staked REGEN","denom_units":[{"denom":"uqregen","exponent":0,"aliases":[]},{"denom":"qregen","exponent":6,"aliases":[]}],"base":"uqregen","name":"Quicksilver Liquid Staked Regen","display":"qregen","symbol":"qREGEN","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"regen","base_denom":"uregen"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg"}]},{"description":"Quicksilver Liquid Staked OSMO","denom_units":[{"denom":"uqosmo","exponent":0,"aliases":[]},{"denom":"qosmo","exponent":6,"aliases":[]}],"base":"uqosmo","name":"Quicksilver Liquid Staked OSMO","display":"qosmo","symbol":"qOSMO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"osmosis","base_denom":"uosmo"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg"}]},{"description":"Quicksilver Liquid Staked SOMM","denom_units":[{"denom":"uqsomm","exponent":0,"aliases":[]},{"denom":"qsomm","exponent":6,"aliases":[]}],"base":"uqsomm","name":"Quicksilver Liquid Staked SOMM","display":"qsomm","symbol":"qSOMM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"sommelier","base_denom":"usomm"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg"}]},{"description":"Quicksilver Liquid Staked JUNO","denom_units":[{"denom":"uqjuno","exponent":0,"aliases":[]},{"denom":"qjuno","exponent":6,"aliases":[]}],"base":"uqjuno","name":"Quicksilver Liquid Staked JUNO","display":"qjuno","symbol":"qJUNO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"juno","base_denom":"ujuno"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg"}]},{"description":"Quicksilver Liquid Staked DYDX","denom_units":[{"denom":"aqdydx","exponent":0,"aliases":[]},{"denom":"qdydx","exponent":18,"aliases":[]}],"base":"aqdydx","name":"Quicksilver Liquid Staked DYDX","display":"qdydx","symbol":"qDYDX","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"dydx","base_denom":"adydx"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg"}]},{"description":"Quicksilver Liquid Staked SAGA","denom_units":[{"denom":"uqsaga","exponent":0,"aliases":[]},{"denom":"qsaga","exponent":6,"aliases":[]}],"base":"uqsaga","name":"Quicksilver Liquid Staked SAGA","display":"qsaga","symbol":"qSAGA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"saga","base_denom":"usaga"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg"}]},{"description":"Quicksilver Liquid Staked BLD","denom_units":[{"denom":"uqbld","exponent":0,"aliases":[]},{"denom":"qbld","exponent":6,"aliases":[]}],"base":"uqbld","name":"Quicksilver Liquid Staked BLD","display":"qbld","symbol":"qBLD","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"agoric","base_denom":"ubld"},"provider":"Quicksilver"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg"}]},{"description":"Noble USDC via dYdX Protocol","denom_units":[{"denom":"ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2","name":"Noble USDC","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"dydx","base_denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","channel_id":"channel-32"},"chain":{"channel_id":"channel-164","path":"transfer/channel-164/transfer/channel-0/uusdc"}}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}]}],"reb_1111-1":[{"description":"REBUS, the native coin of the Rebus chain.","denom_units":[{"denom":"arebus","exponent":0},{"denom":"rebus","exponent":18}],"base":"arebus","name":"Rebus","display":"rebus","symbol":"REBUS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"}],"coingecko_id":"rebus"}],"titan-1":[{"description":"Native token of Rizon Chain","denom_units":[{"denom":"uatolo","exponent":0},{"denom":"atolo","exponent":6}],"base":"uatolo","name":"Rizon Chain","display":"atolo","symbol":"ATOLO","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"}],"coingecko_id":"rizon"}],"regen-1":[{"description":"REGEN coin is the token for the Regen Network Platform","denom_units":[{"denom":"uregen","exponent":0},{"denom":"regen","exponent":6}],"base":"uregen","name":"Regen Network","display":"regen","symbol":"REGEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"}],"coingecko_id":"regen"},{"description":"Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.","denom_units":[{"denom":"eco.uC.NCT","exponent":0},{"denom":"nct","exponent":6}],"base":"eco.uC.NCT","name":"Nature Carbon Ton","display":"nct","symbol":"NCT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg"}],"coingecko_id":"toucan-protocol-nature-carbon-tonne"}],"scorum-1":[{"description":"The native token of Scorum","denom_units":[{"denom":"nscr","exponent":0},{"denom":"scr","exponent":9}],"base":"nscr","name":"Scorum","display":"scr","symbol":"SCR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg"}]},{"description":"Scorum Power used for internal mechanics and staking","denom_units":[{"denom":"nsp","exponent":0},{"denom":"sp","exponent":9}],"base":"nsp","name":"Scorum Power","display":"sp","symbol":"SP","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg"}]},{"description":"Virtual(non-transferable) coin used to pay gas","denom_units":[{"denom":"gas","exponent":0}],"base":"gas","name":"GAS","display":"gas","symbol":"GAS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg"}]}],"ssc-1":[{"description":"The native staking and governance token of Saga.","denom_units":[{"denom":"usaga","exponent":0},{"denom":"saga","exponent":6}],"base":"usaga","name":"Saga","display":"saga","symbol":"SAGA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg","theme":{"primary_color_hex":"#000000"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg","theme":{"primary_color_hex":"#FFFFFF"}}],"coingecko_id":"saga-2"}],"secret-4":[{"description":"The native token of Secret Network","denom_units":[{"denom":"uscrt","exponent":0},{"denom":"scrt","exponent":6}],"base":"uscrt","name":"Secret Network","display":"scrt","symbol":"SCRT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}],"coingecko_id":"secret"},{"description":"The native token cw20 for SIENNA on Secret Network","denom_units":[{"denom":"cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4","exponent":0},{"denom":"sienna","exponent":18}],"type_asset":"snip20","address":"secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4","base":"cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4","name":"SIENNA","display":"sienna","symbol":"SIENNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg"}],"coingecko_id":"sienna"},{"description":"The native token cw20 for Shade on Secret Network","denom_units":[{"denom":"cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d","exponent":0},{"denom":"shd","exponent":8}],"type_asset":"snip20","address":"secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d","base":"cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d","name":"Shade (old)","display":"shd","symbol":"SHD(old)","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg"}]},{"description":"The native token cw20 for Shade on Secret Network","denom_units":[{"denom":"cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm","exponent":0},{"denom":"shd","exponent":8}],"type_asset":"snip25","address":"secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm","base":"cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm","name":"Shade","display":"shd","symbol":"SHD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"}],"coingecko_id":"shade-protocol"},{"description":"The native token cw20 for Silk on Secret Network","denom_units":[{"denom":"cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd","exponent":0},{"denom":"silk","exponent":6}],"type_asset":"snip25","address":"secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd","base":"cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd","name":"Silk","display":"silk","symbol":"SILK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg"}],"coingecko_id":"silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2"},{"description":"The native token cw20 for SCRT Staking Derivatives on Secret Network","denom_units":[{"denom":"cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4","exponent":0},{"denom":"stkd-scrt","exponent":6}],"type_asset":"snip20","address":"secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4","base":"cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4","name":"SCRT Staking Derivatives","display":"stkd-scrt","symbol":"stkd-SCRT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg"}],"coingecko_id":"stkd-scrt"},{"description":"The native token cw20 for Button on Secret Network","denom_units":[{"denom":"cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt","exponent":0},{"denom":"butt","exponent":6}],"type_asset":"snip20","address":"secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt","base":"cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt","name":"Button","display":"butt","symbol":"BUTT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg"}]},{"description":"The native token cw20 for Alter on Secret Network","denom_units":[{"denom":"cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej","exponent":0},{"denom":"alter","exponent":6}],"base":"cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej","name":"Alter","display":"alter","symbol":"ALTER","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg"}],"coingecko_id":"alter"},{"description":"The native token cw20 for Amber on Secret Network","denom_units":[{"denom":"cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852","exponent":0},{"denom":"amber","exponent":6}],"type_asset":"snip20","address":"secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852","base":"cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852","name":"Amber","display":"amber","symbol":"AMBER","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg"}]},{"description":"The native token cw20 for Shill on Secret Network","denom_units":[{"denom":"cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse","exponent":0},{"denom":"shill","exponent":6}],"type_asset":"snip25","address":"secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse","base":"cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse","name":"Shill","display":"shill","symbol":"SHILL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg"}]}],"seda-1":[{"description":"The native token of SEDA Chain.","denom_units":[{"denom":"aseda","exponent":0},{"denom":"seda","exponent":18}],"base":"aseda","name":"Seda","display":"seda","symbol":"SEDA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"}],"coingecko_id":"seda-2"}],"pacific-1":[{"description":"The native staking token of Sei.","denom_units":[{"denom":"usei","exponent":0},{"denom":"sei","exponent":6}],"base":"usei","name":"Sei","display":"sei","symbol":"SEI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"}],"coingecko_id":"sei-network"},{"description":"OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.","denom_units":[{"denom":"factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN","exponent":0},{"denom":"oin","exponent":6}],"address":"sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w","base":"factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN","name":"OIN STORE OF VALUE","display":"oin","symbol":"OIN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png"}]},{"description":"ERIS liquid staked SEI","denom_units":[{"denom":"factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI","exponent":0},{"denom":"ampSEI","exponent":6}],"base":"factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI","name":"ERIS Amplified SEI","display":"ampSEI","symbol":"ampSEI","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg"}]},{"description":"Popeye the Seilor","denom_units":[{"denom":"factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye","exponent":0},{"denom":"popeye","exponent":6}],"base":"factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye","name":"Popeye","display":"popeye","symbol":"POPEYE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png"}]},{"description":"A wise dog and a marshal arts master","denom_units":[{"denom":"factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei","exponent":0},{"denom":"sensei","exponent":6}],"base":"factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei","name":"Sensei Dog","display":"sensei","symbol":"SENSEI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png"}]},{"description":"The first memecoin on osmosis.","denom_units":[{"denom":"ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B","exponent":0},{"denom":"WOSMO","exponent":6}],"type_asset":"ics20","base":"ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B","name":"Wosmo","display":"WOSMO","symbol":"WOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","channel_id":"channel-0"},"chain":{"channel_id":"channel-782","path":"transfer/channel-782/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"}]},{"description":"OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series","denom_units":[{"denom":"sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda","exponent":0},{"denom":"oozaru","exponent":6}],"base":"sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda","name":"Oozaru","display":"oozaru","symbol":"OOZARU","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png"}]},{"description":"The Original Meme Coin of SEI Network","denom_units":[{"denom":"cw20:sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed","exponent":0},{"denom":"SEIYAN","exponent":6}],"type_asset":"cw20","address":"sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed","base":"cw20:sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed","name":"SEIYAN","display":"SEIYAN","symbol":"SEIYAN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png"}]},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2","exponent":0,"aliases":["uastro"]},{"denom":"astro","exponent":6}],"type_asset":"ics20","base":"ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2","name":"Astroport token","display":"astro","symbol":"ASTRO","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","channel_id":"channel-2016"},"chain":{"channel_id":"channel-66","path":"transfer/channel-177/factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}]}],"self-1":[{"description":"The native staking token of Self Chain.","denom_units":[{"denom":"uslf","exponent":0},{"denom":"slf","exponent":6}],"base":"uslf","name":"Self","display":"slf","symbol":"SLF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png"}],"coingecko_id":"self-chain"}],"sentinelhub-2":[{"description":"DVPN is the native token of the Sentinel Hub.","denom_units":[{"denom":"udvpn","exponent":0},{"denom":"dvpn","exponent":6}],"base":"udvpn","name":"Sentinel","display":"dvpn","symbol":"DVPN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"}],"coingecko_id":"sentinel"}],"sgenet-1":[{"description":"The native token of SGE Network","denom_units":[{"denom":"usge","exponent":0},{"denom":"sge","exponent":6}],"base":"usge","name":"SGE","display":"sge","symbol":"SGE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg","theme":{"primary_color_hex":"#C0A15B"}}],"coingecko_id":"six-sigma"}],"ShareRing-VoyagerNet":[{"description":"The native token of Shareledger","denom_units":[{"denom":"nshr","exponent":0},{"denom":"shr","exponent":9}],"base":"nshr","name":"Shareledger","display":"shr","symbol":"SHR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg"}],"coingecko_id":"shareledger","keywords":["id"]}],"shentu-2.2":[{"description":"The native token of Shentu","denom_units":[{"denom":"uctk","exponent":0},{"denom":"ctk","exponent":6}],"base":"uctk","name":"Shentu","display":"ctk","symbol":"CTK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"}],"coingecko_id":"certik"}],"shido_9008-1":[{"description":"The native EVM and Wasm, governance and staking token of the Shido Chain","denom_units":[{"denom":"shido","exponent":0},{"denom":"SHIDO","exponent":18}],"base":"shido","name":"Shido","display":"SHIDO","symbol":"SHIDO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"}],"coingecko_id":"shido-2"}],"sifchain-1":[{"description":"Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.","denom_units":[{"denom":"rowan","exponent":0},{"denom":"ROWAN","exponent":18}],"base":"rowan","name":"Sifchain Rowan","display":"ROWAN","symbol":"ROWAN","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg"}],"coingecko_id":"sifchain"}],"sixnet":[{"description":"The native staking token of the SIX Protocol.","denom_units":[{"denom":"usix","exponent":0},{"denom":"six","exponent":6}],"base":"usix","name":"Six token","display":"six","symbol":"SIX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/six/images/six.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/six/images/six.png"}]}],"sommelier-3":[{"description":"Somm Token (SOMM) is the native staking token of the Sommelier Chain","denom_units":[{"denom":"usomm","exponent":0,"aliases":["microsomm"]},{"denom":"msomm","exponent":3,"aliases":["millisomm"]},{"denom":"somm","exponent":6}],"base":"usomm","name":"Sommelier","display":"somm","symbol":"SOMM","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"}],"coingecko_id":"sommelier"}],"source-1":[{"description":"The native token of SOURCE Chain","denom_units":[{"denom":"usource","exponent":0},{"denom":"source","exponent":6}],"base":"usource","name":"Source","display":"source","symbol":"SOURCE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"}],"coingecko_id":"source"},{"description":"Source Protocol's SRCX Token Bridged from BNB Through Planq","denom_units":[{"denom":"ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A","exponent":0,"aliases":["nsrcx"]},{"denom":"srcx","exponent":9}],"type_asset":"ics20","base":"ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A","name":"SRCX","display":"srcx","symbol":"SRCX","traces":[{"type":"ibc","counterparty":{"chain_name":"planq","base_denom":"erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09","channel_id":"channel-61"},"chain":{"channel_id":"channel-1","path":"transfer/channel-1/erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"}]}],"stafihub-1":[{"description":"The native staking and governance token of the StaFi Hub.","denom_units":[{"denom":"ufis","exponent":0},{"denom":"fis","exponent":6}],"base":"ufis","name":"FIS","display":"fis","symbol":"FIS","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg"}],"coingecko_id":"stafi"},{"description":"A liquid staking representation of staked ATOMs","denom_units":[{"denom":"uratom","exponent":0},{"denom":"ratom","exponent":6}],"base":"uratom","name":"rATOM","display":"ratom","symbol":"rATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"StaFiHub"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg"}]},{"description":"A liquid staking representation of staked IRISs","denom_units":[{"denom":"uriris","exponent":0},{"denom":"riris","exponent":6}],"base":"uriris","name":"rIRIS","display":"riris","symbol":"rIRIS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"irisnet","base_denom":"uiris"},"provider":"StaFiHub"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg"}]},{"description":"A liquid staking representation of staked HUAHUAs","denom_units":[{"denom":"urhuahua","exponent":0},{"denom":"rhuahua","exponent":6}],"base":"urhuahua","name":"rHUAHUA","display":"rhuahua","symbol":"rHUAHUA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"chihuahua","base_denom":"uhuahua"},"provider":"StaFiHub"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg"}]},{"description":"A liquid staking representation of staked SWTHs","denom_units":[{"denom":"urswth","exponent":0},{"denom":"rswth","exponent":8}],"base":"urswth","name":"rSWTH","display":"rswth","symbol":"rSWTH","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"carbon","base_denom":"swth"},"provider":"StaFiHub"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg"}]}],"stargaze-1":[{"description":"The native token of Stargaze","denom_units":[{"denom":"ustars","exponent":0},{"denom":"stars","exponent":6}],"base":"ustars","name":"Stargaze","display":"stars","symbol":"STARS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"}],"coingecko_id":"stargaze"},{"description":"The native token of ohhNFT.","denom_units":[{"denom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust","exponent":0},{"denom":"strdst","exponent":6}],"base":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust","name":"Stardust STRDST","display":"strdst","symbol":"STRDST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg"}]},{"description":"The native meme token of stargaze.","denom_units":[{"denom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE","exponent":0},{"denom":"GAZE","exponent":6}],"base":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE","name":"Gaze GAZE","display":"GAZE","symbol":"GAZE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg"}]},{"description":"ohhNFT LP token.","denom_units":[{"denom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH","exponent":0},{"denom":"BRNCH","exponent":6}],"base":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH","name":"Branch","display":"BRNCH","symbol":"BRNCH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg"}]},{"description":"Social token for the ohhVAULT.","denom_units":[{"denom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH","exponent":0},{"denom":"OHH","exponent":6}],"base":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH","name":"ohhVAULT ohh","display":"OHH","symbol":"OHH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg"}]},{"description":"The native coin of Sneaky Productions.","denom_units":[{"denom":"factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky","exponent":0},{"denom":"sneaky","exponent":6}],"base":"factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky","name":"Sneaky Productions","display":"sneaky","symbol":"SNEAKY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg"}]},{"description":"LAB - Everything is an Experiment","denom_units":[{"denom":"ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E","exponent":0},{"denom":"LAB","exponent":6}],"type_asset":"ics20","base":"ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E","name":"LAB","display":"LAB","symbol":"LAB","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB","channel_id":"channel-75"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png"}]},{"description":"CDT - Membrane's solvency preserving stablecoin","denom_units":[{"denom":"ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806","exponent":0},{"denom":"CDT","exponent":6}],"type_asset":"ics20","base":"ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806","name":"CDT","display":"CDT","symbol":"CDT","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt","channel_id":"channel-75"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt"}}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg"}]},{"description":"MBRN - Membrane's network token","denom_units":[{"denom":"ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854","exponent":0},{"denom":"MBRN","exponent":6}],"type_asset":"ics20","base":"ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854","name":"MBRN","display":"MBRN","symbol":"MBRN","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn","channel_id":"channel-75"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn"}}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg"}]},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F","exponent":0,"aliases":["uastro"]},{"denom":"astro","exponent":6}],"type_asset":"ics20","base":"ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F","name":"Astroport token","display":"astro","symbol":"ASTRO","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","channel_id":"channel-18"},"chain":{"channel_id":"channel-191","path":"transfer/channel-191/factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}]}],"iov-mainnet-ibc":[{"description":"IOV coin is the token for the Starname (IOV) Asset Name Service","denom_units":[{"denom":"uiov","exponent":0},{"denom":"iov","exponent":6}],"base":"uiov","name":"Starname","display":"iov","symbol":"IOV","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"}],"coingecko_id":"starname"}],"stratos-1":[{"description":"STOS coin is the token for the Stratos (STOS) cosmos based blockchain","denom_units":[{"denom":"wei","exponent":0},{"denom":"gwei","exponent":9},{"denom":"stos","exponent":18}],"base":"wei","name":"Stratos","display":"stos","symbol":"STOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg"}],"coingecko_id":"stratos"}],"stride-1":[{"description":"The native token of Stride","denom_units":[{"denom":"ustrd","exponent":0},{"denom":"strd","exponent":6}],"base":"ustrd","name":"Stride","display":"strd","symbol":"STRD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"}],"coingecko_id":"stride"},{"denom_units":[{"denom":"stuatom","exponent":0},{"denom":"statom","exponent":6}],"base":"stuatom","name":"Stride Staked ATOM","display":"statom","symbol":"stATOM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"}],"coingecko_id":"stride-staked-atom"},{"denom_units":[{"denom":"stustars","exponent":0},{"denom":"ststars","exponent":6}],"base":"stustars","name":"Stride Staked STARS","display":"ststars","symbol":"stSTARS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"stargaze","base_denom":"ustars"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg"}],"coingecko_id":"stride-staked-stars"},{"denom_units":[{"denom":"stuosmo","exponent":0},{"denom":"stosmo","exponent":6}],"base":"stuosmo","name":"Stride Staked OSMO","display":"stosmo","symbol":"stOSMO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"osmosis","base_denom":"uosmo"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"}],"coingecko_id":"stride-staked-osmo"},{"denom_units":[{"denom":"stujuno","exponent":0},{"denom":"stjuno","exponent":6}],"base":"stujuno","name":"Stride Staked JUNO","display":"stjuno","symbol":"stJUNO","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"juno","base_denom":"ujuno"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg"}],"coingecko_id":"stride-staked-juno"},{"denom_units":[{"denom":"stuluna","exponent":0},{"denom":"stluna","exponent":6}],"base":"stuluna","name":"Stride Staked LUNA","display":"stluna","symbol":"stLUNA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"terra2","base_denom":"uluna"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg"}],"coingecko_id":"stride-staked-luna"},{"denom_units":[{"denom":"stinj","exponent":0},{"denom":"stINJ","exponent":18}],"base":"stinj","name":"Stride Staked INJ","display":"stINJ","symbol":"stINJ","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"injective","base_denom":"inj"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg"}]},{"denom_units":[{"denom":"staevmos","exponent":0},{"denom":"stevmos","exponent":18}],"base":"staevmos","name":"Stride Staked EVMOS","display":"stevmos","symbol":"stEVMOS","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"evmos","base_denom":"aevmos"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg"}],"coingecko_id":"stride-staked-evmos"},{"description":"Stride's liquid staked DYDX","denom_units":[{"denom":"stadydx","exponent":0},{"denom":"stDYDX","exponent":18}],"base":"stadydx","name":"Stride Staked DYDX","display":"stDYDX","symbol":"stDYDX","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"dydx","base_denom":"adydx"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg"}]},{"description":"Stride's liquid staked TIA","denom_units":[{"denom":"stutia","exponent":0},{"denom":"stTIA","exponent":6}],"base":"stutia","name":"Stride Staked TIA","display":"stTIA","symbol":"stTIA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"celestia","base_denom":"utia"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg"}]},{"description":"Stride's liquid staked DYM","denom_units":[{"denom":"stadym","exponent":0},{"denom":"stDYM","exponent":18}],"base":"stadym","name":"Stride Staked DYM","display":"stDYM","symbol":"stDYM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"dymension","base_denom":"adym"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg"}]},{"denom_units":[{"denom":"stuumee","exponent":0},{"denom":"stumee","exponent":6}],"base":"stuumee","name":"Stride Staked UMEE","display":"stumee","symbol":"stUMEE","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"umee","base_denom":"uumee"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg"}],"coingecko_id":"stride-staked-umee"},{"denom_units":[{"denom":"stucmdx","exponent":0},{"denom":"stcmdx","exponent":6}],"base":"stucmdx","name":"Stride Staked CMDX","display":"stcmdx","symbol":"stCMDX","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"comdex","base_denom":"ucmdx"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg"}]},{"denom_units":[{"denom":"stusomm","exponent":0},{"denom":"stsomm","exponent":6}],"base":"stusomm","name":"Stride Staked SOMM","display":"stsomm","symbol":"stSOMM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"sommelier","base_denom":"usomm"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg"}],"coingecko_id":"stride-staked-sommelier"},{"description":"Stride's liquid staked SAGA","denom_units":[{"denom":"stusaga","exponent":0},{"denom":"stSAGA","exponent":6}],"base":"stusaga","name":"Stride Staked SAGA","display":"stSAGA","symbol":"stSAGA","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"saga","base_denom":"usaga"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg"}]},{"description":"The native token of Celestia","denom_units":[{"denom":"ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801","exponent":0,"aliases":["utia"]},{"denom":"TIA","exponent":6}],"type_asset":"ics20","base":"ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801","name":"Celestia","display":"TIA","symbol":"TIA","traces":[{"type":"ibc","counterparty":{"chain_name":"celestia","base_denom":"utia","channel_id":"channel-4"},"chain":{"channel_id":"channel-162","path":"transfer/channel-162/utia"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}]},{"denom_units":[{"denom":"staISLM","exponent":0},{"denom":"stISLM","exponent":18}],"base":"staISLM","name":"Stride Staked ISLM","display":"stISLM","symbol":"stISLM","traces":[{"type":"liquid-stake","counterparty":{"chain_name":"haqq","base_denom":"aISLM"},"provider":"Stride"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg"}]}],"sunrise-1":[{"description":"The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.","denom_units":[{"denom":"uvrise","exponent":0,"aliases":["microvRISE","microvrise"]},{"denom":"vrise","exponent":6}],"base":"uvrise","name":"Sunrise vRISE","display":"vrise","symbol":"vRISE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"}]},{"description":"The native token of the Sunrise network for fees.","denom_units":[{"denom":"urise","exponent":0,"aliases":["microRISE","microrise"]},{"denom":"rise","exponent":6}],"base":"urise","name":"Sunrise RISE","display":"rise","symbol":"RISE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"}]}],"tenet_1559-1":[{"description":"The native EVM, governance and staking token of the Tenet","denom_units":[{"denom":"atenet","exponent":0},{"denom":"tenet","exponent":18}],"base":"atenet","name":"Tenet","display":"tenet","symbol":"TENET","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"}],"coingecko_id":"tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9"}],"teritori-1":[{"description":"The native token of Teritori","denom_units":[{"denom":"utori","exponent":0},{"denom":"tori","exponent":6}],"base":"utori","name":"Teritori","display":"tori","symbol":"TORI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg"}],"coingecko_id":"teritori"},{"description":"The native token of Osmosis","denom_units":[{"denom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","exponent":0},{"denom":"osmo","exponent":6}],"type_asset":"ics20","base":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","name":"Osmosis","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"uosmo","channel_id":"channel-362"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}],"coingecko_id":"osmosis","keywords":["dex","staking"]},{"denom_units":[{"denom":"ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E","name":"Cosmos Hub Atom","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshub","base_denom":"uatom","channel_id":"channel-431"},"chain":{"channel_id":"channel-10","path":"transfer/channel-10/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"The native staking and governance token of the Kujira chain.","denom_units":[{"denom":"ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E","exponent":0,"aliases":["ukuji"]},{"denom":"kuji","exponent":6}],"type_asset":"ics20","base":"ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E","name":"Kujira","display":"kuji","symbol":"KUJI","traces":[{"type":"ibc","counterparty":{"chain_name":"kujira","base_denom":"ukuji","channel_id":"channel-89"},"chain":{"channel_id":"channel-30","path":"transfer/channel-30/ukuji"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"}],"coingecko_id":"kujira"},{"description":"USD Coin","denom_units":[{"denom":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","exponent":0},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","name":"USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"noble","base_denom":"uusdc","channel_id":"channel-54"},"chain":{"channel_id":"channel-62","path":"transfer/channel-62/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}]},{"description":"The native staking and governance token of the Secret chain.","denom_units":[{"denom":"ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9","exponent":0},{"denom":"scrt","exponent":6}],"type_asset":"ics20","base":"ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9","name":"Secret Network","display":"scrt","symbol":"SCRT","traces":[{"type":"ibc","counterparty":{"chain_name":"secretnetwork","base_denom":"uscrt","channel_id":"channel-111"},"chain":{"channel_id":"channel-63","path":"transfer/channel-63/uscrt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}]}],"columbus-5":[{"description":"The native staking token of Terra Classic.","denom_units":[{"denom":"uluna","exponent":0,"aliases":["microluna"]},{"denom":"mluna","exponent":3,"aliases":["milliluna"]},{"denom":"luna","exponent":6,"aliases":["lunc"]}],"base":"uluna","name":"Luna Classic","display":"luna","symbol":"LUNC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg"}],"coingecko_id":"terra-luna"},{"description":"The USD stablecoin of Terra Classic.","denom_units":[{"denom":"uusd","exponent":0,"aliases":["microusd"]},{"denom":"musd","exponent":3,"aliases":["milliusd"]},{"denom":"ust","exponent":6,"aliases":["ustc"]}],"base":"uusd","name":"TerraClassicUSD","display":"ust","symbol":"USTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg"}],"coingecko_id":"terrausd"},{"description":"The KRW stablecoin of Terra Classic.","denom_units":[{"denom":"ukrw","exponent":0,"aliases":["microkrw"]},{"denom":"mkrw","exponent":3,"aliases":["millikrw"]},{"denom":"krt","exponent":6,"aliases":["krtc"]}],"base":"ukrw","name":"TerraClassicKRW","display":"krt","symbol":"KRTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg"}]},{"description":"The governance token of the White Whale protocol on Terra.","denom_units":[{"denom":"cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz","exponent":0},{"denom":"whale","exponent":6}],"type_asset":"cw20","address":"terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz","base":"cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz","name":"Whale Token","display":"whale","symbol":"WHALE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png"}],"coingecko_id":"white-whale"},{"denom_units":[{"denom":"cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp","exponent":0},{"denom":"bluna","exponent":6}],"type_asset":"cw20","address":"terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp","base":"cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp","name":"Bonded Luna","display":"bluna","symbol":"bLuna","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png"}]},{"denom_units":[{"denom":"cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun","exponent":0},{"denom":"beth","exponent":6}],"type_asset":"cw20","address":"terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun","base":"cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun","name":"Bonded ETH","display":"beth","symbol":"bETH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png"}]},{"denom_units":[{"denom":"cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu","exponent":0},{"denom":"aust","exponent":6}],"type_asset":"cw20","address":"terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu","base":"cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu","name":"Anchor Terra USD","display":"aust","symbol":"aUST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png"}]},{"denom_units":[{"denom":"cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76","exponent":0},{"denom":"anc","exponent":6}],"type_asset":"cw20","address":"terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76","base":"cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76","name":"Anchor Token","display":"anc","symbol":"ANC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png"}]},{"denom_units":[{"denom":"cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6","exponent":0},{"denom":"mir","exponent":6}],"type_asset":"cw20","address":"terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6","base":"cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6","name":"Mirror","display":"mir","symbol":"MIR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png"}]},{"denom_units":[{"denom":"cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz","exponent":0},{"denom":"maapl","exponent":6}],"type_asset":"cw20","address":"terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz","base":"cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz","name":"Apple Inc.","display":"maapl","symbol":"mAAPL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png"}]},{"denom_units":[{"denom":"cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n","exponent":0},{"denom":"mabnb","exponent":6}],"type_asset":"cw20","address":"terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n","base":"cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n","name":"Airbnb Inc.","display":"mabnb","symbol":"mABNB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png"}]},{"denom_units":[{"denom":"cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy","exponent":0},{"denom":"mamc","exponent":6}],"type_asset":"cw20","address":"terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy","base":"cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy","name":"AMC Entertainment Holdings Inc.","display":"mamc","symbol":"mAMC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png"}]},{"denom_units":[{"denom":"cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z","exponent":0},{"denom":"mamd","exponent":6}],"type_asset":"cw20","address":"terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z","base":"cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z","name":"Advanced Micro Devices, Inc.","display":"mamd","symbol":"mAMD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png"}]},{"denom_units":[{"denom":"cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2","exponent":0},{"denom":"mamzn","exponent":6}],"type_asset":"cw20","address":"terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2","base":"cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2","name":"Amazon.com, Inc.","display":"mamzn","symbol":"mAMZN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png"}]},{"denom_units":[{"denom":"cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6","exponent":0},{"denom":"markk","exponent":6}],"type_asset":"cw20","address":"terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6","base":"cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6","name":"ARK Innovation ETF","display":"markk","symbol":"mARKK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png"}]},{"denom_units":[{"denom":"cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa","exponent":0},{"denom":"mbaba","exponent":6}],"type_asset":"cw20","address":"terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa","base":"cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa","name":"Alibaba Group Holding Limited","display":"mbaba","symbol":"mBABA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png"}]},{"denom_units":[{"denom":"cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw","exponent":0},{"denom":"mbtc","exponent":6}],"type_asset":"cw20","address":"terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw","base":"cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw","name":"Bitcoin","display":"mbtc","symbol":"mBTC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png"}]},{"denom_units":[{"denom":"cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph","exponent":0},{"denom":"mcoin","exponent":6}],"type_asset":"cw20","address":"terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph","base":"cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph","name":"Coinbase Global, Inc.","display":"mcoin","symbol":"mCOIN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png"}]},{"denom_units":[{"denom":"cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5","exponent":0},{"denom":"mdis","exponent":6}],"type_asset":"cw20","address":"terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5","base":"cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5","name":"The Walt Disney Company","display":"mdis","symbol":"mDIS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png"}]},{"denom_units":[{"denom":"cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r","exponent":0},{"denom":"mdot","exponent":6}],"type_asset":"cw20","address":"terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r","base":"cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r","name":"Polkadot","display":"mdot","symbol":"mDOT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png"}]},{"denom_units":[{"denom":"cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx","exponent":0},{"denom":"meth","exponent":6}],"type_asset":"cw20","address":"terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx","base":"cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx","name":"Ether","display":"meth","symbol":"mETH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png"}]},{"denom_units":[{"denom":"cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7","exponent":0},{"denom":"mfb","exponent":6}],"type_asset":"cw20","address":"terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7","base":"cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7","name":"Facebook Inc.","display":"mfb","symbol":"mFB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png"}]},{"denom_units":[{"denom":"cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls","exponent":0},{"denom":"mglxy","exponent":6}],"type_asset":"cw20","address":"terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls","base":"cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls","name":"Galaxy Digital Holdings Ltd","display":"mglxy","symbol":"mGLXY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png"}]},{"denom_units":[{"denom":"cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p","exponent":0},{"denom":"mgme","exponent":6}],"type_asset":"cw20","address":"terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p","base":"cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p","name":"GameStop Corp","display":"mgme","symbol":"mGME","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png"}]},{"denom_units":[{"denom":"cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt","exponent":0},{"denom":"mgoogl","exponent":6}],"type_asset":"cw20","address":"terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt","base":"cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt","name":"Alphabet Inc.","display":"mgoogl","symbol":"mGOOGL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png"}]},{"denom_units":[{"denom":"cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v","exponent":0},{"denom":"mgs","exponent":6}],"type_asset":"cw20","address":"terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v","base":"cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v","name":"Goldman Sachs Group Inc.","display":"mgs","symbol":"mGS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png"}]},{"denom_units":[{"denom":"cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr","exponent":0},{"denom":"mhood","exponent":6}],"type_asset":"cw20","address":"terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr","base":"cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr","name":"Robinhood Markets, Inc.","display":"mhood","symbol":"mHOOD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png"}]},{"denom_units":[{"denom":"cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq","exponent":0},{"denom":"miau","exponent":6}],"type_asset":"cw20","address":"terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq","base":"cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq","name":"iShares Gold Trust","display":"miau","symbol":"mIAU","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png"}]},{"denom_units":[{"denom":"cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec","exponent":0},{"denom":"miau","exponent":6}],"type_asset":"cw20","address":"terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec","base":"cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec","name":"iShares Gold Trust","display":"miau","symbol":"mIAU","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png"}]},{"denom_units":[{"denom":"cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2","exponent":0},{"denom":"mjnj","exponent":6}],"type_asset":"cw20","address":"terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2","base":"cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2","name":"Johnson & Johnson","display":"mjnj","symbol":"mJNJ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png"}]},{"denom_units":[{"denom":"cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm","exponent":0},{"denom":"mko","exponent":6}],"type_asset":"cw20","address":"terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm","base":"cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm","name":"Coca-Cola","display":"mko","symbol":"mKO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png"}]},{"denom_units":[{"denom":"cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6","exponent":0},{"denom":"mmsft","exponent":6}],"type_asset":"cw20","address":"terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6","base":"cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6","name":"Microsoft Corporation","display":"mmsft","symbol":"mMSFT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png"}]},{"denom_units":[{"denom":"cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k","exponent":0},{"denom":"mnflx","exponent":6}],"type_asset":"cw20","address":"terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k","base":"cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k","name":"Netflix, Inc.","display":"mnflx","symbol":"mNFLX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png"}]},{"denom_units":[{"denom":"cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p","exponent":0},{"denom":"mnio","exponent":6}],"type_asset":"cw20","address":"terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p","base":"cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p","name":"NIO Inc.","display":"mnio","symbol":"mNIO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png"}]},{"denom_units":[{"denom":"cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g","exponent":0},{"denom":"mnke","exponent":6}],"type_asset":"cw20","address":"terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g","base":"cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g","name":"NIKE, Inc.","display":"mnke","symbol":"mNKE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png"}]},{"denom_units":[{"denom":"cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8","exponent":0},{"denom":"mnvda","exponent":6}],"type_asset":"cw20","address":"terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8","base":"cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8","name":"NVIDIA Corporation","display":"mnvda","symbol":"mNVDA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png"}]},{"denom_units":[{"denom":"cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx","exponent":0},{"denom":"mpypl","exponent":6}],"type_asset":"cw20","address":"terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx","base":"cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx","name":"PayPal Holdings Inc","display":"mpypl","symbol":"mPYPL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png"}]},{"denom_units":[{"denom":"cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp","exponent":0},{"denom":"mqqq","exponent":6}],"type_asset":"cw20","address":"terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp","base":"cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp","name":"Invesco QQQ Trust","display":"mqqq","symbol":"mQQQ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png"}]},{"denom_units":[{"denom":"cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga","exponent":0},{"denom":"msbux","exponent":6}],"type_asset":"cw20","address":"terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga","base":"cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga","name":"Starbucks Corporation","display":"msbux","symbol":"mSBUX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png"}]},{"denom_units":[{"denom":"cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp","exponent":0},{"denom":"mslv","exponent":6}],"type_asset":"cw20","address":"terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp","base":"cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp","name":"iShares Silver Trust","display":"mslv","symbol":"mSLV","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png"}]},{"denom_units":[{"denom":"cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc","exponent":0},{"denom":"mspy","exponent":6}],"type_asset":"cw20","address":"terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc","base":"cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc","name":"SPDR S&P 500","display":"mspy","symbol":"mSPY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png"}]},{"denom_units":[{"denom":"cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh","exponent":0},{"denom":"msq","exponent":6}],"type_asset":"cw20","address":"terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh","base":"cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh","name":"Square, Inc.","display":"msq","symbol":"mSQ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png"}]},{"denom_units":[{"denom":"cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh","exponent":0},{"denom":"mtsla","exponent":6}],"type_asset":"cw20","address":"terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh","base":"cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh","name":"Tesla, Inc.","display":"mtsla","symbol":"mTSLA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png"}]},{"denom_units":[{"denom":"cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg","exponent":0},{"denom":"mtwtr","exponent":6}],"type_asset":"cw20","address":"terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg","base":"cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg","name":"Twitter, Inc.","display":"mtwtr","symbol":"mTWTR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png"}]},{"denom_units":[{"denom":"cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf","exponent":0},{"denom":"muso","exponent":6}],"type_asset":"cw20","address":"terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf","base":"cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf","name":"United States Oil Fund, LP","display":"muso","symbol":"mUSO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png"}]},{"denom_units":[{"denom":"cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx","exponent":0},{"denom":"mvixy","exponent":6}],"type_asset":"cw20","address":"terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx","base":"cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx","name":"ProShares VIX Short-Term Futures ETF","display":"mvixy","symbol":"mVIXY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png"}]},{"denom_units":[{"denom":"cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45","exponent":0},{"denom":"mvixy","exponent":6}],"type_asset":"cw20","address":"terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45","base":"cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45","name":"ProShares VIX Short-Term Futures ETF","display":"mvixy","symbol":"mVIXY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png"}]},{"denom_units":[{"denom":"cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr","exponent":0},{"denom":"lota","exponent":6}],"type_asset":"cw20","address":"terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr","base":"cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr","name":"loterra","display":"lota","symbol":"LOTA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png"}]},{"denom_units":[{"denom":"cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7","exponent":0},{"denom":"dph","exponent":6}],"type_asset":"cw20","address":"terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7","base":"cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7","name":"Digipharm","display":"dph","symbol":"DPH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png"}]},{"denom_units":[{"denom":"cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy","exponent":0},{"denom":"mine","exponent":6}],"type_asset":"cw20","address":"terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy","base":"cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy","name":"Pylon MINE Token","display":"mine","symbol":"MINE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png"}]},{"denom_units":[{"denom":"cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y","exponent":0},{"denom":"bpsidp-24m","exponent":6}],"type_asset":"cw20","address":"terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y","base":"cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y","name":"Pylon bDP Token for Gateway Psi 24m Pool","display":"bpsidp-24m","symbol":"bPsiDP-24m","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png"}]},{"denom_units":[{"denom":"cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr","exponent":0},{"denom":"spec","exponent":6}],"type_asset":"cw20","address":"terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr","base":"cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr","name":"Spectrum Token","display":"spec","symbol":"SPEC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png"}]},{"denom_units":[{"denom":"cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4","exponent":0},{"denom":"loop","exponent":6}],"type_asset":"cw20","address":"terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4","base":"cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4","name":"LOOP token","display":"loop","symbol":"LOOP","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png"}]},{"denom_units":[{"denom":"cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q","exponent":0},{"denom":"loopr","exponent":6}],"type_asset":"cw20","address":"terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q","base":"cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q","name":"LOOPR token","display":"loopr","symbol":"LOOPR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png"}]},{"denom_units":[{"denom":"cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n","exponent":0},{"denom":"stt","exponent":6}],"type_asset":"cw20","address":"terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n","base":"cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n","name":"StarTerra Token","display":"stt","symbol":"STT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png"}]},{"denom_units":[{"denom":"cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6","exponent":0},{"denom":"twd","exponent":6}],"type_asset":"cw20","address":"terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6","base":"cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6","name":"TWD Token","display":"twd","symbol":"TWD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png"}]},{"denom_units":[{"denom":"cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc","exponent":0},{"denom":"xtra","exponent":6}],"type_asset":"cw20","address":"terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc","base":"cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc","name":"xterra Token","display":"xtra","symbol":"XTRA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png"}]},{"denom_units":[{"denom":"cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63","exponent":0},{"denom":"miaw","exponent":6}],"type_asset":"cw20","address":"terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63","base":"cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63","name":"MIAW Token","display":"miaw","symbol":"MIAW","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png"}]},{"denom_units":[{"denom":"cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608","exponent":0},{"denom":"psi","exponent":6}],"type_asset":"cw20","address":"terra12897djskt9rge8dtmm86w654g7kzckkd698608","base":"cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608","name":"Nexus Governance Token","display":"psi","symbol":"Psi","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png"}]},{"denom_units":[{"denom":"cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j","exponent":0},{"denom":"nluna","exponent":6}],"type_asset":"cw20","address":"terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j","base":"cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j","name":"Nexus nLuna Token","display":"nluna","symbol":"nLuna","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg"}]},{"denom_units":[{"denom":"cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn","exponent":0},{"denom":"neth","exponent":6}],"type_asset":"cw20","address":"terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn","base":"cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn","name":"Nexus nETH Token","display":"neth","symbol":"nETH","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg"}]},{"denom_units":[{"denom":"cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj","exponent":0},{"denom":"cnluna","exponent":6}],"type_asset":"cw20","address":"terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj","base":"cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj","name":"nLuna autocompounder share representation","display":"cnluna","symbol":"cnLuna","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg"}]},{"denom_units":[{"denom":"cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756","exponent":0},{"denom":"cneth","exponent":6}],"type_asset":"cw20","address":"terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756","base":"cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756","name":"nETH autocompounder share representation","display":"cneth","symbol":"cnETH","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg"}]},{"denom_units":[{"denom":"cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636","exponent":0},{"denom":"navax","exponent":6}],"type_asset":"cw20","address":"terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636","base":"cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636","name":"Nexus nAVAX Token","display":"navax","symbol":"nAVAX","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg"}]},{"denom_units":[{"denom":"cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade","exponent":0},{"denom":"natom","exponent":6}],"type_asset":"cw20","address":"terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade","base":"cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade","name":"Nexus nATOM Token","display":"natom","symbol":"nATOM","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg"}]},{"denom_units":[{"denom":"cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5","exponent":0},{"denom":"vkr","exponent":6}],"type_asset":"cw20","address":"terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5","base":"cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5","name":"VKR Token","display":"vkr","symbol":"VKR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png"}]},{"denom_units":[{"denom":"cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03","exponent":0},{"denom":"orion","exponent":8}],"type_asset":"cw20","address":"terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03","base":"cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03","name":"Orion Money (Portal)","display":"orion","symbol":"ORION","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png"}]},{"denom_units":[{"denom":"cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc","exponent":0},{"denom":"tland","exponent":6}],"type_asset":"cw20","address":"terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc","base":"cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc","name":"TerraLand Token","display":"tland","symbol":"TLAND","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png"}]},{"denom_units":[{"denom":"cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg","exponent":0},{"denom":"vust","exponent":6}],"type_asset":"cw20","address":"terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg","base":"cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg","name":"Vault UST","display":"vust","symbol":"vUST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png"}]},{"denom_units":[{"denom":"cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r","exponent":0},{"denom":"eth","exponent":8}],"type_asset":"cw20","address":"terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r","base":"cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r","name":"Ether (Portal)","display":"eth","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png"}]},{"denom_units":[{"denom":"cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55","exponent":0},{"denom":"wbtc","exponent":8}],"type_asset":"cw20","address":"terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55","base":"cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55","name":"Wrapped BTC (Portal)","display":"wbtc","symbol":"WBTC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png"}]},{"denom_units":[{"denom":"cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk","exponent":0},{"denom":"sol","exponent":8}],"type_asset":"cw20","address":"terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk","base":"cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk","name":"SOL (Portal)","display":"sol","symbol":"SOL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png"}]},{"denom_units":[{"denom":"cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq","exponent":0},{"denom":"maticet","exponent":8}],"type_asset":"cw20","address":"terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq","base":"cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq","name":"MATIC (Portal from Ethereum)","display":"maticet","symbol":"MATICet","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png"}]},{"denom_units":[{"denom":"cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8","exponent":0},{"denom":"bnb","exponent":8}],"type_asset":"cw20","address":"terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8","base":"cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8","name":"Binance Coin (Portal)","display":"bnb","symbol":"BNB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png"}]},{"denom_units":[{"denom":"cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av","exponent":0},{"denom":"cake","exponent":8}],"type_asset":"cw20","address":"terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av","base":"cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av","name":"PancakeSwap Token (Portal)","display":"cake","symbol":"CAKE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png"}]},{"denom_units":[{"denom":"cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym","exponent":0},{"denom":"link","exponent":8}],"type_asset":"cw20","address":"terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym","base":"cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym","name":"Chainlink (Portal)","display":"link","symbol":"LINK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png"}]},{"denom_units":[{"denom":"cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a","exponent":0},{"denom":"sushi","exponent":8}],"type_asset":"cw20","address":"terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a","base":"cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a","name":"SushiToken (Portal)","display":"sushi","symbol":"SUSHI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png"}]},{"denom_units":[{"denom":"cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf","exponent":0},{"denom":"uni","exponent":8}],"type_asset":"cw20","address":"terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf","base":"cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf","name":"Uniswap (Portal)","display":"uni","symbol":"UNI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png"}]},{"denom_units":[{"denom":"cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva","exponent":0},{"denom":"usdtet","exponent":6}],"type_asset":"cw20","address":"terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva","base":"cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva","name":"Tether USD (Portal from Ethereum)","display":"usdtet","symbol":"USDTet","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png"}]},{"denom_units":[{"denom":"cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06","exponent":0},{"denom":"usdcet","exponent":6}],"type_asset":"cw20","address":"terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06","base":"cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06","name":"USD Coin (Portal from Ethereum)","display":"usdcet","symbol":"USDCet","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png"}]},{"denom_units":[{"denom":"cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn","exponent":0},{"denom":"kuji","exponent":6}],"type_asset":"cw20","address":"terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn","base":"cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn","name":"Kujira Token","display":"kuji","symbol":"KUJI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png"}]},{"denom_units":[{"denom":"cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw","exponent":0},{"denom":"skuji","exponent":6}],"type_asset":"cw20","address":"terra188w26t95tf4dz77raftme8p75rggatxjxfeknw","base":"cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw","name":"Staked KUJI","display":"skuji","symbol":"sKUJI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png"}]},{"denom_units":[{"denom":"cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur","exponent":0},{"denom":"wsteth","exponent":8}],"type_asset":"cw20","address":"terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur","base":"cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur","name":"Lido wstETH (Portal)","display":"wsteth","symbol":"wstETH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png"}]},{"denom_units":[{"denom":"cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap","exponent":0},{"denom":"wstsol","exponent":8}],"type_asset":"cw20","address":"terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap","base":"cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap","name":"Lido wstSOL (Portal)","display":"wstsol","symbol":"wstSOL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png"}]},{"denom_units":[{"denom":"cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj","exponent":0},{"denom":"wsbsol","exponent":8}],"type_asset":"cw20","address":"terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj","base":"cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj","name":"Lido bonded SOL (Portal)","display":"wsbsol","symbol":"wsbSOL","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg"}]},{"denom_units":[{"denom":"cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z","exponent":0},{"denom":"ldo","exponent":8}],"type_asset":"cw20","address":"terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z","base":"cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z","name":"Lido DAO (Portal)","display":"ldo","symbol":"LDO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png"}]},{"denom_units":[{"denom":"cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz","exponent":0},{"denom":"webeth","exponent":8}],"type_asset":"cw20","address":"terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz","base":"cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz","name":"Lido Bonded ETH (Wormhole)","display":"webeth","symbol":"webETH","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg"}]},{"denom_units":[{"denom":"cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc","exponent":0},{"denom":"stluna","exponent":6}],"type_asset":"cw20","address":"terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc","base":"cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc","name":"Lido staked Luna","display":"stluna","symbol":"stLuna","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png"}]},{"denom_units":[{"denom":"cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh","exponent":0},{"denom":"xdefi","exponent":8}],"type_asset":"cw20","address":"terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh","base":"cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh","name":"XDEFI (Portal)","display":"xdefi","symbol":"XDEFI"},{"denom_units":[{"denom":"cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl","exponent":0},{"denom":"btl","exponent":6}],"type_asset":"cw20","address":"terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl","base":"cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl","name":"Bitlocus Token","display":"btl","symbol":"BTL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png"}]},{"denom_units":[{"denom":"cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup","exponent":0},{"denom":"lunax","exponent":6}],"type_asset":"cw20","address":"terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup","base":"cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup","name":"LunaX Token","display":"lunax","symbol":"LunaX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png"}]},{"denom_units":[{"denom":"cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7","exponent":0},{"denom":"luni","exponent":6}],"type_asset":"cw20","address":"terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7","base":"cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7","name":"LUNI","display":"luni","symbol":"LUNI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png"}]},{"denom_units":[{"denom":"cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu","exponent":0},{"denom":"ply","exponent":6}],"type_asset":"cw20","address":"terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu","base":"cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu","name":"PlayNity Token","display":"ply","symbol":"PLY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png"}]},{"denom_units":[{"denom":"cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj","exponent":0},{"denom":"tfloki","exponent":6}],"type_asset":"cw20","address":"terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj","base":"cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj","name":"TFLOKI","display":"tfloki","symbol":"TFLOKI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png"}]},{"denom_units":[{"denom":"cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u","exponent":0},{"denom":"tftic","exponent":6}],"type_asset":"cw20","address":"terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u","base":"cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u","name":"TFLOKI Genesis Ticket","display":"tftic","symbol":"TFTIC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png"}]},{"denom_units":[{"denom":"cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86","exponent":0},{"denom":"tfticii","exponent":6}],"type_asset":"cw20","address":"terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86","base":"cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86","name":"TFLOKI New World Ticket","display":"tfticii","symbol":"TFTICII","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png"}]},{"denom_units":[{"denom":"cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28","exponent":0},{"denom":"tfticiii","exponent":6}],"type_asset":"cw20","address":"terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28","base":"cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28","name":"TFLOKI Aviator Ticket","display":"tfticiii","symbol":"TFTICIII","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png"}]},{"denom_units":[{"denom":"cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26","exponent":0},{"denom":"moon","exponent":6}],"type_asset":"cw20","address":"terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26","base":"cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26","name":"Moon Token","display":"moon","symbol":"MOON","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png"}]},{"denom_units":[{"denom":"cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3","exponent":0},{"denom":"astro","exponent":6}],"type_asset":"cw20","address":"terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3","base":"cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3","name":"Astroport Token","display":"astro","symbol":"ASTRO","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"terra2","base_denom":"cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26"},"provider":"Astroport"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"}]},{"denom_units":[{"denom":"cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7","exponent":0},{"denom":"xastro.cw20","exponent":6}],"type_asset":"cw20","address":"terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7","base":"cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7","name":"Staked Astroport Token","display":"xastro.cw20","symbol":"xASTRO.cw20","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg"}]},{"denom_units":[{"denom":"cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq","exponent":0},{"denom":"halo","exponent":6}],"type_asset":"cw20","address":"terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq","base":"cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq","name":"Angel Protocol Token","display":"halo","symbol":"HALO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png"}]},{"denom_units":[{"denom":"cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j","exponent":0},{"denom":"pug","exponent":6}],"type_asset":"cw20","address":"terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j","base":"cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j","name":"AstroPug Token","display":"pug","symbol":"PUG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png"}]},{"denom_units":[{"denom":"cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf","exponent":0},{"denom":"orne","exponent":6}],"type_asset":"cw20","address":"terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf","base":"cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf","name":"Orne Token","display":"orne","symbol":"ORNE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png"}]},{"denom_units":[{"denom":"cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y","exponent":0},{"denom":"tns","exponent":6}],"type_asset":"cw20","address":"terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y","base":"cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y","name":"Terra Name Service","display":"tns","symbol":"TNS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png"}]},{"denom_units":[{"denom":"cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm","exponent":0},{"denom":"xrune","exponent":6}],"type_asset":"cw20","address":"terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm","base":"cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm","name":"Thorstarter","display":"xrune","symbol":"XRUNE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png"}]},{"denom_units":[{"denom":"cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784","exponent":0},{"denom":"alot","exponent":6}],"type_asset":"cw20","address":"terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784","base":"cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784","name":"Alpha Pack Token","display":"alot","symbol":"aLOT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png"}]},{"denom_units":[{"denom":"cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe","exponent":0},{"denom":"sity","exponent":6}],"type_asset":"cw20","address":"terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe","base":"cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe","name":"CurioSITY play to earn token","display":"sity","symbol":"SITY","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg"}]},{"denom_units":[{"denom":"cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7","exponent":0},{"denom":"glow","exponent":6}],"type_asset":"cw20","address":"terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7","base":"cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7","name":"Glow Token","display":"glow","symbol":"GLOW","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png"}]},{"denom_units":[{"denom":"cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397","exponent":0},{"denom":"apollo","exponent":6}],"type_asset":"cw20","address":"terra100yeqvww74h4yaejj6h733thgcafdaukjtw397","base":"cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397","name":"Apollo DAO Token","display":"apollo","symbol":"APOLLO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png"}]},{"denom_units":[{"denom":"cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u","exponent":0},{"denom":"abr","exponent":6}],"type_asset":"cw20","address":"terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u","base":"cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u","name":"Allbridge","display":"abr","symbol":"ABR","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg"}]},{"denom_units":[{"denom":"cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc","exponent":0},{"denom":"whgtps","exponent":8}],"type_asset":"cw20","address":"terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc","base":"cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc","name":"Global Transaction Payment Solu","display":"whgtps","symbol":"whGTPS"},{"denom_units":[{"denom":"cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw","exponent":0},{"denom":"prism","exponent":6}],"type_asset":"cw20","address":"terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw","base":"cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw","name":"Prism Protocol Token","display":"prism","symbol":"PRISM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png"}]},{"denom_units":[{"denom":"cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq","exponent":0},{"denom":"sdollar","exponent":2}],"type_asset":"cw20","address":"terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq","base":"cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq","name":"Space Dollar","display":"sdollar","symbol":"SDOLLAR"},{"denom_units":[{"denom":"cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k","exponent":0},{"denom":"whsail","exponent":6}],"type_asset":"cw20","address":"terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k","base":"cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k","name":"SAIL","display":"whsail","symbol":"whSAIL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png"}]},{"denom_units":[{"denom":"cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu","exponent":0},{"denom":"whgsail","exponent":8}],"type_asset":"cw20","address":"terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu","base":"cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu","name":"SolanaSail Governance Token V2","display":"whgsail","symbol":"whgSAIL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png"}]},{"denom_units":[{"denom":"cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz","exponent":0},{"denom":"xprism","exponent":6}],"type_asset":"cw20","address":"terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz","base":"cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz","name":"Prism Governance Token","display":"xprism","symbol":"xPRISM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png"}]},{"denom_units":[{"denom":"cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5","exponent":0},{"denom":"cde","exponent":9}],"type_asset":"cw20","address":"terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5","base":"cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5","name":"CAPITRADE TOKEN","display":"cde","symbol":"CDE"},{"denom_units":[{"denom":"cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8","exponent":0},{"denom":"ctx","exponent":6}],"type_asset":"cw20","address":"terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8","base":"cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8","name":"C2X Token","display":"ctx","symbol":"CTX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png"}]},{"denom_units":[{"denom":"cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau","exponent":0},{"denom":"cluna","exponent":6}],"type_asset":"cw20","address":"terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau","base":"cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau","name":"Prism cLuna Token","display":"cluna","symbol":"cLuna","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png"}]},{"denom_units":[{"denom":"cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2","exponent":0},{"denom":"pluna","exponent":6}],"type_asset":"cw20","address":"terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2","base":"cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2","name":"Prism pLuna Token","display":"pluna","symbol":"pLuna","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png"}]},{"denom_units":[{"denom":"cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz","exponent":0},{"denom":"yluna","exponent":6}],"type_asset":"cw20","address":"terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz","base":"cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz","name":"Prism yLuna Token","display":"yluna","symbol":"yLuna","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png"}]},{"denom_units":[{"denom":"cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx","exponent":0},{"denom":"atlo","exponent":6}],"type_asset":"cw20","address":"terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx","base":"cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx","name":"Atlo Token","display":"atlo","symbol":"ATLO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png"}]},{"denom_units":[{"denom":"cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp","exponent":0},{"denom":"local","exponent":6}],"type_asset":"cw20","address":"terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp","base":"cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp","name":"LOCAL Token","display":"local","symbol":"LOCAL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png"}]},{"denom_units":[{"denom":"cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6","exponent":0},{"denom":"luv","exponent":6}],"type_asset":"cw20","address":"terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6","base":"cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6","name":"Lunaverse","display":"luv","symbol":"LUV","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png"}]},{"denom_units":[{"denom":"cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp","exponent":0},{"denom":"robo","exponent":6}],"type_asset":"cw20","address":"terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp","base":"cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp","name":"RoboHero","display":"robo","symbol":"ROBO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png"}]},{"denom_units":[{"denom":"cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk","exponent":0},{"denom":"luart","exponent":6}],"type_asset":"cw20","address":"terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk","base":"cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk","name":"Luart Token","display":"luart","symbol":"LUART","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png"}]},{"denom_units":[{"denom":"cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n","exponent":0},{"denom":"mars","exponent":6}],"type_asset":"cw20","address":"terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n","base":"cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n","name":"Mars Token","display":"mars","symbol":"MARS","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg"}]},{"denom_units":[{"denom":"cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4","exponent":0},{"denom":"xmars","exponent":6}],"type_asset":"cw20","address":"terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4","base":"cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4","name":"xMars Token","display":"xmars","symbol":"XMARS","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg"}]},{"denom_units":[{"denom":"cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4","exponent":0},{"denom":"dfiat","exponent":8}],"type_asset":"cw20","address":"terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4","base":"cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4","name":"DeFiato","display":"dfiat","symbol":"DFIAT"},{"denom_units":[{"denom":"cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d","exponent":0},{"denom":"ceres","exponent":6}],"type_asset":"cw20","address":"terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d","base":"cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d","name":"Ceres Governance Token","display":"ceres","symbol":"CERES","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg"}]},{"denom_units":[{"denom":"cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58","exponent":0},{"denom":"wasavax","exponent":8}],"type_asset":"cw20","address":"terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58","base":"cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58","name":"BENQI Staked AVAX (Portal)","display":"wasavax","symbol":"wasAVAX","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg"}]},{"denom_units":[{"denom":"cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr","exponent":0},{"denom":"mint","exponent":6}],"type_asset":"cw20","address":"terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr","base":"cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr","name":"MintDAO","display":"mint","symbol":"MINT","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg"}]},{"denom_units":[{"denom":"cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02","exponent":0},{"denom":"sd","exponent":8}],"type_asset":"cw20","address":"terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02","base":"cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02","name":"Stader SD (Portal)","display":"sd","symbol":"SD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png"}]},{"denom_units":[{"denom":"cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep","exponent":0},{"denom":"xsd","exponent":8}],"type_asset":"cw20","address":"terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep","base":"cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep","name":"Stader xSD","display":"xsd","symbol":"xSD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png"}]},{"denom_units":[{"denom":"cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r","exponent":0},{"denom":"paxg","exponent":8}],"type_asset":"cw20","address":"terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r","base":"cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r","name":"Paxos Gold (Portal)","display":"paxg","symbol":"PAXG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png"}]},{"denom_units":[{"denom":"cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl","exponent":0},{"denom":"whdao","exponent":8}],"type_asset":"cw20","address":"terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl","base":"cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl","name":"DAO Maker","display":"whdao","symbol":"whDAO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png"}]},{"denom_units":[{"denom":"cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt","exponent":0},{"denom":"link","exponent":18}],"type_asset":"cw20","address":"terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt","base":"cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt","name":"ChainLink Token","display":"link","symbol":"LINK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png"}]},{"denom_units":[{"denom":"cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr","exponent":0},{"denom":"sayve","exponent":6}],"type_asset":"cw20","address":"terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr","base":"cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr","name":"Sayve Token","display":"sayve","symbol":"SAYVE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png"}]},{"denom_units":[{"denom":"cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u","exponent":0},{"denom":"guides","exponent":6}],"type_asset":"cw20","address":"terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u","base":"cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u","name":"Guides Token","display":"guides","symbol":"GUIDES"},{"denom_units":[{"denom":"cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2","exponent":0},{"denom":"bro","exponent":6}],"type_asset":"cw20","address":"terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2","base":"cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2","name":"BRO token","display":"bro","symbol":"BRO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg"}]},{"denom_units":[{"denom":"cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds","exponent":0},{"denom":"bbro","exponent":6}],"type_asset":"cw20","address":"terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds","base":"cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds","name":"bBRO token","display":"bbro","symbol":"bBRO","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg"}]},{"denom_units":[{"denom":"cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr","exponent":0},{"denom":"gtps","exponent":18}],"type_asset":"cw20","address":"terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr","base":"cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr","name":"Global Transaction Payment Solut","display":"gtps","symbol":"GTPS"},{"denom_units":[{"denom":"cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se","exponent":0},{"denom":"gfi","exponent":18}],"type_asset":"cw20","address":"terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se","base":"cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se","name":"Gtps.Finance","display":"gfi","symbol":"GFI"},{"denom_units":[{"denom":"cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa","exponent":0},{"denom":"ulc","exponent":18}],"type_asset":"cw20","address":"terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa","base":"cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa","name":"Ultimatalioniscoin","display":"ulc","symbol":"ULC"},{"denom_units":[{"denom":"cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl","exponent":0},{"denom":"sst","exponent":6}],"type_asset":"cw20","address":"terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl","base":"cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl","name":"Sooah Studio Token","display":"sst","symbol":"SST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png"}]},{"denom_units":[{"denom":"cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc","exponent":0},{"denom":"atlas","exponent":8}],"type_asset":"cw20","address":"terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc","base":"cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc","name":"Star Atlas (Portal)","display":"atlas","symbol":"ATLAS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png"}]},{"denom_units":[{"denom":"cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp","exponent":0},{"denom":"audio","exponent":8}],"type_asset":"cw20","address":"terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp","base":"cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp","name":"Audius (Portal)","display":"audio","symbol":"AUDIO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png"}]},{"denom_units":[{"denom":"cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m","exponent":0},{"denom":"avax","exponent":8}],"type_asset":"cw20","address":"terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m","base":"cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m","name":"AVAX (Portal)","display":"avax","symbol":"AVAX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png"}]},{"denom_units":[{"denom":"cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2","exponent":0},{"denom":"bat","exponent":8}],"type_asset":"cw20","address":"terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2","base":"cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2","name":"Basic Attention Token (Portal)","display":"bat","symbol":"BAT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png"}]},{"denom_units":[{"denom":"cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd","exponent":0},{"denom":"busdbs","exponent":8}],"type_asset":"cw20","address":"terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd","base":"cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd","name":"Binance USD (Portal from BSC)","display":"busdbs","symbol":"BUSDbs","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png"}]},{"denom_units":[{"denom":"cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95","exponent":0},{"denom":"dai","exponent":8}],"type_asset":"cw20","address":"terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95","base":"cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95","name":"DAI (Portal)","display":"dai","symbol":"DAI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png"}]},{"denom_units":[{"denom":"cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8","exponent":0},{"denom":"maticpo","exponent":8}],"type_asset":"cw20","address":"terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8","base":"cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8","name":"MATIC (Portal from Polygon)","display":"maticpo","symbol":"MATICpo","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png"}]},{"denom_units":[{"denom":"cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y","exponent":0},{"denom":"mimet","exponent":8}],"type_asset":"cw20","address":"terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y","base":"cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y","name":"Magic Internet Money","display":"mimet","symbol":"MIMet","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png"}]},{"denom_units":[{"denom":"cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q","exponent":0},{"denom":"ray","exponent":6}],"type_asset":"cw20","address":"terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q","base":"cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q","name":"Raydium (Portal)","display":"ray","symbol":"RAY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png"}]},{"denom_units":[{"denom":"cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc","exponent":0},{"denom":"sbr","exponent":6}],"type_asset":"cw20","address":"terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc","base":"cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc","name":"Saber (Portal)","display":"sbr","symbol":"SBR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png"}]},{"denom_units":[{"denom":"cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd","exponent":0},{"denom":"shib","exponent":8}],"type_asset":"cw20","address":"terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd","base":"cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd","name":"Shiba Inu (Portal)","display":"shib","symbol":"SHIB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png"}]},{"denom_units":[{"denom":"cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c","exponent":0},{"denom":"srmso","exponent":6}],"type_asset":"cw20","address":"terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c","base":"cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c","name":"Serum (Portal from Solana)","display":"srmso","symbol":"SRMso","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png"}]},{"denom_units":[{"denom":"cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w","exponent":0},{"denom":"usdcav","exponent":6}],"type_asset":"cw20","address":"terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w","base":"cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w","name":"USD Coin (Portal from Avalanche)","display":"usdcav","symbol":"USDCav","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png"}]},{"denom_units":[{"denom":"cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu","exponent":0},{"denom":"usdcbs","exponent":8}],"type_asset":"cw20","address":"terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu","base":"cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu","name":"USD Coin (Portal from BSC)","display":"usdcbs","symbol":"USDCbs","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png"}]},{"denom_units":[{"denom":"cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x","exponent":0},{"denom":"usdcpo","exponent":6}],"type_asset":"cw20","address":"terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x","base":"cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x","name":"USD Coin (Portal from Polygon)","display":"usdcpo","symbol":"USDCpo","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png"}]},{"denom_units":[{"denom":"cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4","exponent":0},{"denom":"usdcso","exponent":6}],"type_asset":"cw20","address":"terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4","base":"cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4","name":"USD Coin (Portal from Solana)","display":"usdcso","symbol":"USDCso","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png"}]},{"denom_units":[{"denom":"cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx","exponent":0},{"denom":"usdtav","exponent":6}],"type_asset":"cw20","address":"terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx","base":"cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx","name":"Tether USD (Portal from Avalanche)","display":"usdtav","symbol":"USDTav","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png"}]},{"denom_units":[{"denom":"cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd","exponent":0},{"denom":"usdtbs","exponent":8}],"type_asset":"cw20","address":"terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd","base":"cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd","name":"Tether USD (Portal from BSC)","display":"usdtbs","symbol":"USDTbs","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png"}]},{"denom_units":[{"denom":"cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5","exponent":0},{"denom":"usdtso","exponent":6}],"type_asset":"cw20","address":"terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5","base":"cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5","name":"Tether USD (Portal from Solana)","display":"usdtso","symbol":"USDTso","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png"}]},{"denom_units":[{"denom":"cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3","exponent":0},{"denom":"gohm","exponent":8}],"type_asset":"cw20","address":"terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3","base":"cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3","name":"Governance OHM (Portal)","display":"gohm","symbol":"gOHM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png"}]},{"denom_units":[{"denom":"cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y","exponent":0},{"denom":"msol","exponent":8}],"type_asset":"cw20","address":"terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y","base":"cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y","name":"Marinade staked SOL (Portal)","display":"msol","symbol":"mSOL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png"}]},{"denom_units":[{"denom":"cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d","exponent":0},{"denom":"steth","exponent":8}],"type_asset":"cw20","address":"terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d","base":"cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d","name":"Lido Staked Ether (Portal)","display":"steth","symbol":"stETH","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png"}]},{"denom_units":[{"denom":"cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc","exponent":0},{"denom":"lct","exponent":6}],"type_asset":"cw20","address":"terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc","base":"cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc","name":"LCT Token","display":"lct","symbol":"LCT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png"}]},{"denom_units":[{"denom":"cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a","exponent":0},{"denom":"batom","exponent":6}],"type_asset":"cw20","address":"terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a","base":"cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a","name":"Bonded ATOM","display":"batom","symbol":"bATOM","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg"}]},{"denom_units":[{"denom":"cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn","exponent":0},{"denom":"webatom","exponent":6}],"type_asset":"cw20","address":"terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn","base":"cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn","name":"pStake Bonded ATOM (Wormhole)","display":"webatom","symbol":"webATOM","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg"}]},{"denom_units":[{"denom":"cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn","exponent":0},{"denom":"wcoin","exponent":6}],"type_asset":"cw20","address":"terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn","base":"cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn","name":"Willisch Coin","display":"wcoin","symbol":"WCOIN","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg"}]},{"denom_units":[{"denom":"cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy","exponent":0},{"denom":"lctfancard","exponent":6}],"type_asset":"cw20","address":"terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy","base":"cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy","name":"LCT Fancard Token","display":"lctfancard","symbol":"LCTfancard","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png"}]},{"denom_units":[{"denom":"cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang","exponent":0},{"denom":"kntc","exponent":6}],"type_asset":"cw20","address":"terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang","base":"cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang","name":"Kinetic Token","display":"kntc","symbol":"KNTC","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg"}]},{"denom_units":[{"denom":"cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex","exponent":0},{"denom":"kust","exponent":6}],"type_asset":"cw20","address":"terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex","base":"cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex","name":"Kinetic kUST Token","display":"kust","symbol":"kUST","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg"}]},{"denom_units":[{"denom":"cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv","exponent":0},{"denom":"steak","exponent":6}],"type_asset":"cw20","address":"terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv","base":"cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv","name":"Steak Token","display":"steak","symbol":"STEAK","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg"}]},{"denom_units":[{"denom":"cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m","exponent":0},{"denom":"cst","exponent":6}],"type_asset":"cw20","address":"terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m","base":"cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m","name":"CST Token","display":"cst","symbol":"CST","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png"}]},{"denom_units":[{"denom":"cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam","exponent":0},{"denom":"cstfancard","exponent":6}],"type_asset":"cw20","address":"terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam","base":"cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam","name":"CST Fancard Token","display":"cstfancard","symbol":"CSTfancard","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png"}]},{"denom_units":[{"denom":"cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj","exponent":0},{"denom":"nwld","exponent":9}],"type_asset":"cw20","address":"terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj","base":"cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj","name":"Neworld Labs Develpper Token","display":"nwld","symbol":"NWLD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png"}]},{"denom_units":[{"denom":"cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k","exponent":0},{"denom":"fury","exponent":6}],"type_asset":"cw20","address":"terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k","base":"cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k","name":"FURY","display":"fury","symbol":"FURY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png"}]},{"denom_units":[{"denom":"cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93","exponent":0},{"denom":"rct","exponent":6}],"type_asset":"cw20","address":"terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93","base":"cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93","name":"Reactor Token","display":"rct","symbol":"RCT","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg"}]},{"denom_units":[{"denom":"cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu","exponent":0},{"denom":"vitc","exponent":6}],"type_asset":"cw20","address":"terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu","base":"cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu","name":"Vitamin Coin","display":"vitc","symbol":"VITC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png"}]},{"denom_units":[{"denom":"cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g","exponent":0},{"denom":"sb","exponent":6}],"type_asset":"cw20","address":"terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g","base":"cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g","name":"DragonSB","display":"sb","symbol":"SB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png"}]},{"denom_units":[{"denom":"cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh","exponent":0},{"denom":"toad","exponent":6}],"type_asset":"cw20","address":"terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh","base":"cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh","name":"RESToad Token","display":"toad","symbol":"TOAD","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg"}]},{"denom_units":[{"denom":"cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd","exponent":0},{"denom":"orionastro","exponent":6}],"type_asset":"cw20","address":"terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd","base":"cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd","name":"Orion Money xASTRO Derivative Token","display":"orionastro","symbol":"orionASTRO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png"}]},{"denom_units":[{"denom":"cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp","exponent":0},{"denom":"retro","exponent":6}],"type_asset":"cw20","address":"terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp","base":"cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp","name":"Retrograde","display":"retro","symbol":"RETRO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png"}]},{"denom_units":[{"denom":"cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d","exponent":0},{"denom":"tnd","exponent":6}],"type_asset":"cw20","address":"terra16wggm67a34msdxasg2vergm2pt289y7930wv7d","base":"cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d","name":"TerrnadoCash","display":"tnd","symbol":"TND","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png"}]},{"denom_units":[{"denom":"cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g","exponent":0},{"denom":"stnd","exponent":6}],"type_asset":"cw20","address":"terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g","base":"cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g","name":"TerrnadoCash","display":"stnd","symbol":"sTND","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg"}]},{"denom_units":[{"denom":"cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe","exponent":0},{"denom":"nwt","exponent":9}],"type_asset":"cw20","address":"terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe","base":"cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe","name":"Neworld Token","display":"nwt","symbol":"NWT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png"}]},{"description":"The AUD stablecoin of Terra Classic.","denom_units":[{"denom":"uaud","exponent":0,"aliases":["microaud"]},{"denom":"maud","exponent":3,"aliases":["milliaud"]},{"denom":"aut","exponent":6,"aliases":["autc"]}],"base":"uaud","name":"TerraClassicAUD","display":"aut","symbol":"AUTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg"}]},{"description":"The CAD stablecoin of Terra Classic.","denom_units":[{"denom":"ucad","exponent":0,"aliases":["microcad"]},{"denom":"mcad","exponent":3,"aliases":["millicad"]},{"denom":"cat","exponent":6,"aliases":["catc"]}],"base":"ucad","name":"TerraClassicCAD","display":"cat","symbol":"CATC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg"}]},{"description":"The CHF stablecoin of Terra Classic.","denom_units":[{"denom":"uchf","exponent":0,"aliases":["microchf"]},{"denom":"mchf","exponent":3,"aliases":["millichf"]},{"denom":"cht","exponent":6,"aliases":["chtc"]}],"base":"uchf","name":"TerraClassicCHF","display":"cht","symbol":"CHTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg"}]},{"description":"The CNY stablecoin of Terra Classic.","denom_units":[{"denom":"ucny","exponent":0,"aliases":["microcny"]},{"denom":"mcny","exponent":3,"aliases":["millicny"]},{"denom":"cnt","exponent":6,"aliases":["cntc"]}],"base":"ucny","name":"TerraClassicCNY","display":"cnt","symbol":"CNTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg"}]},{"description":"The DKK stablecoin of Terra Classic.","denom_units":[{"denom":"udkk","exponent":0,"aliases":["microdkk"]},{"denom":"mdkk","exponent":3,"aliases":["millidkk"]},{"denom":"dkt","exponent":6,"aliases":["dktc"]}],"base":"udkk","name":"TerraClassicDKK","display":"dkt","symbol":"DKTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg"}]},{"description":"The EUR stablecoin of Terra Classic.","denom_units":[{"denom":"ueur","exponent":0,"aliases":["microeur"]},{"denom":"meur","exponent":3,"aliases":["millieur"]},{"denom":"eut","exponent":6,"aliases":["eutc"]}],"base":"ueur","name":"TerraClassicEUR","display":"eut","symbol":"EUTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg"}]},{"description":"The GBP stablecoin of Terra Classic.","denom_units":[{"denom":"ugbp","exponent":0,"aliases":["microgbp"]},{"denom":"mgbp","exponent":3,"aliases":["milligbp"]},{"denom":"gbt","exponent":6,"aliases":["gbtc"]}],"base":"ugbp","name":"TerraClassicGBP","display":"gbt","symbol":"GBTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg"}]},{"description":"The HKD stablecoin of Terra Classic.","denom_units":[{"denom":"uhkd","exponent":0,"aliases":["microhkd"]},{"denom":"mhkd","exponent":3,"aliases":["millihkd"]},{"denom":"hkt","exponent":6,"aliases":["hktc"]}],"base":"uhkd","name":"TerraClassicHKD","display":"hkt","symbol":"HKTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg"}]},{"description":"The IDR stablecoin of Terra Classic.","denom_units":[{"denom":"uidr","exponent":0,"aliases":["microidr"]},{"denom":"midr","exponent":3,"aliases":["milliidr"]},{"denom":"idt","exponent":6,"aliases":["idtc"]}],"base":"uidr","name":"TerraClassicIDR","display":"idt","symbol":"IDTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg"}]},{"description":"The INR stablecoin of Terra Classic.","denom_units":[{"denom":"uinr","exponent":0,"aliases":["microinr"]},{"denom":"minr","exponent":3,"aliases":["milliinr"]},{"denom":"int","exponent":6,"aliases":["intc"]}],"base":"uinr","name":"TerraClassicINR","display":"int","symbol":"INTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg"}]},{"description":"The JPY stablecoin of Terra Classic.","denom_units":[{"denom":"ujpy","exponent":0,"aliases":["microjpy"]},{"denom":"mjpy","exponent":3,"aliases":["millijpy"]},{"denom":"jpt","exponent":6,"aliases":["jptc"]}],"base":"ujpy","name":"TerraClassicJPY","display":"jpt","symbol":"JPTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg"}]},{"description":"The MNT stablecoin of Terra Classic.","denom_units":[{"denom":"umnt","exponent":0,"aliases":["micromnt"]},{"denom":"mmnt","exponent":3,"aliases":["millimnt"]},{"denom":"mnt","exponent":6,"aliases":["mntc"]}],"base":"umnt","name":"TerraClassicMNT","display":"mnt","symbol":"MNTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg"}]},{"description":"The MYR stablecoin of Terra Classic.","denom_units":[{"denom":"umyr","exponent":0,"aliases":["micromyr"]},{"denom":"mmyr","exponent":3,"aliases":["millimyr"]},{"denom":"myt","exponent":6,"aliases":["mytc"]}],"base":"umyr","name":"TerraClassicMYR","display":"myt","symbol":"MYTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg"}]},{"description":"The NOK stablecoin of Terra Classic.","denom_units":[{"denom":"unok","exponent":0,"aliases":["micronok"]},{"denom":"mnok","exponent":3,"aliases":["millinok"]},{"denom":"not","exponent":6,"aliases":["notc"]}],"base":"unok","name":"TerraClassicNOK","display":"not","symbol":"NOTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg"}]},{"description":"The PHP stablecoin of Terra Classic.","denom_units":[{"denom":"uphp","exponent":0,"aliases":["microphp"]},{"denom":"mphp","exponent":3,"aliases":["milliphp"]},{"denom":"pht","exponent":6,"aliases":["phtc"]}],"base":"uphp","name":"TerraClassicPHP","display":"pht","symbol":"PHTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg"}]},{"description":"The SDR stablecoin of Terra Classic.","denom_units":[{"denom":"usdr","exponent":0,"aliases":["microsdr"]},{"denom":"msdr","exponent":3,"aliases":["millisdr"]},{"denom":"sdt","exponent":6,"aliases":["sdtc"]}],"base":"usdr","name":"TerraClassicSDR","display":"sdt","symbol":"SDTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg"}]},{"description":"The SEK stablecoin of Terra Classic.","denom_units":[{"denom":"usek","exponent":0,"aliases":["microsek"]},{"denom":"msek","exponent":3,"aliases":["millisek"]},{"denom":"set","exponent":6,"aliases":["setc"]}],"base":"usek","name":"TerraClassicSEK","display":"set","symbol":"SETC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg"}]},{"description":"The SGD stablecoin of Terra Classic.","denom_units":[{"denom":"usgd","exponent":0,"aliases":["microsgd"]},{"denom":"msgd","exponent":3,"aliases":["millisgd"]},{"denom":"sgt","exponent":6,"aliases":["sgtc"]}],"base":"usgd","name":"TerraClassicSGD","display":"sgt","symbol":"SGTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg"}]},{"description":"The THB stablecoin of Terra Classic.","denom_units":[{"denom":"uthb","exponent":0,"aliases":["microthb"]},{"denom":"mthb","exponent":3,"aliases":["millithb"]},{"denom":"tht","exponent":6,"aliases":["thtc"]}],"base":"uthb","name":"TerraClassicTHB","display":"tht","symbol":"THTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg"}]},{"description":"The TWD stablecoin of Terra Classic.","denom_units":[{"denom":"utwd","exponent":0,"aliases":["microtwd"]},{"denom":"mtwd","exponent":3,"aliases":["millitwd"]},{"denom":"twt","exponent":6,"aliases":["twtc"]}],"base":"utwd","name":"TerraClassicTWD","display":"twt","symbol":"TWTC","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg"}]},{"denom_units":[{"denom":"cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn","exponent":0},{"denom":"neb","exponent":6}],"type_asset":"cw20","address":"terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn","base":"cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn","name":"Nebula Token","display":"neb","symbol":"NEB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png"}]},{"denom_units":[{"denom":"cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00","exponent":0},{"denom":"trit","exponent":6}],"type_asset":"cw20","address":"terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00","base":"cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00","name":"Terra Tritium Token","display":"trit","symbol":"TRIT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png"}]},{"description":"Rakoff Token is the Meme Token for Terra Classic","denom_units":[{"denom":"cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2","exponent":0},{"denom":"rakoff","exponent":6}],"type_asset":"cw20","address":"terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2","base":"cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2","name":"Rakoff Token","display":"rakoff","symbol":"RAKOFF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png"}]},{"description":"Tadpole Frogztrik Token meme","denom_units":[{"denom":"cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c","exponent":0},{"denom":"tadf","exponent":6}],"type_asset":"cw20","address":"terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c","base":"cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c","name":"Tadpole Frogztrik Token","display":"tadf","symbol":"TADF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png"}]},{"description":"Frogztrik NFT Token","denom_units":[{"denom":"cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9","exponent":0},{"denom":"frog","exponent":6}],"type_asset":"cw20","address":"terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9","base":"cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9","name":"Frogztrik NFT Token","display":"frog","symbol":"FROG","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png"}]}],"phoenix-1":[{"description":"The native staking token of Terra.","denom_units":[{"denom":"uluna","exponent":0},{"denom":"luna","exponent":6}],"base":"uluna","name":"Luna","display":"luna","symbol":"LUNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}],"coingecko_id":"terra-luna-2"},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26","exponent":0},{"denom":"astro.cw20","exponent":6}],"type_asset":"cw20","address":"terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26","base":"cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26","name":"Astroport CW20 Token","display":"astro.cw20","symbol":"ASTRO.cw20","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"}]},{"description":"Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.","denom_units":[{"denom":"ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995","exponent":0,"aliases":["uastro"]},{"denom":"astro","exponent":6}],"type_asset":"ics20","base":"ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995","name":"Astroport token","display":"astro","symbol":"ASTRO","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","channel_id":"channel-25"},"chain":{"channel_id":"channel-229","path":"transfer/channel-229/factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}]},{"description":"Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.","denom_units":[{"denom":"cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k","exponent":0,"aliases":["Dinheiros"]}],"type_asset":"cw20","address":"terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k","base":"cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k","name":"dinheiro","display":"cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k","symbol":"DINHEIROS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png"}]},{"description":"Reis is the king of trading, high volume high liquidity, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.","denom_units":[{"denom":"cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8","exponent":0},{"denom":"Reis","exponent":6}],"type_asset":"cw20","address":"terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8","base":"cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8","name":"real","display":"Reis","symbol":"REIS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png"}]},{"description":"Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.","denom_units":[{"denom":"cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg","exponent":0},{"denom":"Escudos","exponent":6}],"type_asset":"cw20","address":"terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg","base":"cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg","name":"escudo","display":"Escudos","symbol":"ESCUDOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png"}]},{"description":"Alem is a local currency for the region of Alentejo in Portugal, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.","denom_units":[{"denom":"cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q","exponent":0},{"denom":"Alem","exponent":6}],"type_asset":"cw20","address":"terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q","base":"cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q","name":"alentejo.money","display":"Alem","symbol":"ALEM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png"}]},{"description":"ERIS liquid staked LUNA.","denom_units":[{"denom":"cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct","exponent":0},{"denom":"ampluna","exponent":6}],"type_asset":"cw20","address":"terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct","base":"cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct","name":"ERIS Amplified LUNA","display":"ampluna","symbol":"ampLUNA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg"}],"coingecko_id":"eris-amplified-luna"},{"description":"Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling","denom_units":[{"denom":"cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv","exponent":0},{"denom":"roar","exponent":6}],"type_asset":"cw20","address":"terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv","base":"cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv","name":"Lion DAO","display":"roar","symbol":"ROAR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png"}],"coingecko_id":"lion-dao"},{"description":"GEM DAO, building a decentralized, community-owned, low-supply store of value","denom_units":[{"denom":"cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv","exponent":0},{"denom":"gem","exponent":6}],"type_asset":"cw20","address":"terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv","base":"cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv","name":"GEM DAO","display":"gem","symbol":"GEM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png"}]},{"description":"Lion Cub DAO is a useless meme community DAO on Terra","denom_units":[{"denom":"cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t","exponent":0},{"denom":"cub","exponent":6}],"type_asset":"cw20","address":"terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t","base":"cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t","name":"Lion Cub DAO","display":"cub","symbol":"CUB","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png"}]},{"description":"BLUE CUB DAO is a community DAO on Terra","denom_units":[{"denom":"cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584","exponent":0},{"denom":"blue","exponent":6}],"type_asset":"cw20","address":"terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584","base":"cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584","name":"BLUE CUB DAO","display":"blue","symbol":"BLUE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png"}]},{"description":"Liquidity token, NFT, HARVEST FOR VALUE","denom_units":[{"denom":"cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn","exponent":0},{"denom":"xxx","exponent":10}],"type_asset":"cw20","address":"terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn","base":"cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn","name":"TheOnlyOne","display":"xxx","symbol":"xxx","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png"}]},{"description":"Just a meme coin on Terra","denom_units":[{"denom":"cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces","exponent":0},{"denom":"GUGU","exponent":6}],"type_asset":"cw20","address":"terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces","base":"cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces","name":"GUGU","display":"GUGU","symbol":"GUGU","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png"}]},{"description":"BackBone Labs Liquid Staked LUNA","denom_units":[{"denom":"cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml","exponent":0},{"denom":"bLUNA","exponent":6}],"type_asset":"cw20","address":"terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml","base":"cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml","name":"BackBone Labs Liquid Staked LUNA","display":"bLUNA","symbol":"bLUNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png"}],"coingecko_id":"backbone-labs-staked-luna"},{"description":"Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.","denom_units":[{"denom":"cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3","exponent":0},{"denom":"sayve","exponent":6}],"type_asset":"cw20","address":"terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3","base":"cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3","name":"sayve","display":"sayve","symbol":"SAYVE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg"}]},{"description":"ERIS Alliance Staked ampWHALE on Terra","denom_units":[{"denom":"factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt","exponent":0},{"denom":"ampWHALEt","exponent":6}],"base":"factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt","name":"ERIS Alliance Staked ampWHALE","display":"ampWHALEt","symbol":"ampWHALEt","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg"}]},{"description":"ERIS Alliance Staked boneWHALE on Terra","denom_units":[{"denom":"factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt","exponent":0},{"denom":"boneWHALEt","exponent":6}],"base":"factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt","name":"ERIS Alliance Staked boneWHALE","display":"boneWHALEt","symbol":"boneWHALEt","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg"}]},{"description":"ERIS Liquid Enterprise Staked ROAR","denom_units":[{"denom":"factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR","exponent":0},{"denom":"ampROAR","exponent":6}],"base":"factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR","name":"ERIS Amplified ROAR","display":"ampROAR","symbol":"ampROAR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png"}]},{"description":"Nico Dao Money","denom_units":[{"denom":"cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3","exponent":0},{"denom":"nico","exponent":18}],"type_asset":"cw20","address":"terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3","base":"cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3","name":"nico","display":"nico","symbol":"NICO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png"}]},{"description":"Sailing the Seas DAO is a community DAO built on Enterprise on Terra","denom_units":[{"denom":"cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala","exponent":0},{"denom":"seas","exponent":6}],"type_asset":"cw20","address":"terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala","base":"cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala","name":"Sailing The SeaS DAO","display":"seas","symbol":"SEAS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png"}]},{"description":"A community DAO built on Enterprise","denom_units":[{"denom":"cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v","exponent":0},{"denom":"bitz","exponent":6}],"type_asset":"cw20","address":"terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v","base":"cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v","name":"BitzDAO","display":"bitz","symbol":"BITZ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png"}]},{"denom_units":[{"denom":"ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C","exponent":0,"aliases":["wstETH"]},{"denom":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","exponent":18}],"type_asset":"ics20","base":"ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C","name":"Wrapped Lido Staked Ether","display":"wstETH","symbol":"wstETH","traces":[{"type":"ibc","counterparty":{"chain_name":"neutron","base_denom":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","channel_id":"channel-25"},"chain":{"channel_id":"channel-229","path":"transfer/channel-229/factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"}]},{"description":"SEUL DAO","denom_units":[{"denom":"cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l","exponent":0},{"denom":"seul","exponent":6}],"type_asset":"cw20","address":"terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l","base":"cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l","name":"seul","display":"seul","symbol":"SEUL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png"}]},{"description":"SEUL DAO","denom_units":[{"denom":"cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5","exponent":0},{"denom":"xseul","exponent":6}],"type_asset":"cw20","address":"terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5","base":"cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5","name":"xseul","display":"xseul","symbol":"xSEUL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png"}]},{"description":"ITO DAO","denom_units":[{"denom":"cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s","exponent":0},{"denom":"ito","exponent":6}],"type_asset":"cw20","address":"terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s","base":"cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s","name":"ito","display":"ito","symbol":"ITO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png"}]},{"description":"Chris Armani Token","denom_units":[{"denom":"cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8","exponent":0},{"denom":"ARMANI","exponent":6}],"type_asset":"cw20","address":"terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8","base":"cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8","name":"ARMANI","display":"ARMANI","symbol":"ARMANI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png"}]},{"description":"useless meme coin","denom_units":[{"denom":"cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun","exponent":0},{"denom":"DROGO","exponent":6}],"type_asset":"cw20","address":"terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun","base":"cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun","name":"DROGO","display":"DROGO","symbol":"DROGO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png"}]},{"description":"ado the flower of night","denom_units":[{"denom":"cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu","exponent":0},{"denom":"ADO","exponent":6}],"type_asset":"cw20","address":"terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu","base":"cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu","name":"ADO","display":"ADO","symbol":"ADO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png"}]},{"description":"The first memecoin on osmosis.","denom_units":[{"denom":"ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278","exponent":0},{"denom":"WOSMO","exponent":6}],"type_asset":"ics20","base":"ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278","name":"Wosmo","display":"WOSMO","symbol":"WOSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosis","base_denom":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","channel_id":"channel-1"},"chain":{"channel_id":"channel-251","path":"transfer/channel-251/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"}]},{"description":"DNA DAO","denom_units":[{"denom":"cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h","exponent":0},{"denom":"DNA","exponent":6}],"type_asset":"cw20","address":"terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h","base":"cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h","name":"DNA","display":"DNA","symbol":"DNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png"}]},{"description":"Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.","denom_units":[{"denom":"cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq","exponent":0},{"denom":"bitmos","exponent":6}],"type_asset":"cw20","address":"terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq","base":"cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq","name":"Bitmos","display":"bitmos","symbol":"BMOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png"}]},{"denom_units":[{"denom":"cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj","exponent":0},{"denom":"lads","exponent":6}],"type_asset":"cw20","address":"terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj","base":"cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj","name":"LADS","display":"lads","symbol":"LADS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png"}]},{"denom_units":[{"denom":"ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4","exponent":0,"aliases":["factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"]},{"denom":"rstk","exponent":6}],"type_asset":"ics20","base":"ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4","name":"Restake DAO Token","display":"rstk","symbol":"RSTK","traces":[{"type":"ibc","counterparty":{"chain_name":"migaloo","base_denom":"factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk","channel_id":"channel-0"},"chain":{"channel_id":"channel-86","path":"transfer/channel-86/factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"}]},{"description":"ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.","denom_units":[{"denom":"cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2","exponent":0},{"denom":"CLON","exponent":6}],"type_asset":"cw20","address":"terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2","base":"cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2","name":"CLON","display":"CLON","symbol":"CLON","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png"}]},{"description":"ERIS Liquid Alliance Staked ampROAR","denom_units":[{"denom":"factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR","exponent":0},{"denom":"MOAR","exponent":6}],"base":"factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR","name":"ERIS MOAR","display":"MOAR","symbol":"MOAR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png"}]},{"description":"Tether USDt on Terra","denom_units":[{"denom":"ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5","exponent":0},{"denom":"usdt","exponent":6}],"type_asset":"ics20","base":"ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5","name":"Tether USDt","display":"usdt","symbol":"USDt","traces":[{"type":"ibc","counterparty":{"chain_name":"kava","base_denom":"erc20/tether/usdt","channel_id":"channel-138"},"chain":{"channel_id":"channel-272","path":"transfer/channel-272/erc20/tether/usdt"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","theme":{"primary_color_hex":"#009393"}}]},{"description":"ATOM-LUNA liquidity pool token on URA","denom_units":[{"denom":"factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP","exponent":0},{"denom":"atom-luna-lp","exponent":6}],"base":"factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP","name":"ATOM-LUNA LP Token URA","display":"atom-luna-lp","symbol":"ATOM-LUNA-LP","images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg"}]},{"description":"LUNA-USDC liquidity pool token on URA","denom_units":[{"denom":"factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP","exponent":0},{"denom":"luna-usdc-lp","exponent":6}],"base":"factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP","name":"LUNA-USDC LP Token URA","display":"luna-usdc-lp","symbol":"LUNA-USDC-LP","images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg"}]},{"description":"LUNA-USDT liquidity pool token on URA","denom_units":[{"denom":"factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP","exponent":0},{"denom":"luna-usdt-lp","exponent":6}],"base":"factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP","name":"LUNA-USDT LP Token URA","display":"luna-usdt-lp","symbol":"LUNA-USDT-LP","images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg"}]},{"description":"ashLUNA","denom_units":[{"denom":"factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash","exponent":0},{"denom":"ashLUNA","exponent":6}],"base":"factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash","name":"ashLUNA","display":"ashLUNA","symbol":"ashLUNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png"}]}],"tgrade-mainnet-1":[{"description":"The native token of Tgrade","denom_units":[{"denom":"utgd","exponent":0},{"denom":"tgd","exponent":6}],"base":"utgd","name":"Tgrade","display":"tgd","symbol":"TGD","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"}],"coingecko_id":"tgrade"}],"thorchain-mainnet-v1":[],"titan_18888-1":[{"description":"The native token of the Titan network.","denom_units":[{"denom":"atkx","exponent":0,"aliases":["attotkx"]},{"denom":"utkx","exponent":12,"aliases":["microtkx"]},{"denom":"mtkx","exponent":15,"aliases":["millitkx"]},{"denom":"tkx","exponent":18,"aliases":[]}],"base":"atkx","name":"titan tkx","display":"tkx","symbol":"TKX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png"}],"coingecko_id":"tokenize-xchange","keywords":["staking"]}],"FUND-MainNet-2":[{"description":"Staking and governance coin for the Unification Blockchain","denom_units":[{"denom":"nund","exponent":0},{"denom":"FUND","exponent":9}],"base":"nund","name":"Unification Network","display":"FUND","symbol":"FUND","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"}],"coingecko_id":"unification"}],"ununifi-beta-v1":[{"description":"The governance token of UnUniFi protocol.","denom_units":[{"denom":"uguu","exponent":0},{"denom":"guu","exponent":6}],"base":"uguu","name":"UnUniFi","display":"guu","symbol":"GUU","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"}],"keywords":["staking","wasm","assets","nft"]}],"umee-1":[{"description":"The native token of Umee","denom_units":[{"denom":"uumee","exponent":0},{"denom":"umee","exponent":6}],"base":"uumee","name":"Umee","display":"umee","symbol":"UMEE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"}],"coingecko_id":"umee"}],"uptick_117-1":[{"description":"The native token of Uptick","denom_units":[{"denom":"auptick","exponent":0},{"denom":"uptick","exponent":18}],"base":"auptick","name":"Uptick","display":"uptick","symbol":"UPTICK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg"}]}],"dimension_37-1":[{"description":"The native staking token of XPLA.","denom_units":[{"denom":"axpla","exponent":0},{"denom":"xpla","exponent":18}],"base":"axpla","name":"Xpla","display":"xpla","symbol":"XPLA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"}],"coingecko_id":"xpla"}],"vidulum-1":[{"description":"The native token of Vidulum","denom_units":[{"denom":"uvdl","exponent":0},{"denom":"vdl","exponent":6}],"base":"uvdl","name":"Vidulum","display":"vdl","symbol":"VDL","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"}],"coingecko_id":"vidulum"}],"zetachain_7000-1":[{"description":"The native token of ZetaChain","denom_units":[{"denom":"azeta","exponent":0},{"denom":"zeta","exponent":18}],"base":"azeta","name":"ZetaChain","display":"zeta","symbol":"ZETA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.svg"}],"coingecko_id":"zetachain"}],"sandbox-01":[{"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.","denom_units":[{"denom":"uakt","exponent":0},{"denom":"akt","exponent":6}],"base":"uakt","name":"Akash Network","display":"akt","symbol":"AKT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}]}],"constantine-3":[{"description":"The native token of Archway testnetwork","denom_units":[{"denom":"aconst","exponent":0},{"denom":"uconst","exponent":12},{"denom":"const","exponent":18}],"base":"aconst","name":"Archway","display":"const","symbol":"CONST"}],"arkeo":[{"denom_units":[{"denom":"uarkeo","exponent":0},{"denom":"arkeo","exponent":6}],"base":"uarkeo","name":"Arkeo","display":"arkeo","symbol":"ARKEO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/arkeonetworktestnet/images/arkeo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/arkeonetworktestnet/images/arkeo.png"}]}],"artela_11820-1":[{"description":"The native EVM, governance and staking token of the Artela Network","denom_units":[{"denom":"uart","exponent":0},{"denom":"art","exponent":18}],"base":"uart","name":"Artela Testnet","display":"art","symbol":"ART","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/artelatestnet/images/artela.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/artelatestnet/images/artela.png"}]}],"aura_6321-3":[{"description":"The native token of Aura Test Network","denom_units":[{"denom":"ueaura","exponent":0},{"denom":"eaura","exponent":6}],"base":"ueaura","name":"EAura","display":"eaura","symbol":"EAURA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}]}],"axelar-testnet-lisbon-3":[{"description":"The native token of Axelar","denom_units":[{"denom":"uaxl","exponent":0},{"denom":"axl","exponent":6}],"base":"uaxl","name":"Axelar","display":"axl","symbol":"AXL","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"}],"coingecko_id":"axelar"},{"description":"Circle's stablecoin on Axelar","denom_units":[{"denom":"uausdc","exponent":0},{"denom":"ausdc","exponent":6}],"base":"uausdc","name":"USD Coin","display":"ausdc","symbol":"aUSDC","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereumtestnet","base_denom":"0x254d06f33bDc5b8ee05b2ea472107E300226659A"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"Wrapped Ether on Axelar","denom_units":[{"denom":"eth-wei","exponent":0},{"denom":"weth","exponent":18}],"base":"eth-wei","name":"Wrapped Ether","display":"weth","symbol":"axlWETH","traces":[{"type":"bridge","counterparty":{"chain_name":"ethereumtestnet","base_denom":"0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"}]},{"description":"Wrapped Moonbeam on Axelar","denom_units":[{"denom":"wglmr-wei","exponent":0},{"denom":"wglmr","exponent":18}],"base":"wglmr-wei","name":"Wrapped Moonbeam","display":"wglmr","symbol":"WDEV","traces":[{"type":"bridge","counterparty":{"chain_name":"moonbeamtestnet","base_denom":"0x1436aE0dF0A8663F18c0Ec51d7e2E46591730715"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg"}]},{"description":"Wrapped Matic on Axelar","denom_units":[{"denom":"wmatic-wei","exponent":0},{"denom":"wmatic","exponent":18}],"base":"wmatic-wei","name":"Wrapped Matic","display":"wmatic","symbol":"WMATIC","traces":[{"type":"bridge","counterparty":{"chain_name":"polygontestnet","base_denom":"0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg"}]},{"description":"Wrapped BNB on Axelar","denom_units":[{"denom":"wbnb-wei","exponent":0},{"denom":"wbnb","exponent":18}],"base":"wbnb-wei","name":"Wrapped BNB","display":"wbnb","symbol":"WBNB","traces":[{"type":"bridge","counterparty":{"chain_name":"binancesmartchaintestnet","base_denom":"0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg"}]},{"description":"Wrapped AVAX on Axelar.","denom_units":[{"denom":"wavax-wei","exponent":0},{"denom":"avax","exponent":18}],"base":"wavax-wei","name":"Wrapped AVAX","display":"avax","symbol":"WAVAX","traces":[{"type":"bridge","counterparty":{"chain_name":"avalanchetestnet","base_denom":"0xd00ae08403B9bbb9124bB305C09058E32C39A48c"},"provider":"Axelar"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"}]},{"description":"Wrapped FTM on Axelar.","denom_units":[{"denom":"wftm-wei","exponent":0},{"denom":"ftm","exponent":18}],"base":"wftm-wei","name":"Wrapped FTM","display":"ftm","symbol":"WFTM","traces":[{"type":"bridge","counterparty":{"chain_name":"fantomtestnet","base_denom":"0x812666209b90344Ec8e528375298ab9045c2Bd08"},"provider":"Axelar"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png"}]}],"bbn-test1":[{"description":"The native staking token of Babylon.","denom_units":[{"denom":"ubbn","exponent":0},{"denom":"bbn","exponent":6}],"base":"ubbn","name":"Babylon BBN","display":"bbn","symbol":"BBN","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"}]}],"bbn-test3":[{"description":"The native staking token of Babylon.","denom_units":[{"denom":"ubbn","exponent":0},{"denom":"bbn","exponent":6}],"base":"ubbn","name":"Babylon BBN","display":"bbn","symbol":"BBN","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"}]}],"bitcanna-dev-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.","denom_units":[{"denom":"ubcna","exponent":0},{"denom":"bcna","exponent":6}],"base":"ubcna","name":"BitCanna","display":"bcna","symbol":"BCNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg"}],"coingecko_id":"bitcanna"}],"bitcanna-dev-1":[{"description":"The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.","denom_units":[{"denom":"ubcna","exponent":0},{"denom":"bcna","exponent":6}],"base":"ubcna","name":"BitCanna","display":"bcna","symbol":"BCNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg"}],"coingecko_id":"bitcanna"}],"blockx_190-1":[{"description":"BlockX Native Token","denom_units":[{"denom":"abcx","exponent":0},{"denom":"bcx","exponent":18}],"type_asset":"sdk.coin","base":"abcx","name":"BCX","display":"bcx","symbol":"BCX","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png"}]}],"cascadia_6102-1":[{"description":"The World's First Neocybernetic Blockchain","denom_units":[{"denom":"aCC","exponent":0},{"denom":"tCC","exponent":18}],"base":"aCC","name":"Сascadia Testnet","display":"tCC","symbol":"TCC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png"}],"keywords":["cascadia","neocybernetic"]}],"blockspacerace-0":[{"denom_units":[{"denom":"utia","exponent":0},{"denom":"tia","exponent":6}],"base":"utia","name":"Celestia","display":"tia","symbol":"TIA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet/images/celestia.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet/images/celestia.svg"}]}],"arabica-11":[{"denom_units":[{"denom":"utia","exponent":0},{"denom":"tia","exponent":6}],"base":"utia","name":"Celestia","display":"tia","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.svg"}]}],"mocha-4":[{"denom_units":[{"denom":"utia","exponent":0},{"denom":"tia","exponent":6}],"base":"utia","name":"Celestia","display":"tia","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg"}]}],"babajaga-1":[{"description":"The native token of Chain4Energy","denom_units":[{"denom":"uc4e","exponent":0},{"denom":"c4e","exponent":6}],"base":"uc4e","name":"Chain4Energy","display":"c4e","symbol":"C4E","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"}]}],"cheqd-testnet-6":[{"description":"Native token for the cheqd network","denom_units":[{"denom":"ncheq","exponent":0},{"denom":"cheq","exponent":9}],"base":"ncheq","name":"cheqd","display":"cheq","symbol":"CHEQ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg"}],"coingecko_id":"cheqd-network"}],"chimba-testnet":[{"description":"The first blokchain in colombia","denom_units":[{"denom":"ucmba","exponent":0},{"denom":"chimba","exponent":6}],"base":"ucmba","name":"Chimba","display":"chimba","symbol":"CMBA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"}]}],"banksy-testnet-3":[{"description":"The native staking and governance token of the Composable testnet.","denom_units":[{"denom":"ppica","exponent":0},{"denom":"pica","exponent":12}],"base":"ppica","name":"Pica","display":"pica","symbol":"PICA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg"}]}],"kitten-04":[{"description":"CoolCat - The Interchain Gaming Hub. $CCAT is the native token for use in the CoolCat Network.","denom_units":[{"denom":"uccat","exponent":0},{"denom":"ccat","exponent":6}],"base":"uccat","name":"CoolCat","display":"ccat","symbol":"CCAT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/coolcattestnet/images/coolcat.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/coolcattestnet/images/coolcat.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/coolcattestnet/images/coolcat.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/coolcattestnet/images/coolcat.svg"}],"keywords":["nft","staking","games"]}],"coreum-testnet-1":[{"description":"The native token of Coreum","denom_units":[{"denom":"utestcore","exponent":0},{"denom":"testcore","exponent":6}],"base":"utestcore","name":"Coreum","display":"testcore","symbol":"TESTCORE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"}],"coingecko_id":"coreum","keywords":["dex","staking","wasm","assets","nft","XRPL"]}],"theta-testnet-001":[{"description":"The native staking and governance token of the Theta testnet version of the Cosmos Hub.","denom_units":[{"denom":"uatom","exponent":0},{"denom":"atom","exponent":6}],"base":"uatom","name":"Cosmos","display":"atom","symbol":"ATOM","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]}],"malaga-420":[{"description":"Fee Token","denom_units":[{"denom":"umlg","exponent":0},{"denom":"MLG","exponent":6}],"base":"umlg","name":"Malaga","display":"umlg","symbol":"MLG","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg"}]},{"description":"Staking Token","denom_units":[{"denom":"uand","exponent":0},{"denom":"AND","exponent":6}],"base":"uand","name":"Malaga Stake","display":"uand","symbol":"AND","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg"}]}],"coss-testnet-1":[{"description":"The native token of COSS","denom_units":[{"denom":"ucgas","exponent":0,"aliases":[]},{"denom":"cgas","exponent":6,"aliases":[]}],"base":"ucgas","name":"cgas","display":"cgas","symbol":"cgas"}],"cudos-testnet-public-3":[{"description":"The native token of the Cudos blockchain","denom_units":[{"denom":"acudos","exponent":0,"aliases":["attocudos"]},{"denom":"cudos","exponent":18,"aliases":[]}],"base":"acudos","name":"Cudos","display":"cudos","symbol":"CUDOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.svg"}]}],"deardoge-testnet":[{"description":"The native staking and governance token of the Theta testnet version of the Dear Doge Testnet.","denom_units":[{"denom":"udear","exponent":0},{"denom":"dear","exponent":6}],"base":"udear","name":"Dear Doge Testnet","display":"dear","symbol":"DEAR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/deardogetestnet/images/deardoge.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/deardogetestnet/images/deardoge.png"}]}],"morpheus-apollo-3":[{"description":"The native token of Desmos","denom_units":[{"denom":"udaric","exponent":0},{"denom":"daric","exponent":6}],"base":"udaric","name":"Desmos Testnet","display":"daric","symbol":"DARIC","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg"}],"coingecko_id":"desmos"}],"vota-testnet":[{"description":"The native staking and governance token of the Theta testnet version of the Dora Vota Testnet.","denom_units":[{"denom":"peaka","exponent":0},{"denom":"DORA","exponent":18}],"base":"peaka","name":"Dora Vota Testnet","display":"DORA","symbol":"DORA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"}]}],"vota-vk":[{"description":"The native staking and governance token of the Theta incentive version of the Dora Vota Testnet.","denom_units":[{"denom":"peaka","exponent":0},{"denom":"DORA","exponent":18}],"base":"peaka","name":"Dora Vota Incentive Testnet","display":"DORA","symbol":"DORA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"}]}],"dydx-testnet-4":[{"description":"The native staking token of dYdX Protocol.","denom_units":[{"denom":"adv4tnt","exponent":0},{"denom":"dv4tnt","exponent":18}],"base":"adv4tnt","name":"dYdX","display":"dv4tnt","symbol":"DV4TNT","traces":[{"type":"test-mintage","counterparty":{"chain_name":"dydx","base_denom":"adydx"},"provider":"Dydx"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg","theme":{}}]}],"elystestnet-1":[{"description":"The native token of Elys Network","denom_units":[{"denom":"uelys","exponent":0,"aliases":["microelys"]},{"denom":"melys","exponent":3,"aliases":["millielys"]},{"denom":"elys","exponent":6,"aliases":[]}],"base":"uelys","name":"Elys Network","display":"elys","symbol":"ELYS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png"}],"coingecko_id":"elys"},{"description":"Eden token definition","denom_units":[{"denom":"ueden","exponent":0,"aliases":["microeden"]},{"denom":"meden","exponent":3,"aliases":["millieden"]},{"denom":"eden","exponent":6,"aliases":[]}],"base":"ueden","name":"Eden","display":"eden","symbol":"EDEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png"}]},{"description":"USDC from Noble","denom_units":[{"denom":"ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65","exponent":0},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65","name":"Noble USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"nobletestnet","base_denom":"uusdc","channel_id":"channel-19"},"chain":{"channel_id":"channel-12","path":"transfer/channel-12/uusdc"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}]},{"denom_units":[{"denom":"ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4","exponent":0},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4","name":"ATOM on Elys","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshubtestnet","base_denom":"uatom","channel_id":"channel-3302"},"chain":{"channel_id":"channel-16","path":"transfer/channel-16/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]}],"circulus-1":[{"description":"The native staking and governance token of the testnet version of Empower.","denom_units":[{"denom":"umpwr","exponent":0},{"denom":"mpwr","exponent":6}],"base":"umpwr","name":"MPWR","display":"mpwr","symbol":"MPWR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empowertestnet/images/mpwr.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empowertestnet/images/mpwr.png"}]}],"entrypoint-pubtest-2":[{"description":"The native token of EntryPoint","denom_units":[{"denom":"uentry","exponent":0,"aliases":[]},{"denom":"entry","exponent":6,"aliases":[]}],"base":"uentry","name":"EntryPoint","display":"entry","symbol":"ENTRY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg"}],"keywords":["staking","governance","vaults"]},{"description":"The native staking and governance token of the Theta testnet version of the Cosmos Hub, via Osmosis.","denom_units":[{"denom":"ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5","exponent":0},{"denom":"atom","exponent":6}],"base":"ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5","name":"Cosmos","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosistestnet","base_denom":"ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C","channel_id":"channel-4156"},"chain":{"channel_id":"channel-0","path":"transfer/channel-0/transfer/channel-4156/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]}],"evmos_9000-4":[{"description":"The native EVM, governance and staking token of the Evmos Hub","denom_units":[{"denom":"atevmos","exponent":0},{"denom":"tevmos","exponent":18}],"base":"atevmos","name":"Evmos Testnet","display":"tevmos","symbol":"TEVMOS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.svg"}]}],"dorado-1":[{"description":"The native staking and governance token of the Fetch Hub.","denom_units":[{"denom":"atestfet","exponent":0},{"denom":"testfet","exponent":18}],"base":"atestfet","name":"fetch-ai","display":"testfet","symbol":"FET","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"}],"coingecko_id":"fetch-ai"}],"ebony-2":[{"description":"The native token of Ebony","denom_units":[{"denom":"tcony","exponent":0},{"denom":"tfnsa","exponent":6}],"type_asset":"sdk.coin","base":"tcony","name":"Test FINSCHIA","display":"tfnsa","symbol":"TFNSA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}],"keywords":["staking"]}],"galactica_9302-1":[{"description":"The native token of Galactica Protocol Testnet","denom_units":[{"denom":"agnet","exponent":0},{"denom":"gnet","exponent":18}],"base":"agnet","name":"Gnet","display":"gnet","symbol":"GNET","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.svg"}]}],"gitopia-janus-testnet-2":[{"description":"The native staking and governance token of the testnet version of Gitopia.","denom_units":[{"denom":"utlore","exponent":0},{"denom":"tlore","exponent":6}],"base":"utlore","name":"TLORE","display":"tlore","symbol":"TLORE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/gitopiatestnet/images/gitopia.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/gitopiatestnet/images/gitopia.png"}]}],"berberis-1":[{"description":"The native staking token of the Hedge blockchain.","denom_units":[{"denom":"uhedge","exponent":0},{"denom":"hedge","exponent":6}],"base":"uhedge","name":"Berberis HEDGE","display":"hedge","symbol":"HEDGE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"}]}],"testnet-1":[{"description":"The native staking and governance token of the testnet version of Humans AI.","denom_units":[{"denom":"uheart","exponent":0},{"denom":"heart","exponent":6}],"base":"uheart","name":"HEART","display":"heart","symbol":"HEART","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/humanstestnet/images/humans.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/humanstestnet/images/humans.png"}]}],"prajna-1":[{"description":"Native token for Hypersign Identity Network","denom_units":[{"denom":"uhid","exponent":0},{"denom":"hid","exponent":6}],"base":"uhid","name":"Hypersign","display":"hid","symbol":"HID","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hypersigntestnet/images/hypersign.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hypersigntestnet/images/hypersign.png"}],"coingecko_id":"hypersign-identity-token"}],"devnet-1":[{"description":"The native token of IXO Chain","denom_units":[{"denom":"uixo","exponent":0},{"denom":"ixo","exponent":6}],"base":"uixo","name":"IXO","display":"ixo","symbol":"IXO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg"}],"coingecko_id":"ixo"}],"pandora-8":[{"description":"The native token of IXO Chain","denom_units":[{"denom":"uixo","exponent":0},{"denom":"ixo","exponent":6}],"base":"uixo","name":"IXO","display":"ixo","symbol":"IXO","traces":[{"type":"test-mintage","counterparty":{"chain_name":"impacthub","base_denom":"uixo"},"provider":"impacthub"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}]}],"imversed-test-1":[{"description":"The native staking and governance token of the Imversed testnet.","denom_units":[{"denom":"nimv","exponent":0,"aliases":[]},{"denom":"imv","exponent":6,"aliases":[]}],"base":"nimv","name":"Imv","display":"imv","symbol":"IMV","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg"}]},{"description":"The native staking and governance token of the Imversed testnet.","denom_units":[{"denom":"ibc/C6438A7D613196373D939891C99CA7EEF4F78F4A78DC8590E51E62F8ED16E72B","exponent":0,"aliases":["usaage"]},{"denom":"imv","exponent":6}],"base":"ibc/C6438A7D613196373D939891C99CA7EEF4F78F4A78DC8590E51E62F8ED16E72B","name":"Imv","display":"imv","symbol":"IMV","ibc":{"source_channel":"channel-1","dst_channel":"channel-221","source_denom":"nimv"},"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg"}]}],"injective-888":[{"description":"The INJ token is the native governance token for the Injective chain.","denom_units":[{"denom":"inj","exponent":0},{"denom":"INJ","exponent":18}],"base":"inj","name":"Injective","display":"INJ","symbol":"INJ","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"}],"coingecko_id":"injective-protocol"}],"canine-1":[{"description":"The native staking and governance token of Jackal.","denom_units":[{"denom":"ujkl","exponent":0},{"denom":"jkl","exponent":6}],"base":"ujkl","name":"Jackal","display":"jkl","symbol":"JKL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.svg"}],"coingecko_id":"jackal"}],"mesomelas-1":[{"description":"The native staking and governance token of Jackal.","denom_units":[{"denom":"ujkl","exponent":0},{"denom":"jkl","exponent":6}],"base":"ujkl","name":"Jackal","display":"jkl","symbol":"JKL","traces":[{"type":"test-mintage","counterparty":{"chain_name":"jackal","base_denom":"ujkl"},"provider":"Jackal"}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"}]}],"uni-6":[{"description":"The native token of JUNO Chain","denom_units":[{"denom":"ujunox","exponent":0},{"denom":"junox","exponent":6}],"base":"ujunox","name":"Juno Testnet","display":"junox","symbol":"JUNOX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"}],"coingecko_id":"juno-network"},{"description":"The native token of NEXX GEN AI","denom_units":[{"denom":"factory/juno12klaltyqvg2j6v034jwdxrk5n4242ttse4sdpt/NEXX","exponent":0},{"denom":"nexx","exponent":6}],"base":"factory/juno12klaltyqvg2j6v034jwdxrk5n4242ttse4sdpt/NEXX","name":"NEXX GEN AI","display":"nexx","symbol":"NEXX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/nexx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/nexx.png"}]},{"description":"The token for the Arena DAO","denom_units":[{"denom":"factory/juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k/ARENA","exponent":0},{"denom":"arena","exponent":6}],"type_asset":"sdk.coin","address":"juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k","base":"factory/juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k/ARENA","name":"Arena Token","display":"arena","symbol":"ARENA","traces":[{"type":"test-mintage","counterparty":{"chain_name":"juno","base_denom":"factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA"},"provider":"Arena DAO"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg"}]}],"kichain-t-4":[{"description":"The native token of Ki Chain","denom_units":[{"denom":"utki","exponent":0},{"denom":"tki","exponent":6}],"base":"utki","name":"Ki","display":"tki","symbol":"TKI","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"}],"coingecko_id":"ki"}],"harpoon-4":[{"description":"The native staking and governance token of the Harpoon testnet version of Kujira.","denom_units":[{"denom":"ukuji","exponent":0},{"denom":"kuji","exponent":6}],"base":"ukuji","name":"Kuji","display":"kuji","symbol":"KUJI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/kuji.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/kuji.png"}]},{"description":"The testnet token of Fuzion","denom_units":[{"denom":"factory/kujira16qpvzhmawvsm8mcj4hdvtz25dadatdhhgw79xa/FUZN","exponent":0},{"denom":"fuzn","exponent":6}],"base":"factory/kujira16qpvzhmawvsm8mcj4hdvtz25dadatdhhgw79xa/FUZN","name":"Fuzion","display":"fuzn","symbol":"FUZN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/fuzn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/fuzn.png"}]}],"korellia-2":[{"description":"The native utility token of the Korellia devnet version of KYVE.","denom_units":[{"denom":"tkyve","exponent":0},{"denom":"kyve","exponent":6}],"base":"tkyve","name":"KYVE","display":"kyve","symbol":"KYVE","traces":[{"type":"test-mintage","counterparty":{"chain_name":"kyve","base_denom":"ukyve"},"provider":"Kyve"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}]}],"kaon-1":[{"description":"The native utility token of the Kaon testnet version of KYVE.","denom_units":[{"denom":"tkyve","exponent":0},{"denom":"kyve","exponent":6}],"base":"tkyve","name":"KYVE","display":"kyve","symbol":"KYVE","traces":[{"type":"test-mintage","counterparty":{"chain_name":"kyve","base_denom":"ukyve"},"provider":"Kyve"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}]}],"lava-testnet-2":[{"description":"The native token of Lava","denom_units":[{"denom":"ulava","exponent":0},{"denom":"lava","exponent":6}],"base":"ulava","name":"LAVA","display":"lava","symbol":"LAVA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],"keywords":["rpc","api"]}],"lava-testnet-1":[{"description":"The native token of Lava","denom_units":[{"denom":"ulava","exponent":0},{"denom":"lava","exponent":6}],"base":"ulava","name":"LAVA","display":"lava","symbol":"LAVA","logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],"keywords":["rpc","api"]}],"likecoin-public-testnet-5":[{"description":"EKIL is the native token for LikeCoin Testnet","denom_units":[{"denom":"nanoekil","exponent":0},{"denom":"ekil","exponent":9}],"base":"nanoekil","name":"LikeCoin","display":"ekil","symbol":"EKIL","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"}]}],"lumenx-test":[{"description":"The native token of Lumen Network","denom_units":[{"denom":"ulumen","exponent":0},{"denom":"lumen","exponent":6}],"base":"ulumen","name":"LUMEN","display":"lumen","symbol":"LUMEN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.svg"}]}],"mantra-hongbai-1":[{"description":"The native token of MANTRA","denom_units":[{"denom":"uom","exponent":0},{"denom":"om","exponent":6}],"base":"uom","name":"MANTRA Chain","display":"om","symbol":"OM","traces":[{"type":"test-mintage","counterparty":{"chain_name":"mantrachain","base_denom":"uom"},"provider":"MANTRA Chain"}],"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg","theme":{}}],"keywords":["mantra","staking","delegating","governance","regulation","defi"]}],"ares-1":[{"description":"The native token of Mars Protocol","denom_units":[{"denom":"umars","exponent":0},{"denom":"mars","exponent":6}],"base":"umars","name":"Mars","display":"mars","symbol":"MARS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"}]}],"narwhal-2":[{"description":"The native token of Migaloo Chain","denom_units":[{"denom":"uwhale","exponent":0},{"denom":"whale","exponent":6}],"base":"uwhale","name":"Whale","display":"whale","symbol":"WHALE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"}]}],"neura_268-1":[{"description":"ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.","denom_units":[{"denom":"atankr","exponent":0},{"denom":"ankr","exponent":18}],"base":"atankr","name":"Neura Devnet","display":"ankr","symbol":"ANKR","traces":[{"type":"test-mintage","counterparty":{"chain_name":"neura","base_denom":"atankr"},"provider":"Neura"}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg"}]}],"neura_267-1":[{"description":"ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.","denom_units":[{"denom":"atankr","exponent":0},{"denom":"ankr","exponent":18}],"base":"atankr","name":"Neura Testnet","display":"ankr","symbol":"ANKR","traces":[{"type":"test-mintage","counterparty":{"chain_name":"neura","base_denom":"atankr"},"provider":"Neura"}],"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg"}]}],"pion-1":[{"description":"The native token of Neutron chain","denom_units":[{"denom":"untrn","exponent":0},{"denom":"ntrn","exponent":6}],"base":"untrn","name":"Neutron Testnet","display":"ntrn","symbol":"NTRN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg"}]},{"description":"The yield token for ATOM denominated vaults on Amulet Protocol","denom_units":[{"denom":"factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom","exponent":0},{"denom":"amATOM","exponent":6}],"base":"factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom","name":"amATOM (Testnet)","display":"amATOM","symbol":"amATOM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg"}]}],"nibiru-devnet-1":[{"description":"The native token of Nibiru network","denom_units":[{"denom":"unibi","exponent":0},{"denom":"nibi","exponent":6}],"base":"unibi","name":"Nibiru","display":"nibi","symbol":"NIBI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}]}],"nibiru-devnet-2":[{"description":"The native token of Nibiru network","denom_units":[{"denom":"unibi","exponent":0},{"denom":"nibi","exponent":6}],"base":"unibi","name":"Nibiru","display":"nibi","symbol":"NIBI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}]}],"nibiru-testnet-1":[{"description":"The native token of Nibiru network","denom_units":[{"denom":"unibi","exponent":0},{"denom":"nibi","exponent":6}],"base":"unibi","name":"Nibiru","display":"nibi","symbol":"NIBI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}]}],"nibiru-testnet-2":[{"description":"The native token of Nibiru network","denom_units":[{"denom":"unibi","exponent":0},{"denom":"nibi","exponent":6}],"base":"unibi","name":"Nibiru","display":"nibi","symbol":"NIBI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}]}],"grand-1":[{"description":"The controlled staking asset for Noble Chain","denom_units":[{"denom":"ustake","exponent":0,"aliases":["microstake"]},{"denom":"stake","exponent":6}],"base":"ustake","name":"Stake","display":"stake","symbol":"STAKE"},{"description":"Love is a test tokenfactory asset controlled by the Strangelove Team","denom_units":[{"denom":"ulove","exponent":0,"aliases":["microlove"]},{"denom":"love","exponent":6}],"base":"ulove","name":"Love","display":"love","symbol":"LOVE"},{"description":"USD Coin","denom_units":[{"denom":"uusdc","exponent":0,"aliases":["microusdc"]},{"denom":"usdc","exponent":6}],"base":"uusdc","name":"USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"test-mintage","counterparty":{"chain_name":"noble","base_denom":"uusdc"},"provider":"Circle"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"Ondo US Dollar Yield","denom_units":[{"denom":"ausdy","exponent":0,"aliases":["attousdy"]},{"denom":"usdy","exponent":18}],"base":"ausdy","name":"Ondo US Dollar Yield","display":"usdy","symbol":"USDY","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg"}]}],"nois-testnet-005":[{"description":"The native token of Nois","denom_units":[{"denom":"unois","exponent":0},{"denom":"nois","exponent":6}],"base":"unois","name":"Nois","display":"nois","symbol":"NOIS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"}],"keywords":["nois","randomness","drand","wasm"]}],"rila-1":[{"description":"The native token of Nolus chain","denom_units":[{"denom":"unls","exponent":0},{"denom":"nls","exponent":6}],"base":"unls","name":"Nolus","display":"nls","symbol":"NLS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"}]}],"sandbox":[{"description":"NYX Token (NYX) is the Nym Network's native staking and governance token.","denom_units":[{"denom":"unyx","exponent":0},{"denom":"nyx","exponent":6}],"base":"unyx","name":"NYX","display":"nyx","symbol":"NYX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png"}]},{"description":"NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.","denom_units":[{"denom":"unym","exponent":0},{"denom":"nym","exponent":6}],"base":"unym","name":"NYM","display":"nym","symbol":"NYM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg","theme":{}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg","theme":{}}]}],"okp4-nemeton-1":[{"description":"The native token of ØKP4.","denom_units":[{"denom":"uknow","exponent":0},{"denom":"know","exponent":6}],"base":"uknow","name":"OKP4 Network","display":"know","symbol":"KNOW","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"}]}],"osmo-test-4":[{"description":"The native token of Osmosis","denom_units":[{"denom":"uosmo","exponent":0,"aliases":[]},{"denom":"osmo","exponent":6,"aliases":[]}],"base":"uosmo","name":"Osmosis","display":"osmo","symbol":"OSMO","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}],"coingecko_id":"osmosis","keywords":["dex","staking"]},{"denom_units":[{"denom":"uion","exponent":0},{"denom":"ion","exponent":6}],"base":"uion","name":"Ion","display":"ion","symbol":"ION","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg"}],"coingecko_id":"ion","keywords":["memecoin"]}],"INVALID-ID-permtestnet-testnet-1":[{"description":"Perm A Permissioned Blockchain","denom_units":[{"denom":"uperm","exponent":0},{"denom":"perm","exponent":6}],"base":"uperm","name":"Perm","display":"perm","symbol":"PERM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg"}]}],"test-core-1":[{"description":"The XPRT token is primarily a governance token for the Persistence chain.","denom_units":[{"denom":"uxprt","exponent":0},{"denom":"xprt","exponent":6}],"base":"uxprt","name":"Persistence","display":"xprt","symbol":"XPRT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"}],"coingecko_id":"persistence"},{"description":"PSTAKE Liquid-Staked ATOM","denom_units":[{"denom":"stk/uatom","exponent":0,"aliases":[]},{"denom":"stkatom","exponent":6,"aliases":["stk/atom"]}],"base":"stk/uatom","name":"PSTAKE staked ATOM","display":"stkatom","symbol":"stkATOM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"}]}],"osmo-test-5":[{"description":"The native token of Osmosis","denom_units":[{"denom":"uosmo","exponent":0,"aliases":[]},{"denom":"osmo","exponent":6,"aliases":[]}],"type_asset":"sdk.coin","base":"uosmo","name":"Osmosis Testnet","display":"osmo","symbol":"OSMO","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}],"coingecko_id":"osmosis","keywords":["dex","staking"]},{"denom_units":[{"denom":"uion","exponent":0},{"denom":"ion","exponent":6}],"type_asset":"sdk.coin","base":"uion","name":"Ion","display":"ion","symbol":"ION","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg"}],"coingecko_id":"ion","keywords":["memecoin"]},{"description":"The native staking and governance token of the Theta testnet version of the Cosmos Hub.","denom_units":[{"denom":"ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C","exponent":0,"aliases":["uatom"]},{"denom":"atom","exponent":6}],"type_asset":"ics20","base":"ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C","name":"Cosmos Hub Public Testnet","display":"atom","symbol":"ATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"cosmoshubtestnet","base_denom":"uatom","channel_id":"channel-3306"},"chain":{"channel_id":"channel-4156","path":"transfer/channel-4156/uatom"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]},{"description":"Circle's stablecoin on Axelar","denom_units":[{"denom":"ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0","exponent":0},{"denom":"ausdc","exponent":6}],"type_asset":"ics20","base":"ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0","name":"USD Coin (Axelar)","display":"ausdc","symbol":"aUSDC.axl","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"bridge","counterparty":{"chain_name":"ethereumtestnet","base_denom":"0x254d06f33bDc5b8ee05b2ea472107E300226659A"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelartestnet","base_denom":"uausdc","channel_id":"channel-339"},"chain":{"channel_id":"channel-4170","path":"transfer/channel-4170/uausdc"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"description":"Wrapped Ether on Axelar","denom_units":[{"denom":"ibc/1F42AC9631DBE03009219ECCFE151786F53A038DE9F7A07C709158514F1D5942","exponent":0,"aliases":["eth-wei"]},{"denom":"weth","exponent":18}],"type_asset":"ics20","base":"ibc/1F42AC9631DBE03009219ECCFE151786F53A038DE9F7A07C709158514F1D5942","name":"Wrapped Ether (Axelar)","display":"weth","symbol":"ETH","traces":[{"type":"wrapped","counterparty":{"chain_name":"ethereumtestnet","base_denom":"wei"},"provider":"Ethereum"},{"type":"bridge","counterparty":{"chain_name":"ethereumtestnet","base_denom":"0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6"},"provider":"Axelar"},{"type":"ibc","counterparty":{"chain_name":"axelartestnet","base_denom":"eth-wei","channel_id":"channel-339"},"chain":{"channel_id":"channel-4170","path":"transfer/channel-4170/eth-wei"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"}]},{"description":"The native token of JUNO Chain","denom_units":[{"denom":"ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183","exponent":0,"aliases":["ujunox"]},{"denom":"junox","exponent":6}],"type_asset":"ics20","base":"ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183","name":"Juno Testnet","display":"junox","symbol":"JUNOX","traces":[{"type":"ibc","counterparty":{"chain_name":"junotestnet","base_denom":"ujunox","channel_id":"channel-889"},"chain":{"channel_id":"channel-5498","path":"transfer/channel-5498/ujunox"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"}]},{"description":"The native token of Mars Protocol","denom_units":[{"denom":"ibc/66A7ADA623D33D0B66C6890FE3E1AF3D638D56CE2B56F8BDA210B2AA62016216","exponent":0,"aliases":["umars"]},{"denom":"mars","exponent":6}],"type_asset":"ics20","base":"ibc/66A7ADA623D33D0B66C6890FE3E1AF3D638D56CE2B56F8BDA210B2AA62016216","name":"Mars Hub Testnet","display":"mars","symbol":"MARS","traces":[{"type":"ibc","counterparty":{"chain_name":"marstestnet","base_denom":"umars","channel_id":"channel-28"},"chain":{"channel_id":"channel-5499","path":"transfer/channel-5499/umars"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"}]},{"description":"USD Coin","denom_units":[{"denom":"ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58","exponent":0,"aliases":["microusdc","uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58","name":"USD Coin","display":"usdc","symbol":"USDC","traces":[{"type":"synthetic","counterparty":{"chain_name":"forex","base_denom":"USD"},"provider":"Circle"},{"type":"additional-mintage","counterparty":{"chain_name":"ethereum","base_denom":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"},"provider":"Circle"},{"type":"test-mintage","counterparty":{"chain_name":"noble","base_denom":"uusdc"},"provider":"Circle"},{"type":"ibc","counterparty":{"chain_name":"nobletestnet","base_denom":"uusdc","channel_id":"channel-22"},"chain":{"channel_id":"channel-4280","path":"transfer/channel-4280/uusdc"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"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.","denom_units":[{"denom":"ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82","exponent":0,"aliases":["uakt"]},{"denom":"akt","exponent":6}],"type_asset":"ics20","base":"ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82","name":"Sandbox","display":"akt","symbol":"AKT","traces":[{"type":"ibc","counterparty":{"chain_name":"akashtestnet","base_denom":"uakt","channel_id":"channel-6"},"chain":{"channel_id":"channel-4171","path":"transfer/channel-4171/uakt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}]},{"description":"The native utility token of the Kaon testnet version of KYVE.","denom_units":[{"denom":"ibc/AB8AF05799E299FB5C5C80781DA35887F53E029745D20E5641233DB4E6B28515","exponent":0,"aliases":["tkyve"]},{"denom":"kyve","exponent":6}],"type_asset":"ics20","base":"ibc/AB8AF05799E299FB5C5C80781DA35887F53E029745D20E5641233DB4E6B28515","name":"KYVE Kaon","display":"kyve","symbol":"KYVE","traces":[{"type":"test-mintage","counterparty":{"chain_name":"kyve","base_denom":"ukyve"},"provider":"Kyve"},{"type":"ibc","counterparty":{"chain_name":"kyvetestnet","base_denom":"tkyve","channel_id":"channel-2"},"chain":{"channel_id":"channel-10","path":"transfer/channel-10/tkyve"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}]},{"description":"QCK - native token of Quicksilver","denom_units":[{"denom":"ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9","exponent":0,"aliases":["uqck"]},{"denom":"qck","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9","name":"Quicksilver Testnet","display":"qck","symbol":"QCK","traces":[{"type":"ibc","counterparty":{"chain_name":"quicksilvertestnet","base_denom":"uqck","channel_id":"channel-20"},"chain":{"channel_id":"channel-13","path":"transfer/channel-13/uqck"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"}]},{"description":"The native token of Chain4Energy","denom_units":[{"denom":"ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED","exponent":0,"aliases":["uc4e"]},{"denom":"c4e","exponent":6}],"type_asset":"ics20","base":"ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED","name":"Chain4Energy Testnet","display":"c4e","symbol":"C4E","traces":[{"type":"ibc","counterparty":{"chain_name":"chain4energytestnet","base_denom":"uc4e","channel_id":"channel-0"},"chain":{"channel_id":"channel-111","path":"transfer/channel-111/uc4e"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"}]},{"description":"The XPRT token is primarily a governance token for the Persistence chain.","denom_units":[{"denom":"ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6","exponent":0,"aliases":["uxprt"]},{"denom":"xprt","exponent":6}],"type_asset":"ics20","base":"ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6","name":"Persistence Testnet","display":"xprt","symbol":"XPRT","traces":[{"type":"ibc","counterparty":{"chain_name":"persistencetestnet2","base_denom":"uxprt","channel_id":"channel-7"},"chain":{"channel_id":"channel-1037","path":"transfer/channel-1037/uxprt"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"}]},{"description":"The native staking token of the Xion network.","denom_units":[{"denom":"ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9","exponent":0,"aliases":["microxion","uxion"]},{"denom":"XION","exponent":6,"aliases":["xion"]}],"type_asset":"ics20","base":"ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9","name":"Xion Testnet","display":"XION","symbol":"XION","traces":[{"type":"ibc","counterparty":{"chain_name":"xiontestnet","base_denom":"uxion","channel_id":"channel-12"},"chain":{"channel_id":"channel-4410","path":"transfer/channel-4410/uxion"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png"}]},{"description":"The native token of Saga Testnet","denom_units":[{"denom":"ibc/48384130079A5987378F5776775F8C29A02505273E777BBB99361F2BB5B577C9","exponent":0,"aliases":["utsaga"]},{"denom":"tsaga","exponent":6,"aliases":[]}],"type_asset":"ics20","base":"ibc/48384130079A5987378F5776775F8C29A02505273E777BBB99361F2BB5B577C9","name":"Saga Testnet","display":"tsaga","symbol":"TSAGA","traces":[{"type":"ibc","counterparty":{"chain_name":"sagatestnet","base_denom":"utsaga","channel_id":"channel-20"},"chain":{"channel_id":"channel-4946","path":"transfer/channel-4946/utsaga"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"}]},{"description":"The native token of IXO Chain","denom_units":[{"denom":"ibc/88C815D69587CF0F05E96E5E2731EA56194D73C9A02A500095294D3A5DE68F16","exponent":0,"aliases":["uixo"]},{"denom":"ixo","exponent":6}],"type_asset":"ics20","base":"ibc/88C815D69587CF0F05E96E5E2731EA56194D73C9A02A500095294D3A5DE68F16","name":"ixo","display":"ixo","symbol":"IXO","traces":[{"type":"test-mintage","counterparty":{"chain_name":"impacthub","base_denom":"uixo"},"provider":"impacthub"},{"type":"ibc","counterparty":{"chain_name":"impacthubtestnet","base_denom":"uixo","channel_id":"channel-10"},"chain":{"channel_id":"channel-1637","path":"transfer/channel-1637/uixo"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}]},{"denom_units":[{"denom":"factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz","exponent":0},{"denom":"willyz","exponent":6}],"base":"factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz","name":"Willyz","display":"willyz","symbol":"WILLYZ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg"}],"keywords":["memecoin"]},{"description":"The yield token for ATOM denominated vaults on Amulet Protocol","denom_units":[{"denom":"ibc/E972F89F57AF6BDE0CCC97CABFF4DD8D99408B8A741570E1E3D1C35465C98E5E","exponent":0},{"denom":"amATOM","exponent":6}],"type_asset":"ics20","base":"ibc/E972F89F57AF6BDE0CCC97CABFF4DD8D99408B8A741570E1E3D1C35465C98E5E","name":"amATOM (Testnet)","display":"amATOM","symbol":"amATOM","traces":[{"type":"ibc","counterparty":{"chain_name":"neutrontestnet","base_denom":"factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom","channel_id":"channel-787"},"chain":{"channel_id":"channel-7884","path":"transfer/channel-7884/factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg"}]},{"description":"The native EVM, governance and staking token of the Titan Chain","denom_units":[{"denom":"ibc/28EEF762052DB8C3D27A7BF625E9F86A1B3B689CC8D80C818CEDF2EB6CBA02A6","exponent":0,"aliases":["atkx"]},{"denom":"utkx","exponent":12,"aliases":["microtkx"]},{"denom":"mtkx","exponent":15,"aliases":["millitkx"]},{"denom":"tkx","exponent":18}],"type_asset":"ics20","base":"ibc/28EEF762052DB8C3D27A7BF625E9F86A1B3B689CC8D80C818CEDF2EB6CBA02A6","name":"tkx","display":"tkx","symbol":"TKX","traces":[{"type":"ibc","counterparty":{"chain_name":"titan","base_denom":"atkx","channel_id":"channel-2"},"chain":{"channel_id":"channel-5969","path":"transfer/channel-5969/atkx"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png"}]}],"test-core-2":[{"description":"The XPRT token is primarily a governance token for the Persistence chain.","denom_units":[{"denom":"uxprt","exponent":0},{"denom":"xprt","exponent":6}],"base":"uxprt","name":"Persistence","display":"xprt","symbol":"XPRT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"}],"coingecko_id":"persistence"},{"description":"PSTAKE Liquid-Staked ATOM","denom_units":[{"denom":"stk/uatom","exponent":0,"aliases":[]},{"denom":"stkatom","exponent":6,"aliases":["stk/atom"]}],"base":"stk/uatom","name":"PSTAKE staked ATOM","display":"stkatom","symbol":"stkATOM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"}]},{"description":"PSTAKE Liquid-Staked OSMO","denom_units":[{"denom":"stk/uosmo","exponent":0,"aliases":[]},{"denom":"stkosmo","exponent":6,"aliases":["stk/osmo"]}],"base":"stk/uosmo","name":"PSTAKE staked OSMO","display":"stkosmo","symbol":"stkOSMO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"}]},{"description":"PSTAKE Liquid-Staked DV4TNT","denom_units":[{"denom":"stk/adv4tnt","exponent":0,"aliases":[]},{"denom":"stkdv4tnt","exponent":18,"aliases":["stk/dv4tnt"]}],"base":"stk/adv4tnt","name":"PSTAKE staked DV4TNT","display":"stkdv4tnt","symbol":"stkDV4TNT","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.svg"}]}],"planq_7077-1":[{"description":"The native EVM, governance and staking token of the Planq Network","denom_units":[{"denom":"atplanq","exponent":0},{"denom":"tplanq","exponent":18}],"base":"atplanq","name":"Planq Atlas Testnet","display":"tplanq","symbol":"tPLQ","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"}]}],"indigo-1":[{"description":"The native token of PRYZM","denom_units":[{"denom":"upryzm","exponent":0},{"denom":"pryzm","exponent":6}],"base":"upryzm","name":"Pryzm","display":"pryzm","symbol":"PRYZM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm.svg"}]}],"quasar-test-1":[{"description":"The native token of Quasar","denom_units":[{"denom":"uqsr","exponent":0,"aliases":[]},{"denom":"qsr","exponent":6,"aliases":[]}],"base":"uqsr","name":"Quasar","display":"qsr","symbol":"QSR"},{"denom_units":[{"denom":"uayy","exponent":0},{"denom":"ayy","exponent":6}],"base":"uayy","name":"AYY","display":"ayy","symbol":"AYY"},{"denom_units":[{"denom":"uoro","exponent":0},{"denom":"oro","exponent":6}],"base":"uoro","name":"oro","display":"oro","symbol":"ORO"}],"rhye-2":[{"description":"QCK - native token of Quicksilver","denom_units":[{"denom":"uqck","exponent":0,"aliases":[]},{"denom":"qck","exponent":6,"aliases":[]}],"base":"uqck","name":"Quicksilver","display":"qck","symbol":"QCK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"}],"coingecko_id":"quicksilver"}],"earendel-1":[{"description":"QWOYN is the native governance token for the Qwoyn Studios Platform","denom_units":[{"denom":"uqwoyn","exponent":0},{"denom":"qwoyn","exponent":6}],"base":"uqwoyn","name":"Qwoyn Blockchain","display":"qwoyn","symbol":"QWOYN","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"}]}],"provider":[{"description":"The native staking and governance token of the Replicated Security Testnet.","denom_units":[{"denom":"uatom","exponent":0},{"denom":"atom","exponent":6}],"base":"uatom","name":"Cosmos","display":"atom","symbol":"ATOM","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}]}],"ssc-testnet-1":[{"description":"The native token of Saga Testnet","denom_units":[{"denom":"utsaga","exponent":0,"aliases":[]},{"denom":"tsaga","exponent":6,"aliases":[]}],"base":"utsaga","name":"Saga","display":"tsaga","symbol":"TSAGA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"}]}],"pulsar-3":[{"description":"The native token of Secret Network","denom_units":[{"denom":"uscrt","exponent":0},{"denom":"scrt","exponent":6}],"base":"uscrt","name":"Secret Network","display":"scrt","symbol":"SCRT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}],"coingecko_id":"secret"}],"pulsar-2":[{"description":"The native token of Secret Network","denom_units":[{"denom":"uscrt","exponent":0},{"denom":"scrt","exponent":6}],"base":"uscrt","name":"Secret Network","display":"scrt","symbol":"SCRT","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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}]}],"sei-devnet-3":[{"description":"The native staking and governance token of the Atlantic testnet version of Sei.","denom_units":[{"denom":"usei","exponent":0},{"denom":"sei","exponent":6}],"base":"usei","name":"Sei","display":"sei","symbol":"SEI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png"}]}],"atlantic-1":[{"description":"The native staking and governance token of the Atlantic testnet version of Sei.","denom_units":[{"denom":"usei","exponent":0},{"denom":"sei","exponent":6}],"base":"usei","name":"Sei","display":"sei","symbol":"SEI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png"}]}],"atlantic-2":[{"description":"The native staking and governance token of the Atlantic testnet version of Sei.","denom_units":[{"denom":"usei","exponent":0},{"denom":"sei","exponent":6}],"base":"usei","name":"Sei","display":"sei","symbol":"SEI","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png"}]}],"self-dev-1":[{"description":"Self Chain Is the First Modular Intent-Centric Access Layer L1 Blockchain and Keyless Wallet Infrastructure Service That Uses MPC-TSS/AA for Multi-Chain Web3 Access.","denom_units":[{"denom":"uself","exponent":0},{"denom":"self","exponent":6}],"base":"uself","name":"self","display":"self","symbol":"SELF","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/selfchaindevnet/images/selfchain.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/selfchaindevnet/images/selfchain.png"}]}],"sge-network-3":[{"description":"The SGE token is primarily a governance token for the SGE Network blockchain.","denom_units":[{"denom":"usge","exponent":0,"aliases":[]},{"denom":"sge","exponent":6,"aliases":[]}],"base":"usge","name":"SGE Testnet","display":"sge","symbol":"SGE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png"}]}],"sge-network-4":[{"description":"The SGE token is primarily a governance token for the SGE Network blockchain.","denom_units":[{"denom":"usge","exponent":0},{"denom":"sge","exponent":6}],"base":"usge","name":"SGE Testnet4","display":"sge","symbol":"SGE","traces":[{"type":"additional-mintage","counterparty":{"chain_name":"sgetestnet","base_denom":"usge"},"provider":"SGE"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg","theme":{"primary_color_hex":"#C0A15B"}}]}],"fivenet":[{"description":"The native staking token of the SIX Protocol.","denom_units":[{"denom":"usix","exponent":0},{"denom":"six","exponent":6}],"base":"usix","name":"Six token","display":"six","symbol":"six","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sixtestnet/images/six.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sixtestnet/images/six.png"}]}],"soarchaintestnet":[{"description":"The native staking coin of the Soarchain-core.","denom_units":[{"denom":"utsoar","exponent":0,"aliases":["microtsoar"]},{"denom":"tsoar","exponent":6}],"base":"utsoar","name":"tsoar","display":"tsoar","symbol":"tsoar","images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.svg"}],"keywords":["DePin"]}],"sourcetest-1":[{"description":"The native token of SOURCE Chain","denom_units":[{"denom":"usource","exponent":0},{"denom":"source","exponent":6}],"base":"usource","name":"Source Testnet","display":"source","symbol":"SOURCE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.svg"}]}],"elgafar-1":[{"description":"The native token of Stargaze","denom_units":[{"denom":"ustars","exponent":0},{"denom":"stars","exponent":6}],"base":"ustars","name":"Stargaze","display":"stars","symbol":"STARS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png"}],"coingecko_id":"stargaze"}],"stateset-1-testnet":[{"description":"The native token of the Stateset Network","denom_units":[{"denom":"ustate","exponent":0,"aliases":[]},{"denom":"state","exponent":6,"aliases":[]}],"base":"ustate","name":"Stateset","display":"state","symbol":"STATE"}],"stride-testnet-1":[{"description":"The native token of Stride","denom_units":[{"denom":"ustrd","exponent":0},{"denom":"strd","exponent":6}],"base":"ustrd","name":"Stride","display":"strd","symbol":"STRD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"}]}],"sunrise-test":[{"description":"The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.","denom_units":[{"denom":"uvrise","exponent":0,"aliases":["microvRISE","microvrise"]},{"denom":"vrise","exponent":6}],"base":"uvrise","name":"Sunrise vRISE","display":"vrise","symbol":"vRISE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"}]},{"description":"The native token of the Sunrise network for fees.","denom_units":[{"denom":"urise","exponent":0,"aliases":["microRISE","microrise"]},{"denom":"rise","exponent":6}],"base":"urise","name":"Sunrise RISE","display":"rise","symbol":"RISE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"}]}],"swisstronik_1291-1":[{"description":"The native currency of Swisstronik.","denom_units":[{"denom":"aswtr","exponent":0},{"denom":"swtr","exponent":18}],"base":"aswtr","name":"Swisstronik Testnet","display":"swtr","symbol":"SWTR","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/swisstroniktestnet/images/swisstronik.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/swisstroniktestnet/images/swisstronik.png"}]}],"symphony-testnet-1":[{"description":"The native token of Symphony","denom_units":[{"denom":"note","exponent":0,"aliases":[]},{"denom":"mld","exponent":6,"aliases":[]}],"type_asset":"sdk.coin","base":"note","name":"Symphony Testnet","display":"mld","symbol":"MLD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png"}]}],"temporal-test-2":[{"description":"The native staking and governance token of the testnet version of Temporal.","denom_units":[{"denom":"utprl","exponent":0},{"denom":"tprl","exponent":6}],"base":"utprl","name":"TPRL","display":"tprl","symbol":"TPRL","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/temporaltestnet/images/temporal.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/temporaltestnet/images/temporal.png"}]}],"90u-4":[{"description":"Terp Token (TERP) is the Terp 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.","denom_units":[{"denom":"uterpx","exponent":0},{"denom":"terpx","exponent":6}],"base":"uterpx","name":"Terp Testnet Token","display":"terpx","symbol":"TERPX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"}]},{"description":"Persy Gas Token (Persy) is the Terp 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.","denom_units":[{"denom":"uthiolx","exponent":0},{"denom":"thiolx","exponent":6}],"base":"uthiolx","name":"Thiol Testnet Gas Token","display":"thiolx","symbol":"THIOLX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"}]}],"90u-2":[{"description":"Terp Token (TERP) is the Terp 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.","denom_units":[{"denom":"uterpx","exponent":0},{"denom":"terpx","exponent":6}],"base":"uterpx","name":"Terp Testnet Token","display":"terpx","symbol":"TERPX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"}]},{"description":"Persy Gas Token (Persy) is the Terp 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.","denom_units":[{"denom":"uthiolx","exponent":0},{"denom":"thiolx","exponent":6}],"base":"uthiolx","name":"Thiol Testnet Gas Token","display":"thiolx","symbol":"THIOLX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"}]}],"pisco-1":[{"description":"The native staking token of Terra.","denom_units":[{"denom":"uluna","exponent":0},{"denom":"luna","exponent":6}],"base":"uluna","name":"Luna","display":"luna","symbol":"LUNA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}],"coingecko_id":"terra-luna-2"}],"titan_18889-1":[{"description":"The native token of the Titan network.","denom_units":[{"denom":"atkx","exponent":0,"aliases":["attotkx"]},{"denom":"utkx","exponent":12,"aliases":["microtkx"]},{"denom":"mtkx","exponent":15,"aliases":["millitkx"]},{"denom":"tkx","exponent":18,"aliases":[]}],"base":"atkx","name":"titan tkx","display":"tkx","symbol":"TKX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png"}],"keywords":["staking"]}],"ulas":[{"description":"WEB3 twitter","denom_units":[{"denom":"uulas","exponent":0},{"denom":"ulas","exponent":6}],"base":"uulas","name":"ULAS Network","display":"ulas","symbol":"ULAS","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png"}],"coingecko_id":"ulas"}],"union-testnet-8":[{"description":"Union native token","denom_units":[{"denom":"muno","exponent":0},{"denom":"uno","exponent":6}],"base":"muno","name":"Union","display":"uno","symbol":"UNO","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"}],"keywords":["staking"]}],"uptick_7000-2":[{"description":"The native token of Uptick","denom_units":[{"denom":"auptick","exponent":0},{"denom":"uptick","exponent":18}],"base":"auptick","name":"Uptick","display":"uptick","symbol":"UPTICK","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/upticktestnet/images/uptick.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/upticktestnet/images/uptick.png"}]}],"vince_1903-1":[{"description":"Vince Chain is an Industry-Grade Blockchain For DeFi, Remote work, Gaming, Web3 and will power the new internet.","denom_units":[{"denom":"avce","exponent":0},{"denom":"vce","exponent":18}],"base":"avce","name":"VinceChain","display":"vce","symbol":"VCE","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"}]}],"buenavista-1":[{"description":"The native token of Warden Protocol Testnet","denom_units":[{"denom":"uward","exponent":0},{"denom":"ward","exponent":6}],"base":"uward","name":"Ward","display":"ward","symbol":"WARD","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg"}]}],"INVALID-ID-wavehashtestnet-testnet-1":[{"description":"WaveHash A Permissioned Blockchain","denom_units":[{"denom":"uwahax","exponent":0},{"denom":"wahax","exponent":6}],"base":"uwahax","name":"WaveHash","display":"wahax","symbol":"WAHAX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/wavehashtestnet/images/WaveHash.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/wavehashtestnet/images/WaveHash.png"}]}],"xion-testnet-1":[{"description":"The native staking token of the Xion network.","denom_units":[{"denom":"uxion","exponent":0,"aliases":["microxion"]},{"denom":"XION","exponent":6,"aliases":["xion"]}],"base":"uxion","name":"xion","display":"XION","symbol":"XION","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png"}]},{"denom_units":[{"denom":"ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58","exponent":0,"aliases":["uaxl"]},{"denom":"axl","exponent":6}],"type_asset":"ics20","base":"ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58","name":"Axelar AXL Token","display":"axl","symbol":"AXL","traces":[{"type":"ibc","counterparty":{"chain_name":"axelartestnet","base_denom":"uaxl","channel_id":"channel-521"},"chain":{"channel_id":"channel-225057","path":"transfer/channel-225057/uaxl"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"}]},{"denom_units":[{"denom":"ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195","exponent":0,"aliases":["uosmo"]},{"denom":"osmo","exponent":6}],"type_asset":"ics20","base":"ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195","name":"Osmosis OSMO Token","display":"osmo","symbol":"OSMO","traces":[{"type":"ibc","counterparty":{"chain_name":"osmosistestnet","base_denom":"uosmo","channel_id":"channel-6668"},"chain":{"channel_id":"channel-490","path":"transfer/channel-490/uosmo"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}]},{"denom_units":[{"denom":"ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64","exponent":0,"aliases":["uusdc"]},{"denom":"usdc","exponent":6}],"type_asset":"ics20","base":"ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64","name":"Noble USDC Token","display":"usdc","symbol":"USDC","traces":[{"type":"ibc","counterparty":{"chain_name":"nobletestnet","base_denom":"uusdc","channel_id":"channel-147"},"chain":{"channel_id":"channel-489","path":"transfer/channel-489/uusdc"}}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"}]},{"denom_units":[{"denom":"ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036","exponent":0,"aliases":["inj"]},{"denom":"INJ","exponent":18}],"type_asset":"ics20","base":"ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036","name":"Injective INJ token","display":"INJ","symbol":"INJ","traces":[{"type":"ibc","counterparty":{"chain_name":"injectivetestnet","base_denom":"inj","channel_id":"channel-489"},"chain":{"channel_id":"channel-487","path":"transfer/channel-487/inj"}}],"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"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"}]}],"athens_7001-1":[{"description":"The native token of ZetaChain","denom_units":[{"denom":"azeta","exponent":0},{"denom":"tzeta","exponent":18}],"base":"azeta","name":"ZetaChain Testnet","display":"tzeta","symbol":"tZETA","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zetachaintestnet/images/zetachaintestnet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zetachaintestnet/images/zetachaintestnet.svg"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zetachaintestnet/images/zetachaintestnet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zetachaintestnet/images/zetachaintestnet.svg"}]}],"tomcat-1":[{"description":"The native token of Initia","denom_units":[{"denom":"l2/aee375e9d0b181f0d9d3a49f9a3d1d6b05d62b0ac81f8c92b9282afa4213d884","exponent":0},{"denom":"INIT","exponent":6}],"base":"l2/aee375e9d0b181f0d9d3a49f9a3d1d6b05d62b0ac81f8c92b9282afa4213d884","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/INIT.svg"}],"coingecko_id":""},{"description":"The fake ETH","denom_units":[{"denom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","exponent":0},{"denom":"ETH","exponent":6}],"base":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","name":"Fake ETH Token","display":"ETH","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"}],"coingecko_id":""},{"description":"The fake USDC","denom_units":[{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","exponent":0},{"denom":"USDC","exponent":6}],"base":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","name":"USDC","display":"USDC","symbol":"USDC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"}],"coingecko_id":""},{"description":"The fake TIA","denom_units":[{"denom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","exponent":0},{"denom":"TIA","exponent":6}],"base":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","name":"Fake TIA Token","display":"TIA","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"coingecko_id":""},{"description":"The native token of Tucana","denom_units":[{"denom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","exponent":0},{"denom":"TUC","exponent":6}],"base":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","name":"Tucana Native Token","display":"TUC","symbol":"TUC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"coingecko_id":""}],"landlord-1":[{"description":"The native token of Initia","denom_units":[{"denom":"l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd","exponent":0},{"denom":"INIT","exponent":6}],"base":"l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/INIT.svg"}],"coingecko_id":""}],"miniwasm-1":[{"description":"The native token of Initia","denom_units":[{"denom":"l2/2588fd87a8e081f6a557f43ff14f05dddf5e34cb27afcefd6eaf81f1daea30d0","exponent":0},{"denom":"INIT","exponent":6}],"base":"l2/2588fd87a8e081f6a557f43ff14f05dddf5e34cb27afcefd6eaf81f1daea30d0","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"}],"coingecko_id":""},{"description":"The fake USDC","denom_units":[{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","exponent":0},{"denom":"USDC","exponent":6}],"base":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","name":"USDC","display":"USDC","symbol":"USDC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"}],"coingecko_id":""},{"description":"The fake ETH","denom_units":[{"denom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","exponent":0},{"denom":"ETH","exponent":6}],"base":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","name":"Fake ETH Token","display":"ETH","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"}],"coingecko_id":""},{"description":"The fake TIA","denom_units":[{"denom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","exponent":0},{"denom":"TIA","exponent":6}],"base":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","name":"Fake TIA Token","display":"TIA","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"coingecko_id":""},{"description":"The native token of Tucana","denom_units":[{"denom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","exponent":0},{"denom":"TUC","exponent":6}],"base":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","name":"Tucana Native Token","display":"TUC","symbol":"TUC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"coingecko_id":""}],"initiation-1":[{"description":"The native token of Initia","denom_units":[{"denom":"uinit","exponent":0},{"denom":"INIT","exponent":6}],"base":"uinit","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"}],"coingecko_id":""},{"description":"The fake ETH","denom_units":[{"denom":"ueth","exponent":0},{"denom":"ETH","exponent":6}],"base":"ueth","name":"Fake ETH Token","display":"ETH","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"}],"coingecko_id":""},{"description":"The fake USDC","denom_units":[{"denom":"uusdc","exponent":0},{"denom":"USDC","exponent":6}],"base":"uusdc","name":"Fake USDC Token","display":"USDC","symbol":"USDC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC.svg"}],"coingecko_id":""},{"description":"The fake TIA","denom_units":[{"denom":"utia","exponent":0},{"denom":"TIA","exponent":6}],"base":"utia","name":"Fake TIA Token","display":"TIA","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"coingecko_id":""},{"description":"The LP token of USDC-INIT","denom_units":[{"denom":"move/dbf06c48af3984ec6d9ae8a9aa7dbb0bb1e784aa9b8c4a5681af660cf8558d7d","exponent":0},{"denom":"USDC-INIT LP","exponent":6}],"base":"move/dbf06c48af3984ec6d9ae8a9aa7dbb0bb1e784aa9b8c4a5681af660cf8558d7d","name":"USDC-INIT LP Token","display":"USDC-INIT LP","symbol":"USDC-INIT LP","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC-INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC-INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC-INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC-INIT.svg"}],"coingecko_id":""},{"description":"The LP token of ETH-INIT","denom_units":[{"denom":"move/a2b0d3c8e53e379ede31f3a361ff02716d50ec53c6b65b8c48a81d5b06548200","exponent":0},{"denom":"ETH-INIT LP","exponent":6}],"base":"move/a2b0d3c8e53e379ede31f3a361ff02716d50ec53c6b65b8c48a81d5b06548200","name":"ETH-INIT LP Token","display":"ETH-INIT LP","symbol":"ETH-INIT LP","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH-INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH-INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH-INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH-INIT.svg"}],"coingecko_id":""},{"description":"The native token of Tucana","denom_units":[{"denom":"ibc/276C63284D960E3E4D76AEFC9A8BA338BAD24E30530C7C95E7EFC4D250D4E23D","exponent":0},{"denom":"TUC","exponent":6}],"base":"ibc/276C63284D960E3E4D76AEFC9A8BA338BAD24E30530C7C95E7EFC4D250D4E23D","name":"Tucana Native Token","display":"TUC","symbol":"TUC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"coingecko_id":""},{"description":"The LP token of TIA-INIT","denom_units":[{"denom":"move/b134ae6786f10ef74294e627d2519b63b7c742a6735f98682929fea9a84744d2","exponent":0},{"denom":"TIA-INIT LP","exponent":6}],"base":"move/b134ae6786f10ef74294e627d2519b63b7c742a6735f98682929fea9a84744d2","name":"TIA-INIT LP Token","display":"TIA-INIT LP","symbol":"TIA-INIT LP","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA-INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA-INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA-INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA-INIT.svg"}],"coingecko_id":""},{"description":"The LP token of Tucana","denom_units":[{"denom":"ibc/73D13E2708E021B78521AE9EE6159EFABCBA892EF39E68A08F969955B025E3B1","exponent":0},{"denom":"TLP","exponent":6}],"base":"ibc/73D13E2708E021B78521AE9EE6159EFABCBA892EF39E68A08F969955B025E3B1","name":"Tucana Perps LP","display":"TLP","symbol":"TLP","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.svg"}],"coingecko_id":""},{"description":"The fake wBTC","denom_units":[{"denom":"move/ff11e7d22c7bd2177b1c721441e795c1df48a10a9638dda68505152f6a646b18","exponent":0},{"denom":"wBTC","exponent":9}],"base":"move/ff11e7d22c7bd2177b1c721441e795c1df48a10a9638dda68505152f6a646b18","name":"Fake wBTC Token","display":"wBTC","symbol":"wBTC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/wBTC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/wBTC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/wBTC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/wBTC.svg"}],"coingecko_id":""},{"description":"The fake USDT","denom_units":[{"denom":"move/eb0f5927508f1d866dddc1ad3fe67c9d39c9149a80b75a5f4f4aa8f2e73a54a8","exponent":0},{"denom":"USDT","exponent":9}],"base":"move/eb0f5927508f1d866dddc1ad3fe67c9d39c9149a80b75a5f4f4aa8f2e73a54a8","name":"Fake USDT Token","display":"USDT","symbol":"USDT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDT.svg"}],"coingecko_id":""},{"description":"Testnet Gas Token","denom_units":[{"denom":"move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff","exponent":0},{"denom":"GAS","exponent":6}],"base":"move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff","name":"GAS Token","display":"GAS","symbol":"GAS","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.svg"}],"coingecko_id":""}],"minimove-1":[{"description":"The native token of Initia","denom_units":[{"denom":"l2/771d639f30fbe45e3fbca954ffbe2fcc26f915f5513c67a4a2d0bc1d635bdefd","exponent":0},{"denom":"INIT","exponent":6}],"base":"l2/771d639f30fbe45e3fbca954ffbe2fcc26f915f5513c67a4a2d0bc1d635bdefd","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"}],"coingecko_id":""},{"description":"The fake ETH","denom_units":[{"denom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","exponent":0},{"denom":"ETH","exponent":6}],"base":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","name":"Fake ETH Token","display":"ETH","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"}],"coingecko_id":""},{"description":"The fake USDC","denom_units":[{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","exponent":0},{"denom":"USDC","exponent":6}],"base":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","name":"USDC","display":"USDC","symbol":"USDC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"}],"coingecko_id":""},{"description":"The fake TIA","denom_units":[{"denom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","exponent":0},{"denom":"TIA","exponent":6}],"base":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","name":"Fake TIA Token","display":"TIA","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"coingecko_id":""},{"description":"The native token of Tucana","denom_units":[{"denom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","exponent":0},{"denom":"TUC","exponent":6}],"base":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","name":"Tucana Native Token","display":"TUC","symbol":"TUC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"coingecko_id":""}],"init-ai-1":[{"description":"The native token of Initia","denom_units":[{"denom":"l2/aadf1a9da6a38b7e7e11839364ee42002260eff1657f403b9ce608337bcb986b","exponent":0},{"denom":"INIT","exponent":6}],"base":"l2/aadf1a9da6a38b7e7e11839364ee42002260eff1657f403b9ce608337bcb986b","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/INIT.svg"}],"coingecko_id":""},{"description":"The fake ETH","denom_units":[{"denom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","exponent":0},{"denom":"ETH","exponent":6}],"base":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","name":"Fake ETH Token","display":"ETH","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"}],"coingecko_id":""},{"description":"The fake USDC","denom_units":[{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","exponent":0},{"denom":"USDC","exponent":6}],"base":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","name":"USDC","display":"USDC","symbol":"USDC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"}],"coingecko_id":""},{"description":"The fake TIA","denom_units":[{"denom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","exponent":0},{"denom":"TIA","exponent":6}],"base":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","name":"Fake TIA Token","display":"TIA","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"coingecko_id":""},{"description":"The native token of Tucana","denom_units":[{"denom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","exponent":0},{"denom":"TUC","exponent":6}],"base":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","name":"Tucana Native Token","display":"TUC","symbol":"TUC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"coingecko_id":""}],"birdee-1":[{"description":"The native token of Initia","denom_units":[{"denom":"l2/333f8e6ae6855338f99d451126bfefc1b920763c16681d55fbc7df68ccb36972","exponent":0},{"denom":"INIT","exponent":6}],"base":"l2/333f8e6ae6855338f99d451126bfefc1b920763c16681d55fbc7df68ccb36972","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"}],"coingecko_id":""},{"description":"The native token of Tucana","denom_units":[{"denom":"utuc","exponent":0},{"denom":"TUC","exponent":6}],"base":"utuc","name":"Tucana Native Token","display":"TUC","symbol":"TUC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"coingecko_id":""},{"description":"The LP token of Tucana","denom_units":[{"denom":"move/17bf475fe65c54864db2ba45883b8d3fa198d80e4edd31088fd41d505075080b","exponent":0},{"denom":"TLP","exponent":6}],"base":"move/17bf475fe65c54864db2ba45883b8d3fa198d80e4edd31088fd41d505075080b","name":"Tucana Perps LP","display":"TLP","symbol":"TLP","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.svg"}],"coingecko_id":""},{"description":"The fake ETH","denom_units":[{"denom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","exponent":0},{"denom":"ETH","exponent":6}],"base":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","name":"Fake ETH Token","display":"ETH","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"}],"coingecko_id":""},{"description":"The fake USDC","denom_units":[{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","exponent":0},{"denom":"USDC","exponent":6}],"base":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","name":"USDC","display":"USDC","symbol":"USDC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"}],"coingecko_id":""},{"description":"The fake TIA","denom_units":[{"denom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","exponent":0},{"denom":"TIA","exponent":6}],"base":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","name":"Fake TIA Token","display":"TIA","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"coingecko_id":""}],"burrito-1":[{"description":"The native token of Initia","denom_units":[{"denom":"l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea","exponent":0},{"denom":"INIT","exponent":6}],"base":"l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea","name":"Initia Native Token","display":"INIT","symbol":"INIT","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.svg"}],"coingecko_id":""},{"description":"The fake ETH","denom_units":[{"denom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","exponent":0},{"denom":"ETH","exponent":6}],"base":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","name":"Fake ETH Token","display":"ETH","symbol":"ETH","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"}],"coingecko_id":""},{"description":"The fake USDC","denom_units":[{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","exponent":0},{"denom":"USDC","exponent":6}],"base":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","name":"USDC","display":"USDC","symbol":"USDC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"}],"coingecko_id":""},{"description":"The fake TIA","denom_units":[{"denom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","exponent":0},{"denom":"TIA","exponent":6}],"base":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","name":"Fake TIA Token","display":"TIA","symbol":"TIA","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"coingecko_id":""},{"description":"The native token of Tucana","denom_units":[{"denom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","exponent":0},{"denom":"TUC","exponent":6}],"base":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","name":"Tucana Native Token","display":"TUC","symbol":"TUC","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"coingecko_id":""},{"description":"The native token of Noon","denom_units":[{"denom":"unoon","exponent":0},{"denom":"NOON","exponent":6}],"base":"unoon","name":"Noon Native Token","display":"NOON","symbol":"NOON","logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg"},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg"}],"coingecko_id":""}]}; diff --git a/packages/widget/src/chains/chain-infos.ts b/packages/widget/src/chains/chain-infos.ts deleted file mode 100644 index 2fdab487a..000000000 --- a/packages/widget/src/chains/chain-infos.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* eslint-disable */ -// @ts-nocheck -import { ChainInfo } from "@graz-sh/types"; -import { ChainId } from "./types"; - -export const chainInfosRecord: Record = {"acre_9052-1":{"rpc":"https://rpc.acre.nodestake.top","rest":"https://lcd-acre.synergynodes.com","chainId":"acre_9052-1","chainName":"Acrechain","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"acre","bech32PrefixAccPub":"acrepub","bech32PrefixValAddr":"acrevaloper","bech32PrefixValPub":"acrevaloperpub","bech32PrefixConsAddr":"acrevalcons","bech32PrefixConsPub":"acrevalconspub"},"currencies":[{"coinDenom":"ACRE","coinMinimalDenom":"aacre","coinDecimals":18,"coinGeckoId":"arable-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"},{"coinDenom":"arUSD","coinMinimalDenom":"erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c","coinDecimals":18,"coinGeckoId":"arable-usd","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg"},{"coinDenom":"CNTO","coinMinimalDenom":"erc20/0xAE6D3334989a22A65228732446731438672418F2","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg"}],"stakeCurrency":{"coinDenom":"ACRE","coinMinimalDenom":"aacre","coinDecimals":18,"coinGeckoId":"arable-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"},"feeCurrencies":[{"coinDenom":"ACRE","coinMinimalDenom":"aacre","coinDecimals":18,"coinGeckoId":"arable-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"eightball-1":{"rpc":"https://rpc.8ball.info/","rest":"https://rest.8ball.info","chainId":"eightball-1","chainName":"8ball","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"8ball","bech32PrefixAccPub":"8ballpub","bech32PrefixValAddr":"8ballvaloper","bech32PrefixValPub":"8ballvaloperpub","bech32PrefixConsAddr":"8ballvalcons","bech32PrefixConsPub":"8ballvalconspub"},"currencies":[{"coinDenom":"EBL","coinMinimalDenom":"uebl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"}],"stakeCurrency":{"coinDenom":"EBL","coinMinimalDenom":"uebl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"},"feeCurrencies":[{"coinDenom":"EBL","coinMinimalDenom":"uebl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg","gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"agoric-3":{"rpc":"https://main.rpc.agoric.net:443","rest":"https://main.api.agoric.net:443","chainId":"agoric-3","chainName":"Agoric","bip44":{"coinType":564},"bech32Config":{"bech32PrefixAccAddr":"agoric","bech32PrefixAccPub":"agoricpub","bech32PrefixValAddr":"agoricvaloper","bech32PrefixValPub":"agoricvaloperpub","bech32PrefixConsAddr":"agoricvalcons","bech32PrefixConsPub":"agoricvalconspub"},"currencies":[{"coinDenom":"BLD","coinMinimalDenom":"ubld","coinDecimals":6,"coinGeckoId":"agoric","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"},{"coinDenom":"IST","coinMinimalDenom":"uist","coinDecimals":6,"coinGeckoId":"inter-stable-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"}],"stakeCurrency":{"coinDenom":"BLD","coinMinimalDenom":"ubld","coinDecimals":6,"coinGeckoId":"agoric","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"},"feeCurrencies":[{"coinDenom":"BLD","coinMinimalDenom":"ubld","coinDecimals":6,"coinGeckoId":"agoric","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg","gasPriceStep":{"low":0.03,"average":0.05,"high":0.07}},{"coinDenom":"IST","coinMinimalDenom":"uist","coinDecimals":6,"coinGeckoId":"inter-stable-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg","gasPriceStep":{"low":0.0034,"average":0.007,"high":0.02}}],"features":[]},"aioz_168-1":{"rpc":"https://rpc-dataseed.aioz.network:443","rest":"https://lcd-dataseed.aioz.network","chainId":"aioz_168-1","chainName":"AIOZ Network","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"aioz","bech32PrefixAccPub":"aiozpub","bech32PrefixValAddr":"aiozvaloper","bech32PrefixValPub":"aiozvaloperpub","bech32PrefixConsAddr":"aiozvalcons","bech32PrefixConsPub":"aiozvalconspub"},"currencies":[{"coinDenom":"AIOZ","coinMinimalDenom":"attoaioz","coinDecimals":18,"coinGeckoId":"aioz-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"}],"stakeCurrency":{"coinDenom":"AIOZ","coinMinimalDenom":"attoaioz","coinDecimals":18,"coinGeckoId":"aioz-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"},"feeCurrencies":[{"coinDenom":"AIOZ","coinMinimalDenom":"attoaioz","coinDecimals":18,"coinGeckoId":"aioz-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg","gasPriceStep":{"low":7000000000,"average":7000000000,"high":10000000000}}],"features":[]},"akashnet-2":{"rpc":"https://rpc.akash.forbole.com:443","rest":"https://api.akash.forbole.com:443","chainId":"akashnet-2","chainName":"Akash","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"akash","bech32PrefixAccPub":"akashpub","bech32PrefixValAddr":"akashvaloper","bech32PrefixValPub":"akashvaloperpub","bech32PrefixConsAddr":"akashvalcons","bech32PrefixConsPub":"akashvalconspub"},"currencies":[{"coinDenom":"AKT","coinMinimalDenom":"uakt","coinDecimals":6,"coinGeckoId":"akash-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"}],"stakeCurrency":{"coinDenom":"AKT","coinMinimalDenom":"uakt","coinDecimals":6,"coinGeckoId":"akash-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},"feeCurrencies":[{"coinDenom":"AKT","coinMinimalDenom":"uakt","coinDecimals":6,"coinGeckoId":"akash-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg","gasPriceStep":{"low":0.00025,"average":0.0025,"high":0.025}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"akiro-1":{"rpc":"http://213.199.36.82:26657","rest":"http://213.199.36.82:1317","chainId":"akiro-1","chainName":"Akiro","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"akiro","bech32PrefixAccPub":"akiropub","bech32PrefixValAddr":"akirovaloper","bech32PrefixValPub":"akirovaloperpub","bech32PrefixConsAddr":"akirovalcons","bech32PrefixConsPub":"akirovalconspub"},"currencies":[{"coinDenom":"AKIRO","coinMinimalDenom":"uakiro","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"}],"stakeCurrency":{"coinDenom":"AKIRO","coinMinimalDenom":"uakiro","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"},"feeCurrencies":[{"coinDenom":"AKIRO","coinMinimalDenom":"uakiro","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg","gasPriceStep":{"low":0.025,"average":0.035,"high":0.045}}],"features":[]},"althea_258432-1":{"rpc":"https://nodes.chandrastation.com/rpc/althea/","rest":"https://nodes.chandrastation.com/api/althea/","chainId":"althea_258432-1","chainName":"Althea","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"althea","bech32PrefixAccPub":"altheapub","bech32PrefixValAddr":"altheavaloper","bech32PrefixValPub":"altheavaloperpub","bech32PrefixConsAddr":"altheavalcons","bech32PrefixConsPub":"altheavalconspub"},"currencies":[{"coinDenom":"ALTHEA","coinMinimalDenom":"aalthea","coinDecimals":18}],"stakeCurrency":{"coinDenom":"ALTHEA","coinMinimalDenom":"aalthea","coinDecimals":18},"feeCurrencies":[{"coinDenom":"ALTHEA","coinMinimalDenom":"aalthea","coinDecimals":18,"gasPriceStep":{"low":100000000000,"average":100000000000,"high":300000000000}}],"features":[]},"andromeda-1":{"rpc":"https://rpc.andromeda-1.andromeda.aviaone.com","rest":"https://api.andromeda-1.andromeda.aviaone.com/","chainId":"andromeda-1","chainName":"Andromeda","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"andr","bech32PrefixAccPub":"andrpub","bech32PrefixValAddr":"andrvaloper","bech32PrefixValPub":"andrvaloperpub","bech32PrefixConsAddr":"andrvalcons","bech32PrefixConsPub":"andrvalconspub"},"currencies":[{"coinDenom":"ANDR","coinMinimalDenom":"uandr","coinDecimals":6,"coinGeckoId":"andromeda-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"}],"stakeCurrency":{"coinDenom":"ANDR","coinMinimalDenom":"uandr","coinDecimals":6,"coinGeckoId":"andromeda-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"},"feeCurrencies":[{"coinDenom":"ANDR","coinMinimalDenom":"uandr","coinDecimals":6,"coinGeckoId":"andromeda-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"arkh":{"rpc":"https://asc-dataseed.arkhadian.com/","rest":"https://asc-blockchain-api.arkhadian.com/","chainId":"arkh","chainName":"Arkhadian","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"arkh","bech32PrefixAccPub":"arkhpub","bech32PrefixValAddr":"arkhvaloper","bech32PrefixValPub":"arkhvaloperpub","bech32PrefixConsAddr":"arkhvalcons","bech32PrefixConsPub":"arkhvalconspub"},"currencies":[{"coinDenom":"ARKH","coinMinimalDenom":"arkh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"}],"stakeCurrency":{"coinDenom":"ARKH","coinMinimalDenom":"arkh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"},"feeCurrencies":[{"coinDenom":"ARKH","coinMinimalDenom":"arkh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"archway-1":{"rpc":"https://rpc.mainnet.archway.io","rest":"https://api.mainnet.archway.io","chainId":"archway-1","chainName":"Archway","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"archway","bech32PrefixAccPub":"archwaypub","bech32PrefixValAddr":"archwayvaloper","bech32PrefixValPub":"archwayvaloperpub","bech32PrefixConsAddr":"archwayvalcons","bech32PrefixConsPub":"archwayvalconspub"},"currencies":[{"coinDenom":"ARCH","coinMinimalDenom":"aarch","coinDecimals":18,"coinGeckoId":"archway","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"},{"coinDenom":"ampARCH","coinMinimalDenom":"cw20:archway1fwurjg7ah4v7hhs6xsc3wutqpvmahrfhns285s0lt34tgfdhplxq6m8xg5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/amparch.png"},{"coinDenom":"WOSMO","coinMinimalDenom":"ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},{"coinDenom":"VDL","coinMinimalDenom":"ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"},{"coinDenom":"AXV","coinMinimalDenom":"cw20:archway1ecjefhcf8r60wtfnhwefrxhj9caeqa90fj58cqsaafqveawn6cjs5znd2n","coinDecimals":6,"coinGeckoId":"astrovault","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.svg"}],"stakeCurrency":{"coinDenom":"ARCH","coinMinimalDenom":"aarch","coinDecimals":18,"coinGeckoId":"archway","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"},"feeCurrencies":[{"coinDenom":"ARCH","coinMinimalDenom":"aarch","coinDecimals":18,"coinGeckoId":"archway","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg","gasPriceStep":{"low":196000000000,"average":225400000000,"high":254800000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"mantle-1":{"rpc":"https://rpc.assetmantle.one","rest":"https://rest.assetmantle.one","chainId":"mantle-1","chainName":"AssetMantle","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"mantle","bech32PrefixAccPub":"mantlepub","bech32PrefixValAddr":"mantlevaloper","bech32PrefixValPub":"mantlevaloperpub","bech32PrefixConsAddr":"mantlevalcons","bech32PrefixConsPub":"mantlevalconspub"},"currencies":[{"coinDenom":"MNTL","coinMinimalDenom":"umntl","coinDecimals":6,"coinGeckoId":"assetmantle","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg"}],"stakeCurrency":{"coinDenom":"MNTL","coinMinimalDenom":"umntl","coinDecimals":6,"coinGeckoId":"assetmantle","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg"},"feeCurrencies":[{"coinDenom":"MNTL","coinMinimalDenom":"umntl","coinDecimals":6,"coinGeckoId":"assetmantle","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"xstaxy-1":{"rpc":"https://rpc.aura.network/","rest":"https://lcd.aura.network/","chainId":"xstaxy-1","chainName":"Aura Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"aura","bech32PrefixAccPub":"aurapub","bech32PrefixValAddr":"auravaloper","bech32PrefixValPub":"auravaloperpub","bech32PrefixConsAddr":"auravalcons","bech32PrefixConsPub":"auravalconspub"},"currencies":[{"coinDenom":"AURA","coinMinimalDenom":"uaura","coinDecimals":6,"coinGeckoId":"aura-network"}],"stakeCurrency":{"coinDenom":"AURA","coinMinimalDenom":"uaura","coinDecimals":6,"coinGeckoId":"aura-network"},"feeCurrencies":[{"coinDenom":"AURA","coinMinimalDenom":"uaura","coinDecimals":6,"coinGeckoId":"aura-network","gasPriceStep":{"low":0.001,"average":0.002,"high":0.0025}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"aura_6322-2":{"rpc":"https://rpc.aura.network/","rest":"https://lcd.aura.network/","chainId":"aura_6322-2","chainName":"Aura Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"aura","bech32PrefixAccPub":"aurapub","bech32PrefixValAddr":"auravaloper","bech32PrefixValPub":"auravaloperpub","bech32PrefixConsAddr":"auravalcons","bech32PrefixConsPub":"auravalconspub"},"currencies":[{"coinDenom":"AURA","coinMinimalDenom":"uaura","coinDecimals":6,"coinGeckoId":"aura-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}],"stakeCurrency":{"coinDenom":"AURA","coinMinimalDenom":"uaura","coinDecimals":6,"coinGeckoId":"aura-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},"feeCurrencies":[{"coinDenom":"AURA","coinMinimalDenom":"uaura","coinDecimals":6,"coinGeckoId":"aura-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg","gasPriceStep":{"low":0.001,"average":0.002,"high":0.0025}}],"features":[]},"beezee-1":{"rpc":"https://rpc.getbze.com","rest":"https://rest.getbze.com","chainId":"beezee-1","chainName":"BeeZee","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bze","bech32PrefixAccPub":"bzepub","bech32PrefixValAddr":"bzevaloper","bech32PrefixValPub":"bzevaloperpub","bech32PrefixConsAddr":"bzevalcons","bech32PrefixConsPub":"bzevalconspub"},"currencies":[{"coinDenom":"BZE","coinMinimalDenom":"ubze","coinDecimals":6,"coinGeckoId":"bzedge","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"}],"stakeCurrency":{"coinDenom":"BZE","coinMinimalDenom":"ubze","coinDecimals":6,"coinGeckoId":"bzedge","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"},"feeCurrencies":[{"coinDenom":"BZE","coinMinimalDenom":"ubze","coinDecimals":6,"coinGeckoId":"bzedge","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"axelar-dojo-1":{"rpc":"https://rpc-axelar.imperator.co:443","rest":"https://lcd-axelar.imperator.co:443","chainId":"axelar-dojo-1","chainName":"Axelar","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"axelar","bech32PrefixAccPub":"axelarpub","bech32PrefixValAddr":"axelarvaloper","bech32PrefixValPub":"axelarvaloperpub","bech32PrefixConsAddr":"axelarvalcons","bech32PrefixConsPub":"axelarvalconspub"},"currencies":[{"coinDenom":"AXL","coinMinimalDenom":"uaxl","coinDecimals":6,"coinGeckoId":"axelar","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"},{"coinDenom":"USDC","coinMinimalDenom":"uusdc","coinDecimals":6,"coinGeckoId":"axlusdc","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"},{"coinDenom":"FRAX","coinMinimalDenom":"frax-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"},{"coinDenom":"DAI","coinMinimalDenom":"dai-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg"},{"coinDenom":"USDT","coinMinimalDenom":"uusdt","coinDecimals":6,"coinGeckoId":"axelar-usdt","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg"},{"coinDenom":"WETH","coinMinimalDenom":"weth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"},{"coinDenom":"WBTC","coinMinimalDenom":"wbtc-satoshi","coinDecimals":8,"coinGeckoId":"axlwbtc","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"},{"coinDenom":"AAVE","coinMinimalDenom":"aave-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg"},{"coinDenom":"APE","coinMinimalDenom":"ape-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg"},{"coinDenom":"AXS","coinMinimalDenom":"axs-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg"},{"coinDenom":"LINK","coinMinimalDenom":"link-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg"},{"coinDenom":"MKR","coinMinimalDenom":"mkr-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg"},{"coinDenom":"RAI","coinMinimalDenom":"rai-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg"},{"coinDenom":"SHIB","coinMinimalDenom":"shib-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg"},{"coinDenom":"stETH","coinMinimalDenom":"steth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg"},{"coinDenom":"UNI","coinMinimalDenom":"uni-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg"},{"coinDenom":"XCN","coinMinimalDenom":"xcn-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg"},{"coinDenom":"DOT","coinMinimalDenom":"dot-planck","coinDecimals":10,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"},{"coinDenom":"WGLMR","coinMinimalDenom":"wglmr-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg"},{"coinDenom":"WMATIC","coinMinimalDenom":"wmatic-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg"},{"coinDenom":"WBNB","coinMinimalDenom":"wbnb-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg"},{"coinDenom":"BUSD","coinMinimalDenom":"busd-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg"},{"coinDenom":"WAVAX","coinMinimalDenom":"wavax-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"},{"coinDenom":"WFTM","coinMinimalDenom":"wftm-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg"},{"coinDenom":"USDC","coinMinimalDenom":"polygon-uusdc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"},{"coinDenom":"USDC","coinMinimalDenom":"avalanche-uusdc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"},{"coinDenom":"axlFIL","coinMinimalDenom":"wfil-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg"},{"coinDenom":"ARB","coinMinimalDenom":"arb-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg"},{"coinDenom":"PEPE","coinMinimalDenom":"pepe-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"},{"coinDenom":"cbETH","coinMinimalDenom":"cbeth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png"},{"coinDenom":"rETH","coinMinimalDenom":"reth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"},{"coinDenom":"sfrxETH","coinMinimalDenom":"sfrxeth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"},{"coinDenom":"wstETH","coinMinimalDenom":"wsteth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},{"coinDenom":"YieldETH","coinMinimalDenom":"yieldeth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg"},{"coinDenom":"OX","coinMinimalDenom":"ox-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg"}],"stakeCurrency":{"coinDenom":"AXL","coinMinimalDenom":"uaxl","coinDecimals":6,"coinGeckoId":"axelar","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"},"feeCurrencies":[{"coinDenom":"AXL","coinMinimalDenom":"uaxl","coinDecimals":6,"coinGeckoId":"axelar","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg","gasPriceStep":{"low":0.007,"average":0.007,"high":0.01}}],"features":[]},"laozi-mainnet":{"rpc":"http://rpc.laozi1.bandchain.org:80","rest":"https://laozi1.bandchain.org/api","chainId":"laozi-mainnet","chainName":"Band Protocol","bip44":{"coinType":494},"bech32Config":{"bech32PrefixAccAddr":"band","bech32PrefixAccPub":"bandpub","bech32PrefixValAddr":"bandvaloper","bech32PrefixValPub":"bandvaloperpub","bech32PrefixConsAddr":"bandvalcons","bech32PrefixConsPub":"bandvalconspub"},"currencies":[{"coinDenom":"BAND","coinMinimalDenom":"uband","coinDecimals":6,"coinGeckoId":"band-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"}],"stakeCurrency":{"coinDenom":"BAND","coinMinimalDenom":"uband","coinDecimals":6,"coinGeckoId":"band-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"},"feeCurrencies":[{"coinDenom":"BAND","coinMinimalDenom":"uband","coinDecimals":6,"coinGeckoId":"band-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg","gasPriceStep":{"low":0.0025,"average":0.003,"high":0.005}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"bitcanna-1":{"rpc":"https://rpc.bitcanna.io/","rest":"https://lcd.bitcanna.io","chainId":"bitcanna-1","chainName":"BitCanna","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bcna","bech32PrefixAccPub":"bcnapub","bech32PrefixValAddr":"bcnavaloper","bech32PrefixValPub":"bcnavaloperpub","bech32PrefixConsAddr":"bcnavalcons","bech32PrefixConsPub":"bcnavalconspub"},"currencies":[{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"}],"stakeCurrency":{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"},"feeCurrencies":[{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg","gasPriceStep":{"low":0.001,"average":0.0025,"high":0.01}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"bitsong-2b":{"rpc":"https://rpc-bitsong-ia.cosmosia.notional.ventures/","rest":"https://api-bitsong-ia.cosmosia.notional.ventures/","chainId":"bitsong-2b","chainName":"BitSong","bip44":{"coinType":639},"bech32Config":{"bech32PrefixAccAddr":"bitsong","bech32PrefixAccPub":"bitsongpub","bech32PrefixValAddr":"bitsongvaloper","bech32PrefixValPub":"bitsongvaloperpub","bech32PrefixConsAddr":"bitsongvalcons","bech32PrefixConsPub":"bitsongvalconspub"},"currencies":[{"coinDenom":"BTSG","coinMinimalDenom":"ubtsg","coinDecimals":6,"coinGeckoId":"bitsong","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"},{"coinDenom":"CLAY","coinMinimalDenom":"ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png"},{"coinDenom":"FASANO","coinMinimalDenom":"ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png"},{"coinDenom":"D9X","coinMinimalDenom":"ft575B10B0CEE2C164D9ED6A96313496F164A9607C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png"},{"coinDenom":"FONTI","coinMinimalDenom":"ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png"},{"coinDenom":"BJKS","coinMinimalDenom":"ft52EEB0EE509AC546ED92EAC8591F731F213DDD16","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png"},{"coinDenom":"RWNE","coinMinimalDenom":"ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png"},{"coinDenom":"ENMODA","coinMinimalDenom":"ft85AE1716C5E39EA6D64BBD7898C3899A7B500626","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png"},{"coinDenom":"404DR","coinMinimalDenom":"ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png"},{"coinDenom":"N43","coinMinimalDenom":"ft387C1C279D962ED80C09C1D592A92C4275FD7C5D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png"},{"coinDenom":"LOBO","coinMinimalDenom":"ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png"},{"coinDenom":"VIBRA","coinMinimalDenom":"ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png"},{"coinDenom":"KARINA","coinMinimalDenom":"ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png"},{"coinDenom":"TESTA","coinMinimalDenom":"ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png"},{"coinDenom":"CMQZ","coinMinimalDenom":"ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png"},{"coinDenom":"LDON","coinMinimalDenom":"ft347B1612A2B7659913679CF6CD45B8B130C50A00","coinDecimals":6}],"stakeCurrency":{"coinDenom":"BTSG","coinMinimalDenom":"ubtsg","coinDecimals":6,"coinGeckoId":"bitsong","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"},"feeCurrencies":[{"coinDenom":"BTSG","coinMinimalDenom":"ubtsg","coinDecimals":6,"coinGeckoId":"bitsong","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg","gasPriceStep":{"low":3,"average":10,"high":20}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"bluechip_1":{"rpc":"","rest":"","chainId":"bluechip_1","chainName":"BlueChip","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bcp","bech32PrefixAccPub":"bcppub","bech32PrefixValAddr":"bcpvaloper","bech32PrefixValPub":"bcpvaloperpub","bech32PrefixConsAddr":"bcpvalcons","bech32PrefixConsPub":"bcpvalconspub"},"currencies":[{"coinDenom":"BCP","coinMinimalDenom":"ubluechip","coinDecimals":6}],"stakeCurrency":{"coinDenom":"BCP","coinMinimalDenom":"ubluechip","coinDecimals":6},"feeCurrencies":[{"coinDenom":"BCP","coinMinimalDenom":"ubluechip","coinDecimals":6,"gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"bluzelle-9":{"rpc":"https://a.client.sentry.net.bluzelle.com:26657","rest":"https://a.client.sentry.net.bluzelle.com:1317","chainId":"bluzelle-9","chainName":"Bluzelle","bip44":{"coinType":483},"bech32Config":{"bech32PrefixAccAddr":"bluzelle","bech32PrefixAccPub":"bluzellepub","bech32PrefixValAddr":"bluzellevaloper","bech32PrefixValPub":"bluzellevaloperpub","bech32PrefixConsAddr":"bluzellevalcons","bech32PrefixConsPub":"bluzellevalconspub"},"currencies":[{"coinDenom":"BLZ","coinMinimalDenom":"ubnt","coinDecimals":6,"coinGeckoId":"bluzelle","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"},{"coinDenom":"ELT","coinMinimalDenom":"uelt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png"},{"coinDenom":"G4","coinMinimalDenom":"ug4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png"}],"stakeCurrency":{"coinDenom":"BLZ","coinMinimalDenom":"ubnt","coinDecimals":6,"coinGeckoId":"bluzelle","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"},"feeCurrencies":[{"coinDenom":"BLZ","coinMinimalDenom":"ubnt","coinDecimals":6,"coinGeckoId":"bluzelle","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg","gasPriceStep":{"low":0.002,"average":0.002,"high":0.025}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"bostrom":{"rpc":"https://rpc.bostrom.cybernode.ai","rest":"https://lcd.bostrom.cybernode.ai","chainId":"bostrom","chainName":"bostrom","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bostrom","bech32PrefixAccPub":"bostrompub","bech32PrefixValAddr":"bostromvaloper","bech32PrefixValPub":"bostromvaloperpub","bech32PrefixConsAddr":"bostromvalcons","bech32PrefixConsPub":"bostromvalconspub"},"currencies":[{"coinDenom":"BOOT","coinMinimalDenom":"boot","coinDecimals":0,"coinGeckoId":"bostrom","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"},{"coinDenom":"HYDROGEN","coinMinimalDenom":"hydrogen","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg"},{"coinDenom":"A","coinMinimalDenom":"milliampere","coinDecimals":3,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg"},{"coinDenom":"V","coinMinimalDenom":"millivolt","coinDecimals":3,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg"},{"coinDenom":"TOCYB","coinMinimalDenom":"tocyb","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg"}],"stakeCurrency":{"coinDenom":"BOOT","coinMinimalDenom":"boot","coinDecimals":0,"coinGeckoId":"bostrom","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"},"feeCurrencies":[{"coinDenom":"BOOT","coinMinimalDenom":"boot","coinDecimals":0,"coinGeckoId":"bostrom","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg","gasPriceStep":{"low":0,"average":0,"high":0.01}}],"features":[]},"canto_7700-1":{"rpc":"https://rpc.canto.nodestake.top","rest":"https://api.canto.nodestake.top","chainId":"canto_7700-1","chainName":"Canto","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"canto","bech32PrefixAccPub":"cantopub","bech32PrefixValAddr":"cantovaloper","bech32PrefixValPub":"cantovaloperpub","bech32PrefixConsAddr":"cantovalcons","bech32PrefixConsPub":"cantovalconspub"},"currencies":[{"coinDenom":"CANTO","coinMinimalDenom":"acanto","coinDecimals":18,"coinGeckoId":"canto","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"}],"stakeCurrency":{"coinDenom":"CANTO","coinMinimalDenom":"acanto","coinDecimals":18,"coinGeckoId":"canto","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},"feeCurrencies":[{"coinDenom":"CANTO","coinMinimalDenom":"acanto","coinDecimals":18,"coinGeckoId":"canto","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg","gasPriceStep":{"low":1000000000000,"average":2000000000000,"high":3000000000000}}],"features":[]},"carbon-1":{"rpc":"https://tm-api.carbon.network","rest":"https://api.carbon.network","chainId":"carbon-1","chainName":"Carbon","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"swth","bech32PrefixAccPub":"swthpub","bech32PrefixValAddr":"swthvaloper","bech32PrefixValPub":"swthvaloperpub","bech32PrefixConsAddr":"swthvalcons","bech32PrefixConsPub":"swthvalconspub"},"currencies":[{"coinDenom":"SWTH","coinMinimalDenom":"swth","coinDecimals":8,"coinGeckoId":"switcheo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"},{"coinDenom":"USC","coinMinimalDenom":"usc","coinDecimals":8,"coinGeckoId":"carbon-usd","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg"},{"coinDenom":"BNB","coinMinimalDenom":"bnb.1.6.773edb","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg"},{"coinDenom":"bNEO","coinMinimalDenom":"bneo.1.14.e2e5f6","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg"},{"coinDenom":"BUSD","coinMinimalDenom":"busd.1.6.754a80","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png"},{"coinDenom":"CGLP","coinMinimalDenom":"cglp.1.19.1698d3","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg"},{"coinDenom":"USD","coinMinimalDenom":"cgt/1","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg"},{"coinDenom":"ETH","coinMinimalDenom":"eth.1.19.c3b805","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg"},{"coinDenom":"ETH","coinMinimalDenom":"eth.1.2.942d87","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg"},{"coinDenom":"STARS","coinMinimalDenom":"ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},{"coinDenom":"LUNA","coinMinimalDenom":"ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},{"coinDenom":"milkTIA","coinMinimalDenom":"ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F","coinDecimals":6,"coinGeckoId":"milkyway-staked-tia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg"},{"coinDenom":"STRD","coinMinimalDenom":"ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},{"coinDenom":"EVMOS","coinMinimalDenom":"ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"},{"coinDenom":"IRIS","coinMinimalDenom":"ibc/4E06CF24FEBFB3F5AF645377DCC0B70AA6183BAF6B918B8B6243FCDEB7D38118","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"},{"coinDenom":"KUJI","coinMinimalDenom":"ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},{"coinDenom":"stOSMO","coinMinimalDenom":"ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},{"coinDenom":"CANTO","coinMinimalDenom":"ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"stATOM","coinMinimalDenom":"ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"USDC","coinMinimalDenom":"usdc.1.2.343151","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"USDC","coinMinimalDenom":"usdc.1.6.53ff75","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"ZIL","coinMinimalDenom":"zil.1.18.1a4a06","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg"}],"stakeCurrency":{"coinDenom":"SWTH","coinMinimalDenom":"swth","coinDecimals":8,"coinGeckoId":"switcheo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"},"feeCurrencies":[{"coinDenom":"SWTH","coinMinimalDenom":"swth","coinDecimals":8,"coinGeckoId":"switcheo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg","gasPriceStep":{"low":1,"average":1,"high":1}},{"coinDenom":"USC","coinMinimalDenom":"usc","coinDecimals":8,"coinGeckoId":"carbon-usd","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg","gasPriceStep":{"low":0.0001,"average":0.0001,"high":0.0001}},{"coinDenom":"BNB","coinMinimalDenom":"bnb.1.6.773edb","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg","gasPriceStep":{"low":1000000,"average":1000000,"high":1000000}},{"coinDenom":"bNEO","coinMinimalDenom":"bneo.1.14.e2e5f6","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg","gasPriceStep":{"low":0.0015,"average":0.0015,"high":0.0015}},{"coinDenom":"BUSD","coinMinimalDenom":"busd.1.6.754a80","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png","gasPriceStep":{"low":100000000,"average":100000000,"high":100000000}},{"coinDenom":"CGLP","coinMinimalDenom":"cglp.1.19.1698d3","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg","gasPriceStep":{"low":100000000,"average":100000000,"high":100000000}},{"coinDenom":"USD","coinMinimalDenom":"cgt/1","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg","gasPriceStep":{"low":100000000,"average":100000000,"high":100000000}},{"coinDenom":"ETH","coinMinimalDenom":"eth.1.19.c3b805","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg","gasPriceStep":{"low":100000,"average":100000,"high":100000}},{"coinDenom":"ETH","coinMinimalDenom":"eth.1.2.942d87","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg","gasPriceStep":{"low":100000,"average":100000,"high":100000}},{"coinDenom":"STARS","coinMinimalDenom":"ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg","gasPriceStep":{"low":0.0035,"average":0.0035,"high":0.0035}},{"coinDenom":"LUNA","coinMinimalDenom":"ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg","gasPriceStep":{"low":0.00005,"average":0.00005,"high":0.00005}},{"coinDenom":"TIA","coinMinimalDenom":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg","gasPriceStep":{"low":0.0000075,"average":0.0000075,"high":0.0000075}},{"coinDenom":"milkTIA","coinMinimalDenom":"ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F","coinDecimals":6,"coinGeckoId":"milkyway-staked-tia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg","gasPriceStep":{"low":0.0000075,"average":0.0000075,"high":0.0000075}},{"coinDenom":"STRD","coinMinimalDenom":"ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg","gasPriceStep":{"low":0.00032,"average":0.00032,"high":0.00032}},{"coinDenom":"EVMOS","coinMinimalDenom":"ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg","gasPriceStep":{"low":300000000,"average":300000000,"high":300000000}},{"coinDenom":"IRIS","coinMinimalDenom":"ibc/4E06CF24FEBFB3F5AF645377DCC0B70AA6183BAF6B918B8B6243FCDEB7D38118","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg","gasPriceStep":{"low":0.0006,"average":0.0006,"high":0.0006}},{"coinDenom":"KUJI","coinMinimalDenom":"ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg","gasPriceStep":{"low":0.00015,"average":0.00015,"high":0.00015}},{"coinDenom":"stOSMO","coinMinimalDenom":"ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg","gasPriceStep":{"low":0.00015,"average":0.00015,"high":0.00015}},{"coinDenom":"CANTO","coinMinimalDenom":"ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg","gasPriceStep":{"low":200000000,"average":200000000,"high":200000000}},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.00001,"average":0.00001,"high":0.00001}},{"coinDenom":"stATOM","coinMinimalDenom":"ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg","gasPriceStep":{"low":0.00001,"average":0.00001,"high":0.00001}},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg","gasPriceStep":{"low":0.00015,"average":0.00015,"high":0.00015}},{"coinDenom":"USDC","coinMinimalDenom":"usdc.1.2.343151","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg","gasPriceStep":{"low":0.0001,"average":0.0001,"high":0.0001}},{"coinDenom":"USDC","coinMinimalDenom":"usdc.1.6.53ff75","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg","gasPriceStep":{"low":100000000,"average":100000000,"high":100000000}},{"coinDenom":"ZIL","coinMinimalDenom":"zil.1.18.1a4a06","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg","gasPriceStep":{"low":6000,"average":6000,"high":6000}}],"features":[]},"celestia":{"rpc":"https://public-celestia-rpc.numia.xyz","rest":"https://public-celestia-lcd.numia.xyz","chainId":"celestia","chainName":"Celestia","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"celestia","bech32PrefixAccPub":"celestiapub","bech32PrefixValAddr":"celestiavaloper","bech32PrefixValPub":"celestiavaloperpub","bech32PrefixConsAddr":"celestiavalcons","bech32PrefixConsPub":"celestiavalconspub"},"currencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinGeckoId":"celestia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}],"stakeCurrency":{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinGeckoId":"celestia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"feeCurrencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinGeckoId":"celestia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg","gasPriceStep":{"low":0.01,"average":0.02,"high":0.1}}],"features":[]},"cerberus-chain-1":{"rpc":"","rest":"","chainId":"cerberus-chain-1","chainName":"Cerberus","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cerberus","bech32PrefixAccPub":"cerberuspub","bech32PrefixValAddr":"cerberusvaloper","bech32PrefixValPub":"cerberusvaloperpub","bech32PrefixConsAddr":"cerberusvalcons","bech32PrefixConsPub":"cerberusvalconspub"},"currencies":[{"coinDenom":"CRBRUS","coinMinimalDenom":"ucrbrus","coinDecimals":6,"coinGeckoId":"cerberus-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"}],"stakeCurrency":{"coinDenom":"CRBRUS","coinMinimalDenom":"ucrbrus","coinDecimals":6,"coinGeckoId":"cerberus-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"},"feeCurrencies":[{"coinDenom":"CRBRUS","coinMinimalDenom":"ucrbrus","coinDecimals":6,"coinGeckoId":"cerberus-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"chimba":{"rpc":"https://rpc.mainnet.chimba.ooo","rest":"https://mainnet.chimba.ooo","chainId":"chimba","chainName":"Chimba","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"chimba","bech32PrefixAccPub":"chimbapub","bech32PrefixValAddr":"chimbavaloper","bech32PrefixValPub":"chimbavaloperpub","bech32PrefixConsAddr":"chimbavalcons","bech32PrefixConsPub":"chimbavalconspub"},"currencies":[{"coinDenom":"CMBA","coinMinimalDenom":"ucmba","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"}],"stakeCurrency":{"coinDenom":"CMBA","coinMinimalDenom":"ucmba","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"},"feeCurrencies":[{"coinDenom":"CMBA","coinMinimalDenom":"ucmba","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg","gasPriceStep":{"low":1,"average":5,"high":10}}],"features":[]},"morocco-1":{"rpc":"https://rpc-terp.zenchainlabs.io/","rest":"https://api-terp.zenchainlabs.io:443","chainId":"morocco-1","chainName":"Terp-Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"terp","bech32PrefixAccPub":"terppub","bech32PrefixValAddr":"terpvaloper","bech32PrefixValPub":"terpvaloperpub","bech32PrefixConsAddr":"terpvalcons","bech32PrefixConsPub":"terpvalconspub"},"currencies":[{"coinDenom":"TERP","coinMinimalDenom":"uterp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},{"coinDenom":"THIOL","coinMinimalDenom":"uthiol","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"}],"stakeCurrency":{"coinDenom":"TERP","coinMinimalDenom":"uterp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},"feeCurrencies":[{"coinDenom":"THIOL","coinMinimalDenom":"uthiol","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"perun-1":{"rpc":"https://rpc.c4e.io/","rest":"https://lcd.c4e.io/","chainId":"perun-1","chainName":"C4E","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"c4e","bech32PrefixAccPub":"c4epub","bech32PrefixValAddr":"c4evaloper","bech32PrefixValPub":"c4evaloperpub","bech32PrefixConsAddr":"c4evalcons","bech32PrefixConsPub":"c4evalconspub"},"currencies":[{"coinDenom":"C4E","coinMinimalDenom":"uc4e","coinDecimals":6,"coinGeckoId":"chain4energy","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"}],"stakeCurrency":{"coinDenom":"C4E","coinMinimalDenom":"uc4e","coinDecimals":6,"coinGeckoId":"chain4energy","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"},"feeCurrencies":[{"coinDenom":"C4E","coinMinimalDenom":"uc4e","coinDecimals":6,"coinGeckoId":"chain4energy","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"chihuahua-1":{"rpc":"https://rpc.chihuahua.wtf","rest":"https://api.chihuahua.wtf","chainId":"chihuahua-1","chainName":"Chihuahua","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"chihuahua","bech32PrefixAccPub":"chihuahuapub","bech32PrefixValAddr":"chihuahuavaloper","bech32PrefixValPub":"chihuahuavaloperpub","bech32PrefixConsAddr":"chihuahuavalcons","bech32PrefixConsPub":"chihuahuavalconspub"},"currencies":[{"coinDenom":"HUAHUA","coinMinimalDenom":"uhuahua","coinDecimals":6,"coinGeckoId":"chihuahua-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},{"coinDenom":"PUPPY","coinMinimalDenom":"cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png"},{"coinDenom":"BADDOG","coinMinimalDenom":"factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png"},{"coinDenom":"WOOF","coinMinimalDenom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png"},{"coinDenom":"TACOS","coinMinimalDenom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png"},{"coinDenom":"WEED","coinMinimalDenom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png"},{"coinDenom":"BDOG","coinMinimalDenom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png"},{"coinDenom":"CORSO","coinMinimalDenom":"factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png"},{"coinDenom":"bHUAHUA","coinMinimalDenom":"cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w","coinDecimals":6,"coinGeckoId":"backbone-labs-staked-huahua","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png"},{"coinDenom":"ashHUAHUA","coinMinimalDenom":"factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png"},{"coinDenom":"ampGASH","coinMinimalDenom":"ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png"},{"coinDenom":"GUPPY","coinMinimalDenom":"ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"}],"stakeCurrency":{"coinDenom":"HUAHUA","coinMinimalDenom":"uhuahua","coinDecimals":6,"coinGeckoId":"chihuahua-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},"feeCurrencies":[{"coinDenom":"HUAHUA","coinMinimalDenom":"uhuahua","coinDecimals":6,"coinGeckoId":"chihuahua-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg","gasPriceStep":{"low":500,"average":1250,"high":2000}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"cifer-2":{"rpc":"https://cif_node.cifer.ai/","rest":"https://api.cifer.ai","chainId":"cifer-2","chainName":"Cifer","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cife","bech32PrefixAccPub":"cifepub","bech32PrefixValAddr":"cifevaloper","bech32PrefixValPub":"cifevaloperpub","bech32PrefixConsAddr":"cifevalcons","bech32PrefixConsPub":"cifevalconspub"},"currencies":[{"coinDenom":"CIF","coinMinimalDenom":"ucif","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"}],"stakeCurrency":{"coinDenom":"CIF","coinMinimalDenom":"ucif","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},"feeCurrencies":[{"coinDenom":"CIF","coinMinimalDenom":"ucif","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg","gasPriceStep":{"low":1,"average":5,"high":10}}],"features":[]},"cifer-1":{"rpc":"https://cif_node.cifer.ai/","rest":"https://api.cifer.ai","chainId":"cifer-1","chainName":"Cifer","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cife","bech32PrefixAccPub":"cifepub","bech32PrefixValAddr":"cifevaloper","bech32PrefixValPub":"cifevaloperpub","bech32PrefixConsAddr":"cifevalcons","bech32PrefixConsPub":"cifevalconspub"},"currencies":[{"coinDenom":"CIF","coinMinimalDenom":"ucif","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"}],"stakeCurrency":{"coinDenom":"CIF","coinMinimalDenom":"ucif","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},"feeCurrencies":[{"coinDenom":"CIF","coinMinimalDenom":"ucif","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg","gasPriceStep":{"low":1,"average":5,"high":10}}],"features":[]},"cheqd-mainnet-1":{"rpc":"https://rpc.cheqd.net","rest":"https://api.cheqd.net","chainId":"cheqd-mainnet-1","chainName":"Cheqd","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cheqd","bech32PrefixAccPub":"cheqdpub","bech32PrefixValAddr":"cheqdvaloper","bech32PrefixValPub":"cheqdvaloperpub","bech32PrefixConsAddr":"cheqdvalcons","bech32PrefixConsPub":"cheqdvalconspub"},"currencies":[{"coinDenom":"CHEQ","coinMinimalDenom":"ncheq","coinDecimals":9,"coinGeckoId":"cheqd-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"}],"stakeCurrency":{"coinDenom":"CHEQ","coinMinimalDenom":"ncheq","coinDecimals":9,"coinGeckoId":"cheqd-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"},"feeCurrencies":[{"coinDenom":"CHEQ","coinMinimalDenom":"ncheq","coinDecimals":9,"coinGeckoId":"cheqd-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg","gasPriceStep":{"low":50,"average":75,"high":100}}],"features":[]},"comdex-1":{"rpc":"https://rpc.comdex.one","rest":"https://rest.comdex.one","chainId":"comdex-1","chainName":"Comdex","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"comdex","bech32PrefixAccPub":"comdexpub","bech32PrefixValAddr":"comdexvaloper","bech32PrefixValPub":"comdexvaloperpub","bech32PrefixConsAddr":"comdexvalcons","bech32PrefixConsPub":"comdexvalconspub"},"currencies":[{"coinDenom":"CMDX","coinMinimalDenom":"ucmdx","coinDecimals":6,"coinGeckoId":"comdex","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},{"coinDenom":"HARBOR","coinMinimalDenom":"uharbor","coinDecimals":6,"coinGeckoId":"harbor-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg"},{"coinDenom":"CMST","coinMinimalDenom":"ucmst","coinDecimals":6,"coinGeckoId":"composite","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg"}],"stakeCurrency":{"coinDenom":"CMDX","coinMinimalDenom":"ucmdx","coinDecimals":6,"coinGeckoId":"comdex","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},"feeCurrencies":[{"coinDenom":"CMDX","coinMinimalDenom":"ucmdx","coinDecimals":6,"coinGeckoId":"comdex","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg","gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"commercio-3":{"rpc":"https://rpc-mainnet.commercio.network","rest":"https://lcd-mainnet.commercio.network","chainId":"commercio-3","chainName":"Commercio.network","bip44":{"coinType":701},"bech32Config":{"bech32PrefixAccAddr":"did:com:","bech32PrefixAccPub":"did:com:pub","bech32PrefixValAddr":"did:com:valoper","bech32PrefixValPub":"did:com:valoperpub","bech32PrefixConsAddr":"did:com:valcons","bech32PrefixConsPub":"did:com:valconspub"},"currencies":[{"coinDenom":"COM","coinMinimalDenom":"ucommercio","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg"},{"coinDenom":"CCC","coinMinimalDenom":"uccc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/ccc.svg"}],"stakeCurrency":{"coinDenom":"COM","coinMinimalDenom":"ucommercio","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg"},"feeCurrencies":[{"coinDenom":"COM","coinMinimalDenom":"ucommercio","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"cvn_2032-1":{"rpc":"https://rpc.cvn.io/","rest":"https://api.cvn.io","chainId":"cvn_2032-1","chainName":"ConsciousDAO","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"cvn","bech32PrefixAccPub":"cvnpub","bech32PrefixValAddr":"cvnvaloper","bech32PrefixValPub":"cvnvaloperpub","bech32PrefixConsAddr":"cvnvalcons","bech32PrefixConsPub":"cvnvalconspub"},"currencies":[{"coinDenom":"CVN","coinMinimalDenom":"acvnt","coinDecimals":18,"coinGeckoId":"consciousdao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"}],"stakeCurrency":{"coinDenom":"CVN","coinMinimalDenom":"acvnt","coinDecimals":18,"coinGeckoId":"consciousdao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"},"feeCurrencies":[{"coinDenom":"CVN","coinMinimalDenom":"acvnt","coinDecimals":18,"coinGeckoId":"consciousdao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg","gasPriceStep":{"low":100000000,"average":200000000,"high":300000000}}],"features":[]},"coreum-mainnet-1":{"rpc":"https://full-node.mainnet-1.coreum.dev:26657","rest":"https://rest-coreum.ecostake.com","chainId":"coreum-mainnet-1","chainName":"Coreum","bip44":{"coinType":990},"bech32Config":{"bech32PrefixAccAddr":"core","bech32PrefixAccPub":"corepub","bech32PrefixValAddr":"corevaloper","bech32PrefixValPub":"corevaloperpub","bech32PrefixConsAddr":"corevalcons","bech32PrefixConsPub":"corevalconspub"},"currencies":[{"coinDenom":"COREUM","coinMinimalDenom":"ucore","coinDecimals":6,"coinGeckoId":"coreum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"},{"coinDenom":"XRP","coinMinimalDenom":"drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg"}],"stakeCurrency":{"coinDenom":"COREUM","coinMinimalDenom":"ucore","coinDecimals":6,"coinGeckoId":"coreum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"},"feeCurrencies":[{"coinDenom":"COREUM","coinMinimalDenom":"ucore","coinDecimals":6,"coinGeckoId":"coreum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg","gasPriceStep":{"low":0.0625,"average":0.0625,"high":62.5}}],"features":[]},"coss-1":{"rpc":"https://coss-rpc.coss.ink","rest":"https://coss-rest.coss.ink","chainId":"coss-1","chainName":"COSS","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"coss","bech32PrefixAccPub":"cosspub","bech32PrefixValAddr":"cossvaloper","bech32PrefixValPub":"cossvaloperpub","bech32PrefixConsAddr":"cossvalcons","bech32PrefixConsPub":"cossvalconspub"},"currencies":[{"coinDenom":"CGAS","coinMinimalDenom":"ucgas","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg"},{"coinDenom":"COSS","coinMinimalDenom":"ucoss","coinDecimals":6,"coinGeckoId":"coss-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg"},{"coinDenom":"CIAS","coinMinimalDenom":"ucias","coinDecimals":6,"coinGeckoId":"cias","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg"}],"stakeCurrency":{"coinDenom":"CGAS","coinMinimalDenom":"ucgas","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg"},"feeCurrencies":[{"coinDenom":"CGAS","coinMinimalDenom":"ucgas","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg","gasPriceStep":{"low":0.025,"average":0.03,"high":0.04}},{"coinDenom":"COSS","coinMinimalDenom":"ucoss","coinDecimals":6,"coinGeckoId":"coss-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg","gasPriceStep":{"low":0.025,"average":0.03,"high":0.04}},{"coinDenom":"CIAS","coinMinimalDenom":"ucias","coinDecimals":6,"coinGeckoId":"cias","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg","gasPriceStep":{"low":0.025,"average":0.03,"high":0.04}}],"features":[]},"crescent-1":{"rpc":"https://mainnet.crescent.network:26657","rest":"https://mainnet.crescent.network:1317","chainId":"crescent-1","chainName":"Crescent","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cre","bech32PrefixAccPub":"crepub","bech32PrefixValAddr":"crevaloper","bech32PrefixValPub":"crevaloperpub","bech32PrefixConsAddr":"crevalcons","bech32PrefixConsPub":"crevalconspub"},"currencies":[{"coinDenom":"CRE","coinMinimalDenom":"ucre","coinDecimals":6,"coinGeckoId":"crescent-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"},{"coinDenom":"bCRE","coinMinimalDenom":"ubcre","coinDecimals":6,"coinGeckoId":"liquid-staking-crescent","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg"}],"stakeCurrency":{"coinDenom":"CRE","coinMinimalDenom":"ucre","coinDecimals":6,"coinGeckoId":"crescent-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"},"feeCurrencies":[{"coinDenom":"CRE","coinMinimalDenom":"ucre","coinDecimals":6,"coinGeckoId":"crescent-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"centauri-1":{"rpc":"https://rpc-composable-ia.cosmosia.notional.ventures","rest":"https://api-composable-ia.cosmosia.notional.ventures","chainId":"centauri-1","chainName":"Picasso","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"pica","bech32PrefixAccPub":"picapub","bech32PrefixValAddr":"picavaloper","bech32PrefixValPub":"picavaloperpub","bech32PrefixConsAddr":"picavalcons","bech32PrefixConsPub":"picavalconspub"},"currencies":[{"coinDenom":"PICA","coinMinimalDenom":"ppica","coinDecimals":12,"coinGeckoId":"picasso","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"},{"coinDenom":"KSM","coinMinimalDenom":"ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg"},{"coinDenom":"DOT","coinMinimalDenom":"ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366","coinDecimals":10,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"},{"coinDenom":"USDT","coinMinimalDenom":"ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265","coinDecimals":6},{"coinDenom":"TNKR","coinMinimalDenom":"ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},{"coinDenom":"DAI","coinMinimalDenom":"ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},{"coinDenom":"FXS","coinMinimalDenom":"ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg"},{"coinDenom":"FRAX","coinMinimalDenom":"ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"},{"coinDenom":"frxETH","coinMinimalDenom":"ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg"},{"coinDenom":"sfrxETH","coinMinimalDenom":"ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"},{"coinDenom":"sFRAX","coinMinimalDenom":"ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg"},{"coinDenom":"USDT","coinMinimalDenom":"ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"CRV","coinMinimalDenom":"ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png"},{"coinDenom":"wBTC","coinMinimalDenom":"ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},{"coinDenom":"stETH","coinMinimalDenom":"ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg"},{"coinDenom":"rETH","coinMinimalDenom":"ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"},{"coinDenom":"crvUSD","coinMinimalDenom":"ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png"},{"coinDenom":"pxETH","coinMinimalDenom":"ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png"},{"coinDenom":"eETH","coinMinimalDenom":"ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png"},{"coinDenom":"ENA","coinMinimalDenom":"ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929","coinDecimals":18},{"coinDenom":"USDe","coinMinimalDenom":"ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983","coinDecimals":18},{"coinDenom":"ezETH","coinMinimalDenom":"ibc/0247E0E2C174135AADF4EA172D97FF5C15A64689A403E83603EAE4F0616DD365","coinDecimals":18},{"coinDenom":"PEPE","coinMinimalDenom":"ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05","coinDecimals":18},{"coinDenom":"wSOL","coinMinimalDenom":"ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C","coinDecimals":9},{"coinDenom":"mSOL","coinMinimalDenom":"ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D","coinDecimals":9},{"coinDenom":"jitoSOL","coinMinimalDenom":"ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2","coinDecimals":9},{"coinDenom":"bSOL","coinMinimalDenom":"ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716","coinDecimals":9},{"coinDenom":"LST","coinMinimalDenom":"ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D","coinDecimals":9},{"coinDenom":"edgeSOL","coinMinimalDenom":"ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C","coinDecimals":9},{"coinDenom":"hSOL","coinMinimalDenom":"ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6","coinDecimals":9},{"coinDenom":"jupSOL","coinMinimalDenom":"ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626","coinDecimals":9},{"coinDenom":"WIF","coinMinimalDenom":"ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071","coinDecimals":6},{"coinDenom":"USDT","coinMinimalDenom":"ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575","coinDecimals":6},{"coinDenom":"WHINE","coinMinimalDenom":"ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912","coinDecimals":6}],"stakeCurrency":{"coinDenom":"PICA","coinMinimalDenom":"ppica","coinDecimals":12,"coinGeckoId":"picasso","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"},"feeCurrencies":[{"coinDenom":"PICA","coinMinimalDenom":"ppica","coinDecimals":12,"coinGeckoId":"picasso","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg","gasPriceStep":{"low":0,"average":0,"high":0}}],"features":[]},"cosmoshub-4":{"rpc":"https://cosmos-rpc.quickapi.com:443","rest":"https://cosmos-lcd.quickapi.com:443","chainId":"cosmoshub-4","chainName":"Cosmos Hub","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cosmos","bech32PrefixAccPub":"cosmospub","bech32PrefixValAddr":"cosmosvaloper","bech32PrefixValPub":"cosmosvaloperpub","bech32PrefixConsAddr":"cosmosvalcons","bech32PrefixConsPub":"cosmosvalconspub"},"currencies":[{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinGeckoId":"cosmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"FX","coinMinimalDenom":"ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"}],"stakeCurrency":{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinGeckoId":"cosmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},"feeCurrencies":[{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinGeckoId":"cosmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"cronosmainnet_25-1":{"rpc":"https://rpc.cronos.org/","rest":"https://rest.cronos.org/","chainId":"cronosmainnet_25-1","chainName":"Cronos","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"crc","bech32PrefixAccPub":"crcpub","bech32PrefixValAddr":"crcvaloper","bech32PrefixValPub":"crcvaloperpub","bech32PrefixConsAddr":"crcvalcons","bech32PrefixConsPub":"crcvalconspub"},"currencies":[{"coinDenom":"CRO","coinMinimalDenom":"basecro","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/9106F2626880DF7FAD30621F355423B2A7523D8E2274475F009644D708A90682","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"}],"stakeCurrency":{"coinDenom":"CRO","coinMinimalDenom":"basecro","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},"feeCurrencies":[{"coinDenom":"CRO","coinMinimalDenom":"basecro","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"crypto-org-chain-mainnet-1":{"rpc":"https://rpc.mainnet.crypto.org/","rest":"https://rest.mainnet.crypto.org/","chainId":"crypto-org-chain-mainnet-1","chainName":"Cronos POS Chain","bip44":{"coinType":394},"bech32Config":{"bech32PrefixAccAddr":"cro","bech32PrefixAccPub":"cropub","bech32PrefixValAddr":"crovaloper","bech32PrefixValPub":"crovaloperpub","bech32PrefixConsAddr":"crovalcons","bech32PrefixConsPub":"crovalconspub"},"currencies":[{"coinDenom":"CRO","coinMinimalDenom":"basecro","coinDecimals":8,"coinGeckoId":"crypto-com-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},{"coinDenom":"XLM","coinMinimalDenom":"baseXLM","coinDecimals":7,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"},{"coinDenom":"XLM","coinMinimalDenom":"ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D","coinDecimals":7,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"}],"stakeCurrency":{"coinDenom":"CRO","coinMinimalDenom":"basecro","coinDecimals":8,"coinGeckoId":"crypto-com-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},"feeCurrencies":[{"coinDenom":"CRO","coinMinimalDenom":"basecro","coinDecimals":8,"coinGeckoId":"crypto-com-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg","gasPriceStep":{"low":0.025,"average":0.03,"high":0.04}}],"features":[]},"cudos-1":{"rpc":"http://mainnet-full-node-01.hosts.cudos.org:26657","rest":"http://mainnet-full-node-01.hosts.cudos.org:1317","chainId":"cudos-1","chainName":"Cudos","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cudos","bech32PrefixAccPub":"cudospub","bech32PrefixValAddr":"cudosvaloper","bech32PrefixValPub":"cudosvaloperpub","bech32PrefixConsAddr":"cudosvalcons","bech32PrefixConsPub":"cudosvalconspub"},"currencies":[{"coinDenom":"CUDOS","coinMinimalDenom":"acudos","coinDecimals":18,"coinGeckoId":"cudos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"}],"stakeCurrency":{"coinDenom":"CUDOS","coinMinimalDenom":"acudos","coinDecimals":18,"coinGeckoId":"cudos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"},"feeCurrencies":[{"coinDenom":"CUDOS","coinMinimalDenom":"acudos","coinDecimals":18,"coinGeckoId":"cudos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg","gasPriceStep":{"low":5000000000000,"average":10000000000000,"high":20000000000000}}],"features":[]},"mainnet-3":{"rpc":"https://poseidon.mainnet.decentr.xyz","rest":"https://rest.mainnet.decentr.xyz","chainId":"mainnet-3","chainName":"Decentr","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"decentr","bech32PrefixAccPub":"decentrpub","bech32PrefixValAddr":"decentrvaloper","bech32PrefixValPub":"decentrvaloperpub","bech32PrefixConsAddr":"decentrvalcons","bech32PrefixConsPub":"decentrvalconspub"},"currencies":[{"coinDenom":"DEC","coinMinimalDenom":"udec","coinDecimals":6,"coinGeckoId":"decentr","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"}],"stakeCurrency":{"coinDenom":"DEC","coinMinimalDenom":"udec","coinDecimals":6,"coinGeckoId":"decentr","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"},"feeCurrencies":[{"coinDenom":"DEC","coinMinimalDenom":"udec","coinDecimals":6,"coinGeckoId":"decentr","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.025}}],"features":[]},"dhealth":{"rpc":"https://rpc.dhealth.com","rest":"https://lcd.dhealth.com","chainId":"dhealth","chainName":"dHealth","bip44":{"coinType":10111},"bech32Config":{"bech32PrefixAccAddr":"dh","bech32PrefixAccPub":"dhpub","bech32PrefixValAddr":"dhvaloper","bech32PrefixValPub":"dhvaloperpub","bech32PrefixConsAddr":"dhvalcons","bech32PrefixConsPub":"dhvalconspub"},"currencies":[{"coinDenom":"DHP","coinMinimalDenom":"udhp","coinDecimals":6,"coinGeckoId":"dhealth","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"}],"stakeCurrency":{"coinDenom":"DHP","coinMinimalDenom":"udhp","coinDecimals":6,"coinGeckoId":"dhealth","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"},"feeCurrencies":[{"coinDenom":"DHP","coinMinimalDenom":"udhp","coinDecimals":6,"coinGeckoId":"dhealth","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg","gasPriceStep":{"low":0.025,"average":0.03,"high":0.035}}],"features":[]},"dig-1":{"rpc":"https://rpc-1-dig.notional.ventures","rest":"https://api-1-dig.notional.ventures","chainId":"dig-1","chainName":"Dig Chain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"dig","bech32PrefixAccPub":"digpub","bech32PrefixValAddr":"digvaloper","bech32PrefixValPub":"digvaloperpub","bech32PrefixConsAddr":"digvalcons","bech32PrefixConsPub":"digvalconspub"},"currencies":[{"coinDenom":"DIG","coinMinimalDenom":"udig","coinDecimals":6,"coinGeckoId":"dig-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"}],"stakeCurrency":{"coinDenom":"DIG","coinMinimalDenom":"udig","coinDecimals":6,"coinGeckoId":"dig-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"},"feeCurrencies":[{"coinDenom":"DIG","coinMinimalDenom":"udig","coinDecimals":6,"coinGeckoId":"dig-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png","gasPriceStep":{"low":0.025,"average":0.03,"high":0.035}}],"features":[]},"vota-ash":{"rpc":"https://vota-rpc.dorafactory.org/","rest":"https://vota-rest.dorafactory.org","chainId":"vota-ash","chainName":"Dora Vota","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"dora","bech32PrefixAccPub":"dorapub","bech32PrefixValAddr":"doravaloper","bech32PrefixValPub":"doravaloperpub","bech32PrefixConsAddr":"doravalcons","bech32PrefixConsPub":"doravalconspub"},"currencies":[{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg"}],"stakeCurrency":{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg"},"feeCurrencies":[{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg","gasPriceStep":{"low":100000000000,"average":100000000000,"high":100000000000}}],"features":[]},"desmos-mainnet":{"rpc":"https://rpc.mainnet.desmos.network","rest":"https://api.mainnet.desmos.network","chainId":"desmos-mainnet","chainName":"Desmos","bip44":{"coinType":852},"bech32Config":{"bech32PrefixAccAddr":"desmos","bech32PrefixAccPub":"desmospub","bech32PrefixValAddr":"desmosvaloper","bech32PrefixValPub":"desmosvaloperpub","bech32PrefixConsAddr":"desmosvalcons","bech32PrefixConsPub":"desmosvalconspub"},"currencies":[{"coinDenom":"DSM","coinMinimalDenom":"udsm","coinDecimals":6,"coinGeckoId":"desmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"}],"stakeCurrency":{"coinDenom":"DSM","coinMinimalDenom":"udsm","coinDecimals":6,"coinGeckoId":"desmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"},"feeCurrencies":[{"coinDenom":"DSM","coinMinimalDenom":"udsm","coinDecimals":6,"coinGeckoId":"desmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg","gasPriceStep":{"low":0.01,"average":0.03,"high":0.05}}],"features":[]},"dyson-mainnet-01":{"rpc":"https://dys-tm.dysonprotocol.com:443","rest":"https://dys-api.dysonprotocol.com:443","chainId":"dyson-mainnet-01","chainName":"Dyson Protocol","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"dys","bech32PrefixAccPub":"dyspub","bech32PrefixValAddr":"dysvaloper","bech32PrefixValPub":"dysvaloperpub","bech32PrefixConsAddr":"dysvalcons","bech32PrefixConsPub":"dysvalconspub"},"currencies":[{"coinDenom":"DYS","coinMinimalDenom":"dys","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"WBTC","coinMinimalDenom":"ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"}],"stakeCurrency":{"coinDenom":"DYS","coinMinimalDenom":"dys","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg"},"feeCurrencies":[{"coinDenom":"DYS","coinMinimalDenom":"dys","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg","gasPriceStep":{"low":0.0001,"average":0.0002,"high":0.0003}}],"features":[]},"echelon_3000-3":{"rpc":"https://ech01trpc.mindheartsoul.org","rest":"https://ech01api.mindheartsoul.org","chainId":"echelon_3000-3","chainName":"Echelon","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"echelon","bech32PrefixAccPub":"echelonpub","bech32PrefixValAddr":"echelonvaloper","bech32PrefixValPub":"echelonvaloperpub","bech32PrefixConsAddr":"echelonvalcons","bech32PrefixConsPub":"echelonvalconspub"},"currencies":[{"coinDenom":"ECH","coinMinimalDenom":"aechelon","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg"}],"stakeCurrency":{"coinDenom":"ECH","coinMinimalDenom":"aechelon","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg"},"feeCurrencies":[{"coinDenom":"ECH","coinMinimalDenom":"aechelon","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg","gasPriceStep":{"low":10000000000,"average":25000000000,"high":40000000000}}],"features":[]},"emoney-3":{"rpc":"https://emoney.validator.network","rest":"https://emoney.validator.network/api/","chainId":"emoney-3","chainName":"e-Money","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"emoney","bech32PrefixAccPub":"emoneypub","bech32PrefixValAddr":"emoneyvaloper","bech32PrefixValPub":"emoneyvaloperpub","bech32PrefixConsAddr":"emoneyvalcons","bech32PrefixConsPub":"emoneyvalconspub"},"currencies":[{"coinDenom":"NGM","coinMinimalDenom":"ungm","coinDecimals":6,"coinGeckoId":"e-money","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"},{"coinDenom":"EEUR","coinMinimalDenom":"eeur","coinDecimals":6,"coinGeckoId":"e-money-eur","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg"},{"coinDenom":"ECHF","coinMinimalDenom":"echf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg"},{"coinDenom":"ENOK","coinMinimalDenom":"enok","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg"},{"coinDenom":"EDKK","coinMinimalDenom":"edkk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg"},{"coinDenom":"ESEK","coinMinimalDenom":"esek","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg"}],"stakeCurrency":{"coinDenom":"NGM","coinMinimalDenom":"ungm","coinDecimals":6,"coinGeckoId":"e-money","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"},"feeCurrencies":[{"coinDenom":"NGM","coinMinimalDenom":"ungm","coinDecimals":6,"coinGeckoId":"e-money","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg","gasPriceStep":{"low":1,"average":1,"high":1}},{"coinDenom":"EEUR","coinMinimalDenom":"eeur","coinDecimals":6,"coinGeckoId":"e-money-eur","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg","gasPriceStep":{"low":1,"average":1,"high":1}},{"coinDenom":"ECHF","coinMinimalDenom":"echf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg","gasPriceStep":{"low":1,"average":1,"high":1}},{"coinDenom":"ENOK","coinMinimalDenom":"enok","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg","gasPriceStep":{"low":1,"average":1,"high":1}},{"coinDenom":"EDKK","coinMinimalDenom":"edkk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg","gasPriceStep":{"low":1,"average":1,"high":1}},{"coinDenom":"ESEK","coinMinimalDenom":"esek","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg","gasPriceStep":{"low":1,"average":1,"high":1}}],"features":[]},"dydx-mainnet-1":{"rpc":"https://dydx-rpc.kingnodes.com:443","rest":"https://community.nuxian-node.ch:6797/dydx/crpc","chainId":"dydx-mainnet-1","chainName":"dYdX Protocol","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"dydx","bech32PrefixAccPub":"dydxpub","bech32PrefixValAddr":"dydxvaloper","bech32PrefixValPub":"dydxvaloperpub","bech32PrefixConsAddr":"dydxvalcons","bech32PrefixConsPub":"dydxvalconspub"},"currencies":[{"coinDenom":"DYDX","coinMinimalDenom":"adydx","coinDecimals":18,"coinGeckoId":"dydx-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"}],"stakeCurrency":{"coinDenom":"DYDX","coinMinimalDenom":"adydx","coinDecimals":18,"coinGeckoId":"dydx-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"feeCurrencies":[{"coinDenom":"DYDX","coinMinimalDenom":"adydx","coinDecimals":18,"coinGeckoId":"dydx-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg","gasPriceStep":{"low":12500000000,"average":12500000000,"high":20000000000}},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.03}}],"features":[]},"dymension_1100-1":{"rpc":"https://dym-m-rpc.agoranodes.com","rest":"https://dym-m-api.agoranodes.com","chainId":"dymension_1100-1","chainName":"Dymension Hub","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"dym","bech32PrefixAccPub":"dympub","bech32PrefixValAddr":"dymvaloper","bech32PrefixValPub":"dymvaloperpub","bech32PrefixConsAddr":"dymvalcons","bech32PrefixConsPub":"dymvalconspub"},"currencies":[{"coinDenom":"DYM","coinMinimalDenom":"adym","coinDecimals":18,"coinGeckoId":"dymension","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"},{"coinDenom":"NIM","coinMinimalDenom":"ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"}],"stakeCurrency":{"coinDenom":"DYM","coinMinimalDenom":"adym","coinDecimals":18,"coinGeckoId":"dymension","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"},"feeCurrencies":[{"coinDenom":"DYM","coinMinimalDenom":"adym","coinDecimals":18,"coinGeckoId":"dymension","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg","gasPriceStep":{"low":5000000000,"average":5000000000,"high":20000000000}}],"features":[]},"empowerchain-1":{"rpc":"https://rpc-empowerchain.ecostake.com:443","rest":"https://rest-empowerchain.ecostake.com:443","chainId":"empowerchain-1","chainName":"EmpowerChain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"empower","bech32PrefixAccPub":"empowerpub","bech32PrefixValAddr":"empowervaloper","bech32PrefixValPub":"empowervaloperpub","bech32PrefixConsAddr":"empowervalcons","bech32PrefixConsPub":"empowervalconspub"},"currencies":[{"coinDenom":"MPWR","coinMinimalDenom":"umpwr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg"}],"stakeCurrency":{"coinDenom":"MPWR","coinMinimalDenom":"umpwr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg"},"feeCurrencies":[{"coinDenom":"MPWR","coinMinimalDenom":"umpwr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.03}}],"features":[]},"ethos_7003-1":{"rpc":"https://ethos-rpc.provable.dev:443/","rest":"https://ethos.provable.dev/rest/","chainId":"ethos_7003-1","chainName":"Ethos","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"ethos","bech32PrefixAccPub":"ethospub","bech32PrefixValAddr":"ethosvaloper","bech32PrefixValPub":"ethosvaloperpub","bech32PrefixConsAddr":"ethosvalcons","bech32PrefixConsPub":"ethosvalconspub"},"currencies":[{"coinDenom":"RYT","coinMinimalDenom":"aRYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg"}],"stakeCurrency":{"coinDenom":"RYT","coinMinimalDenom":"aRYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg"},"feeCurrencies":[{"coinDenom":"RYT","coinMinimalDenom":"aRYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"fetchhub-4":{"rpc":"https://rpc-fetchhub.fetch.ai:443","rest":"https://rest-fetchhub.fetch.ai","chainId":"fetchhub-4","chainName":"Fetch.ai","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"fetch","bech32PrefixAccPub":"fetchpub","bech32PrefixValAddr":"fetchvaloper","bech32PrefixValPub":"fetchvaloperpub","bech32PrefixConsAddr":"fetchvalcons","bech32PrefixConsPub":"fetchvalconspub"},"currencies":[{"coinDenom":"FET","coinMinimalDenom":"afet","coinDecimals":18,"coinGeckoId":"fetch-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"},{"coinDenom":"MOBX","coinMinimalDenom":"nanomobx","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg"}],"stakeCurrency":{"coinDenom":"FET","coinMinimalDenom":"afet","coinDecimals":18,"coinGeckoId":"fetch-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"},"feeCurrencies":[{"coinDenom":"FET","coinMinimalDenom":"afet","coinDecimals":18,"coinGeckoId":"fetch-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.035}}],"features":[]},"finschia-2":{"rpc":"https://finschia-rpc.finschia.io","rest":"https://finschia-api.finschia.io","chainId":"finschia-2","chainName":"Finschia","bip44":{"coinType":438},"bech32Config":{"bech32PrefixAccAddr":"link","bech32PrefixAccPub":"linkpub","bech32PrefixValAddr":"linkvaloper","bech32PrefixValPub":"linkvaloperpub","bech32PrefixConsAddr":"linkvalcons","bech32PrefixConsPub":"linkvalconspub"},"currencies":[{"coinDenom":"FNSA","coinMinimalDenom":"cony","coinDecimals":6,"coinGeckoId":"link","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}],"stakeCurrency":{"coinDenom":"FNSA","coinMinimalDenom":"cony","coinDecimals":6,"coinGeckoId":"link","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"},"feeCurrencies":[{"coinDenom":"FNSA","coinMinimalDenom":"cony","coinDecimals":6,"coinGeckoId":"link","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg","gasPriceStep":{"low":0.015,"average":0.015,"high":0.015}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","ibc-transfer"]},"colosseum-1":{"rpc":"https://lcd-mainnet.firmachain.dev:26657","rest":"https://lcd-mainnet.firmachain.dev:1317","chainId":"colosseum-1","chainName":"FirmaChain","bip44":{"coinType":7777777},"bech32Config":{"bech32PrefixAccAddr":"firma","bech32PrefixAccPub":"firmapub","bech32PrefixValAddr":"firmavaloper","bech32PrefixValPub":"firmavaloperpub","bech32PrefixConsAddr":"firmavalcons","bech32PrefixConsPub":"firmavalconspub"},"currencies":[{"coinDenom":"FCT","coinMinimalDenom":"ufct","coinDecimals":6,"coinGeckoId":"firmachain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg"}],"stakeCurrency":{"coinDenom":"FCT","coinMinimalDenom":"ufct","coinDecimals":6,"coinGeckoId":"firmachain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg"},"feeCurrencies":[{"coinDenom":"FCT","coinMinimalDenom":"ufct","coinDecimals":6,"coinGeckoId":"firmachain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"furya-1":{"rpc":"https://furya-rpc.synergynodes.com","rest":"https://furya.api.nodeshub.online","chainId":"furya-1","chainName":"furya","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"furya","bech32PrefixAccPub":"furyapub","bech32PrefixValAddr":"furyavaloper","bech32PrefixValPub":"furyavaloperpub","bech32PrefixConsAddr":"furyavalcons","bech32PrefixConsPub":"furyavalconspub"},"currencies":[{"coinDenom":"FURY","coinMinimalDenom":"ufury","coinDecimals":6,"coinGeckoId":"fanfury","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"}],"stakeCurrency":{"coinDenom":"FURY","coinMinimalDenom":"ufury","coinDecimals":6,"coinGeckoId":"fanfury","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"},"feeCurrencies":[{"coinDenom":"FURY","coinMinimalDenom":"ufury","coinDecimals":6,"coinGeckoId":"fanfury","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg","gasPriceStep":{"low":0.1,"average":0.25,"high":0.5}}],"features":[]},"fxcore":{"rpc":"https://fx-json.functionx.io","rest":"https://fx-rest.functionx.io","chainId":"fxcore","chainName":"f(x)Core","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"fx","bech32PrefixAccPub":"fxpub","bech32PrefixValAddr":"fxvaloper","bech32PrefixValPub":"fxvaloperpub","bech32PrefixConsAddr":"fxvalcons","bech32PrefixConsPub":"fxvalconspub"},"currencies":[{"coinDenom":"FX","coinMinimalDenom":"FX","coinDecimals":18,"coinGeckoId":"fx-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"},{"coinDenom":"PUNDIX","coinMinimalDenom":"eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38","coinDecimals":18}],"stakeCurrency":{"coinDenom":"FX","coinMinimalDenom":"FX","coinDecimals":18,"coinGeckoId":"fx-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"},"feeCurrencies":[{"coinDenom":"FX","coinMinimalDenom":"FX","coinDecimals":18,"coinGeckoId":"fx-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg","gasPriceStep":{"low":4000000000000,"average":4200000000000,"high":5000000000000}}],"features":[]},"galaxy-1":{"rpc":"","rest":"","chainId":"galaxy-1","chainName":"Galaxy","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"galaxy","bech32PrefixAccPub":"galaxypub","bech32PrefixValAddr":"galaxyvaloper","bech32PrefixValPub":"galaxyvaloperpub","bech32PrefixConsAddr":"galaxyvalcons","bech32PrefixConsPub":"galaxyvalconspub"},"currencies":[{"coinDenom":"GLX","coinMinimalDenom":"uglx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"}],"stakeCurrency":{"coinDenom":"GLX","coinMinimalDenom":"uglx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"},"feeCurrencies":[{"coinDenom":"GLX","coinMinimalDenom":"uglx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.035}}],"features":[]},"genesis_29-2":{"rpc":"https://26657.genesisl1.org","rest":"https://api.genesisl1.org","chainId":"genesis_29-2","chainName":"GenesisL1","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"genesis","bech32PrefixAccPub":"genesispub","bech32PrefixValAddr":"genesisvaloper","bech32PrefixValPub":"genesisvaloperpub","bech32PrefixConsAddr":"genesisvalcons","bech32PrefixConsPub":"genesisvalconspub"},"currencies":[{"coinDenom":"L1","coinMinimalDenom":"el1","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg"}],"stakeCurrency":{"coinDenom":"L1","coinMinimalDenom":"el1","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg"},"feeCurrencies":[{"coinDenom":"L1","coinMinimalDenom":"el1","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg","gasPriceStep":{"low":51000000000,"average":52000000000,"high":53000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"evmos_9001-2":{"rpc":"https://rpc-evmos.ecostake.com","rest":"https://rest.bd.evmos.org:1317","chainId":"evmos_9001-2","chainName":"Evmos","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"evmos","bech32PrefixAccPub":"evmospub","bech32PrefixValAddr":"evmosvaloper","bech32PrefixValPub":"evmosvaloperpub","bech32PrefixConsAddr":"evmosvalcons","bech32PrefixConsPub":"evmosvalconspub"},"currencies":[{"coinDenom":"EVMOS","coinMinimalDenom":"aevmos","coinDecimals":18,"coinGeckoId":"evmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"NEOK","coinMinimalDenom":"erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg"},{"coinDenom":"BERLIN-legacy","coinMinimalDenom":"erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg"},{"coinDenom":"CROWDP","coinMinimalDenom":"erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg"}],"stakeCurrency":{"coinDenom":"EVMOS","coinMinimalDenom":"aevmos","coinDecimals":18,"coinGeckoId":"evmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"},"feeCurrencies":[{"coinDenom":"EVMOS","coinMinimalDenom":"aevmos","coinDecimals":18,"coinGeckoId":"evmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"wormchain":{"rpc":"https://tncnt-eu-wormchain-main-01.rpc.p2p.world/","rest":"https://tncnt-eu-wormchain-main-01.rpc.p2p.world/lcd/","chainId":"wormchain","chainName":"Wormhole Gateway","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"wormhole","bech32PrefixAccPub":"wormholepub","bech32PrefixValAddr":"wormholevaloper","bech32PrefixValPub":"wormholevaloperpub","bech32PrefixConsAddr":"wormholevalcons","bech32PrefixConsPub":"wormholevalconspub"},"currencies":[{"coinDenom":"TEST","coinMinimalDenom":"utest","coinDecimals":6},{"coinDenom":"WORM","coinMinimalDenom":"uworm","coinDecimals":6},{"coinDenom":"SUI","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg"},{"coinDenom":"WETH","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},{"coinDenom":"wstETH","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},{"coinDenom":"APT","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg"},{"coinDenom":"USDT","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"SOL","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"},{"coinDenom":"Bonk","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR","coinDecimals":5,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png"},{"coinDenom":"WBTC","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},{"coinDenom":"tBTC","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg"},{"coinDenom":"DAI","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},{"coinDenom":"USDC","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"avalanche.USDC.wh","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"PYTH","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg"},{"coinDenom":"solana.USDC.wh","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"BSKT","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst","coinDecimals":5,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png"},{"coinDenom":"W","coinMinimalDenom":"factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png"}],"stakeCurrency":{"coinDenom":"TEST","coinMinimalDenom":"utest","coinDecimals":6},"feeCurrencies":[{"coinDenom":"TEST","coinMinimalDenom":"utest","coinDecimals":6,"gasPriceStep":{"low":0,"average":0,"high":0}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"gitopia":{"rpc":"https://gitopia-rpc.polkachu.com:443","rest":"https://gitopia-api.polkachu.com:443","chainId":"gitopia","chainName":"Gitopia","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"gitopia","bech32PrefixAccPub":"gitopiapub","bech32PrefixValAddr":"gitopiavaloper","bech32PrefixValPub":"gitopiavaloperpub","bech32PrefixConsAddr":"gitopiavalcons","bech32PrefixConsPub":"gitopiavalconspub"},"currencies":[{"coinDenom":"LORE","coinMinimalDenom":"ulore","coinDecimals":6,"coinGeckoId":"gitopia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg"}],"stakeCurrency":{"coinDenom":"LORE","coinMinimalDenom":"ulore","coinDecimals":6,"coinGeckoId":"gitopia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg"},"feeCurrencies":[{"coinDenom":"LORE","coinMinimalDenom":"ulore","coinDecimals":6,"coinGeckoId":"gitopia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg","gasPriceStep":{"low":0.0012,"average":0.0016,"high":0.0024}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"govgen-1":{"rpc":"https://rpc.govgen.io:443","rest":"https://api.govgen.io/","chainId":"govgen-1","chainName":"GovGen","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"govgen","bech32PrefixAccPub":"govgenpub","bech32PrefixValAddr":"govgenvaloper","bech32PrefixValPub":"govgenvaloperpub","bech32PrefixConsAddr":"govgenvalcons","bech32PrefixConsPub":"govgenvalconspub"},"currencies":[{"coinDenom":"GOVGEN","coinMinimalDenom":"ugovgen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"}],"stakeCurrency":{"coinDenom":"GOVGEN","coinMinimalDenom":"ugovgen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"},"feeCurrencies":[{"coinDenom":"GOVGEN","coinMinimalDenom":"ugovgen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg","gasPriceStep":{"low":0.006,"average":0.006,"high":0.009}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"helichain":{"rpc":"https://rpc.helichain.com/","rest":"https://lcd.helichain.com/","chainId":"helichain","chainName":"HeliChain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"heli","bech32PrefixAccPub":"helipub","bech32PrefixValAddr":"helivaloper","bech32PrefixValPub":"helivaloperpub","bech32PrefixConsAddr":"helivalcons","bech32PrefixConsPub":"helivalconspub"},"currencies":[{"coinDenom":"HELI","coinMinimalDenom":"uheli","coinDecimals":6,"coinGeckoId":"helichain"}],"stakeCurrency":{"coinDenom":"HELI","coinMinimalDenom":"uheli","coinDecimals":6,"coinGeckoId":"helichain"},"feeCurrencies":[{"coinDenom":"HELI","coinMinimalDenom":"uheli","coinDecimals":6,"coinGeckoId":"helichain","gasPriceStep":{"low":0.001,"average":0.002,"high":0.0025}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"highbury_710-1":{"rpc":"https://gridiron.furya.io","rest":"https://api-mainnet.furya.io/","chainId":"highbury_710-1","chainName":"Highbury","bip44":{"coinType":459},"bech32Config":{"bech32PrefixAccAddr":"fury","bech32PrefixAccPub":"furypub","bech32PrefixValAddr":"furyvaloper","bech32PrefixValPub":"furyvaloperpub","bech32PrefixConsAddr":"furyvalcons","bech32PrefixConsPub":"furyvalconspub"},"currencies":[{"coinDenom":"FURY","coinMinimalDenom":"ufury","coinDecimals":6,"coinGeckoId":"fanfury","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"},{"coinDenom":"JINX","coinMinimalDenom":"jinx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.svg"},{"coinDenom":"JINXy","coinMinimalDenom":"jinxy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.svg"}],"stakeCurrency":{"coinDenom":"FURY","coinMinimalDenom":"ufury","coinDecimals":6,"coinGeckoId":"fanfury","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"},"feeCurrencies":[{"coinDenom":"FURY","coinMinimalDenom":"ufury","coinDecimals":6,"coinGeckoId":"fanfury","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg","gasPriceStep":{"low":0.05,"average":0.1,"high":0.25}}],"features":[]},"humans_1089-1":{"rpc":"https://rpc.humans.nodestake.top","rest":"https://api.humans.nodestake.top","chainId":"humans_1089-1","chainName":"Humans.ai","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"human","bech32PrefixAccPub":"humanpub","bech32PrefixValAddr":"humanvaloper","bech32PrefixValPub":"humanvaloperpub","bech32PrefixConsAddr":"humanvalcons","bech32PrefixConsPub":"humanvalconspub"},"currencies":[{"coinDenom":"HEART","coinMinimalDenom":"aheart","coinDecimals":18,"coinGeckoId":"humans-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"}],"stakeCurrency":{"coinDenom":"HEART","coinMinimalDenom":"aheart","coinDecimals":18,"coinGeckoId":"humans-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"},"feeCurrencies":[{"coinDenom":"HEART","coinMinimalDenom":"aheart","coinDecimals":18,"coinGeckoId":"humans-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg","gasPriceStep":{"low":80000000000,"average":100000000000,"high":160000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"Antora":{"rpc":"","rest":"","chainId":"Antora","chainName":"IDEP","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"idep","bech32PrefixAccPub":"ideppub","bech32PrefixValAddr":"idepvaloper","bech32PrefixValPub":"idepvaloperpub","bech32PrefixConsAddr":"idepvalcons","bech32PrefixConsPub":"idepvalconspub"},"currencies":[{"coinDenom":"IDEP","coinMinimalDenom":"idep","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg"}],"stakeCurrency":{"coinDenom":"IDEP","coinMinimalDenom":"idep","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg"},"feeCurrencies":[{"coinDenom":"IDEP","coinMinimalDenom":"idep","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"gravity-bridge-3":{"rpc":"https://gravitychain.io:26657","rest":"https://gravitychain.io:1317","chainId":"gravity-bridge-3","chainName":"Gravity Bridge","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"gravity","bech32PrefixAccPub":"gravitypub","bech32PrefixValAddr":"gravityvaloper","bech32PrefixValPub":"gravityvaloperpub","bech32PrefixConsAddr":"gravityvalcons","bech32PrefixConsPub":"gravityvalconspub"},"currencies":[{"coinDenom":"GRAV","coinMinimalDenom":"ugraviton","coinDecimals":6,"coinGeckoId":"graviton","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg"},{"coinDenom":"PSTAKE","coinMinimalDenom":"gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"},{"coinDenom":"WETH","coinMinimalDenom":"gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},{"coinDenom":"USDC","coinMinimalDenom":"gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","coinDecimals":6,"coinGeckoId":"gravity-bridge-usdc","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"USDT","coinMinimalDenom":"gravity0xdAC17F958D2ee523a2206206994597C13D831ec7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"WBTC","coinMinimalDenom":"gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},{"coinDenom":"DAI","coinMinimalDenom":"gravity0x6B175474E89094C44Da98b954EedeAC495271d0F","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},{"coinDenom":"sDAI","coinMinimalDenom":"gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg"},{"coinDenom":"OCC","coinMinimalDenom":"gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png"},{"coinDenom":"PAGE","coinMinimalDenom":"gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg"},{"coinDenom":"PAXG","coinMinimalDenom":"gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg"}],"stakeCurrency":{"coinDenom":"GRAV","coinMinimalDenom":"ugraviton","coinDecimals":6,"coinGeckoId":"graviton","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg"},"feeCurrencies":[{"coinDenom":"GRAV","coinMinimalDenom":"ugraviton","coinDecimals":6,"coinGeckoId":"graviton","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg","gasPriceStep":{"low":0,"average":0,"high":0.035}},{"coinDenom":"USDC","coinMinimalDenom":"gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","coinDecimals":6,"coinGeckoId":"gravity-bridge-usdc","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg","gasPriceStep":{"low":0.0002,"average":0.0005,"high":0.0008}},{"coinDenom":"USDT","coinMinimalDenom":"gravity0xdAC17F958D2ee523a2206206994597C13D831ec7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg","gasPriceStep":{"low":0.0002,"average":0.0005,"high":0.0008}}],"features":[]},"imversed_5555555-1":{"rpc":"","rest":"","chainId":"imversed_5555555-1","chainName":"Imversed","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"imv","bech32PrefixAccPub":"imvpub","bech32PrefixValAddr":"imvvaloper","bech32PrefixValPub":"imvvaloperpub","bech32PrefixConsAddr":"imvvalcons","bech32PrefixConsPub":"imvvalconspub"},"currencies":[{"coinDenom":"IMV","coinMinimalDenom":"aimv","coinDecimals":18,"coinGeckoId":"imv","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"}],"stakeCurrency":{"coinDenom":"IMV","coinMinimalDenom":"aimv","coinDecimals":18,"coinGeckoId":"imv","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"},"feeCurrencies":[{"coinDenom":"IMV","coinMinimalDenom":"aimv","coinDecimals":18,"coinGeckoId":"imv","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"haqq_11235-1":{"rpc":"https://rpc.tm.haqq.network","rest":"https://rest.cosmos.haqq.network","chainId":"haqq_11235-1","chainName":"Haqq Network","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"haqq","bech32PrefixAccPub":"haqqpub","bech32PrefixValAddr":"haqqvaloper","bech32PrefixValPub":"haqqvaloperpub","bech32PrefixConsAddr":"haqqvalcons","bech32PrefixConsPub":"haqqvalconspub"},"currencies":[{"coinDenom":"ISLM","coinMinimalDenom":"aISLM","coinDecimals":18,"coinGeckoId":"islamic-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg"}],"stakeCurrency":{"coinDenom":"ISLM","coinMinimalDenom":"aISLM","coinDecimals":18,"coinGeckoId":"islamic-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg"},"feeCurrencies":[{"coinDenom":"ISLM","coinMinimalDenom":"aISLM","coinDecimals":18,"coinGeckoId":"islamic-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"ixo-5":{"rpc":"https://proxies.sifchain.finance/api/impacthub-3/rpc","rest":"https://proxies.sifchain.finance/api/impacthub-3/rest","chainId":"ixo-5","chainName":"Impacts Hub","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"ixo","bech32PrefixAccPub":"ixopub","bech32PrefixValAddr":"ixovaloper","bech32PrefixValPub":"ixovaloperpub","bech32PrefixConsAddr":"ixovalcons","bech32PrefixConsPub":"ixovalconspub"},"currencies":[{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinGeckoId":"ixo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}],"stakeCurrency":{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinGeckoId":"ixo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"feeCurrencies":[{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinGeckoId":"ixo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"irishub-1":{"rpc":"https://rpc-irisnet-ia.cosmosia.notional.ventures/","rest":"https://api-irisnet-ia.cosmosia.notional.ventures/","chainId":"irishub-1","chainName":"IRISnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"iaa","bech32PrefixAccPub":"iaapub","bech32PrefixValAddr":"iaavaloper","bech32PrefixValPub":"iaavaloperpub","bech32PrefixConsAddr":"iaavalcons","bech32PrefixConsPub":"iaavalconspub"},"currencies":[{"coinDenom":"IRIS","coinMinimalDenom":"uiris","coinDecimals":6,"coinGeckoId":"iris-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"}],"stakeCurrency":{"coinDenom":"IRIS","coinMinimalDenom":"uiris","coinDecimals":6,"coinGeckoId":"iris-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"},"feeCurrencies":[{"coinDenom":"IRIS","coinMinimalDenom":"uiris","coinDecimals":6,"coinGeckoId":"iris-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg","gasPriceStep":{"low":0.2,"average":0.3,"high":0.4}}],"features":[]},"injective-1":{"rpc":"https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rpc.newmetric.xyz","rest":"https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rest.newmetric.xyz","chainId":"injective-1","chainName":"Injective","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"inj","bech32PrefixAccPub":"injpub","bech32PrefixValAddr":"injvaloper","bech32PrefixValPub":"injvaloperpub","bech32PrefixConsAddr":"injvalcons","bech32PrefixConsPub":"injvalconspub"},"currencies":[{"coinDenom":"INJ","coinMinimalDenom":"inj","coinDecimals":18,"coinGeckoId":"injective-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"ampINJ","coinMinimalDenom":"factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png"},{"coinDenom":"AUTISM","coinMinimalDenom":"factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism","coinDecimals":6,"coinGeckoId":"autism","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png"},{"coinDenom":"NINJA","coinMinimalDenom":"factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja","coinDecimals":6,"coinGeckoId":"dog-wif-nuchucks","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png"},{"coinDenom":"WGMI","coinMinimalDenom":"factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png"},{"coinDenom":"WOSMO","coinMinimalDenom":"ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},{"coinDenom":"GLTO","coinMinimalDenom":"peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"},{"coinDenom":"HAVA","coinMinimalDenom":"factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava","coinDecimals":6,"coinGeckoId":"hava-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png"},{"coinDenom":"BADKID","coinMinimalDenom":"ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"},{"coinDenom":"NINPO","coinMinimalDenom":"inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png"},{"coinDenom":"JUDO","coinMinimalDenom":"inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png"},{"coinDenom":"BEAST","coinMinimalDenom":"peggy0xA4426666addBE8c4985377d36683D17FB40c31Be","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png"},{"coinDenom":"ASTRO","coinMinimalDenom":"ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},{"coinDenom":"nINJ","coinMinimalDenom":"inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f","coinDecimals":18},{"coinDenom":"nATOM","coinMinimalDenom":"inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780","coinDecimals":6},{"coinDenom":"nWETH","coinMinimalDenom":"inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt","coinDecimals":18},{"coinDenom":"nUSDT","coinMinimalDenom":"inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s","coinDecimals":6},{"coinDenom":"nTIA","coinMinimalDenom":"inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv","coinDecimals":6},{"coinDenom":"NBZ","coinMinimalDenom":"ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png"},{"coinDenom":"TALIS","coinMinimalDenom":"factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis","coinDecimals":6},{"coinDenom":"XTALIS","coinMinimalDenom":"factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis","coinDecimals":6}],"stakeCurrency":{"coinDenom":"INJ","coinMinimalDenom":"inj","coinDecimals":18,"coinGeckoId":"injective-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"},"feeCurrencies":[{"coinDenom":"INJ","coinMinimalDenom":"inj","coinDecimals":18,"coinGeckoId":"injective-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg","gasPriceStep":{"low":500000000,"average":700000000,"high":900000000}}],"features":[]},"jackal-1":{"rpc":"https://rpc.jackalprotocol.com","rest":"https://api.jackalprotocol.com","chainId":"jackal-1","chainName":"Jackal","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"jkl","bech32PrefixAccPub":"jklpub","bech32PrefixValAddr":"jklvaloper","bech32PrefixValPub":"jklvaloperpub","bech32PrefixConsAddr":"jklvalcons","bech32PrefixConsPub":"jklvalconspub"},"currencies":[{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6,"coinGeckoId":"jackal-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"}],"stakeCurrency":{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6,"coinGeckoId":"jackal-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"},"feeCurrencies":[{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6,"coinGeckoId":"jackal-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg","gasPriceStep":{"low":0.002,"average":0.002,"high":0.02}}],"features":[]},"joltify_1729-1":{"rpc":"https://rpc.joltify.io","rest":"https://lcd.joltify.io/","chainId":"joltify_1729-1","chainName":"Joltify","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"jolt","bech32PrefixAccPub":"joltpub","bech32PrefixValAddr":"joltvaloper","bech32PrefixValPub":"joltvaloperpub","bech32PrefixConsAddr":"joltvalcons","bech32PrefixConsPub":"joltvalconspub"},"currencies":[{"coinDenom":"JOLT","coinMinimalDenom":"ujolt","coinDecimals":6,"coinGeckoId":"joltify"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E","coinDecimals":6},{"coinDenom":"USDC","coinMinimalDenom":"ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3","coinDecimals":6}],"stakeCurrency":{"coinDenom":"JOLT","coinMinimalDenom":"ujolt","coinDecimals":6,"coinGeckoId":"joltify"},"feeCurrencies":[{"coinDenom":"JOLT","coinMinimalDenom":"ujolt","coinDecimals":6,"coinGeckoId":"joltify","gasPriceStep":{"low":0,"average":0,"high":0}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"kava_2222-10":{"rpc":"https://rpc.data.kava.io","rest":"https://api.data.kava.io/","chainId":"kava_2222-10","chainName":"Kava","bip44":{"coinType":459},"bech32Config":{"bech32PrefixAccAddr":"kava","bech32PrefixAccPub":"kavapub","bech32PrefixValAddr":"kavavaloper","bech32PrefixValPub":"kavavaloperpub","bech32PrefixConsAddr":"kavavalcons","bech32PrefixConsPub":"kavavalconspub"},"currencies":[{"coinDenom":"KAVA","coinMinimalDenom":"ukava","coinDecimals":6,"coinGeckoId":"kava","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"},{"coinDenom":"HARD","coinMinimalDenom":"hard","coinDecimals":6,"coinGeckoId":"kava-lend","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg"},{"coinDenom":"SWP","coinMinimalDenom":"swp","coinDecimals":6,"coinGeckoId":"kava-swap","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg"},{"coinDenom":"USDX","coinMinimalDenom":"usdx","coinDecimals":6,"coinGeckoId":"usdx","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg"},{"coinDenom":"USDT","coinMinimalDenom":"erc20/tether/usdt","coinDecimals":6,"coinGeckoId":"tether","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"}],"stakeCurrency":{"coinDenom":"KAVA","coinMinimalDenom":"ukava","coinDecimals":6,"coinGeckoId":"kava","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"},"feeCurrencies":[{"coinDenom":"KAVA","coinMinimalDenom":"ukava","coinDecimals":6,"coinGeckoId":"kava","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg","gasPriceStep":{"low":0.05,"average":0.1,"high":0.25}}],"features":[]},"juno-1":{"rpc":"https://rpc-juno.whispernode.com:443","rest":"https://lcd-juno.itastakers.com","chainId":"juno-1","chainName":"Juno","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"juno","bech32PrefixAccPub":"junopub","bech32PrefixValAddr":"junovaloper","bech32PrefixValPub":"junovaloperpub","bech32PrefixConsAddr":"junovalcons","bech32PrefixConsPub":"junovalconspub"},"currencies":[{"coinDenom":"JUNO","coinMinimalDenom":"ujuno","coinDecimals":6,"coinGeckoId":"juno-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"NETA","coinMinimalDenom":"cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr","coinDecimals":6,"coinGeckoId":"neta","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg"},{"coinDenom":"MARBLE","coinMinimalDenom":"cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl","coinDecimals":3,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg"},{"coinDenom":"HOPE","coinMinimalDenom":"cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg"},{"coinDenom":"RAC","coinMinimalDenom":"cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa","coinDecimals":6,"coinGeckoId":"racoon","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg"},{"coinDenom":"BLOCK","coinMinimalDenom":"cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg"},{"coinDenom":"DHK","coinMinimalDenom":"cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg"},{"coinDenom":"RAW","coinMinimalDenom":"cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg"},{"coinDenom":"ASVT","coinMinimalDenom":"cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png"},{"coinDenom":"HNS","coinMinimalDenom":"cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg"},{"coinDenom":"JOE","coinMinimalDenom":"cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png"},{"coinDenom":"DLA","coinMinimalDenom":"cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg"},{"coinDenom":"GLTO","coinMinimalDenom":"cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"},{"coinDenom":"GKEY","coinMinimalDenom":"cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg"},{"coinDenom":"HOLE","coinMinimalDenom":"cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg"},{"coinDenom":"SEJUNO","coinMinimalDenom":"cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg"},{"coinDenom":"BJUNO","coinMinimalDenom":"cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg"},{"coinDenom":"SOLAR","coinMinimalDenom":"cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg"},{"coinDenom":"SEASY","coinMinimalDenom":"cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg"},{"coinDenom":"MUSE","coinMinimalDenom":"cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png"},{"coinDenom":"LOOP","coinMinimalDenom":"cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup","coinDecimals":6,"coinGeckoId":"loop","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png"},{"coinDenom":"FURY.legacy","coinMinimalDenom":"cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz","coinDecimals":6,"coinGeckoId":"fanfury","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png"},{"coinDenom":"PHMN","coinMinimalDenom":"cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l","coinDecimals":6,"coinGeckoId":"posthuman","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg"},{"coinDenom":"HOPERS","coinMinimalDenom":"cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg"},{"coinDenom":"RED","coinMinimalDenom":"cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png"},{"coinDenom":"BLUE","coinMinimalDenom":"cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png"},{"coinDenom":"WYND","coinMinimalDenom":"cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9","coinDecimals":6,"coinGeckoId":"wynd","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg"},{"coinDenom":"BANANA","coinMinimalDenom":"cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png"},{"coinDenom":"NRIDE","coinMinimalDenom":"cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg"},{"coinDenom":"SGNL","coinMinimalDenom":"cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png"},{"coinDenom":"JAPE","coinMinimalDenom":"cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png"},{"coinDenom":"CATOM","coinMinimalDenom":"cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png"},{"coinDenom":"HOWL","coinMinimalDenom":"cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png"},{"coinDenom":"FOX","coinMinimalDenom":"cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png"},{"coinDenom":"GRDN","coinMinimalDenom":"cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png"},{"coinDenom":"MNPU","coinMinimalDenom":"cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg"},{"coinDenom":"KLEO","coinMinimalDenom":"cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png"},{"coinDenom":"SKOJ","coinMinimalDenom":"cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg"},{"coinDenom":"SHIBAC","coinMinimalDenom":"cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png"},{"coinDenom":"CLST","coinMinimalDenom":"cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png"},{"coinDenom":"WATR","coinMinimalDenom":"cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png"},{"coinDenom":"CASA","coinMinimalDenom":"cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png"},{"coinDenom":"SUMMIT","coinMinimalDenom":"cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png"},{"coinDenom":"MANNA","coinMinimalDenom":"cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png"},{"coinDenom":"EMPWR","coinMinimalDenom":"cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png"},{"coinDenom":"MIDDLE","coinMinimalDenom":"cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png"},{"coinDenom":"SUNSET","coinMinimalDenom":"cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png"},{"coinDenom":"TREE","coinMinimalDenom":"cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png"},{"coinDenom":"INVDRS","coinMinimalDenom":"cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png"},{"coinDenom":"APEMOS","coinMinimalDenom":"cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png"},{"coinDenom":"OSDOGE","coinMinimalDenom":"cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png"},{"coinDenom":"DOGA","coinMinimalDenom":"cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png"},{"coinDenom":"PEPE","coinMinimalDenom":"cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png"},{"coinDenom":"CATMOS","coinMinimalDenom":"cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png"},{"coinDenom":"SPACER","coinMinimalDenom":"cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png"},{"coinDenom":"LIGHT","coinMinimalDenom":"cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png"},{"coinDenom":"MILE","coinMinimalDenom":"cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png"},{"coinDenom":"VOID","coinMinimalDenom":"cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png"},{"coinDenom":"SLCA","coinMinimalDenom":"cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png"},{"coinDenom":"PEPEC","coinMinimalDenom":"cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png"},{"coinDenom":"PLTN","coinMinimalDenom":"cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png"},{"coinDenom":"YFD","coinMinimalDenom":"cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg"},{"coinDenom":"NEXX","coinMinimalDenom":"factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png"},{"coinDenom":"DGL","coinMinimalDenom":"factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png"},{"coinDenom":"ampJUNO","coinMinimalDenom":"cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg"},{"coinDenom":"BITS","coinMinimalDenom":"cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png"},{"coinDenom":"POIL","coinMinimalDenom":"cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png"},{"coinDenom":"MRVA","coinMinimalDenom":"cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png"},{"coinDenom":"LUNO","coinMinimalDenom":"cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png"},{"coinDenom":"ATEN","coinMinimalDenom":"cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png"},{"coinDenom":"HERA","coinMinimalDenom":"cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png"},{"coinDenom":"bJUNO","coinMinimalDenom":"cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m","coinDecimals":6,"coinGeckoId":"backbone-labs-staked-juno","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF","coinDecimals":6,"coinGeckoId":"usd-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"RSTK","coinMinimalDenom":"ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},{"coinDenom":"WIND","coinMinimalDenom":"factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png"},{"coinDenom":"AFA","coinMinimalDenom":"cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png"},{"coinDenom":"ARENA","coinMinimalDenom":"factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg"}],"stakeCurrency":{"coinDenom":"JUNO","coinMinimalDenom":"ujuno","coinDecimals":6,"coinGeckoId":"juno-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"},"feeCurrencies":[{"coinDenom":"JUNO","coinMinimalDenom":"ujuno","coinDecimals":6,"coinGeckoId":"juno-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg","gasPriceStep":{"low":0.075,"average":0.1,"high":0.125}},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.003,"average":0.0035,"high":0.004}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"kichain-2":{"rpc":"https://rpc-mainnet.blockchain.ki","rest":"https://api-mainnet.blockchain.ki","chainId":"kichain-2","chainName":"Ki","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"ki","bech32PrefixAccPub":"kipub","bech32PrefixValAddr":"kivaloper","bech32PrefixValPub":"kivaloperpub","bech32PrefixConsAddr":"kivalcons","bech32PrefixConsPub":"kivalconspub"},"currencies":[{"coinDenom":"XKI","coinMinimalDenom":"uxki","coinDecimals":6,"coinGeckoId":"ki","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"},{"coinDenom":"LVN","coinMinimalDenom":"cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy","coinDecimals":6,"coinGeckoId":"lvn","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png"}],"stakeCurrency":{"coinDenom":"XKI","coinMinimalDenom":"uxki","coinDecimals":6,"coinGeckoId":"ki","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"},"feeCurrencies":[{"coinDenom":"XKI","coinMinimalDenom":"uxki","coinDecimals":6,"coinGeckoId":"ki","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg","gasPriceStep":{"low":0.025,"average":0.03,"high":0.05}}],"features":[]},"darchub":{"rpc":"https://rpc-konstellation-ia.cosmosia.notional.ventures/","rest":"https://api-konstellation-ia.cosmosia.notional.ventures/","chainId":"darchub","chainName":"Konstellation","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"darc","bech32PrefixAccPub":"darcpub","bech32PrefixValAddr":"darcvaloper","bech32PrefixValPub":"darcvaloperpub","bech32PrefixConsAddr":"darcvalcons","bech32PrefixConsPub":"darcvalconspub"},"currencies":[{"coinDenom":"DARC","coinMinimalDenom":"udarc","coinDecimals":6,"coinGeckoId":"darcmatter-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg"}],"stakeCurrency":{"coinDenom":"DARC","coinMinimalDenom":"udarc","coinDecimals":6,"coinGeckoId":"darcmatter-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg"},"feeCurrencies":[{"coinDenom":"DARC","coinMinimalDenom":"udarc","coinDecimals":6,"coinGeckoId":"darcmatter-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg","gasPriceStep":{"low":0.0001,"average":0.001,"high":0.01}}],"features":[]},"lambda_92000-1":{"rpc":"https://rpc.lambda.im","rest":"https://rest.lambda.im","chainId":"lambda_92000-1","chainName":"Lambda","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"lamb","bech32PrefixAccPub":"lambpub","bech32PrefixValAddr":"lambvaloper","bech32PrefixValPub":"lambvaloperpub","bech32PrefixConsAddr":"lambvalcons","bech32PrefixConsPub":"lambvalconspub"},"currencies":[{"coinDenom":"LAMB","coinMinimalDenom":"ulamb","coinDecimals":18,"coinGeckoId":"lambda","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"}],"stakeCurrency":{"coinDenom":"LAMB","coinMinimalDenom":"ulamb","coinDecimals":18,"coinGeckoId":"lambda","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"},"feeCurrencies":[{"coinDenom":"LAMB","coinMinimalDenom":"ulamb","coinDecimals":18,"coinGeckoId":"lambda","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg","gasPriceStep":{"low":10000000000,"average":25000000000,"high":40000000000}}],"features":[]},"lava-mainnet-1":{"rpc":"https://lava-rpc.w3coins.io:443","rest":"https://lava-api.w3coins.io:443","chainId":"lava-mainnet-1","chainName":"Lava","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"lava@","bech32PrefixAccPub":"lava@pub","bech32PrefixValAddr":"lava@valoper","bech32PrefixValPub":"lava@valoperpub","bech32PrefixConsAddr":"lava@valcons","bech32PrefixConsPub":"lava@valconspub"},"currencies":[{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png"}],"stakeCurrency":{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png"},"feeCurrencies":[{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png","gasPriceStep":{"low":1e-9,"average":0.00005,"high":0.0001}}],"features":[]},"kyve-1":{"rpc":"https://rpc-eu-1.kyve.network","rest":"https://api-eu-1.kyve.network","chainId":"kyve-1","chainName":"KYVE","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"kyve","bech32PrefixAccPub":"kyvepub","bech32PrefixValAddr":"kyvevaloper","bech32PrefixValPub":"kyvevaloperpub","bech32PrefixConsAddr":"kyvevalcons","bech32PrefixConsPub":"kyvevalconspub"},"currencies":[{"coinDenom":"KYVE","coinMinimalDenom":"ukyve","coinDecimals":6,"coinGeckoId":"kyve-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}],"stakeCurrency":{"coinDenom":"KYVE","coinMinimalDenom":"ukyve","coinDecimals":6,"coinGeckoId":"kyve-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"feeCurrencies":[{"coinDenom":"KYVE","coinMinimalDenom":"ukyve","coinDecimals":6,"coinGeckoId":"kyve-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg","gasPriceStep":{"low":0.02,"average":0.03,"high":0.06}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"likecoin-mainnet-2":{"rpc":"https://mainnet-node.like.co/rpc/","rest":"https://mainnet-node.like.co","chainId":"likecoin-mainnet-2","chainName":"LikeCoin","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"like","bech32PrefixAccPub":"likepub","bech32PrefixValAddr":"likevaloper","bech32PrefixValPub":"likevaloperpub","bech32PrefixConsAddr":"likevalcons","bech32PrefixConsPub":"likevalconspub"},"currencies":[{"coinDenom":"LIKE","coinMinimalDenom":"nanolike","coinDecimals":9,"coinGeckoId":"likecoin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"}],"stakeCurrency":{"coinDenom":"LIKE","coinMinimalDenom":"nanolike","coinDecimals":9,"coinGeckoId":"likecoin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"},"feeCurrencies":[{"coinDenom":"LIKE","coinMinimalDenom":"nanolike","coinDecimals":9,"coinGeckoId":"likecoin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg","gasPriceStep":{"low":1000,"average":10000,"high":1000000}}],"features":[]},"kaiyo-1":{"rpc":"https://rpc-kujira.whispernode.com:443","rest":"https://lcd-kujira.whispernode.com:443","chainId":"kaiyo-1","chainName":"Kujira","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"kujira","bech32PrefixAccPub":"kujirapub","bech32PrefixValAddr":"kujiravaloper","bech32PrefixValPub":"kujiravaloperpub","bech32PrefixConsAddr":"kujiravalcons","bech32PrefixConsPub":"kujiravalconspub"},"currencies":[{"coinDenom":"KUJI","coinMinimalDenom":"ukuji","coinDecimals":6,"coinGeckoId":"kujira","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},{"coinDenom":"USK","coinMinimalDenom":"factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk","coinDecimals":6,"coinGeckoId":"usk","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg"},{"coinDenom":"qcKUJI","coinMinimalDenom":"factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg"},{"coinDenom":"ampKUJI","coinMinimalDenom":"factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg"},{"coinDenom":"MNTA","coinMinimalDenom":"factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta","coinDecimals":6,"coinGeckoId":"mantadao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg"},{"coinDenom":"qcMNTA","coinMinimalDenom":"factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg"},{"coinDenom":"ampMNTA","coinMinimalDenom":"factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png"},{"coinDenom":"WINK","coinMinimalDenom":"factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg"},{"coinDenom":"BLEND","coinMinimalDenom":"factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg"},{"coinDenom":"USDT","coinMinimalDenom":"ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"FUZN","coinMinimalDenom":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn","coinDecimals":6,"coinGeckoId":"fuzion","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg"},{"coinDenom":"rFUZN","coinMinimalDenom":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png"},{"coinDenom":"yFUZN","coinMinimalDenom":"factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg"},{"coinDenom":"qcFUZN","coinMinimalDenom":"factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg"},{"coinDenom":"qcAQLA","coinMinimalDenom":"factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg"},{"coinDenom":"AQLA","coinMinimalDenom":"factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla","coinDecimals":6,"coinGeckoId":"aqualibre","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg"},{"coinDenom":"NSTK","coinMinimalDenom":"factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk","coinDecimals":6,"coinGeckoId":"unstake-fi","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"},{"coinDenom":"LOCAL","coinMinimalDenom":"factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png"},{"coinDenom":"PLNK","coinMinimalDenom":"factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png"},{"coinDenom":"whSOL","coinMinimalDenom":"ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"},{"coinDenom":"EVMOS","coinMinimalDenom":"ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"},{"coinDenom":"wAVAX","coinMinimalDenom":"ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"axlUSDC","coinMinimalDenom":"ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"},{"coinDenom":"CMDX","coinMinimalDenom":"ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},{"coinDenom":"JUNO","coinMinimalDenom":"ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"},{"coinDenom":"wETH","coinMinimalDenom":"ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"LUNA","coinMinimalDenom":"ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},{"coinDenom":"STARS","coinMinimalDenom":"ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},{"coinDenom":"SCRT","coinMinimalDenom":"ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},{"coinDenom":"stkATOM","coinMinimalDenom":"ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},{"coinDenom":"bKUJI","coinMinimalDenom":"factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png"},{"coinDenom":"RSTK","coinMinimalDenom":"ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},{"coinDenom":"xUSK","coinMinimalDenom":"factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png"},{"coinDenom":"xMNTA","coinMinimalDenom":"factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png"},{"coinDenom":"stATOM","coinMinimalDenom":"ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},{"coinDenom":"wBTC.axl","coinMinimalDenom":"ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"},{"coinDenom":"stOSMO","coinMinimalDenom":"ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},{"coinDenom":"LP DOT.axl-MNTA","coinMinimalDenom":"factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP SHD-MNTA","coinMinimalDenom":"factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP DYDX-MNTA","coinMinimalDenom":"factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wAVAX.axl-MNTA","coinMinimalDenom":"factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP CHEQ-MNTA","coinMinimalDenom":"factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP FUZN-MNTA","coinMinimalDenom":"factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP SOMM-MNTA","coinMinimalDenom":"factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wETH.axl-MNTA","coinMinimalDenom":"factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP NTRN-MNTA","coinMinimalDenom":"factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wFTM.axl-MNTA","coinMinimalDenom":"factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP STARS-MNTA","coinMinimalDenom":"factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP TIA-MNTA","coinMinimalDenom":"factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP SOL.wh-MNTA","coinMinimalDenom":"factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP DYM-MNTA","coinMinimalDenom":"factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP AKT-MNTA","coinMinimalDenom":"factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP LINK.axl-MNTA","coinMinimalDenom":"factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wTAO.grv-MNTA","coinMinimalDenom":"factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP MNTA-KUJI","coinMinimalDenom":"factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP AXL-MNTA","coinMinimalDenom":"factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP ATOM-MNTA","coinMinimalDenom":"factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP ARB-MNTA","coinMinimalDenom":"factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP WHALE-MNTA","coinMinimalDenom":"factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP SCRT-MNTA","coinMinimalDenom":"factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wstETH.axl-MNTA","coinMinimalDenom":"factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wMATIC.axl-MNTA","coinMinimalDenom":"factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP UNI.axl-MNTA","coinMinimalDenom":"factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP yieldETH.axl-MNTA","coinMinimalDenom":"factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wBTC.axl-MNTA","coinMinimalDenom":"factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP PAXG.grv-MNTA","coinMinimalDenom":"factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wBNB.axl-MNTA","coinMinimalDenom":"factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP OSMO-MNTA","coinMinimalDenom":"factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP INJ-MNTA","coinMinimalDenom":"factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP stOSMO-OSMO","coinMinimalDenom":"factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wstETH.axl-wETH.axl","coinMinimalDenom":"factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP qcMNTA-MNTA","coinMinimalDenom":"factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP ampMNTA-MNTA","coinMinimalDenom":"factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"LP wETH.axl-USK","coinMinimalDenom":"factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg"},{"coinDenom":"NAMI","coinMinimalDenom":"factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami","coinDecimals":6,"coinGeckoId":"nami-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg"}],"stakeCurrency":{"coinDenom":"KUJI","coinMinimalDenom":"ukuji","coinDecimals":6,"coinGeckoId":"kujira","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},"feeCurrencies":[{"coinDenom":"KUJI","coinMinimalDenom":"ukuji","coinDecimals":6,"coinGeckoId":"kujira","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg","gasPriceStep":{"low":0.0034,"average":0.0051,"high":0.00681}},{"coinDenom":"USK","coinMinimalDenom":"factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk","coinDecimals":6,"coinGeckoId":"usk","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg","gasPriceStep":{"low":0.01186,"average":0.01779,"high":0.02372}},{"coinDenom":"MNTA","coinMinimalDenom":"factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta","coinDecimals":6,"coinGeckoId":"mantadao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg","gasPriceStep":{"low":0.01807,"average":0.02711,"high":0.03615}},{"coinDenom":"whSOL","coinMinimalDenom":"ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg","gasPriceStep":{"low":0.00019,"average":0.00029,"high":0.00039}},{"coinDenom":"EVMOS","coinMinimalDenom":"ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg","gasPriceStep":{"low":160416396197,"average":240624594296,"high":320832792394}},{"coinDenom":"wAVAX","coinMinimalDenom":"ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg","gasPriceStep":{"low":559196837,"average":838795256,"high":1118393675}},{"coinDenom":"USDC","coinMinimalDenom":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg","gasPriceStep":{"low":0.01194,"average":0.01792,"high":0.02389}},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg","gasPriceStep":{"low":0.01795,"average":0.02692,"high":0.0359}},{"coinDenom":"axlUSDC","coinMinimalDenom":"ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg","gasPriceStep":{"low":0.0119,"average":0.01785,"high":0.02379}},{"coinDenom":"CMDX","coinMinimalDenom":"ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg","gasPriceStep":{"low":0.65943,"average":0.98915,"high":1.31887}},{"coinDenom":"JUNO","coinMinimalDenom":"ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg","gasPriceStep":{"low":0.02689,"average":0.04034,"high":0.05379}},{"coinDenom":"wETH","coinMinimalDenom":"ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png","gasPriceStep":{"low":5772801,"average":8659201,"high":11545602}},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.00129,"average":0.00193,"high":0.00258}},{"coinDenom":"LUNA","coinMinimalDenom":"ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg","gasPriceStep":{"low":0.01495,"average":0.02243,"high":0.02991}},{"coinDenom":"STARS","coinMinimalDenom":"ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg","gasPriceStep":{"low":0.90403,"average":1.35605,"high":1.80806}},{"coinDenom":"SCRT","coinMinimalDenom":"ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg","gasPriceStep":{"low":0.03139,"average":0.04709,"high":0.06278}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"logos_7002-1":{"rpc":"https://logos-rpc.provable.dev:443/","rest":"https://logos.provable.dev/rest/","chainId":"logos_7002-1","chainName":"Logos","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"logos","bech32PrefixAccPub":"logospub","bech32PrefixValAddr":"logosvaloper","bech32PrefixValPub":"logosvaloperpub","bech32PrefixConsAddr":"logosvalcons","bech32PrefixConsPub":"logosvalconspub"},"currencies":[{"coinDenom":"LYT","coinMinimalDenom":"aLYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg"}],"stakeCurrency":{"coinDenom":"LYT","coinMinimalDenom":"aLYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg"},"feeCurrencies":[{"coinDenom":"LYT","coinMinimalDenom":"aLYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"loop-1":{"rpc":"https://rpc.loop.pfc.zone/","rest":"https://api.loop.pfc.zone/","chainId":"loop-1","chainName":"Loop","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"loop","bech32PrefixAccPub":"looppub","bech32PrefixValAddr":"loopvaloper","bech32PrefixValPub":"loopvaloperpub","bech32PrefixConsAddr":"loopvalcons","bech32PrefixConsPub":"loopvalconspub"},"currencies":[{"coinDenom":"TOKEN","coinMinimalDenom":"token","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg"},{"coinDenom":"POA","coinMinimalDenom":"upoa","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.svg"}],"stakeCurrency":{"coinDenom":"TOKEN","coinMinimalDenom":"token","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg"},"feeCurrencies":[{"coinDenom":"TOKEN","coinMinimalDenom":"token","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg","gasPriceStep":{"low":0,"average":0,"high":0}}],"features":[]},"loyal-main-02":{"rpc":"https://rpc-main.joinloyal.io/","rest":"https://lcd-main.joinloyal.io/","chainId":"loyal-main-02","chainName":"Loyal","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"loyal","bech32PrefixAccPub":"loyalpub","bech32PrefixValAddr":"loyalvaloper","bech32PrefixValPub":"loyalvaloperpub","bech32PrefixConsAddr":"loyalvalcons","bech32PrefixConsPub":"loyalvalconspub"},"currencies":[{"coinDenom":"LYL","coinMinimalDenom":"ulyl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"}],"stakeCurrency":{"coinDenom":"LYL","coinMinimalDenom":"ulyl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"},"feeCurrencies":[{"coinDenom":"LYL","coinMinimalDenom":"ulyl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"LumenX":{"rpc":"https://rpc-lumenx.cryptonet.pl/","rest":"https://api-lumenx.cryptonet.pl/","chainId":"LumenX","chainName":"LumenX","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"lumen","bech32PrefixAccPub":"lumenpub","bech32PrefixValAddr":"lumenvaloper","bech32PrefixValPub":"lumenvaloperpub","bech32PrefixConsAddr":"lumenvalcons","bech32PrefixConsPub":"lumenvalconspub"},"currencies":[{"coinDenom":"LUMEN","coinMinimalDenom":"ulumen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"}],"stakeCurrency":{"coinDenom":"LUMEN","coinMinimalDenom":"ulumen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"},"feeCurrencies":[{"coinDenom":"LUMEN","coinMinimalDenom":"ulumen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"lum-network-1":{"rpc":"https://rpc.node0.mainnet.lum.network","rest":"https://rest.node0.mainnet.lum.network","chainId":"lum-network-1","chainName":"Lum Network","bip44":{"coinType":880},"bech32Config":{"bech32PrefixAccAddr":"lum","bech32PrefixAccPub":"lumpub","bech32PrefixValAddr":"lumvaloper","bech32PrefixValPub":"lumvaloperpub","bech32PrefixConsAddr":"lumvalcons","bech32PrefixConsPub":"lumvalconspub"},"currencies":[{"coinDenom":"LUM","coinMinimalDenom":"ulum","coinDecimals":6,"coinGeckoId":"lum-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"}],"stakeCurrency":{"coinDenom":"LUM","coinMinimalDenom":"ulum","coinDecimals":6,"coinGeckoId":"lum-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"},"feeCurrencies":[{"coinDenom":"LUM","coinMinimalDenom":"ulum","coinDecimals":6,"coinGeckoId":"lum-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"mars-1":{"rpc":"https://rpc.marsprotocol.io:443","rest":"https://rest.marsprotocol.io:443","chainId":"mars-1","chainName":"Mars Hub","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"mars","bech32PrefixAccPub":"marspub","bech32PrefixValAddr":"marsvaloper","bech32PrefixValPub":"marsvaloperpub","bech32PrefixConsAddr":"marsvalcons","bech32PrefixConsPub":"marsvalconspub"},"currencies":[{"coinDenom":"MARS","coinMinimalDenom":"umars","coinDecimals":6,"coinGeckoId":"mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"}],"stakeCurrency":{"coinDenom":"MARS","coinMinimalDenom":"umars","coinDecimals":6,"coinGeckoId":"mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},"feeCurrencies":[{"coinDenom":"MARS","coinMinimalDenom":"umars","coinDecimals":6,"coinGeckoId":"mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg","gasPriceStep":{"low":0,"average":0,"high":0.01}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"mayachain-mainnet-v1":{"rpc":"https://tendermint.mayachain.info","rest":"https://mayanode.mayachain.info","chainId":"mayachain-mainnet-v1","chainName":"Maya Protocol","bip44":{"coinType":931},"bech32Config":{"bech32PrefixAccAddr":"maya","bech32PrefixAccPub":"mayapub","bech32PrefixValAddr":"mayavaloper","bech32PrefixValPub":"mayavaloperpub","bech32PrefixConsAddr":"mayavalcons","bech32PrefixConsPub":"mayavalconspub"},"currencies":[{"coinDenom":"CACAO","coinMinimalDenom":"cacao","coinDecimals":10,"coinGeckoId":"cacao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/cacao.svg"},{"coinDenom":"MAYA","coinMinimalDenom":"maya","coinDecimals":4,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/maya.svg"}],"stakeCurrency":{"coinDenom":"CACAO","coinMinimalDenom":"cacao","coinDecimals":10,"coinGeckoId":"cacao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/cacao.svg"},"feeCurrencies":[{"coinDenom":"CACAO","coinMinimalDenom":"cacao","coinDecimals":10,"coinGeckoId":"cacao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/cacao.svg"}],"features":[]},"medasdigital-1":{"rpc":"https://rpc.medas-digital.io:26657/","rest":"https://lcd.medas-digital.io:1317/","chainId":"medasdigital-1","chainName":"Medas Digital Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"medas","bech32PrefixAccPub":"medaspub","bech32PrefixValAddr":"medasvaloper","bech32PrefixValPub":"medasvaloperpub","bech32PrefixConsAddr":"medasvalcons","bech32PrefixConsPub":"medasvalconspub"},"currencies":[{"coinDenom":"MEDAS","coinMinimalDenom":"umedas","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"}],"stakeCurrency":{"coinDenom":"MEDAS","coinMinimalDenom":"umedas","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"},"feeCurrencies":[{"coinDenom":"MEDAS","coinMinimalDenom":"umedas","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg","gasPriceStep":{"low":0.1,"average":0.25,"high":0.4}}],"features":[]},"meme-1":{"rpc":"https://rpc-meme-1.meme.sx/","rest":"https://api-meme-1.meme.sx/","chainId":"meme-1","chainName":"MEME","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"meme","bech32PrefixAccPub":"memepub","bech32PrefixValAddr":"memevaloper","bech32PrefixValPub":"memevaloperpub","bech32PrefixConsAddr":"memevalcons","bech32PrefixConsPub":"memevalconspub"},"currencies":[{"coinDenom":"MEME","coinMinimalDenom":"umeme","coinDecimals":6,"coinGeckoId":"meme-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"}],"stakeCurrency":{"coinDenom":"MEME","coinMinimalDenom":"umeme","coinDecimals":6,"coinGeckoId":"meme-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"},"feeCurrencies":[{"coinDenom":"MEME","coinMinimalDenom":"umeme","coinDecimals":6,"coinGeckoId":"meme-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg","gasPriceStep":{"low":0.025,"average":0.035,"high":0.045}}],"features":[]},"microtick-1":{"rpc":"","rest":"","chainId":"microtick-1","chainName":"Microtick","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"micro","bech32PrefixAccPub":"micropub","bech32PrefixValAddr":"microvaloper","bech32PrefixValPub":"microvaloperpub","bech32PrefixConsAddr":"microvalcons","bech32PrefixConsPub":"microvalconspub"},"currencies":[{"coinDenom":"TICK","coinMinimalDenom":"utick","coinDecimals":6,"coinGeckoId":"microtick","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"}],"stakeCurrency":{"coinDenom":"TICK","coinMinimalDenom":"utick","coinDecimals":6,"coinGeckoId":"microtick","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"},"feeCurrencies":[{"coinDenom":"TICK","coinMinimalDenom":"utick","coinDecimals":6,"coinGeckoId":"microtick","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"migaloo-1":{"rpc":"https://migaloo-rpc.polkachu.com:443","rest":"https://migaloo-api.polkachu.com:443","chainId":"migaloo-1","chainName":"Migaloo","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"migaloo","bech32PrefixAccPub":"migaloopub","bech32PrefixValAddr":"migaloovaloper","bech32PrefixValPub":"migaloovaloperpub","bech32PrefixConsAddr":"migaloovalcons","bech32PrefixConsPub":"migaloovalconspub"},"currencies":[{"coinDenom":"WHALE","coinMinimalDenom":"uwhale","coinDecimals":6,"coinGeckoId":"white-whale","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"},{"coinDenom":"ampWHALE","coinMinimalDenom":"factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg"},{"coinDenom":"bWHALE","coinMinimalDenom":"factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale","coinDecimals":6,"coinGeckoId":"backbone-labs-staked-whale","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png"},{"coinDenom":"FABLE","coinMinimalDenom":"factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg"},{"coinDenom":"bLUNA","coinMinimalDenom":"ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png"},{"coinDenom":"RAC","coinMinimalDenom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg"},{"coinDenom":"ASH","coinMinimalDenom":"factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"mUSDC","coinMinimalDenom":"cw20:migaloo10nucfm2zqgzqmy7y7ls398t58pjt9cwjsvpy88y2nvamtl34rgmqt5em2v","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/mUSDC.svg"},{"coinDenom":"GUPPY","coinMinimalDenom":"factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"},{"coinDenom":"OPHIR","coinMinimalDenom":"factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png"},{"coinDenom":"SHARK","coinMinimalDenom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png"},{"coinDenom":"lsdSHARK","coinMinimalDenom":"factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png"},{"coinDenom":"LUNA","coinMinimalDenom":"ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8","coinDecimals":6,"coinGeckoId":"terra-luna-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},{"coinDenom":"RAKOFF","coinMinimalDenom":"ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png"},{"coinDenom":"GASH","coinMinimalDenom":"factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png"},{"coinDenom":"RSTK","coinMinimalDenom":"factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},{"coinDenom":"FROG","coinMinimalDenom":"ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png"},{"coinDenom":"GRAC","coinMinimalDenom":"factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png"},{"coinDenom":"WIND","coinMinimalDenom":"ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png"},{"coinDenom":"SHITMOS","coinMinimalDenom":"ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg"},{"coinDenom":"ampGASH","coinMinimalDenom":"factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH","coinDecimals":6}],"stakeCurrency":{"coinDenom":"WHALE","coinMinimalDenom":"uwhale","coinDecimals":6,"coinGeckoId":"white-whale","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"},"feeCurrencies":[{"coinDenom":"WHALE","coinMinimalDenom":"uwhale","coinDecimals":6,"coinGeckoId":"white-whale","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg","gasPriceStep":{"low":1,"average":2,"high":3}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"mainnet":{"rpc":"https://rpc.gw.mises.site:443","rest":"","chainId":"mainnet","chainName":"Mises","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"mises","bech32PrefixAccPub":"misespub","bech32PrefixValAddr":"misesvaloper","bech32PrefixValPub":"misesvaloperpub","bech32PrefixConsAddr":"misesvalcons","bech32PrefixConsPub":"misesvalconspub"},"currencies":[{"coinDenom":"MIS","coinMinimalDenom":"umis","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png"}],"stakeCurrency":{"coinDenom":"MIS","coinMinimalDenom":"umis","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png"},"feeCurrencies":[{"coinDenom":"MIS","coinMinimalDenom":"umis","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"mun-1":{"rpc":"https://mainnet1rpc.mun.money","rest":"https://mainnet1.mun.money","chainId":"mun-1","chainName":"Mun","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"mun","bech32PrefixAccPub":"munpub","bech32PrefixValAddr":"munvaloper","bech32PrefixValPub":"munvaloperpub","bech32PrefixConsAddr":"munvalcons","bech32PrefixConsPub":"munvalconspub"},"currencies":[{"coinDenom":"MUN","coinMinimalDenom":"umun","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"}],"stakeCurrency":{"coinDenom":"MUN","coinMinimalDenom":"umun","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"},"feeCurrencies":[{"coinDenom":"MUN","coinMinimalDenom":"umun","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"mythos_7001-1":{"rpc":"https://mythos-rpc.provable.dev:443/","rest":"https://mythos.provable.dev/rest/","chainId":"mythos_7001-1","chainName":"Mythos","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"mythos","bech32PrefixAccPub":"mythospub","bech32PrefixValAddr":"mythosvaloper","bech32PrefixValPub":"mythosvaloperpub","bech32PrefixConsAddr":"mythosvalcons","bech32PrefixConsPub":"mythosvalconspub"},"currencies":[{"coinDenom":"MYT","coinMinimalDenom":"aMYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg"}],"stakeCurrency":{"coinDenom":"MYT","coinMinimalDenom":"aMYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg"},"feeCurrencies":[{"coinDenom":"MYT","coinMinimalDenom":"aMYT","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"neura_266-1":{"rpc":"","rest":"","chainId":"neura_266-1","chainName":"Neura","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"neura","bech32PrefixAccPub":"neurapub","bech32PrefixValAddr":"neuravaloper","bech32PrefixValPub":"neuravaloperpub","bech32PrefixConsAddr":"neuravalcons","bech32PrefixConsPub":"neuravalconspub"},"currencies":[{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18,"coinGeckoId":"ankr"}],"stakeCurrency":{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18,"coinGeckoId":"ankr"},"feeCurrencies":[{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18,"coinGeckoId":"ankr","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"Neutaro-1":{"rpc":"https://rpc2.neutaro.tech:443","rest":"https://api2.neutaro.tech:443","chainId":"Neutaro-1","chainName":"Neutaro","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"neutaro","bech32PrefixAccPub":"neutaropub","bech32PrefixValAddr":"neutarovaloper","bech32PrefixValPub":"neutarovaloperpub","bech32PrefixConsAddr":"neutarovalcons","bech32PrefixConsPub":"neutarovalconspub"},"currencies":[{"coinDenom":"NTMPI","coinMinimalDenom":"uneutaro","coinDecimals":6,"coinGeckoId":"neutaro","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg"}],"stakeCurrency":{"coinDenom":"NTMPI","coinMinimalDenom":"uneutaro","coinDecimals":6,"coinGeckoId":"neutaro","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg"},"feeCurrencies":[{"coinDenom":"NTMPI","coinMinimalDenom":"uneutaro","coinDecimals":6,"coinGeckoId":"neutaro","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg","gasPriceStep":{"low":0,"average":0,"high":0.035}}],"features":[]},"cataclysm-1":{"rpc":"https://rpc.nibiru.fi","rest":"https://lcd.nibiru.fi","chainId":"cataclysm-1","chainName":"Nibiru","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nibi","bech32PrefixAccPub":"nibipub","bech32PrefixValAddr":"nibivaloper","bech32PrefixValPub":"nibivaloperpub","bech32PrefixConsAddr":"nibivalcons","bech32PrefixConsPub":"nibivalconspub"},"currencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinGeckoId":"nibiru","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},{"coinDenom":"UOPREK","coinMinimalDenom":"tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek","coinDecimals":0},{"coinDenom":"UTESTATE","coinMinimalDenom":"tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate","coinDecimals":0},{"coinDenom":"NPP","coinMinimalDenom":"tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP","coinDecimals":0}],"stakeCurrency":{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinGeckoId":"nibiru","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"feeCurrencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinGeckoId":"nibiru","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg","gasPriceStep":{"low":0.025,"average":0.05,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"nim_1122-1":{"rpc":"https://nim-mainnet-tendermint.public.blastapi.io","rest":"https://nim-mainnet-rest.public.blastapi.io","chainId":"nim_1122-1","chainName":"Nim Network","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"nim","bech32PrefixAccPub":"nimpub","bech32PrefixValAddr":"nimvaloper","bech32PrefixValPub":"nimvaloperpub","bech32PrefixConsAddr":"nimvalcons","bech32PrefixConsPub":"nimvalconspub"},"currencies":[{"coinDenom":"NIM","coinMinimalDenom":"anim","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"}],"stakeCurrency":{"coinDenom":"NIM","coinMinimalDenom":"anim","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"},"feeCurrencies":[{"coinDenom":"NIM","coinMinimalDenom":"anim","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg","gasPriceStep":{"low":20000000000,"average":20000000000,"high":20000000000}}],"features":[]},"neutron-1":{"rpc":"https://rpc.novel.remedy.tm.p2p.org","rest":"https://api.novel.remedy.tm.p2p.org","chainId":"neutron-1","chainName":"Neutron","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"neutron","bech32PrefixAccPub":"neutronpub","bech32PrefixValAddr":"neutronvaloper","bech32PrefixValPub":"neutronvaloperpub","bech32PrefixConsAddr":"neutronvalcons","bech32PrefixConsPub":"neutronvalconspub"},"currencies":[{"coinDenom":"NTRN","coinMinimalDenom":"untrn","coinDecimals":6,"coinGeckoId":"neutron-3","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"axlUSDC","coinMinimalDenom":"ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},{"coinDenom":"ASTROPEPE","coinMinimalDenom":"factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png"},{"coinDenom":"wstETH","coinMinimalDenom":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},{"coinDenom":"SAT","coinMinimalDenom":"ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"},{"coinDenom":"DYDX","coinMinimalDenom":"ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},{"coinDenom":"NEWT","coinMinimalDenom":"factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt","coinDecimals":6,"coinGeckoId":"newt","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png"},{"coinDenom":"ASTRO","coinMinimalDenom":"factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro","coinDecimals":6,"coinGeckoId":"astroport-fi","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},{"coinDenom":"xASTRO","coinMinimalDenom":"factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg"},{"coinDenom":"ASTRO.cw20","coinMinimalDenom":"ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},{"coinDenom":"CORGI","coinMinimalDenom":"factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png"},{"coinDenom":"CIRCUS","coinMinimalDenom":"factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png"},{"coinDenom":"JIMMY","coinMinimalDenom":"factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png"},{"coinDenom":"BAD","coinMinimalDenom":"factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png"},{"coinDenom":"BTC","coinMinimalDenom":"neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png"},{"coinDenom":"WTF","coinMinimalDenom":"neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png"},{"coinDenom":"NLS","coinMinimalDenom":"ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},{"coinDenom":"GODRD","coinMinimalDenom":"factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png"},{"coinDenom":"APOLLO","coinMinimalDenom":"factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg"},{"coinDenom":"NTRL","coinMinimalDenom":"factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg"},{"coinDenom":"RETRO","coinMinimalDenom":"factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg"},{"coinDenom":"GODDARD","coinMinimalDenom":"factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg"},{"coinDenom":"WOSMO","coinMinimalDenom":"ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},{"coinDenom":"BOY","coinMinimalDenom":"neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png"},{"coinDenom":"BADKID","coinMinimalDenom":"ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"},{"coinDenom":"CARTEL","coinMinimalDenom":"factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png"},{"coinDenom":"ATOM1KLFG","coinMinimalDenom":"factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81","coinDecimals":6,"coinGeckoId":"usd-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"WEIRD","coinMinimalDenom":"factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png"},{"coinDenom":"TAKUMI","coinMinimalDenom":"factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI","coinDecimals":6},{"coinDenom":"NBZ","coinMinimalDenom":"factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png"}],"stakeCurrency":{"coinDenom":"NTRN","coinMinimalDenom":"untrn","coinDecimals":6,"coinGeckoId":"neutron-3","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},"feeCurrencies":[{"coinDenom":"NTRN","coinMinimalDenom":"untrn","coinDecimals":6,"coinGeckoId":"neutron-3","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg","gasPriceStep":{"low":0.0053,"average":0.0053,"high":0.0053}},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.0008,"average":0.0008,"high":0.0008}},{"coinDenom":"axlUSDC","coinMinimalDenom":"ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg","gasPriceStep":{"low":0.008,"average":0.008,"high":0.008}},{"coinDenom":"TIA","coinMinimalDenom":"ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg","gasPriceStep":{"low":0.0004,"average":0.0004,"high":0.0004}},{"coinDenom":"wstETH","coinMinimalDenom":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg","gasPriceStep":{"low":2903231.6597,"average":2903231.6597,"high":2903231.6597}},{"coinDenom":"DYDX","coinMinimalDenom":"ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg","gasPriceStep":{"low":2564102564.1026,"average":2564102564.1026,"high":2564102564.1026}}],"features":[]},"noble-1":{"rpc":"https://noble-rpc.polkachu.com","rest":"https://noble-api.polkachu.com","chainId":"noble-1","chainName":"Noble","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"noble","bech32PrefixAccPub":"noblepub","bech32PrefixValAddr":"noblevaloper","bech32PrefixValPub":"noblevaloperpub","bech32PrefixConsAddr":"noblevalcons","bech32PrefixConsPub":"noblevalconspub"},"currencies":[{"coinDenom":"STAKE","coinMinimalDenom":"ustake","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg"},{"coinDenom":"FRNZ","coinMinimalDenom":"ufrienzies","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"USDC","coinMinimalDenom":"uusdc","coinDecimals":6,"coinGeckoId":"usd-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"USDLR","coinMinimalDenom":"uusdlr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg"}],"stakeCurrency":{"coinDenom":"STAKE","coinMinimalDenom":"ustake","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg"},"feeCurrencies":[{"coinDenom":"ATOM","coinMinimalDenom":"ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.01,"average":0.01,"high":0.02}},{"coinDenom":"USDC","coinMinimalDenom":"uusdc","coinDecimals":6,"coinGeckoId":"usd-coin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg","gasPriceStep":{"low":0.1,"average":0.1,"high":0.2}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"nois-1":{"rpc":"https://nois-rpc.nysa.network","rest":"https://m-nois.api.utsa.tech","chainId":"nois-1","chainName":"Nois","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nois","bech32PrefixAccPub":"noispub","bech32PrefixValAddr":"noisvaloper","bech32PrefixValPub":"noisvaloperpub","bech32PrefixConsAddr":"noisvalcons","bech32PrefixConsPub":"noisvalconspub"},"currencies":[{"coinDenom":"NOIS","coinMinimalDenom":"unois","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"}],"stakeCurrency":{"coinDenom":"NOIS","coinMinimalDenom":"unois","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"},"feeCurrencies":[{"coinDenom":"NOIS","coinMinimalDenom":"unois","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg","gasPriceStep":{"low":0.05,"average":0.05,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"pirin-1":{"rpc":"https://pirin-cl.nolus.network:26657","rest":"https://pirin-cl.nolus.network:1317","chainId":"pirin-1","chainName":"Nolus","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nolus","bech32PrefixAccPub":"noluspub","bech32PrefixValAddr":"nolusvaloper","bech32PrefixValPub":"nolusvaloperpub","bech32PrefixConsAddr":"nolusvalcons","bech32PrefixConsPub":"nolusvalconspub"},"currencies":[{"coinDenom":"NLS","coinMinimalDenom":"unls","coinDecimals":6,"coinGeckoId":"nolus","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},{"coinDenom":"axlUSDC","coinMinimalDenom":"ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"stOSMO","coinMinimalDenom":"ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"stATOM","coinMinimalDenom":"ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},{"coinDenom":"WETH","coinMinimalDenom":"ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},{"coinDenom":"WBTC","coinMinimalDenom":"ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},{"coinDenom":"AKT","coinMinimalDenom":"ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},{"coinDenom":"AXL","coinMinimalDenom":"ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"},{"coinDenom":"JUNO","coinMinimalDenom":"ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"},{"coinDenom":"EVMOS","coinMinimalDenom":"ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"},{"coinDenom":"stkATOM","coinMinimalDenom":"ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},{"coinDenom":"SCRT","coinMinimalDenom":"ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},{"coinDenom":"CRO","coinMinimalDenom":"ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},{"coinDenom":"STARS","coinMinimalDenom":"ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},{"coinDenom":"STRD","coinMinimalDenom":"ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},{"coinDenom":"NTRN","coinMinimalDenom":"ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},{"coinDenom":"DYDX","coinMinimalDenom":"ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}],"stakeCurrency":{"coinDenom":"NLS","coinMinimalDenom":"unls","coinDecimals":6,"coinGeckoId":"nolus","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},"feeCurrencies":[{"coinDenom":"NLS","coinMinimalDenom":"unls","coinDecimals":6,"coinGeckoId":"nolus","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.05}}],"features":[]},"nomic-stakenet-3":{"rpc":"https://stakenet-rpc.nomic.io:2096","rest":"https://app.nomic.io:8443","chainId":"nomic-stakenet-3","chainName":"Nomic","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nomic","bech32PrefixAccPub":"nomic","bech32PrefixValAddr":"nomic","bech32PrefixValPub":"nomic","bech32PrefixConsAddr":"nomic","bech32PrefixConsPub":"nomic"},"currencies":[{"coinDenom":"NOM","coinMinimalDenom":"unom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"},{"coinDenom":"nBTC","coinMinimalDenom":"usat","coinDecimals":14,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"}],"stakeCurrency":{"coinDenom":"NOM","coinMinimalDenom":"unom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"},"feeCurrencies":[{"coinDenom":"NOM","coinMinimalDenom":"unom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg","gasPriceStep":{"low":0,"average":0,"high":0}}],"features":[]},"nyx":{"rpc":"https://rpc.nymtech.net/","rest":"https://nym-api.polkachu.com/","chainId":"nyx","chainName":"Nym","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"n","bech32PrefixAccPub":"npub","bech32PrefixValAddr":"nvaloper","bech32PrefixValPub":"nvaloperpub","bech32PrefixConsAddr":"nvalcons","bech32PrefixConsPub":"nvalconspub"},"currencies":[{"coinDenom":"NYX","coinMinimalDenom":"unyx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png"},{"coinDenom":"NYM","coinMinimalDenom":"unym","coinDecimals":6,"coinGeckoId":"nym","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg"}],"stakeCurrency":{"coinDenom":"NYX","coinMinimalDenom":"unyx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png"},"feeCurrencies":[{"coinDenom":"NYX","coinMinimalDenom":"unyx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png","gasPriceStep":{"low":0.025,"average":0.025,"high":0.04}},{"coinDenom":"NYM","coinMinimalDenom":"unym","coinDecimals":6,"coinGeckoId":"nym","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.04}}],"features":[]},"octa":{"rpc":"","rest":"","chainId":"octa","chainName":"Octa","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"octa","bech32PrefixAccPub":"octapub","bech32PrefixValAddr":"octavaloper","bech32PrefixValPub":"octavaloperpub","bech32PrefixConsAddr":"octavalcons","bech32PrefixConsPub":"octavalconspub"},"currencies":[{"coinDenom":"OCTA","coinMinimalDenom":"uocta","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg"}],"stakeCurrency":{"coinDenom":"OCTA","coinMinimalDenom":"uocta","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg"},"feeCurrencies":[{"coinDenom":"OCTA","coinMinimalDenom":"uocta","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"odin-mainnet-freya":{"rpc":"http://34.79.179.216:26657","rest":"http://34.79.179.216:1317/","chainId":"odin-mainnet-freya","chainName":"Odin Protocol","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"odin","bech32PrefixAccPub":"odinpub","bech32PrefixValAddr":"odinvaloper","bech32PrefixValPub":"odinvaloperpub","bech32PrefixConsAddr":"odinvalcons","bech32PrefixConsPub":"odinvalconspub"},"currencies":[{"coinDenom":"ODIN","coinMinimalDenom":"loki","coinDecimals":6,"coinGeckoId":"odin-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"},{"coinDenom":"GEO","coinMinimalDenom":"mGeo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg"},{"coinDenom":"O9W","coinMinimalDenom":"mO9W","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg"}],"stakeCurrency":{"coinDenom":"ODIN","coinMinimalDenom":"loki","coinDecimals":6,"coinGeckoId":"odin-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"},"feeCurrencies":[{"coinDenom":"ODIN","coinMinimalDenom":"loki","coinDecimals":6,"coinGeckoId":"odin-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg","gasPriceStep":{"low":0.025,"average":0.05,"high":0.06}}],"features":[]},"exchain-66":{"rpc":"https://exchaintmrpc.okex.org","rest":"","chainId":"exchain-66","chainName":"OKExChain","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"ex","bech32PrefixAccPub":"expub","bech32PrefixValAddr":"exvaloper","bech32PrefixValPub":"exvaloperpub","bech32PrefixConsAddr":"exvalcons","bech32PrefixConsPub":"exvalconspub"},"currencies":[{"coinDenom":"OKT","coinMinimalDenom":"wei","coinDecimals":18,"coinGeckoId":"oec-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png"}],"stakeCurrency":{"coinDenom":"OKT","coinMinimalDenom":"wei","coinDecimals":18,"coinGeckoId":"oec-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png"},"feeCurrencies":[{"coinDenom":"OKT","coinMinimalDenom":"wei","coinDecimals":18,"coinGeckoId":"oec-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png","gasPriceStep":{"low":200000000,"average":250000000,"high":400000000}}],"features":[]},"omniflixhub-1":{"rpc":"https://omniflix-rpc.kingnodes.com","rest":"https://api.omniflix.nodestake.top","chainId":"omniflixhub-1","chainName":"OmniFlix","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"omniflix","bech32PrefixAccPub":"omniflixpub","bech32PrefixValAddr":"omniflixvaloper","bech32PrefixValPub":"omniflixvaloperpub","bech32PrefixConsAddr":"omniflixvalcons","bech32PrefixConsPub":"omniflixvalconspub"},"currencies":[{"coinDenom":"FLIX","coinMinimalDenom":"uflix","coinDecimals":6,"coinGeckoId":"omniflix-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"IST","coinMinimalDenom":"ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"},{"coinDenom":"USDC.axl","coinMinimalDenom":"ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg"},{"coinDenom":"AKT","coinMinimalDenom":"ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},{"coinDenom":"BADDOG.osmo","coinMinimalDenom":"ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png"}],"stakeCurrency":{"coinDenom":"FLIX","coinMinimalDenom":"uflix","coinDecimals":6,"coinGeckoId":"omniflix-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"},"feeCurrencies":[{"coinDenom":"FLIX","coinMinimalDenom":"uflix","coinDecimals":6,"coinGeckoId":"omniflix-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg","gasPriceStep":{"low":0.001,"average":0.0025,"high":0.025}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"onex-mainnet-1":{"rpc":"https://rpc.mainnet.onex.onomy.io","rest":"https://rest.mainnet.onex.onomy.io","chainId":"onex-mainnet-1","chainName":"ONEX","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"onomy","bech32PrefixAccPub":"onomypub","bech32PrefixValAddr":"onomyvaloper","bech32PrefixValPub":"onomyvaloperpub","bech32PrefixConsAddr":"onomyvalcons","bech32PrefixConsPub":"onomyvalconspub"},"currencies":[{"coinDenom":"ONEX","coinMinimalDenom":"aonex","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg"}],"stakeCurrency":{"coinDenom":"ONEX","coinMinimalDenom":"aonex","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg"},"feeCurrencies":[{"coinDenom":"ONEX","coinMinimalDenom":"aonex","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg","gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"onomy-mainnet-1":{"rpc":"https://rpc-mainnet.onomy.io","rest":"https://rest-mainnet.onomy.io","chainId":"onomy-mainnet-1","chainName":"Onomy","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"onomy","bech32PrefixAccPub":"onomypub","bech32PrefixValAddr":"onomyvaloper","bech32PrefixValPub":"onomyvaloperpub","bech32PrefixConsAddr":"onomyvalcons","bech32PrefixConsPub":"onomyvalconspub"},"currencies":[{"coinDenom":"NOM","coinMinimalDenom":"anom","coinDecimals":18,"coinGeckoId":"onomy-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"}],"stakeCurrency":{"coinDenom":"NOM","coinMinimalDenom":"anom","coinDecimals":18,"coinGeckoId":"onomy-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"},"feeCurrencies":[{"coinDenom":"NOM","coinMinimalDenom":"anom","coinDecimals":18,"coinGeckoId":"onomy-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg","gasPriceStep":{"low":0,"average":0.03,"high":0.06}}],"features":[]},"Oraichain":{"rpc":"https://rpc.orai.io","rest":"http://lcd.orai.io","chainId":"Oraichain","chainName":"Oraichain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"orai","bech32PrefixAccPub":"oraipub","bech32PrefixValAddr":"oraivaloper","bech32PrefixValPub":"oraivaloperpub","bech32PrefixConsAddr":"oraivalcons","bech32PrefixConsPub":"oraivalconspub"},"currencies":[{"coinDenom":"ORAI","coinMinimalDenom":"orai","coinDecimals":6,"coinGeckoId":"oraichain-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png"}],"stakeCurrency":{"coinDenom":"ORAI","coinMinimalDenom":"orai","coinDecimals":6,"coinGeckoId":"oraichain-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png"},"feeCurrencies":[{"coinDenom":"ORAI","coinMinimalDenom":"orai","coinDecimals":6,"coinGeckoId":"oraichain-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png","gasPriceStep":{"low":0.003,"average":0.005,"high":0.007}}],"features":[]},"panacea-3":{"rpc":"https://rpc.gopanacea.org","rest":"https://api.gopanacea.org","chainId":"panacea-3","chainName":"Medibloc","bip44":{"coinType":371},"bech32Config":{"bech32PrefixAccAddr":"panacea","bech32PrefixAccPub":"panaceapub","bech32PrefixValAddr":"panaceavaloper","bech32PrefixValPub":"panaceavaloperpub","bech32PrefixConsAddr":"panaceavalcons","bech32PrefixConsPub":"panaceavalconspub"},"currencies":[{"coinDenom":"MED","coinMinimalDenom":"umed","coinDecimals":6,"coinGeckoId":"medibloc","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"}],"stakeCurrency":{"coinDenom":"MED","coinMinimalDenom":"umed","coinDecimals":6,"coinGeckoId":"medibloc","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"},"feeCurrencies":[{"coinDenom":"MED","coinMinimalDenom":"umed","coinDecimals":6,"coinGeckoId":"medibloc","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg","gasPriceStep":{"low":5,"average":7,"high":9}}],"features":[]},"passage-1":{"rpc":"","rest":"","chainId":"passage-1","chainName":"Passage","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"pasg","bech32PrefixAccPub":"pasgpub","bech32PrefixValAddr":"pasgvaloper","bech32PrefixValPub":"pasgvaloperpub","bech32PrefixConsAddr":"pasgvalcons","bech32PrefixConsPub":"pasgvalconspub"},"currencies":[{"coinDenom":"PASG","coinMinimalDenom":"upasg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"}],"stakeCurrency":{"coinDenom":"PASG","coinMinimalDenom":"upasg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},"feeCurrencies":[{"coinDenom":"PASG","coinMinimalDenom":"upasg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"passage-2":{"rpc":"https://rpc.passage.vitwit.com","rest":"https://api.passage.vitwit.com","chainId":"passage-2","chainName":"Passage","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"pasg","bech32PrefixAccPub":"pasgpub","bech32PrefixValAddr":"pasgvaloper","bech32PrefixValPub":"pasgvaloperpub","bech32PrefixConsAddr":"pasgvalcons","bech32PrefixConsPub":"pasgvalconspub"},"currencies":[{"coinDenom":"PASG","coinMinimalDenom":"upasg","coinDecimals":6,"coinGeckoId":"passage","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"}],"stakeCurrency":{"coinDenom":"PASG","coinMinimalDenom":"upasg","coinDecimals":6,"coinGeckoId":"passage","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},"feeCurrencies":[{"coinDenom":"PASG","coinMinimalDenom":"upasg","coinDecimals":6,"coinGeckoId":"passage","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png","gasPriceStep":{"low":0.001,"average":0.0025,"high":0.01}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"osmosis-1":{"rpc":"https://rpc.osmosis.zone/","rest":"https://lcd.osmosis.zone/","chainId":"osmosis-1","chainName":"Osmosis","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"osmo","bech32PrefixAccPub":"osmopub","bech32PrefixValAddr":"osmovaloper","bech32PrefixValPub":"osmovaloperpub","bech32PrefixConsAddr":"osmovalcons","bech32PrefixConsPub":"osmovalconspub"},"currencies":[{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"ION","coinMinimalDenom":"uion","coinDecimals":6,"coinGeckoId":"ion","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg"},{"coinDenom":"USDC.axl","coinMinimalDenom":"ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},{"coinDenom":"WBTC.axl","coinMinimalDenom":"ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg"},{"coinDenom":"USDT.axl","coinMinimalDenom":"ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg"},{"coinDenom":"DAI","coinMinimalDenom":"ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},{"coinDenom":"BUSD","coinMinimalDenom":"ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"CRO","coinMinimalDenom":"ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},{"coinDenom":"BNB","coinMinimalDenom":"ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg"},{"coinDenom":"MATIC","coinMinimalDenom":"ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg"},{"coinDenom":"AVAX","coinMinimalDenom":"ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg"},{"coinDenom":"LUNC","coinMinimalDenom":"ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg"},{"coinDenom":"JUNO","coinMinimalDenom":"ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"},{"coinDenom":"moonbeam.DOT.axl","coinMinimalDenom":"ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7","coinDecimals":10,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"},{"coinDenom":"EVMOS","coinMinimalDenom":"ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"},{"coinDenom":"KAVA","coinMinimalDenom":"ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"},{"coinDenom":"SCRT","coinMinimalDenom":"ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},{"coinDenom":"USTC","coinMinimalDenom":"ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg"},{"coinDenom":"STARS","coinMinimalDenom":"ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},{"coinDenom":"HUAHUA","coinMinimalDenom":"ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},{"coinDenom":"XPRT","coinMinimalDenom":"ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},{"coinDenom":"PSTAKE","coinMinimalDenom":"ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"},{"coinDenom":"AKT","coinMinimalDenom":"ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},{"coinDenom":"REGEN","coinMinimalDenom":"ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"},{"coinDenom":"DVPN","coinMinimalDenom":"ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"},{"coinDenom":"IRIS","coinMinimalDenom":"ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"},{"coinDenom":"IOV","coinMinimalDenom":"ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"},{"coinDenom":"NGM","coinMinimalDenom":"ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"},{"coinDenom":"EEUR","coinMinimalDenom":"ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg"},{"coinDenom":"LIKE","coinMinimalDenom":"ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"},{"coinDenom":"IXO","coinMinimalDenom":"ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},{"coinDenom":"BCNA","coinMinimalDenom":"ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"},{"coinDenom":"BTSG","coinMinimalDenom":"ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"},{"coinDenom":"XKI","coinMinimalDenom":"ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"},{"coinDenom":"MED","coinMinimalDenom":"ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"},{"coinDenom":"BOOT","coinMinimalDenom":"ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"},{"coinDenom":"CMDX","coinMinimalDenom":"ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},{"coinDenom":"CHEQ","coinMinimalDenom":"ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"},{"coinDenom":"LUM","coinMinimalDenom":"ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"},{"coinDenom":"VDL","coinMinimalDenom":"ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"},{"coinDenom":"DSM","coinMinimalDenom":"ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"},{"coinDenom":"DIG","coinMinimalDenom":"ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"},{"coinDenom":"SOMM","coinMinimalDenom":"ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"},{"coinDenom":"BAND","coinMinimalDenom":"ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"},{"coinDenom":"DARC","coinMinimalDenom":"ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg"},{"coinDenom":"UMEE","coinMinimalDenom":"ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"},{"coinDenom":"GRAV","coinMinimalDenom":"ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg"},{"coinDenom":"DEC","coinMinimalDenom":"ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"},{"coinDenom":"MARBLE","coinMinimalDenom":"ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6","coinDecimals":3,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg"},{"coinDenom":"SWTH","coinMinimalDenom":"ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"},{"coinDenom":"CRBRUS","coinMinimalDenom":"ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"},{"coinDenom":"FET","coinMinimalDenom":"ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"},{"coinDenom":"MNTL","coinMinimalDenom":"ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg"},{"coinDenom":"NETA","coinMinimalDenom":"ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg"},{"coinDenom":"INJ","coinMinimalDenom":"ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"},{"coinDenom":"KRTC","coinMinimalDenom":"ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg"},{"coinDenom":"TICK","coinMinimalDenom":"ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"},{"coinDenom":"ROWAN","coinMinimalDenom":"ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg"},{"coinDenom":"CTK","coinMinimalDenom":"ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"},{"coinDenom":"HOPE","coinMinimalDenom":"ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg"},{"coinDenom":"juno.RAC","coinMinimalDenom":"ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg"},{"coinDenom":"FRAX","coinMinimalDenom":"ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg"},{"coinDenom":"WBTC.grv","coinMinimalDenom":"ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},{"coinDenom":"WETH.grv","coinMinimalDenom":"ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},{"coinDenom":"USDC.grv","coinMinimalDenom":"ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"DAI.grv","coinMinimalDenom":"ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg"},{"coinDenom":"USDT.grv","coinMinimalDenom":"ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"BLOCK","coinMinimalDenom":"ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg"},{"coinDenom":"HASH","coinMinimalDenom":"ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"},{"coinDenom":"GLX","coinMinimalDenom":"ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"},{"coinDenom":"DHK","coinMinimalDenom":"ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg"},{"coinDenom":"RAW","coinMinimalDenom":"ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg"},{"coinDenom":"MEME","coinMinimalDenom":"ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"},{"coinDenom":"ASVT","coinMinimalDenom":"ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png"},{"coinDenom":"JOE","coinMinimalDenom":"ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png"},{"coinDenom":"LUNA","coinMinimalDenom":"ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},{"coinDenom":"ATOLO","coinMinimalDenom":"ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"},{"coinDenom":"HARD","coinMinimalDenom":"ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg"},{"coinDenom":"SWP","coinMinimalDenom":"ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg"},{"coinDenom":"LINK","coinMinimalDenom":"ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg"},{"coinDenom":"L1","coinMinimalDenom":"ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg"},{"coinDenom":"AAVE","coinMinimalDenom":"ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg"},{"coinDenom":"APE","coinMinimalDenom":"ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg"},{"coinDenom":"MKR","coinMinimalDenom":"ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg"},{"coinDenom":"RAI","coinMinimalDenom":"ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg"},{"coinDenom":"SHIB","coinMinimalDenom":"ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg"},{"coinDenom":"KUJI","coinMinimalDenom":"ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},{"coinDenom":"TGD","coinMinimalDenom":"ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"},{"coinDenom":"ECH","coinMinimalDenom":"ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg"},{"coinDenom":"ODIN","coinMinimalDenom":"ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"},{"coinDenom":"GEO","coinMinimalDenom":"ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg"},{"coinDenom":"O9W","coinMinimalDenom":"ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg"},{"coinDenom":"kichain.LVN","coinMinimalDenom":"ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png"},{"coinDenom":"GLMR","coinMinimalDenom":"ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg"},{"coinDenom":"GLTO","coinMinimalDenom":"ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"},{"coinDenom":"GKEY","coinMinimalDenom":"ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg"},{"coinDenom":"CRE","coinMinimalDenom":"ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"},{"coinDenom":"LUMEN","coinMinimalDenom":"ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"},{"coinDenom":"ORAI","coinMinimalDenom":"ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png"},{"coinDenom":"CUDOS","coinMinimalDenom":"ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"},{"coinDenom":"USDX","coinMinimalDenom":"ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg"},{"coinDenom":"BLD","coinMinimalDenom":"ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"},{"coinDenom":"IST","coinMinimalDenom":"ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"},{"coinDenom":"SEJUNO","coinMinimalDenom":"ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg"},{"coinDenom":"BJUNO","coinMinimalDenom":"ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg"},{"coinDenom":"STRD","coinMinimalDenom":"ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},{"coinDenom":"stATOM","coinMinimalDenom":"ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},{"coinDenom":"stSTARS","coinMinimalDenom":"ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg"},{"coinDenom":"SOLAR","coinMinimalDenom":"ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg"},{"coinDenom":"SEASY","coinMinimalDenom":"ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg"},{"coinDenom":"AXL","coinMinimalDenom":"ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"},{"coinDenom":"REBUS","coinMinimalDenom":"ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"},{"coinDenom":"TORI","coinMinimalDenom":"ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg"},{"coinDenom":"stJUNO","coinMinimalDenom":"ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg"},{"coinDenom":"stOSMO","coinMinimalDenom":"ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},{"coinDenom":"MUSE","coinMinimalDenom":"ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png"},{"coinDenom":"LAMB","coinMinimalDenom":"ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"},{"coinDenom":"USK","coinMinimalDenom":"ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg"},{"coinDenom":"FUND","coinMinimalDenom":"ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"},{"coinDenom":"JKL","coinMinimalDenom":"ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"},{"coinDenom":"ALTER","coinMinimalDenom":"ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg"},{"coinDenom":"BUTT","coinMinimalDenom":"ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg"},{"coinDenom":"SHD(old)","coinMinimalDenom":"ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg"},{"coinDenom":"SIENNA","coinMinimalDenom":"ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg"},{"coinDenom":"stkd-SCRT","coinMinimalDenom":"ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg"},{"coinDenom":"BZE","coinMinimalDenom":"ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"},{"coinDenom":"FURY.legacy","coinMinimalDenom":"ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png"},{"coinDenom":"ACRE","coinMinimalDenom":"ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"},{"coinDenom":"CMST","coinMinimalDenom":"ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg"},{"coinDenom":"IMV","coinMinimalDenom":"ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"},{"coinDenom":"MEDAS","coinMinimalDenom":"ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"},{"coinDenom":"PHMN","coinMinimalDenom":"ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg"},{"coinDenom":"AMBER","coinMinimalDenom":"ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg"},{"coinDenom":"NOM","coinMinimalDenom":"ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"},{"coinDenom":"stkATOM","coinMinimalDenom":"ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},{"coinDenom":"DYS","coinMinimalDenom":"ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg"},{"coinDenom":"HOPERS","coinMinimalDenom":"ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg"},{"coinDenom":"arUSD","coinMinimalDenom":"ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg"},{"coinDenom":"PLQ","coinMinimalDenom":"ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"},{"coinDenom":"FTM","coinMinimalDenom":"ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg"},{"coinDenom":"CANTO","coinMinimalDenom":"ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},{"coinDenom":"qSTARS","coinMinimalDenom":"ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg"},{"coinDenom":"WYND","coinMinimalDenom":"ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg"},{"coinDenom":"polygon.USDC.axl","coinMinimalDenom":"ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"avalanche.USDC.axl","coinMinimalDenom":"ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"MARS","coinMinimalDenom":"ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},{"coinDenom":"CNTO","coinMinimalDenom":"ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg"},{"coinDenom":"stLUNA","coinMinimalDenom":"ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg"},{"coinDenom":"stEVMOS","coinMinimalDenom":"ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg"},{"coinDenom":"NRIDE","coinMinimalDenom":"ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg"},{"coinDenom":"EBL","coinMinimalDenom":"ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"},{"coinDenom":"qATOM","coinMinimalDenom":"ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg"},{"coinDenom":"HARBOR","coinMinimalDenom":"ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg"},{"coinDenom":"qREGEN","coinMinimalDenom":"ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg"},{"coinDenom":"FOX","coinMinimalDenom":"ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png"},{"coinDenom":"QCK","coinMinimalDenom":"ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},{"coinDenom":"ARKH","coinMinimalDenom":"ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"},{"coinDenom":"qOSMO","coinMinimalDenom":"ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg"},{"coinDenom":"FRNZ","coinMinimalDenom":"ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg"},{"coinDenom":"WHALE","coinMinimalDenom":"ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"},{"coinDenom":"GRDN","coinMinimalDenom":"ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png"},{"coinDenom":"MNPU","coinMinimalDenom":"ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg"},{"coinDenom":"SHIBAC","coinMinimalDenom":"ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png"},{"coinDenom":"SKOJ","coinMinimalDenom":"ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg"},{"coinDenom":"NCT","coinMinimalDenom":"ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg"},{"coinDenom":"CLST","coinMinimalDenom":"ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png"},{"coinDenom":"OSDOGE","coinMinimalDenom":"ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png"},{"coinDenom":"APEMOS","coinMinimalDenom":"ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png"},{"coinDenom":"INVDRS","coinMinimalDenom":"ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png"},{"coinDenom":"DOGA","coinMinimalDenom":"ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png"},{"coinDenom":"CATMOS","coinMinimalDenom":"ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png"},{"coinDenom":"SUMMIT","coinMinimalDenom":"ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png"},{"coinDenom":"FLIX","coinMinimalDenom":"ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"},{"coinDenom":"SPACER","coinMinimalDenom":"ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png"},{"coinDenom":"LIGHT","coinMinimalDenom":"ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png"},{"coinDenom":"SILK","coinMinimalDenom":"ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg"},{"coinDenom":"MILE","coinMinimalDenom":"ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png"},{"coinDenom":"MANNA","coinMinimalDenom":"ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png"},{"coinDenom":"FIL","coinMinimalDenom":"ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg"},{"coinDenom":"VOID","coinMinimalDenom":"ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png"},{"coinDenom":"SHD","coinMinimalDenom":"ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"},{"coinDenom":"BLZ","coinMinimalDenom":"ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"},{"coinDenom":"ARB","coinMinimalDenom":"ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg"},{"coinDenom":"SLCA","coinMinimalDenom":"ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png"},{"coinDenom":"PEPEC","coinMinimalDenom":"ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png"},{"coinDenom":"PEPE","coinMinimalDenom":"ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg"},{"coinDenom":"IBCX","coinMinimalDenom":"factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx","coinDecimals":6,"coinGeckoId":"ibc-index","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg"},{"coinDenom":"cbETH","coinMinimalDenom":"ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png"},{"coinDenom":"rETH","coinMinimalDenom":"ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png"},{"coinDenom":"sfrxETH","coinMinimalDenom":"ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg"},{"coinDenom":"wstETH.axl","coinMinimalDenom":"ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},{"coinDenom":"LORE","coinMinimalDenom":"ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg"},{"coinDenom":"ROAR","coinMinimalDenom":"ibc/98BCD43F190C6960D0005BC46BB765C827403A361C9C03C2FF694150A30284B0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png"},{"coinDenom":"stUMEE","coinMinimalDenom":"ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg"},{"coinDenom":"stIBCX","coinMinimalDenom":"factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg"},{"coinDenom":"NLS","coinMinimalDenom":"ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},{"coinDenom":"CUB","coinMinimalDenom":"ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png"},{"coinDenom":"BLUE","coinMinimalDenom":"ibc/DA961FE314B009C38595FFE3AF41225D8894D663B8C3F6650DCB5B6F8435592E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png"},{"coinDenom":"NTRN","coinMinimalDenom":"ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg"},{"coinDenom":"CASA","coinMinimalDenom":"ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png"},{"coinDenom":"PICA","coinMinimalDenom":"ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"},{"coinDenom":"KSM","coinMinimalDenom":"ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg"},{"coinDenom":"DOT","coinMinimalDenom":"ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244","coinDecimals":10,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg"},{"coinDenom":"QSR","coinMinimalDenom":"ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"},{"coinDenom":"ARCH","coinMinimalDenom":"ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"},{"coinDenom":"MPWR","coinMinimalDenom":"ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg"},{"coinDenom":"WATR","coinMinimalDenom":"ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png"},{"coinDenom":"KYVE","coinMinimalDenom":"ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},{"coinDenom":"USDT","coinMinimalDenom":"ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"ampOSMO","coinMinimalDenom":"factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png"},{"coinDenom":"SEI","coinMinimalDenom":"ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},{"coinDenom":"qSOMM","coinMinimalDenom":"ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg"},{"coinDenom":"PASG","coinMinimalDenom":"ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},{"coinDenom":"stSOMM","coinMinimalDenom":"ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg"},{"coinDenom":"SOL","coinMinimalDenom":"ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg"},{"coinDenom":"BONK","coinMinimalDenom":"ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E","coinDecimals":5,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png"},{"coinDenom":"USDT.wh","coinMinimalDenom":"ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"SUI","coinMinimalDenom":"ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg"},{"coinDenom":"APT","coinMinimalDenom":"ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg"},{"coinDenom":"MNTA","coinMinimalDenom":"ibc/51D893F870B7675E507E91DA8DB0B22EA66333207E4F5C0708757F08EE059B0B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg"},{"coinDenom":"DGL","coinMinimalDenom":"ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png"},{"coinDenom":"USDC.wh","coinMinimalDenom":"ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"wETH.wh","coinMinimalDenom":"ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"YieldETH","coinMinimalDenom":"ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg"},{"coinDenom":"XPLA","coinMinimalDenom":"ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"},{"coinDenom":"OIN","coinMinimalDenom":"ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png"},{"coinDenom":"NEOK","coinMinimalDenom":"ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg"},{"coinDenom":"RIO","coinMinimalDenom":"ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg"},{"coinDenom":"CDT","coinMinimalDenom":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt","coinDecimals":6,"coinGeckoId":"collateralized-debt-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg"},{"coinDenom":"MBRN","coinMinimalDenom":"factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn","coinDecimals":6,"coinGeckoId":"membrane","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg"},{"coinDenom":"SGE","coinMinimalDenom":"ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},{"coinDenom":"FIS","coinMinimalDenom":"ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg"},{"coinDenom":"rATOM","coinMinimalDenom":"ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg"},{"coinDenom":"STRDST","coinMinimalDenom":"ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg"},{"coinDenom":"DORA","coinMinimalDenom":"ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg"},{"coinDenom":"COREUM","coinMinimalDenom":"ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},{"coinDenom":"DYDX","coinMinimalDenom":"ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},{"coinDenom":"FX","coinMinimalDenom":"ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg"},{"coinDenom":"nBTC","coinMinimalDenom":"ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F","coinDecimals":14,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg"},{"coinDenom":"NOIS","coinMinimalDenom":"ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"},{"coinDenom":"sqOSMO","coinMinimalDenom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg"},{"coinDenom":"NSTK","coinMinimalDenom":"ibc/F74225B0AFD2F675AF56E9BE3F235486BCDE5C5E09AA88A97AFD2E052ABFE04C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"},{"coinDenom":"BRNCH","coinMinimalDenom":"ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg"},{"coinDenom":"wstETH","coinMinimalDenom":"ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},{"coinDenom":"sqATOM","coinMinimalDenom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg"},{"coinDenom":"sqBTC","coinMinimalDenom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg"},{"coinDenom":"QWOYN","coinMinimalDenom":"ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"},{"coinDenom":"HYDROGEN","coinMinimalDenom":"ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg"},{"coinDenom":"TOCYB","coinMinimalDenom":"ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg"},{"coinDenom":"V","coinMinimalDenom":"ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA","coinDecimals":3,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg"},{"coinDenom":"A","coinMinimalDenom":"ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424","coinDecimals":3,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg"},{"coinDenom":"SOURCE","coinMinimalDenom":"ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"},{"coinDenom":"PYTH","coinMinimalDenom":"ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg"},{"coinDenom":"stkOSMO","coinMinimalDenom":"ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"},{"coinDenom":"LVN","coinMinimalDenom":"factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn","coinDecimals":6,"coinGeckoId":"levana-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg"},{"coinDenom":"PUPPY","coinMinimalDenom":"ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png"},{"coinDenom":"NEWT","coinMinimalDenom":"ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png"},{"coinDenom":"milkTIA","coinMinimalDenom":"factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA","coinDecimals":6,"coinGeckoId":"milkyway-staked-tia","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg"},{"coinDenom":"ASH","coinMinimalDenom":"ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg"},{"coinDenom":"RAC","coinMinimalDenom":"ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg"},{"coinDenom":"GUPPY","coinMinimalDenom":"ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png"},{"coinDenom":"ISLM","coinMinimalDenom":"ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg"},{"coinDenom":"AUTISM","coinMinimalDenom":"ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png"},{"coinDenom":"PAGE","coinMinimalDenom":"ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg"},{"coinDenom":"PURSE","coinMinimalDenom":"ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg"},{"coinDenom":"NINJA","coinMinimalDenom":"ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png"},{"coinDenom":"KLEO","coinMinimalDenom":"ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png"},{"coinDenom":"NYX","coinMinimalDenom":"ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png"},{"coinDenom":"NYM","coinMinimalDenom":"ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym.png"},{"coinDenom":"BADDOG","coinMinimalDenom":"ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png"},{"coinDenom":"CIRCUS","coinMinimalDenom":"ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png"},{"coinDenom":"JAPE","coinMinimalDenom":"ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png"},{"coinDenom":"WOOF","coinMinimalDenom":"ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png"},{"coinDenom":"SNEAKY","coinMinimalDenom":"ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg"},{"coinDenom":"WBTC","coinMinimalDenom":"factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc","coinDecimals":8,"coinGeckoId":"wrapped-bitcoin","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"},{"coinDenom":"BAD","coinMinimalDenom":"ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png"},{"coinDenom":"SGNL","coinMinimalDenom":"ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png"},{"coinDenom":"WOSMO","coinMinimalDenom":"factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},{"coinDenom":"sqTIA","coinMinimalDenom":"factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg"},{"coinDenom":"APOLLO","coinMinimalDenom":"ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg"},{"coinDenom":"stDYDX","coinMinimalDenom":"ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg"},{"coinDenom":"stTIA","coinMinimalDenom":"ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg"},{"coinDenom":"stSAGA","coinMinimalDenom":"ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg"},{"coinDenom":"stINJ","coinMinimalDenom":"ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg"},{"coinDenom":"injective.GLTO","coinMinimalDenom":"ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"},{"coinDenom":"DYM","coinMinimalDenom":"ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"},{"coinDenom":"RAPTR","coinMinimalDenom":"factory/osmo1279xudevmf5cw83vkhglct7jededp86k90k2le/RAPTR","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/RAPTR.png"},{"coinDenom":"ASTRO.cw20","coinMinimalDenom":"ibc/C25A2303FE24B922DAFFDCE377AC5A42E5EF746806D32E2ED4B610DE85C203F7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},{"coinDenom":"BADKID","coinMinimalDenom":"factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png"},{"coinDenom":"solana.USDC.wh","coinMinimalDenom":"ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"HEART","coinMinimalDenom":"ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"},{"coinDenom":"BERLIN-legacy","coinMinimalDenom":"ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg"},{"coinDenom":"SCR","coinMinimalDenom":"ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg"},{"coinDenom":"C4E","coinMinimalDenom":"ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"},{"coinDenom":"BMOS","coinMinimalDenom":"ibc/7D389F0ABF1E4D45BE6D7BBE36A2C50EA0559C01E076B02F8E381E685EC1F942","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png"},{"coinDenom":"SRCX","coinMinimalDenom":"ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"},{"coinDenom":"ROCK","coinMinimalDenom":"ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"},{"coinDenom":"BSKT","coinMinimalDenom":"ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA","coinDecimals":5,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png"},{"coinDenom":"AIOZ","coinMinimalDenom":"ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"},{"coinDenom":"stDYM","coinMinimalDenom":"ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg"},{"coinDenom":"DOKI","coinMinimalDenom":"ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png"},{"coinDenom":"SAIL","coinMinimalDenom":"factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail","coinDecimals":6,"coinGeckoId":"sail-dao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png"},{"coinDenom":"SHARK","coinMinimalDenom":"ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png"},{"coinDenom":"XRP.core","coinMinimalDenom":"ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg"},{"coinDenom":"SEIYAN","coinMinimalDenom":"ibc/86074B8DF625A75C25D52FA6112E3FD5446BA41FE418880C168CA99D10E22F05","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png"},{"coinDenom":"NIBI","coinMinimalDenom":"ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},{"coinDenom":"BEAST","coinMinimalDenom":"ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png"},{"coinDenom":"CVN","coinMinimalDenom":"ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"},{"coinDenom":"TORO","coinMinimalDenom":"factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.svg"},{"coinDenom":"SAYVE","coinMinimalDenom":"ibc/06EF575844982382F4D1BC3830D294557A30EDB3CD223153AFC8DFEF06349C56","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg"},{"coinDenom":"LAB","coinMinimalDenom":"factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB","coinDecimals":6,"coinGeckoId":"mad-scientists","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png"},{"coinDenom":"bOSMO","coinMinimalDenom":"factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png"},{"coinDenom":"PUNDIX","coinMinimalDenom":"ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE","coinDecimals":18},{"coinDenom":"TNKR","coinMinimalDenom":"ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg"},{"coinDenom":"W","coinMinimalDenom":"ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png"},{"coinDenom":"DHP","coinMinimalDenom":"ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33","coinDecimals":6},{"coinDenom":"FURY","coinMinimalDenom":"ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE","coinDecimals":6},{"coinDenom":"SAGA","coinMinimalDenom":"ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},{"coinDenom":"ATOM1KLFG","coinMinimalDenom":"ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png"},{"coinDenom":"SHIDO","coinMinimalDenom":"ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7","coinDecimals":18},{"coinDenom":"CIF","coinMinimalDenom":"ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},{"coinDenom":"HAVA","coinMinimalDenom":"ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png"},{"coinDenom":"IBC","coinMinimalDenom":"factory/osmo1kqdw6pvn0xww6tyfv2sqvkkencdz0qw406x54r/IBC","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibc.png"},{"coinDenom":"CROWDP","coinMinimalDenom":"ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E","coinDecimals":18},{"coinDenom":"ASTRO","coinMinimalDenom":"ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},{"coinDenom":"xASTRO","coinMinimalDenom":"ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg"},{"coinDenom":"PAXG.grv","coinMinimalDenom":"ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg"},{"coinDenom":"RSTK","coinMinimalDenom":"ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},{"coinDenom":"BERNESE","coinMinimalDenom":"factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bernese.png"},{"coinDenom":"ETH.pica","coinMinimalDenom":"ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43","coinDecimals":18},{"coinDenom":"DAI.pica","coinMinimalDenom":"ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B","coinDecimals":18},{"coinDenom":"FXS.pica","coinMinimalDenom":"ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913","coinDecimals":18},{"coinDenom":"FRAX.pica","coinMinimalDenom":"ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9","coinDecimals":18},{"coinDenom":"USDT.pica","coinMinimalDenom":"ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3","coinDecimals":6},{"coinDenom":"sFRAX.pica","coinMinimalDenom":"ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98","coinDecimals":18},{"coinDenom":"frxETH.pica","coinMinimalDenom":"ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC","coinDecimals":18},{"coinDenom":"sfrxETH.pica","coinMinimalDenom":"ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5","coinDecimals":18},{"coinDenom":"CLAY","coinMinimalDenom":"ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B","coinDecimals":6},{"coinDenom":"404DR","coinMinimalDenom":"ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202","coinDecimals":6},{"coinDenom":"wLIBRA","coinMinimalDenom":"factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg"},{"coinDenom":"NIM","coinMinimalDenom":"ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"},{"coinDenom":"SEDA","coinMinimalDenom":"ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8","coinDecimals":18},{"coinDenom":"CAC","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CAC.png"},{"coinDenom":"WEIRD","coinMinimalDenom":"ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png"},{"coinDenom":"PBB","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png"},{"coinDenom":"BWH","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bwh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png"},{"coinDenom":"AFA","coinMinimalDenom":"ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995","coinDecimals":0},{"coinDenom":"SHITMOS","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg"},{"coinDenom":"qJUNO","coinMinimalDenom":"ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg"},{"coinDenom":"qSAGA","coinMinimalDenom":"ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg"},{"coinDenom":"qDYDX","coinMinimalDenom":"ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg"},{"coinDenom":"qBLD","coinMinimalDenom":"ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg"},{"coinDenom":"PEPE.pica","coinMinimalDenom":"ibc/5B5BFCC8A9F0D554A4245117F7798E85BE25B6C73DBFA2D6F369BD9DD6CACC6D","coinDecimals":18},{"coinDenom":"CRV.pica","coinMinimalDenom":"ibc/080CE38C1E49595F2199E88BE7281F93FAEEF3FE354EECED0640625E8311C9CF","coinDecimals":18},{"coinDenom":"ezETH.pica","coinMinimalDenom":"ibc/39AAE0F5F918B731BEF1E02E9BAED33C242805F668B0A941AC509FB569FE51CB","coinDecimals":18},{"coinDenom":"USDe.pica","coinMinimalDenom":"ibc/BFFE212A23384C4EB055CF6F95A1F5EC1BE0F9BD286FAA66C3748F0444E67D63","coinDecimals":18},{"coinDenom":"ENA.pica","coinMinimalDenom":"ibc/257FF64F160106F6EE43CEE7C761DA64C1346221895373CC810FFA1BFAC5A7CD","coinDecimals":18},{"coinDenom":"eETH.pica","coinMinimalDenom":"ibc/8D0FFEA4EDB04E3C1738C9599B66AE49683E0540FC4C1214AC84534C200D818B","coinDecimals":18},{"coinDenom":"pxETH.pica","coinMinimalDenom":"ibc/D09BB89B2187EF13EF006B44510749B0F02FD0B34F8BB55C70D812A1FF6148C7","coinDecimals":18},{"coinDenom":"crvUSD.pica","coinMinimalDenom":"ibc/63551E7BB24008F0AFC1CB051A423A5104F781F035F8B1A191264B7086A0A0F6","coinDecimals":18},{"coinDenom":"WIHA","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png"},{"coinDenom":"CRAZYHORSE","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/crazyhorse","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png"},{"coinDenom":"COCA","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png"},{"coinDenom":"solana.USDT.pica","coinMinimalDenom":"ibc/0233A3F2541FD43DBCA569B27AF886E97F5C03FC0305E4A8A3FAC6AC26249C7A","coinDecimals":6},{"coinDenom":"edgeSOL.pica","coinMinimalDenom":"ibc/B83F9E20B4A07FA8846880000BD9D8985D89567A090F5E9390C64E81C39B4607","coinDecimals":9},{"coinDenom":"LST.pica","coinMinimalDenom":"ibc/F618D130A2B8203D169811658BD0361F18DC2453085965FA0E5AEB8018DD54EE","coinDecimals":9},{"coinDenom":"jitoSOL.pica","coinMinimalDenom":"ibc/9A83BDF4C8C5FFDDE735533BC8CD4363714A6474AED1C2C492FB003BB77C7982","coinDecimals":9},{"coinDenom":"wSOL.pica","coinMinimalDenom":"ibc/0F9E9277B61A78CB31014D541ACA5BF6AB06DFC4524C4C836490B131DAAECD78","coinDecimals":9},{"coinDenom":"allUSDT","coinMinimalDenom":"factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT","coinDecimals":6},{"coinDenom":"WHINE","coinMinimalDenom":"ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1","coinDecimals":6},{"coinDenom":"BAG","coinMinimalDenom":"factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png"},{"coinDenom":"allBTC","coinMinimalDenom":"factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC","coinDecimals":8},{"coinDenom":"FURY","coinMinimalDenom":"ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg"},{"coinDenom":"PUNDIX","coinMinimalDenom":"ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png"},{"coinDenom":"DHP","coinMinimalDenom":"ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"},{"coinDenom":"SHIDO","coinMinimalDenom":"ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"},{"coinDenom":"NSTK","coinMinimalDenom":"ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg"},{"coinDenom":"avalanche.USDC.wh","coinMinimalDenom":"ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg"},{"coinDenom":"nomic.NOM","coinMinimalDenom":"ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"},{"coinDenom":"YMOS","coinMinimalDenom":"factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png"},{"coinDenom":"BRNZ","coinMinimalDenom":"factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg"},{"coinDenom":"ashLAB","coinMinimalDenom":"factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png"},{"coinDenom":"GRAC","coinMinimalDenom":"ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png"},{"coinDenom":"N43","coinMinimalDenom":"ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58","coinDecimals":6}],"stakeCurrency":{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},"feeCurrencies":[{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":[]},"point_10687-1":{"rpc":"https://rpc-mainnet-1.point.space:26657","rest":"https://rpc-mainnet-1.point.space:1317","chainId":"point_10687-1","chainName":"Point Network","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"point","bech32PrefixAccPub":"pointpub","bech32PrefixValAddr":"pointvaloper","bech32PrefixValPub":"pointvaloperpub","bech32PrefixConsAddr":"pointvalcons","bech32PrefixConsPub":"pointvalconspub"},"currencies":[{"coinDenom":"POINT","coinMinimalDenom":"apoint","coinDecimals":18,"coinGeckoId":"point-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg"}],"stakeCurrency":{"coinDenom":"POINT","coinMinimalDenom":"apoint","coinDecimals":18,"coinGeckoId":"point-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg"},"feeCurrencies":[{"coinDenom":"POINT","coinMinimalDenom":"apoint","coinDecimals":18,"coinGeckoId":"point-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg","gasPriceStep":{"low":5000000000,"average":25000000000,"high":40000000000}}],"features":[]},"core-1":{"rpc":"https://rpc.core.persistence.one","rest":"https://rest.core.persistence.one","chainId":"core-1","chainName":"Persistence","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"persistence","bech32PrefixAccPub":"persistencepub","bech32PrefixValAddr":"persistencevaloper","bech32PrefixValPub":"persistencevaloperpub","bech32PrefixConsAddr":"persistencevalcons","bech32PrefixConsPub":"persistencevalconspub"},"currencies":[{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},{"coinDenom":"stkATOM","coinMinimalDenom":"stk/uatom","coinDecimals":6,"coinGeckoId":"stkatom","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},{"coinDenom":"PSTAKE","coinMinimalDenom":"ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"USDT","coinMinimalDenom":"ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"DYDX","coinMinimalDenom":"ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},{"coinDenom":"stkOSMO","coinMinimalDenom":"stk/uosmo","coinDecimals":6,"coinGeckoId":"pstake-staked-osmo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"},{"coinDenom":"stkDYDX","coinMinimalDenom":"stk/adydx","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg"},{"coinDenom":"stkSTARS","coinMinimalDenom":"stk/ustars","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg"},{"coinDenom":"STARS","coinMinimalDenom":"ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},{"coinDenom":"SHD","coinMinimalDenom":"ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"},{"coinDenom":"stkHUAHUA","coinMinimalDenom":"stk/uhuahua","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg"},{"coinDenom":"HUAHUA","coinMinimalDenom":"ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},{"coinDenom":"stkXPRT","coinMinimalDenom":"stk/uxprt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg"},{"coinDenom":"WBTC","coinMinimalDenom":"ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg"}],"stakeCurrency":{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},"feeCurrencies":[{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg","gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":[]},"planq_7070-2":{"rpc":"https://rpc.planq.network","rest":"https://rest.planq.network","chainId":"planq_7070-2","chainName":"Planq","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"plq","bech32PrefixAccPub":"plqpub","bech32PrefixValAddr":"plqvaloper","bech32PrefixValPub":"plqvaloperpub","bech32PrefixConsAddr":"plqvalcons","bech32PrefixConsPub":"plqvalconspub"},"currencies":[{"coinDenom":"PLQ","coinMinimalDenom":"aplanq","coinDecimals":18,"coinGeckoId":"planq","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"},{"coinDenom":"SRCX","coinMinimalDenom":"erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"}],"stakeCurrency":{"coinDenom":"PLQ","coinMinimalDenom":"aplanq","coinDecimals":18,"coinGeckoId":"planq","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"},"feeCurrencies":[{"coinDenom":"PLQ","coinMinimalDenom":"aplanq","coinDecimals":18,"coinGeckoId":"planq","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg","gasPriceStep":{"low":30000000000,"average":35000000000,"high":40000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"pryzm-1":{"rpc":"https://rpc.pryzm.zone","rest":"https://api.pryzm.zone","chainId":"pryzm-1","chainName":"Pryzm","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"pryzm","bech32PrefixAccPub":"pryzmpub","bech32PrefixValAddr":"pryzmvaloper","bech32PrefixValPub":"pryzmvaloperpub","bech32PrefixConsAddr":"pryzmvalcons","bech32PrefixConsPub":"pryzmvalconspub"},"currencies":[{"coinDenom":"PRYZM","coinMinimalDenom":"upryzm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg"},{"coinDenom":"AUUU","coinMinimalDenom":"factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg"}],"stakeCurrency":{"coinDenom":"PRYZM","coinMinimalDenom":"upryzm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg"},"feeCurrencies":[{"coinDenom":"AUUU","coinMinimalDenom":"factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg","gasPriceStep":{"low":0.01,"average":0.01,"high":0.01}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"PUNDIX":{"rpc":"https://px-json.pundix.com","rest":"https://px-rest.pundix.com","chainId":"PUNDIX","chainName":"Pundi X Chain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"px","bech32PrefixAccPub":"pxpub","bech32PrefixValAddr":"pxvaloper","bech32PrefixValPub":"pxvaloperpub","bech32PrefixConsAddr":"pxvalcons","bech32PrefixConsPub":"pxvalconspub"},"currencies":[{"coinDenom":"PUNDIX","coinMinimalDenom":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78","coinDecimals":18},{"coinDenom":"PURSE","coinMinimalDenom":"bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C","coinDecimals":18}],"stakeCurrency":{"coinDenom":"PUNDIX","coinMinimalDenom":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78","coinDecimals":18},"feeCurrencies":[{"coinDenom":"PUNDIX","coinMinimalDenom":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78","coinDecimals":18,"gasPriceStep":{"low":2000000000000,"average":2500000000000,"high":3000000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"pio-mainnet-1":{"rpc":"https://rpc-provenance.takeshi.team/","rest":"https://api-provenance.takeshi.team","chainId":"pio-mainnet-1","chainName":"Provenance","bip44":{"coinType":505},"bech32Config":{"bech32PrefixAccAddr":"pb","bech32PrefixAccPub":"pbpub","bech32PrefixValAddr":"pbvaloper","bech32PrefixValPub":"pbvaloperpub","bech32PrefixConsAddr":"pbvalcons","bech32PrefixConsPub":"pbvalconspub"},"currencies":[{"coinDenom":"HASH","coinMinimalDenom":"nhash","coinDecimals":9,"coinGeckoId":"provenance-blockchain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"}],"stakeCurrency":{"coinDenom":"HASH","coinMinimalDenom":"nhash","coinDecimals":9,"coinGeckoId":"provenance-blockchain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"},"feeCurrencies":[{"coinDenom":"HASH","coinMinimalDenom":"nhash","coinDecimals":9,"coinGeckoId":"provenance-blockchain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg","gasPriceStep":{"low":1905,"average":2100,"high":2500}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"pylons-mainnet-1":{"rpc":"https://rpc.nodejumper.io:443/pylons","rest":"https://rest.nodejumper.io/pylons","chainId":"pylons-mainnet-1","chainName":"Pylons","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"pylo","bech32PrefixAccPub":"pylopub","bech32PrefixValAddr":"pylovaloper","bech32PrefixValPub":"pylovaloperpub","bech32PrefixConsAddr":"pylovalcons","bech32PrefixConsPub":"pylovalconspub"},"currencies":[{"coinDenom":"ROCK","coinMinimalDenom":"ubedrock","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"}],"stakeCurrency":{"coinDenom":"ROCK","coinMinimalDenom":"ubedrock","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"},"feeCurrencies":[{"coinDenom":"ROCK","coinMinimalDenom":"ubedrock","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png","gasPriceStep":{"low":0,"average":0.5,"high":1}}],"features":[]},"quasar-1":{"rpc":"https://quasar-rpc.lavenderfive.com:443","rest":"https://quasar-api.lavenderfive.com:443","chainId":"quasar-1","chainName":"Quasar","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"quasar","bech32PrefixAccPub":"quasarpub","bech32PrefixValAddr":"quasarvaloper","bech32PrefixValPub":"quasarvaloperpub","bech32PrefixConsAddr":"quasarvalcons","bech32PrefixConsPub":"quasarvalconspub"},"currencies":[{"coinDenom":"QSR","coinMinimalDenom":"uqsr","coinDecimals":6,"coinGeckoId":"quasar-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"USDC.axl","coinMinimalDenom":"ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg"}],"stakeCurrency":{"coinDenom":"QSR","coinMinimalDenom":"uqsr","coinDecimals":6,"coinGeckoId":"quasar-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"},"feeCurrencies":[{"coinDenom":"QSR","coinMinimalDenom":"uqsr","coinDecimals":6,"coinGeckoId":"quasar-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png","gasPriceStep":{"low":0.1,"average":0.25,"high":0.3}},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}},{"coinDenom":"USDC.axl","coinMinimalDenom":"ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"qwoyn-1":{"rpc":"https://rpc.qwoyn.studio:443","rest":"https://rest-qwoyn.theamsolutions.info:443","chainId":"qwoyn-1","chainName":"Qwoyn","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"qwoyn","bech32PrefixAccPub":"qwoynpub","bech32PrefixValAddr":"qwoynvaloper","bech32PrefixValPub":"qwoynvaloperpub","bech32PrefixConsAddr":"qwoynvalcons","bech32PrefixConsPub":"qwoynvalconspub"},"currencies":[{"coinDenom":"QWOYN","coinMinimalDenom":"uqwoyn","coinDecimals":6,"coinGeckoId":"qwoyn","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"}],"stakeCurrency":{"coinDenom":"QWOYN","coinMinimalDenom":"uqwoyn","coinDecimals":6,"coinGeckoId":"qwoyn","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"},"feeCurrencies":[{"coinDenom":"QWOYN","coinMinimalDenom":"uqwoyn","coinDecimals":6,"coinGeckoId":"qwoyn","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png","gasPriceStep":{"low":0.03,"average":0.05,"high":0.075}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"realionetwork_3301-1":{"rpc":"https://realio-rpc.genznodes.dev","rest":"https://realio-api.genznodes.dev","chainId":"realionetwork_3301-1","chainName":"Realio Network","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"realio","bech32PrefixAccPub":"realiopub","bech32PrefixValAddr":"realiovaloper","bech32PrefixValPub":"realiovaloperpub","bech32PrefixConsAddr":"realiovalcons","bech32PrefixConsPub":"realiovalconspub"},"currencies":[{"coinDenom":"RIO","coinMinimalDenom":"ario","coinDecimals":18,"coinGeckoId":"realio-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg"},{"coinDenom":"RST","coinMinimalDenom":"arst","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png"}],"stakeCurrency":{"coinDenom":"RIO","coinMinimalDenom":"ario","coinDecimals":18,"coinGeckoId":"realio-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg"},"feeCurrencies":[{"coinDenom":"RIO","coinMinimalDenom":"ario","coinDecimals":18,"coinGeckoId":"realio-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg","gasPriceStep":{"low":4000000000,"average":5000000000,"high":8000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"quicksilver-2":{"rpc":"https://rpc-quicksilver.takeshi.team:443","rest":"https://api-quicksilver.takeshi.team:443","chainId":"quicksilver-2","chainName":"Quicksilver","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"quick","bech32PrefixAccPub":"quickpub","bech32PrefixValAddr":"quickvaloper","bech32PrefixValPub":"quickvaloperpub","bech32PrefixConsAddr":"quickvalcons","bech32PrefixConsPub":"quickvalconspub"},"currencies":[{"coinDenom":"QCK","coinMinimalDenom":"uqck","coinDecimals":6,"coinGeckoId":"quicksilver","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},{"coinDenom":"qSTARS","coinMinimalDenom":"uqstars","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg"},{"coinDenom":"qATOM","coinMinimalDenom":"uqatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg"},{"coinDenom":"qREGEN","coinMinimalDenom":"uqregen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg"},{"coinDenom":"qOSMO","coinMinimalDenom":"uqosmo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg"},{"coinDenom":"qSOMM","coinMinimalDenom":"uqsomm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg"},{"coinDenom":"qJUNO","coinMinimalDenom":"uqjuno","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg"},{"coinDenom":"qDYDX","coinMinimalDenom":"aqdydx","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg"},{"coinDenom":"qSAGA","coinMinimalDenom":"uqsaga","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg"},{"coinDenom":"qBLD","coinMinimalDenom":"uqbld","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2","coinDecimals":6}],"stakeCurrency":{"coinDenom":"QCK","coinMinimalDenom":"uqck","coinDecimals":6,"coinGeckoId":"quicksilver","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},"feeCurrencies":[{"coinDenom":"QCK","coinMinimalDenom":"uqck","coinDecimals":6,"coinGeckoId":"quicksilver","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png","gasPriceStep":{"low":0.0001,"average":0.0001,"high":0.00025}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"reb_1111-1":{"rpc":"https://api.rebuschain.com:26657/","rest":"https://api.rebuschain.com:1317/","chainId":"reb_1111-1","chainName":"Rebus","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"rebus","bech32PrefixAccPub":"rebuspub","bech32PrefixValAddr":"rebusvaloper","bech32PrefixValPub":"rebusvaloperpub","bech32PrefixConsAddr":"rebusvalcons","bech32PrefixConsPub":"rebusvalconspub"},"currencies":[{"coinDenom":"REBUS","coinMinimalDenom":"arebus","coinDecimals":18,"coinGeckoId":"rebus","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"}],"stakeCurrency":{"coinDenom":"REBUS","coinMinimalDenom":"arebus","coinDecimals":18,"coinGeckoId":"rebus","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"},"feeCurrencies":[{"coinDenom":"REBUS","coinMinimalDenom":"arebus","coinDecimals":18,"coinGeckoId":"rebus","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"titan-1":{"rpc":"https://rpcapi.rizon.world/","rest":"https://restapi.rizon.world/","chainId":"titan-1","chainName":"Rizon","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"rizon","bech32PrefixAccPub":"rizonpub","bech32PrefixValAddr":"rizonvaloper","bech32PrefixValPub":"rizonvaloperpub","bech32PrefixConsAddr":"rizonvalcons","bech32PrefixConsPub":"rizonvalconspub"},"currencies":[{"coinDenom":"ATOLO","coinMinimalDenom":"uatolo","coinDecimals":6,"coinGeckoId":"rizon","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"}],"stakeCurrency":{"coinDenom":"ATOLO","coinMinimalDenom":"uatolo","coinDecimals":6,"coinGeckoId":"rizon","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"},"feeCurrencies":[{"coinDenom":"ATOLO","coinMinimalDenom":"uatolo","coinDecimals":6,"coinGeckoId":"rizon","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.035}}],"features":[]},"regen-1":{"rpc":"https://rpc-regen.ecostake.com","rest":"http://public-rpc.regen.vitwit.com:1317","chainId":"regen-1","chainName":"Regen","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"regen","bech32PrefixAccPub":"regenpub","bech32PrefixValAddr":"regenvaloper","bech32PrefixValPub":"regenvaloperpub","bech32PrefixConsAddr":"regenvalcons","bech32PrefixConsPub":"regenvalconspub"},"currencies":[{"coinDenom":"REGEN","coinMinimalDenom":"uregen","coinDecimals":6,"coinGeckoId":"regen","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"},{"coinDenom":"NCT","coinMinimalDenom":"eco.uC.NCT","coinDecimals":6,"coinGeckoId":"toucan-protocol-nature-carbon-tonne","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg"}],"stakeCurrency":{"coinDenom":"REGEN","coinMinimalDenom":"uregen","coinDecimals":6,"coinGeckoId":"regen","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"},"feeCurrencies":[{"coinDenom":"REGEN","coinMinimalDenom":"uregen","coinDecimals":6,"coinGeckoId":"regen","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg","gasPriceStep":{"low":0.015,"average":0.025,"high":0.04}}],"features":[]},"scorum-1":{"rpc":"https://scorum-blockchain-mainnet-rpc.scorum.com","rest":"https://scorum-blockchain-mainnet-api.scorum.com","chainId":"scorum-1","chainName":"Scorum Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"scorum","bech32PrefixAccPub":"scorumpub","bech32PrefixValAddr":"scorumvaloper","bech32PrefixValPub":"scorumvaloperpub","bech32PrefixConsAddr":"scorumvalcons","bech32PrefixConsPub":"scorumvalconspub"},"currencies":[{"coinDenom":"SCR","coinMinimalDenom":"nscr","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg"},{"coinDenom":"SP","coinMinimalDenom":"nsp","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg"},{"coinDenom":"GAS","coinMinimalDenom":"gas","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg"}],"stakeCurrency":{"coinDenom":"SCR","coinMinimalDenom":"nscr","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg"},"feeCurrencies":[{"coinDenom":"GAS","coinMinimalDenom":"gas","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg","gasPriceStep":{"low":1,"average":1,"high":1}}],"features":[]},"ssc-1":{"rpc":"https://rpc-saga.keplr.app","rest":"https://saga-mainnet-lcd.autostake.com:443","chainId":"ssc-1","chainName":"Saga","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"saga","bech32PrefixAccPub":"sagapub","bech32PrefixValAddr":"sagavaloper","bech32PrefixValPub":"sagavaloperpub","bech32PrefixConsAddr":"sagavalcons","bech32PrefixConsPub":"sagavalconspub"},"currencies":[{"coinDenom":"SAGA","coinMinimalDenom":"usaga","coinDecimals":6,"coinGeckoId":"saga-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"}],"stakeCurrency":{"coinDenom":"SAGA","coinMinimalDenom":"usaga","coinDecimals":6,"coinGeckoId":"saga-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},"feeCurrencies":[{"coinDenom":"SAGA","coinMinimalDenom":"usaga","coinDecimals":6,"coinGeckoId":"saga-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"secret-4":{"rpc":"https://scrt.public-rpc.com","rest":"https://secretnetwork-api.lavenderfive.com:443","chainId":"secret-4","chainName":"Secret Network","bip44":{"coinType":529},"bech32Config":{"bech32PrefixAccAddr":"secret","bech32PrefixAccPub":"secretpub","bech32PrefixValAddr":"secretvaloper","bech32PrefixValPub":"secretvaloperpub","bech32PrefixConsAddr":"secretvalcons","bech32PrefixConsPub":"secretvalconspub"},"currencies":[{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinGeckoId":"secret","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},{"coinDenom":"SIENNA","coinMinimalDenom":"cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4","coinDecimals":18,"coinGeckoId":"sienna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg"},{"coinDenom":"SHD(old)","coinMinimalDenom":"cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg"},{"coinDenom":"SHD","coinMinimalDenom":"cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm","coinDecimals":8,"coinGeckoId":"shade-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg"},{"coinDenom":"SILK","coinMinimalDenom":"cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd","coinDecimals":6,"coinGeckoId":"silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg"},{"coinDenom":"stkd-SCRT","coinMinimalDenom":"cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4","coinDecimals":6,"coinGeckoId":"stkd-scrt","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg"},{"coinDenom":"BUTT","coinMinimalDenom":"cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg"},{"coinDenom":"ALTER","coinMinimalDenom":"cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej","coinDecimals":6,"coinGeckoId":"alter","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg"},{"coinDenom":"AMBER","coinMinimalDenom":"cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg"},{"coinDenom":"SHILL","coinMinimalDenom":"cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg"}],"stakeCurrency":{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinGeckoId":"secret","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},"feeCurrencies":[{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinGeckoId":"secret","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg","gasPriceStep":{"low":0.05,"average":0.1,"high":0.25}}],"features":[]},"seda-1":{"rpc":"https://rpc.mainnet.seda.xyz/","rest":"https://lcd.mainnet.seda.xyz/","chainId":"seda-1","chainName":"SEDA","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"seda","bech32PrefixAccPub":"sedapub","bech32PrefixValAddr":"sedavaloper","bech32PrefixValPub":"sedavaloperpub","bech32PrefixConsAddr":"sedavalcons","bech32PrefixConsPub":"sedavalconspub"},"currencies":[{"coinDenom":"SEDA","coinMinimalDenom":"aseda","coinDecimals":18,"coinGeckoId":"seda-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"}],"stakeCurrency":{"coinDenom":"SEDA","coinMinimalDenom":"aseda","coinDecimals":18,"coinGeckoId":"seda-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"},"feeCurrencies":[{"coinDenom":"SEDA","coinMinimalDenom":"aseda","coinDecimals":18,"coinGeckoId":"seda-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg","gasPriceStep":{"low":10000000000,"average":10000000000,"high":14000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"pacific-1":{"rpc":"https://sei-rpc.lavenderfive.com:443","rest":"https://sei-api.lavenderfive.com:443","chainId":"pacific-1","chainName":"Sei","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sei","bech32PrefixAccPub":"seipub","bech32PrefixValAddr":"seivaloper","bech32PrefixValPub":"seivaloperpub","bech32PrefixConsAddr":"seivalcons","bech32PrefixConsPub":"seivalconspub"},"currencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinGeckoId":"sei-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},{"coinDenom":"OIN","coinMinimalDenom":"factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png"},{"coinDenom":"ampSEI","coinMinimalDenom":"factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg"},{"coinDenom":"POPEYE","coinMinimalDenom":"factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png"},{"coinDenom":"SENSEI","coinMinimalDenom":"factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png"},{"coinDenom":"WOSMO","coinMinimalDenom":"ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},{"coinDenom":"OOZARU","coinMinimalDenom":"sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png"},{"coinDenom":"SEIYAN","coinMinimalDenom":"cw20:sei1hrndqntlvtmx2kepr0zsfgr7nzjptcc72cr4ppk4yav58vvy7v3s4er8ed","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png"},{"coinDenom":"ASTRO","coinMinimalDenom":"ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}],"stakeCurrency":{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinGeckoId":"sei-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},"feeCurrencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinGeckoId":"sei-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg","gasPriceStep":{"low":0.02,"average":0.02,"high":0.04}}],"features":[]},"self-1":{"rpc":"https://rpc.selfchain.io:26657","rest":"https://api.selfchain.io","chainId":"self-1","chainName":"Self Chain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"self","bech32PrefixAccPub":"selfpub","bech32PrefixValAddr":"selfvaloper","bech32PrefixValPub":"selfvaloperpub","bech32PrefixConsAddr":"selfvalcons","bech32PrefixConsPub":"selfvalconspub"},"currencies":[{"coinDenom":"SLF","coinMinimalDenom":"uslf","coinDecimals":6,"coinGeckoId":"self-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png"}],"stakeCurrency":{"coinDenom":"SLF","coinMinimalDenom":"uslf","coinDecimals":6,"coinGeckoId":"self-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png"},"feeCurrencies":[{"coinDenom":"SLF","coinMinimalDenom":"uslf","coinDecimals":6,"coinGeckoId":"self-chain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png","gasPriceStep":{"low":0.005,"average":0.025,"high":0.03}}],"features":[]},"sentinelhub-2":{"rpc":"https://rpc-sentinel.busurnode.com","rest":"https://api-sentinel.busurnode.com","chainId":"sentinelhub-2","chainName":"Sentinel","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sent","bech32PrefixAccPub":"sentpub","bech32PrefixValAddr":"sentvaloper","bech32PrefixValPub":"sentvaloperpub","bech32PrefixConsAddr":"sentvalcons","bech32PrefixConsPub":"sentvalconspub"},"currencies":[{"coinDenom":"DVPN","coinMinimalDenom":"udvpn","coinDecimals":6,"coinGeckoId":"sentinel","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"}],"stakeCurrency":{"coinDenom":"DVPN","coinMinimalDenom":"udvpn","coinDecimals":6,"coinGeckoId":"sentinel","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"},"feeCurrencies":[{"coinDenom":"DVPN","coinMinimalDenom":"udvpn","coinDecimals":6,"coinGeckoId":"sentinel","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg","gasPriceStep":{"low":0.1,"average":0.25,"high":0.4}}],"features":[]},"sgenet-1":{"rpc":"https://sge-rpc.lavenderfive.com/","rest":"https://sge-api.lavenderfive.com/","chainId":"sgenet-1","chainName":"SGE","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sge","bech32PrefixAccPub":"sgepub","bech32PrefixValAddr":"sgevaloper","bech32PrefixValPub":"sgevaloperpub","bech32PrefixConsAddr":"sgevalcons","bech32PrefixConsPub":"sgevalconspub"},"currencies":[{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinGeckoId":"six-sigma","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}],"stakeCurrency":{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinGeckoId":"six-sigma","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"feeCurrencies":[{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinGeckoId":"six-sigma","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg","gasPriceStep":{"low":0.1,"average":0.25,"high":0.5}}],"features":[]},"ShareRing-VoyagerNet":{"rpc":"https://rpc.explorer.shareri.ng","rest":"https://lcd.explorer.shareri.ng/","chainId":"ShareRing-VoyagerNet","chainName":"Shareledger","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"shareledger","bech32PrefixAccPub":"shareledgerpub","bech32PrefixValAddr":"shareledgervaloper","bech32PrefixValPub":"shareledgervaloperpub","bech32PrefixConsAddr":"shareledgervalcons","bech32PrefixConsPub":"shareledgervalconspub"},"currencies":[{"coinDenom":"SHR","coinMinimalDenom":"nshr","coinDecimals":9,"coinGeckoId":"shareledger","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg"}],"stakeCurrency":{"coinDenom":"SHR","coinMinimalDenom":"nshr","coinDecimals":9,"coinGeckoId":"shareledger","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg"},"feeCurrencies":[{"coinDenom":"SHR","coinMinimalDenom":"nshr","coinDecimals":9,"coinGeckoId":"shareledger","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg","gasPriceStep":{"low":2000,"average":3000,"high":4000}}],"features":[]},"shentu-2.2":{"rpc":"https://shenturpc.noopsbycertik.com/","rest":"https://rest.noopsbycertik.com/","chainId":"shentu-2.2","chainName":"Shentu","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"shentu","bech32PrefixAccPub":"shentupub","bech32PrefixValAddr":"shentuvaloper","bech32PrefixValPub":"shentuvaloperpub","bech32PrefixConsAddr":"shentuvalcons","bech32PrefixConsPub":"shentuvalconspub"},"currencies":[{"coinDenom":"CTK","coinMinimalDenom":"uctk","coinDecimals":6,"coinGeckoId":"certik","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"}],"stakeCurrency":{"coinDenom":"CTK","coinMinimalDenom":"uctk","coinDecimals":6,"coinGeckoId":"certik","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"},"feeCurrencies":[{"coinDenom":"CTK","coinMinimalDenom":"uctk","coinDecimals":6,"coinGeckoId":"certik","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"shido_9008-1":{"rpc":"https://tendermint.shidoscan.com","rest":"https://swagger.shidoscan.com","chainId":"shido_9008-1","chainName":"Shido","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"shido","bech32PrefixAccPub":"shidopub","bech32PrefixValAddr":"shidovaloper","bech32PrefixValPub":"shidovaloperpub","bech32PrefixConsAddr":"shidovalcons","bech32PrefixConsPub":"shidovalconspub"},"currencies":[{"coinDenom":"SHIDO","coinMinimalDenom":"shido","coinDecimals":18,"coinGeckoId":"shido-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"}],"stakeCurrency":{"coinDenom":"SHIDO","coinMinimalDenom":"shido","coinDecimals":18,"coinGeckoId":"shido-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"},"feeCurrencies":[{"coinDenom":"SHIDO","coinMinimalDenom":"shido","coinDecimals":18,"coinGeckoId":"shido-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"sifchain-1":{"rpc":"https://sifchain-rpc.polkachu.com","rest":"https://api-sifchain-ia.cosmosia.notional.ventures/","chainId":"sifchain-1","chainName":"Sifchain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sif","bech32PrefixAccPub":"sifpub","bech32PrefixValAddr":"sifvaloper","bech32PrefixValPub":"sifvaloperpub","bech32PrefixConsAddr":"sifvalcons","bech32PrefixConsPub":"sifvalconspub"},"currencies":[{"coinDenom":"ROWAN","coinMinimalDenom":"rowan","coinDecimals":18,"coinGeckoId":"sifchain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg"}],"stakeCurrency":{"coinDenom":"ROWAN","coinMinimalDenom":"rowan","coinDecimals":18,"coinGeckoId":"sifchain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg"},"feeCurrencies":[{"coinDenom":"ROWAN","coinMinimalDenom":"rowan","coinDecimals":18,"coinGeckoId":"sifchain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg","gasPriceStep":{"low":1000000000000,"average":1500000000000,"high":2000000000000}}],"features":[]},"sixnet":{"rpc":"https://sixnet-rpc.sixprotocol.net:443","rest":"https://sixnet-api.sixprotocol.net:443","chainId":"sixnet","chainName":"SIX Protocol","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"6x","bech32PrefixAccPub":"6xpub","bech32PrefixValAddr":"6xvaloper","bech32PrefixValPub":"6xvaloperpub","bech32PrefixConsAddr":"6xvalcons","bech32PrefixConsPub":"6xvalconspub"},"currencies":[{"coinDenom":"SIX","coinMinimalDenom":"usix","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/six/images/six.png"}],"stakeCurrency":{"coinDenom":"SIX","coinMinimalDenom":"usix","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/six/images/six.png"},"feeCurrencies":[{"coinDenom":"SIX","coinMinimalDenom":"usix","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/six/images/six.png","gasPriceStep":{"low":1.25,"average":1.5,"high":1.75}}],"features":[]},"sommelier-3":{"rpc":"https://sommelier-rpc.polkachu.com","rest":"https://api-sommelier.pupmos.network","chainId":"sommelier-3","chainName":"Sommelier","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"somm","bech32PrefixAccPub":"sommpub","bech32PrefixValAddr":"sommvaloper","bech32PrefixValPub":"sommvaloperpub","bech32PrefixConsAddr":"sommvalcons","bech32PrefixConsPub":"sommvalconspub"},"currencies":[{"coinDenom":"SOMM","coinMinimalDenom":"usomm","coinDecimals":6,"coinGeckoId":"sommelier","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"}],"stakeCurrency":{"coinDenom":"SOMM","coinMinimalDenom":"usomm","coinDecimals":6,"coinGeckoId":"sommelier","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"},"feeCurrencies":[{"coinDenom":"SOMM","coinMinimalDenom":"usomm","coinDecimals":6,"coinGeckoId":"sommelier","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"source-1":{"rpc":"https://rpc.source.nodestake.top","rest":"https://api.source.nodestake.top","chainId":"source-1","chainName":"Source","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"source","bech32PrefixAccPub":"sourcepub","bech32PrefixValAddr":"sourcevaloper","bech32PrefixValPub":"sourcevaloperpub","bech32PrefixConsAddr":"sourcevalcons","bech32PrefixConsPub":"sourcevalconspub"},"currencies":[{"coinDenom":"SOURCE","coinMinimalDenom":"usource","coinDecimals":6,"coinGeckoId":"source","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"},{"coinDenom":"SRCX","coinMinimalDenom":"ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png"}],"stakeCurrency":{"coinDenom":"SOURCE","coinMinimalDenom":"usource","coinDecimals":6,"coinGeckoId":"source","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"},"feeCurrencies":[{"coinDenom":"SOURCE","coinMinimalDenom":"usource","coinDecimals":6,"coinGeckoId":"source","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg","gasPriceStep":{"low":0.05,"average":0.075,"high":0.1}}],"features":[]},"stafihub-1":{"rpc":"https://public-rpc1.stafihub.io:443","rest":"https://public-rest-rpc1.stafihub.io","chainId":"stafihub-1","chainName":"StaFi Hub","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"stafi","bech32PrefixAccPub":"stafipub","bech32PrefixValAddr":"stafivaloper","bech32PrefixValPub":"stafivaloperpub","bech32PrefixConsAddr":"stafivalcons","bech32PrefixConsPub":"stafivalconspub"},"currencies":[{"coinDenom":"FIS","coinMinimalDenom":"ufis","coinDecimals":6,"coinGeckoId":"stafi","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg"},{"coinDenom":"rATOM","coinMinimalDenom":"uratom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg"},{"coinDenom":"rIRIS","coinMinimalDenom":"uriris","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg"},{"coinDenom":"rHUAHUA","coinMinimalDenom":"urhuahua","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg"},{"coinDenom":"rSWTH","coinMinimalDenom":"urswth","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg"}],"stakeCurrency":{"coinDenom":"FIS","coinMinimalDenom":"ufis","coinDecimals":6,"coinGeckoId":"stafi","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg"},"feeCurrencies":[{"coinDenom":"FIS","coinMinimalDenom":"ufis","coinDecimals":6,"coinGeckoId":"stafi","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg","gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":[]},"stargaze-1":{"rpc":"https://rpc.stargaze-apis.com/","rest":"https://rest.stargaze-apis.com/","chainId":"stargaze-1","chainName":"Stargaze","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"stars","bech32PrefixAccPub":"starspub","bech32PrefixValAddr":"starsvaloper","bech32PrefixValPub":"starsvaloperpub","bech32PrefixConsAddr":"starsvalcons","bech32PrefixConsPub":"starsvalconspub"},"currencies":[{"coinDenom":"STARS","coinMinimalDenom":"ustars","coinDecimals":6,"coinGeckoId":"stargaze","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},{"coinDenom":"STRDST","coinMinimalDenom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg"},{"coinDenom":"GAZE","coinMinimalDenom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg"},{"coinDenom":"BRNCH","coinMinimalDenom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg"},{"coinDenom":"OHH","coinMinimalDenom":"factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg"},{"coinDenom":"SNEAKY","coinMinimalDenom":"factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg"},{"coinDenom":"LAB","coinMinimalDenom":"ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png"},{"coinDenom":"CDT","coinMinimalDenom":"ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806","coinDecimals":6},{"coinDenom":"MBRN","coinMinimalDenom":"ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854","coinDecimals":6},{"coinDenom":"ASTRO","coinMinimalDenom":"ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"}],"stakeCurrency":{"coinDenom":"STARS","coinMinimalDenom":"ustars","coinDecimals":6,"coinGeckoId":"stargaze","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"feeCurrencies":[{"coinDenom":"STARS","coinMinimalDenom":"ustars","coinDecimals":6,"coinGeckoId":"stargaze","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg","gasPriceStep":{"low":1,"average":1.1,"high":1.2}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"iov-mainnet-ibc":{"rpc":"https://rpc-starname-ia.cosmosia.notional.ventures/","rest":"https://api-starname-ia.cosmosia.notional.ventures/","chainId":"iov-mainnet-ibc","chainName":"Starname","bip44":{"coinType":234},"bech32Config":{"bech32PrefixAccAddr":"star","bech32PrefixAccPub":"starpub","bech32PrefixValAddr":"starvaloper","bech32PrefixValPub":"starvaloperpub","bech32PrefixConsAddr":"starvalcons","bech32PrefixConsPub":"starvalconspub"},"currencies":[{"coinDenom":"IOV","coinMinimalDenom":"uiov","coinDecimals":6,"coinGeckoId":"starname","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"}],"stakeCurrency":{"coinDenom":"IOV","coinMinimalDenom":"uiov","coinDecimals":6,"coinGeckoId":"starname","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"},"feeCurrencies":[{"coinDenom":"IOV","coinMinimalDenom":"uiov","coinDecimals":6,"coinGeckoId":"starname","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg","gasPriceStep":{"low":1,"average":2,"high":3}}],"features":[]},"stratos-1":{"rpc":"https://rpc.thestratos.org","rest":"https://rest.thestratos.org","chainId":"stratos-1","chainName":"Stratos","bip44":{"coinType":606},"bech32Config":{"bech32PrefixAccAddr":"st","bech32PrefixAccPub":"stpub","bech32PrefixValAddr":"stvaloper","bech32PrefixValPub":"stvaloperpub","bech32PrefixConsAddr":"stvalcons","bech32PrefixConsPub":"stvalconspub"},"currencies":[{"coinDenom":"STOS","coinMinimalDenom":"wei","coinDecimals":18,"coinGeckoId":"stratos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg"}],"stakeCurrency":{"coinDenom":"STOS","coinMinimalDenom":"wei","coinDecimals":18,"coinGeckoId":"stratos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg"},"feeCurrencies":[{"coinDenom":"STOS","coinMinimalDenom":"wei","coinDecimals":18,"coinGeckoId":"stratos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"stride-1":{"rpc":"https://stride-rpc.polkachu.com/","rest":"https://stride-api.polkachu.com/","chainId":"stride-1","chainName":"Stride","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"stride","bech32PrefixAccPub":"stridepub","bech32PrefixValAddr":"stridevaloper","bech32PrefixValPub":"stridevaloperpub","bech32PrefixConsAddr":"stridevalcons","bech32PrefixConsPub":"stridevalconspub"},"currencies":[{"coinDenom":"STRD","coinMinimalDenom":"ustrd","coinDecimals":6,"coinGeckoId":"stride","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},{"coinDenom":"stATOM","coinMinimalDenom":"stuatom","coinDecimals":6,"coinGeckoId":"stride-staked-atom","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg"},{"coinDenom":"stSTARS","coinMinimalDenom":"stustars","coinDecimals":6,"coinGeckoId":"stride-staked-stars","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg"},{"coinDenom":"stOSMO","coinMinimalDenom":"stuosmo","coinDecimals":6,"coinGeckoId":"stride-staked-osmo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg"},{"coinDenom":"stJUNO","coinMinimalDenom":"stujuno","coinDecimals":6,"coinGeckoId":"stride-staked-juno","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg"},{"coinDenom":"stLUNA","coinMinimalDenom":"stuluna","coinDecimals":6,"coinGeckoId":"stride-staked-luna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg"},{"coinDenom":"stINJ","coinMinimalDenom":"stinj","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg"},{"coinDenom":"stEVMOS","coinMinimalDenom":"staevmos","coinDecimals":18,"coinGeckoId":"stride-staked-evmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg"},{"coinDenom":"stDYDX","coinMinimalDenom":"stadydx","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg"},{"coinDenom":"stTIA","coinMinimalDenom":"stutia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg"},{"coinDenom":"stDYM","coinMinimalDenom":"stadym","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg"},{"coinDenom":"stUMEE","coinMinimalDenom":"stuumee","coinDecimals":6,"coinGeckoId":"stride-staked-umee","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg"},{"coinDenom":"stCMDX","coinMinimalDenom":"stucmdx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg"},{"coinDenom":"stSOMM","coinMinimalDenom":"stusomm","coinDecimals":6,"coinGeckoId":"stride-staked-sommelier","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg"},{"coinDenom":"stSAGA","coinMinimalDenom":"stusaga","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},{"coinDenom":"stISLM","coinMinimalDenom":"staISLM","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg"}],"stakeCurrency":{"coinDenom":"STRD","coinMinimalDenom":"ustrd","coinDecimals":6,"coinGeckoId":"stride","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"feeCurrencies":[{"coinDenom":"STRD","coinMinimalDenom":"ustrd","coinDecimals":6,"coinGeckoId":"stride","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg","gasPriceStep":{"low":0.005,"average":0.005,"high":0.05}},{"coinDenom":"stATOM","coinMinimalDenom":"stuatom","coinDecimals":6,"coinGeckoId":"stride-staked-atom","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg","gasPriceStep":{"low":0.0001,"average":0.0002,"high":0.0005}},{"coinDenom":"stSTARS","coinMinimalDenom":"stustars","coinDecimals":6,"coinGeckoId":"stride-staked-stars","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg","gasPriceStep":{"low":1,"average":1.1,"high":1.2}},{"coinDenom":"stOSMO","coinMinimalDenom":"stuosmo","coinDecimals":6,"coinGeckoId":"stride-staked-osmo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg","gasPriceStep":{"low":0.001,"average":0.002,"high":0.004}},{"coinDenom":"stJUNO","coinMinimalDenom":"stujuno","coinDecimals":6,"coinGeckoId":"stride-staked-juno","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg","gasPriceStep":{"low":0.075,"average":0.1,"high":0.125}},{"coinDenom":"stLUNA","coinMinimalDenom":"stuluna","coinDecimals":6,"coinGeckoId":"stride-staked-luna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg","gasPriceStep":{"low":0.0125,"average":0.015,"high":0.04}},{"coinDenom":"stINJ","coinMinimalDenom":"stinj","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg","gasPriceStep":{"low":500000000,"average":700000000,"high":900000000}},{"coinDenom":"stEVMOS","coinMinimalDenom":"staevmos","coinDecimals":18,"coinGeckoId":"stride-staked-evmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}},{"coinDenom":"stDYDX","coinMinimalDenom":"stadydx","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg","gasPriceStep":{"low":15000000000,"average":15000000000,"high":20000000000}},{"coinDenom":"stTIA","coinMinimalDenom":"stutia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg","gasPriceStep":{"low":0.01,"average":0.02,"high":0.1}},{"coinDenom":"stDYM","coinMinimalDenom":"stadym","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg","gasPriceStep":{"low":15000000000,"average":15000000000,"high":20000000000}},{"coinDenom":"stUMEE","coinMinimalDenom":"stuumee","coinDecimals":6,"coinGeckoId":"stride-staked-umee","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg","gasPriceStep":{"low":0.1,"average":0.12,"high":0.2}},{"coinDenom":"stCMDX","coinMinimalDenom":"stucmdx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg","gasPriceStep":{"low":0.02,"average":0.025,"high":0.04}},{"coinDenom":"stSAGA","coinMinimalDenom":"stusaga","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg","gasPriceStep":{"low":0.01,"average":0.015,"high":0.03}},{"coinDenom":"TIA","coinMinimalDenom":"ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg","gasPriceStep":{"low":0.01,"average":0.02,"high":0.1}}],"features":[]},"sunrise-1":{"rpc":"","rest":"","chainId":"sunrise-1","chainName":"Sunrise","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sunrise","bech32PrefixAccPub":"sunrisepub","bech32PrefixValAddr":"sunrisevaloper","bech32PrefixValPub":"sunrisevaloperpub","bech32PrefixConsAddr":"sunrisevalcons","bech32PrefixConsPub":"sunrisevalconspub"},"currencies":[{"coinDenom":"vRISE","coinMinimalDenom":"uvrise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"},{"coinDenom":"RISE","coinMinimalDenom":"urise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"}],"stakeCurrency":{"coinDenom":"vRISE","coinMinimalDenom":"uvrise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"},"feeCurrencies":[{"coinDenom":"RISE","coinMinimalDenom":"urise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg","gasPriceStep":{"low":0.01,"average":0.02,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"tenet_1559-1":{"rpc":"https://tendermint-1.rpc.tenet.org","rest":"https://app.rpc.tenet.org","chainId":"tenet_1559-1","chainName":"Tenet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"tenet","bech32PrefixAccPub":"tenetpub","bech32PrefixValAddr":"tenetvaloper","bech32PrefixValPub":"tenetvaloperpub","bech32PrefixConsAddr":"tenetvalcons","bech32PrefixConsPub":"tenetvalconspub"},"currencies":[{"coinDenom":"TENET","coinMinimalDenom":"atenet","coinDecimals":18,"coinGeckoId":"tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"}],"stakeCurrency":{"coinDenom":"TENET","coinMinimalDenom":"atenet","coinDecimals":18,"coinGeckoId":"tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"},"feeCurrencies":[{"coinDenom":"TENET","coinMinimalDenom":"atenet","coinDecimals":18,"coinGeckoId":"tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"teritori-1":{"rpc":"https://teritori-rpc.polkachu.com","rest":"https://teritori-api.polkachu.com","chainId":"teritori-1","chainName":"Teritori","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"tori","bech32PrefixAccPub":"toripub","bech32PrefixValAddr":"torivaloper","bech32PrefixValPub":"torivaloperpub","bech32PrefixConsAddr":"torivalcons","bech32PrefixConsPub":"torivalconspub"},"currencies":[{"coinDenom":"TORI","coinMinimalDenom":"utori","coinDecimals":6,"coinGeckoId":"teritori","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"KUJI","coinMinimalDenom":"ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E","coinDecimals":6,"coinGeckoId":"kujira","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"SCRT","coinMinimalDenom":"ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}],"stakeCurrency":{"coinDenom":"TORI","coinMinimalDenom":"utori","coinDecimals":6,"coinGeckoId":"teritori","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg"},"feeCurrencies":[{"coinDenom":"TORI","coinMinimalDenom":"utori","coinDecimals":6,"coinGeckoId":"teritori","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg","gasPriceStep":{"low":0,"average":0.25,"high":0.5}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"columbus-5":{"rpc":"https://terra-classic-rpc.publicnode.com:443","rest":"https://terra-classic-lcd.publicnode.com","chainId":"columbus-5","chainName":"Terra Classic","bip44":{"coinType":330},"bech32Config":{"bech32PrefixAccAddr":"terra","bech32PrefixAccPub":"terrapub","bech32PrefixValAddr":"terravaloper","bech32PrefixValPub":"terravaloperpub","bech32PrefixConsAddr":"terravalcons","bech32PrefixConsPub":"terravalconspub"},"currencies":[{"coinDenom":"LUNC","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg"},{"coinDenom":"USTC","coinMinimalDenom":"uusd","coinDecimals":6,"coinGeckoId":"terrausd","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg"},{"coinDenom":"KRTC","coinMinimalDenom":"ukrw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg"},{"coinDenom":"WHALE","coinMinimalDenom":"cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz","coinDecimals":6,"coinGeckoId":"white-whale","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png"},{"coinDenom":"bLuna","coinMinimalDenom":"cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png"},{"coinDenom":"bETH","coinMinimalDenom":"cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png"},{"coinDenom":"aUST","coinMinimalDenom":"cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png"},{"coinDenom":"ANC","coinMinimalDenom":"cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png"},{"coinDenom":"MIR","coinMinimalDenom":"cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png"},{"coinDenom":"mAAPL","coinMinimalDenom":"cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png"},{"coinDenom":"mABNB","coinMinimalDenom":"cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png"},{"coinDenom":"mAMC","coinMinimalDenom":"cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png"},{"coinDenom":"mAMD","coinMinimalDenom":"cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png"},{"coinDenom":"mAMZN","coinMinimalDenom":"cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png"},{"coinDenom":"mARKK","coinMinimalDenom":"cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png"},{"coinDenom":"mBABA","coinMinimalDenom":"cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png"},{"coinDenom":"mBTC","coinMinimalDenom":"cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png"},{"coinDenom":"mCOIN","coinMinimalDenom":"cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png"},{"coinDenom":"mDIS","coinMinimalDenom":"cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png"},{"coinDenom":"mDOT","coinMinimalDenom":"cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png"},{"coinDenom":"mETH","coinMinimalDenom":"cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png"},{"coinDenom":"mFB","coinMinimalDenom":"cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png"},{"coinDenom":"mGLXY","coinMinimalDenom":"cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png"},{"coinDenom":"mGME","coinMinimalDenom":"cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png"},{"coinDenom":"mGOOGL","coinMinimalDenom":"cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png"},{"coinDenom":"mGS","coinMinimalDenom":"cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png"},{"coinDenom":"mHOOD","coinMinimalDenom":"cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png"},{"coinDenom":"mIAU","coinMinimalDenom":"cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png"},{"coinDenom":"mIAU","coinMinimalDenom":"cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png"},{"coinDenom":"mJNJ","coinMinimalDenom":"cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png"},{"coinDenom":"mKO","coinMinimalDenom":"cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png"},{"coinDenom":"mMSFT","coinMinimalDenom":"cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png"},{"coinDenom":"mNFLX","coinMinimalDenom":"cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png"},{"coinDenom":"mNIO","coinMinimalDenom":"cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png"},{"coinDenom":"mNKE","coinMinimalDenom":"cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png"},{"coinDenom":"mNVDA","coinMinimalDenom":"cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png"},{"coinDenom":"mPYPL","coinMinimalDenom":"cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png"},{"coinDenom":"mQQQ","coinMinimalDenom":"cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png"},{"coinDenom":"mSBUX","coinMinimalDenom":"cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png"},{"coinDenom":"mSLV","coinMinimalDenom":"cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png"},{"coinDenom":"mSPY","coinMinimalDenom":"cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png"},{"coinDenom":"mSQ","coinMinimalDenom":"cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png"},{"coinDenom":"mTSLA","coinMinimalDenom":"cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png"},{"coinDenom":"mTWTR","coinMinimalDenom":"cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png"},{"coinDenom":"mUSO","coinMinimalDenom":"cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png"},{"coinDenom":"mVIXY","coinMinimalDenom":"cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png"},{"coinDenom":"mVIXY","coinMinimalDenom":"cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png"},{"coinDenom":"LOTA","coinMinimalDenom":"cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png"},{"coinDenom":"DPH","coinMinimalDenom":"cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png"},{"coinDenom":"MINE","coinMinimalDenom":"cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png"},{"coinDenom":"bPsiDP-24m","coinMinimalDenom":"cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png"},{"coinDenom":"SPEC","coinMinimalDenom":"cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png"},{"coinDenom":"LOOP","coinMinimalDenom":"cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png"},{"coinDenom":"LOOPR","coinMinimalDenom":"cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png"},{"coinDenom":"STT","coinMinimalDenom":"cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png"},{"coinDenom":"TWD","coinMinimalDenom":"cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png"},{"coinDenom":"XTRA","coinMinimalDenom":"cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png"},{"coinDenom":"MIAW","coinMinimalDenom":"cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png"},{"coinDenom":"Psi","coinMinimalDenom":"cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png"},{"coinDenom":"nLuna","coinMinimalDenom":"cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg"},{"coinDenom":"nETH","coinMinimalDenom":"cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg"},{"coinDenom":"cnLuna","coinMinimalDenom":"cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg"},{"coinDenom":"cnETH","coinMinimalDenom":"cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg"},{"coinDenom":"nAVAX","coinMinimalDenom":"cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg"},{"coinDenom":"nATOM","coinMinimalDenom":"cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg"},{"coinDenom":"VKR","coinMinimalDenom":"cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png"},{"coinDenom":"ORION","coinMinimalDenom":"cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png"},{"coinDenom":"TLAND","coinMinimalDenom":"cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png"},{"coinDenom":"vUST","coinMinimalDenom":"cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png"},{"coinDenom":"ETH","coinMinimalDenom":"cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png"},{"coinDenom":"WBTC","coinMinimalDenom":"cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png"},{"coinDenom":"SOL","coinMinimalDenom":"cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png"},{"coinDenom":"MATICet","coinMinimalDenom":"cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png"},{"coinDenom":"BNB","coinMinimalDenom":"cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png"},{"coinDenom":"CAKE","coinMinimalDenom":"cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png"},{"coinDenom":"LINK","coinMinimalDenom":"cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png"},{"coinDenom":"SUSHI","coinMinimalDenom":"cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png"},{"coinDenom":"UNI","coinMinimalDenom":"cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png"},{"coinDenom":"USDTet","coinMinimalDenom":"cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png"},{"coinDenom":"USDCet","coinMinimalDenom":"cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png"},{"coinDenom":"KUJI","coinMinimalDenom":"cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png"},{"coinDenom":"sKUJI","coinMinimalDenom":"cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png"},{"coinDenom":"wstETH","coinMinimalDenom":"cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png"},{"coinDenom":"wstSOL","coinMinimalDenom":"cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png"},{"coinDenom":"wsbSOL","coinMinimalDenom":"cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg"},{"coinDenom":"LDO","coinMinimalDenom":"cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png"},{"coinDenom":"webETH","coinMinimalDenom":"cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg"},{"coinDenom":"stLuna","coinMinimalDenom":"cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png"},{"coinDenom":"XDEFI","coinMinimalDenom":"cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh","coinDecimals":8},{"coinDenom":"BTL","coinMinimalDenom":"cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png"},{"coinDenom":"LunaX","coinMinimalDenom":"cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png"},{"coinDenom":"LUNI","coinMinimalDenom":"cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png"},{"coinDenom":"PLY","coinMinimalDenom":"cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png"},{"coinDenom":"TFLOKI","coinMinimalDenom":"cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png"},{"coinDenom":"TFTIC","coinMinimalDenom":"cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png"},{"coinDenom":"TFTICII","coinMinimalDenom":"cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png"},{"coinDenom":"TFTICIII","coinMinimalDenom":"cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png"},{"coinDenom":"MOON","coinMinimalDenom":"cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png"},{"coinDenom":"ASTRO","coinMinimalDenom":"cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},{"coinDenom":"xASTRO.cw20","coinMinimalDenom":"cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg"},{"coinDenom":"HALO","coinMinimalDenom":"cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png"},{"coinDenom":"PUG","coinMinimalDenom":"cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png"},{"coinDenom":"ORNE","coinMinimalDenom":"cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png"},{"coinDenom":"TNS","coinMinimalDenom":"cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png"},{"coinDenom":"XRUNE","coinMinimalDenom":"cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png"},{"coinDenom":"aLOT","coinMinimalDenom":"cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png"},{"coinDenom":"SITY","coinMinimalDenom":"cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg"},{"coinDenom":"GLOW","coinMinimalDenom":"cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png"},{"coinDenom":"APOLLO","coinMinimalDenom":"cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png"},{"coinDenom":"ABR","coinMinimalDenom":"cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg"},{"coinDenom":"whGTPS","coinMinimalDenom":"cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc","coinDecimals":8},{"coinDenom":"PRISM","coinMinimalDenom":"cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png"},{"coinDenom":"SDOLLAR","coinMinimalDenom":"cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq","coinDecimals":2},{"coinDenom":"whSAIL","coinMinimalDenom":"cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png"},{"coinDenom":"whgSAIL","coinMinimalDenom":"cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png"},{"coinDenom":"xPRISM","coinMinimalDenom":"cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png"},{"coinDenom":"CDE","coinMinimalDenom":"cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5","coinDecimals":9},{"coinDenom":"CTX","coinMinimalDenom":"cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png"},{"coinDenom":"cLuna","coinMinimalDenom":"cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png"},{"coinDenom":"pLuna","coinMinimalDenom":"cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png"},{"coinDenom":"yLuna","coinMinimalDenom":"cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png"},{"coinDenom":"ATLO","coinMinimalDenom":"cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png"},{"coinDenom":"LOCAL","coinMinimalDenom":"cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png"},{"coinDenom":"LUV","coinMinimalDenom":"cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png"},{"coinDenom":"ROBO","coinMinimalDenom":"cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png"},{"coinDenom":"LUART","coinMinimalDenom":"cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png"},{"coinDenom":"MARS","coinMinimalDenom":"cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg"},{"coinDenom":"XMARS","coinMinimalDenom":"cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg"},{"coinDenom":"DFIAT","coinMinimalDenom":"cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4","coinDecimals":8},{"coinDenom":"CERES","coinMinimalDenom":"cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg"},{"coinDenom":"wasAVAX","coinMinimalDenom":"cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg"},{"coinDenom":"MINT","coinMinimalDenom":"cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg"},{"coinDenom":"SD","coinMinimalDenom":"cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png"},{"coinDenom":"xSD","coinMinimalDenom":"cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png"},{"coinDenom":"PAXG","coinMinimalDenom":"cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png"},{"coinDenom":"whDAO","coinMinimalDenom":"cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png"},{"coinDenom":"LINK","coinMinimalDenom":"cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png"},{"coinDenom":"SAYVE","coinMinimalDenom":"cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png"},{"coinDenom":"GUIDES","coinMinimalDenom":"cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u","coinDecimals":6},{"coinDenom":"BRO","coinMinimalDenom":"cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg"},{"coinDenom":"bBRO","coinMinimalDenom":"cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg"},{"coinDenom":"GTPS","coinMinimalDenom":"cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr","coinDecimals":18},{"coinDenom":"GFI","coinMinimalDenom":"cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se","coinDecimals":18},{"coinDenom":"ULC","coinMinimalDenom":"cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa","coinDecimals":18},{"coinDenom":"SST","coinMinimalDenom":"cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png"},{"coinDenom":"ATLAS","coinMinimalDenom":"cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png"},{"coinDenom":"AUDIO","coinMinimalDenom":"cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png"},{"coinDenom":"AVAX","coinMinimalDenom":"cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png"},{"coinDenom":"BAT","coinMinimalDenom":"cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png"},{"coinDenom":"BUSDbs","coinMinimalDenom":"cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png"},{"coinDenom":"DAI","coinMinimalDenom":"cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png"},{"coinDenom":"MATICpo","coinMinimalDenom":"cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png"},{"coinDenom":"MIMet","coinMinimalDenom":"cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png"},{"coinDenom":"RAY","coinMinimalDenom":"cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png"},{"coinDenom":"SBR","coinMinimalDenom":"cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png"},{"coinDenom":"SHIB","coinMinimalDenom":"cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png"},{"coinDenom":"SRMso","coinMinimalDenom":"cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png"},{"coinDenom":"USDCav","coinMinimalDenom":"cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png"},{"coinDenom":"USDCbs","coinMinimalDenom":"cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png"},{"coinDenom":"USDCpo","coinMinimalDenom":"cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png"},{"coinDenom":"USDCso","coinMinimalDenom":"cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png"},{"coinDenom":"USDTav","coinMinimalDenom":"cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png"},{"coinDenom":"USDTbs","coinMinimalDenom":"cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png"},{"coinDenom":"USDTso","coinMinimalDenom":"cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png"},{"coinDenom":"gOHM","coinMinimalDenom":"cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png"},{"coinDenom":"mSOL","coinMinimalDenom":"cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png"},{"coinDenom":"stETH","coinMinimalDenom":"cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d","coinDecimals":8,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png"},{"coinDenom":"LCT","coinMinimalDenom":"cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png"},{"coinDenom":"bATOM","coinMinimalDenom":"cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg"},{"coinDenom":"webATOM","coinMinimalDenom":"cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg"},{"coinDenom":"WCOIN","coinMinimalDenom":"cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg"},{"coinDenom":"LCTfancard","coinMinimalDenom":"cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png"},{"coinDenom":"KNTC","coinMinimalDenom":"cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg"},{"coinDenom":"kUST","coinMinimalDenom":"cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg"},{"coinDenom":"STEAK","coinMinimalDenom":"cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg"},{"coinDenom":"CST","coinMinimalDenom":"cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png"},{"coinDenom":"CSTfancard","coinMinimalDenom":"cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png"},{"coinDenom":"NWLD","coinMinimalDenom":"cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png"},{"coinDenom":"FURY","coinMinimalDenom":"cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png"},{"coinDenom":"RCT","coinMinimalDenom":"cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg"},{"coinDenom":"VITC","coinMinimalDenom":"cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png"},{"coinDenom":"SB","coinMinimalDenom":"cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png"},{"coinDenom":"TOAD","coinMinimalDenom":"cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg"},{"coinDenom":"orionASTRO","coinMinimalDenom":"cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png"},{"coinDenom":"RETRO","coinMinimalDenom":"cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png"},{"coinDenom":"TND","coinMinimalDenom":"cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png"},{"coinDenom":"sTND","coinMinimalDenom":"cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg"},{"coinDenom":"NWT","coinMinimalDenom":"cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png"},{"coinDenom":"AUTC","coinMinimalDenom":"uaud","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg"},{"coinDenom":"CATC","coinMinimalDenom":"ucad","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg"},{"coinDenom":"CHTC","coinMinimalDenom":"uchf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg"},{"coinDenom":"CNTC","coinMinimalDenom":"ucny","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg"},{"coinDenom":"DKTC","coinMinimalDenom":"udkk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg"},{"coinDenom":"EUTC","coinMinimalDenom":"ueur","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg"},{"coinDenom":"GBTC","coinMinimalDenom":"ugbp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg"},{"coinDenom":"HKTC","coinMinimalDenom":"uhkd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg"},{"coinDenom":"IDTC","coinMinimalDenom":"uidr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg"},{"coinDenom":"INTC","coinMinimalDenom":"uinr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg"},{"coinDenom":"JPTC","coinMinimalDenom":"ujpy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg"},{"coinDenom":"MNTC","coinMinimalDenom":"umnt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg"},{"coinDenom":"MYTC","coinMinimalDenom":"umyr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg"},{"coinDenom":"NOTC","coinMinimalDenom":"unok","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg"},{"coinDenom":"PHTC","coinMinimalDenom":"uphp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg"},{"coinDenom":"SDTC","coinMinimalDenom":"usdr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg"},{"coinDenom":"SETC","coinMinimalDenom":"usek","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg"},{"coinDenom":"SGTC","coinMinimalDenom":"usgd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg"},{"coinDenom":"THTC","coinMinimalDenom":"uthb","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg"},{"coinDenom":"TWTC","coinMinimalDenom":"utwd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg"},{"coinDenom":"NEB","coinMinimalDenom":"cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png"},{"coinDenom":"TRIT","coinMinimalDenom":"cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png"},{"coinDenom":"RAKOFF","coinMinimalDenom":"cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png"},{"coinDenom":"TADF","coinMinimalDenom":"cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png"},{"coinDenom":"FROG","coinMinimalDenom":"cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png"}],"stakeCurrency":{"coinDenom":"LUNC","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg"},"feeCurrencies":[{"coinDenom":"LUNC","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg","gasPriceStep":{"low":28.325,"average":28.325,"high":50}},{"coinDenom":"USTC","coinMinimalDenom":"uusd","coinDecimals":6,"coinGeckoId":"terrausd","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg","gasPriceStep":{"low":0.75,"average":0.75,"high":0.75}},{"coinDenom":"KRTC","coinMinimalDenom":"ukrw","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg","gasPriceStep":{"low":850,"average":850,"high":850}},{"coinDenom":"AUTC","coinMinimalDenom":"uaud","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg","gasPriceStep":{"low":0.95,"average":0.95,"high":0.95}},{"coinDenom":"CATC","coinMinimalDenom":"ucad","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg","gasPriceStep":{"low":0.95,"average":0.95,"high":0.95}},{"coinDenom":"CHTC","coinMinimalDenom":"uchf","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg","gasPriceStep":{"low":0.7,"average":0.7,"high":0.7}},{"coinDenom":"CNTC","coinMinimalDenom":"ucny","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg","gasPriceStep":{"low":4.9,"average":4.9,"high":4.9}},{"coinDenom":"DKTC","coinMinimalDenom":"udkk","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg","gasPriceStep":{"low":4.5,"average":4.5,"high":4.5}},{"coinDenom":"EUTC","coinMinimalDenom":"ueur","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg","gasPriceStep":{"low":0.625,"average":0.625,"high":0.625}},{"coinDenom":"GBTC","coinMinimalDenom":"ugbp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg","gasPriceStep":{"low":0.55,"average":0.55,"high":0.55}},{"coinDenom":"HKTC","coinMinimalDenom":"uhkd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg","gasPriceStep":{"low":5.85,"average":5.85,"high":5.85}},{"coinDenom":"IDTC","coinMinimalDenom":"uidr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg","gasPriceStep":{"low":10900,"average":10900,"high":10900}},{"coinDenom":"INTC","coinMinimalDenom":"uinr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg","gasPriceStep":{"low":54.4,"average":54.4,"high":54.4}},{"coinDenom":"JPTC","coinMinimalDenom":"ujpy","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg","gasPriceStep":{"low":81.85,"average":81.85,"high":81.85}},{"coinDenom":"MNTC","coinMinimalDenom":"umnt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg","gasPriceStep":{"low":2142.855,"average":2142.855,"high":2142.855}},{"coinDenom":"MYTC","coinMinimalDenom":"umyr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg","gasPriceStep":{"low":3,"average":3,"high":3}},{"coinDenom":"NOTC","coinMinimalDenom":"unok","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg","gasPriceStep":{"low":6.25,"average":6.25,"high":6.25}},{"coinDenom":"PHTC","coinMinimalDenom":"uphp","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg","gasPriceStep":{"low":38,"average":38,"high":38}},{"coinDenom":"SDTC","coinMinimalDenom":"usdr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg","gasPriceStep":{"low":0.52469,"average":0.52469,"high":0.52469}},{"coinDenom":"SETC","coinMinimalDenom":"usek","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg","gasPriceStep":{"low":6.25,"average":6.25,"high":6.25}},{"coinDenom":"SGTC","coinMinimalDenom":"usgd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg","gasPriceStep":{"low":1,"average":1,"high":1}},{"coinDenom":"THTC","coinMinimalDenom":"uthb","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg","gasPriceStep":{"low":23.1,"average":23.1,"high":23.1}},{"coinDenom":"TWTC","coinMinimalDenom":"utwd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg","gasPriceStep":{"low":20,"average":20,"high":20}}],"features":[]},"phoenix-1":{"rpc":"https://terra2-rpc.lavenderfive.com:443","rest":"https://lcd-terra.wildsage.io","chainId":"phoenix-1","chainName":"Terra","bip44":{"coinType":330},"bech32Config":{"bech32PrefixAccAddr":"terra","bech32PrefixAccPub":"terrapub","bech32PrefixValAddr":"terravaloper","bech32PrefixValPub":"terravaloperpub","bech32PrefixConsAddr":"terravalcons","bech32PrefixConsPub":"terravalconspub"},"currencies":[{"coinDenom":"LUNA","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},{"coinDenom":"ASTRO.cw20","coinMinimalDenom":"cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg"},{"coinDenom":"ASTRO","coinMinimalDenom":"ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg"},{"coinDenom":"DINHEIROS","coinMinimalDenom":"cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k","coinDecimals":0,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png"},{"coinDenom":"REIS","coinMinimalDenom":"cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png"},{"coinDenom":"ESCUDOS","coinMinimalDenom":"cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png"},{"coinDenom":"ALEM","coinMinimalDenom":"cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png"},{"coinDenom":"ampLUNA","coinMinimalDenom":"cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct","coinDecimals":6,"coinGeckoId":"eris-amplified-luna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg"},{"coinDenom":"ROAR","coinMinimalDenom":"cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv","coinDecimals":6,"coinGeckoId":"lion-dao","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png"},{"coinDenom":"GEM","coinMinimalDenom":"cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png"},{"coinDenom":"CUB","coinMinimalDenom":"cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png"},{"coinDenom":"BLUE","coinMinimalDenom":"cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png"},{"coinDenom":"xxx","coinMinimalDenom":"cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn","coinDecimals":10,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png"},{"coinDenom":"GUGU","coinMinimalDenom":"cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png"},{"coinDenom":"bLUNA","coinMinimalDenom":"cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml","coinDecimals":6,"coinGeckoId":"backbone-labs-staked-luna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png"},{"coinDenom":"SAYVE","coinMinimalDenom":"cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg"},{"coinDenom":"ampWHALEt","coinMinimalDenom":"factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg"},{"coinDenom":"boneWHALEt","coinMinimalDenom":"factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg"},{"coinDenom":"ampROAR","coinMinimalDenom":"factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png"},{"coinDenom":"NICO","coinMinimalDenom":"cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png"},{"coinDenom":"SEAS","coinMinimalDenom":"cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png"},{"coinDenom":"BITZ","coinMinimalDenom":"cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png"},{"coinDenom":"wstETH","coinMinimalDenom":"ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg"},{"coinDenom":"SEUL","coinMinimalDenom":"cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png"},{"coinDenom":"xSEUL","coinMinimalDenom":"cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png"},{"coinDenom":"ITO","coinMinimalDenom":"cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png"},{"coinDenom":"ARMANI","coinMinimalDenom":"cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png"},{"coinDenom":"DROGO","coinMinimalDenom":"cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png"},{"coinDenom":"ADO","coinMinimalDenom":"cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png"},{"coinDenom":"WOSMO","coinMinimalDenom":"ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png"},{"coinDenom":"DNA","coinMinimalDenom":"cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png"},{"coinDenom":"BMOS","coinMinimalDenom":"cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png"},{"coinDenom":"LADS","coinMinimalDenom":"cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png"},{"coinDenom":"RSTK","coinMinimalDenom":"ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg"},{"coinDenom":"CLON","coinMinimalDenom":"cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png"},{"coinDenom":"MOAR","coinMinimalDenom":"factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png"},{"coinDenom":"USDt","coinMinimalDenom":"ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"},{"coinDenom":"ATOM-LUNA-LP","coinMinimalDenom":"factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP","coinDecimals":6},{"coinDenom":"LUNA-USDC-LP","coinMinimalDenom":"factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP","coinDecimals":6},{"coinDenom":"LUNA-USDT-LP","coinMinimalDenom":"factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP","coinDecimals":6},{"coinDenom":"ashLUNA","coinMinimalDenom":"factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png"}],"stakeCurrency":{"coinDenom":"LUNA","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"feeCurrencies":[{"coinDenom":"LUNA","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg","gasPriceStep":{"low":0.015,"average":0.015,"high":0.04}}],"features":[]},"tgrade-mainnet-1":{"rpc":"https://rpc.mainnet-1.tgrade.confio.run","rest":"https://api.mainnet-1.tgrade.confio.run","chainId":"tgrade-mainnet-1","chainName":"Tgrade","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"tgrade","bech32PrefixAccPub":"tgradepub","bech32PrefixValAddr":"tgradevaloper","bech32PrefixValPub":"tgradevaloperpub","bech32PrefixConsAddr":"tgradevalcons","bech32PrefixConsPub":"tgradevalconspub"},"currencies":[{"coinDenom":"TGD","coinMinimalDenom":"utgd","coinDecimals":6,"coinGeckoId":"tgrade","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"}],"stakeCurrency":{"coinDenom":"TGD","coinMinimalDenom":"utgd","coinDecimals":6,"coinGeckoId":"tgrade","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"},"feeCurrencies":[{"coinDenom":"TGD","coinMinimalDenom":"utgd","coinDecimals":6,"coinGeckoId":"tgrade","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg","gasPriceStep":{"low":0.05,"average":0.075,"high":0.1}}],"features":[]},"titan_18888-1":{"rpc":"https://titan-rpc.titanlab.io:443","rest":"https://titan-lcd.titanlab.io:443","chainId":"titan_18888-1","chainName":"Titan","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"titan","bech32PrefixAccPub":"titanpub","bech32PrefixValAddr":"titanvaloper","bech32PrefixValPub":"titanvaloperpub","bech32PrefixConsAddr":"titanvalcons","bech32PrefixConsPub":"titanvalconspub"},"currencies":[{"coinDenom":"TKX","coinMinimalDenom":"atkx","coinDecimals":18,"coinGeckoId":"tokenize-xchange","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png"}],"stakeCurrency":{"coinDenom":"TKX","coinMinimalDenom":"atkx","coinDecimals":18,"coinGeckoId":"tokenize-xchange","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png"},"feeCurrencies":[{"coinDenom":"TKX","coinMinimalDenom":"atkx","coinDecimals":18,"coinGeckoId":"tokenize-xchange","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png","gasPriceStep":{"low":100000000000,"average":110000000000,"high":200000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"FUND-MainNet-2":{"rpc":"https://rpc1.unification.io:443","rest":"https://rest.unification.io","chainId":"FUND-MainNet-2","chainName":"Unification","bip44":{"coinType":5555},"bech32Config":{"bech32PrefixAccAddr":"und","bech32PrefixAccPub":"undpub","bech32PrefixValAddr":"undvaloper","bech32PrefixValPub":"undvaloperpub","bech32PrefixConsAddr":"undvalcons","bech32PrefixConsPub":"undvalconspub"},"currencies":[{"coinDenom":"FUND","coinMinimalDenom":"nund","coinDecimals":9,"coinGeckoId":"unification","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"}],"stakeCurrency":{"coinDenom":"FUND","coinMinimalDenom":"nund","coinDecimals":9,"coinGeckoId":"unification","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"},"feeCurrencies":[{"coinDenom":"FUND","coinMinimalDenom":"nund","coinDecimals":9,"coinGeckoId":"unification","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg","gasPriceStep":{"low":100,"average":200,"high":300}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"ununifi-beta-v1":{"rpc":"http://a.lcd.ununifi.cauchye.net:26657","rest":"https://a.lcd.ununifi.cauchye.net:1318","chainId":"ununifi-beta-v1","chainName":"UnUniFi","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"ununifi","bech32PrefixAccPub":"ununifipub","bech32PrefixValAddr":"ununifivaloper","bech32PrefixValPub":"ununifivaloperpub","bech32PrefixConsAddr":"ununifivalcons","bech32PrefixConsPub":"ununifivalconspub"},"currencies":[{"coinDenom":"GUU","coinMinimalDenom":"uguu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"}],"stakeCurrency":{"coinDenom":"GUU","coinMinimalDenom":"uguu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"},"feeCurrencies":[{"coinDenom":"GUU","coinMinimalDenom":"uguu","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":[]},"umee-1":{"rpc":"https://umee-rpc.polkachu.com","rest":"https://api-umee-ia.cosmosia.notional.ventures/","chainId":"umee-1","chainName":"UX Chain","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"umee","bech32PrefixAccPub":"umeepub","bech32PrefixValAddr":"umeevaloper","bech32PrefixValPub":"umeevaloperpub","bech32PrefixConsAddr":"umeevalcons","bech32PrefixConsPub":"umeevalconspub"},"currencies":[{"coinDenom":"UMEE","coinMinimalDenom":"uumee","coinDecimals":6,"coinGeckoId":"umee","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"}],"stakeCurrency":{"coinDenom":"UMEE","coinMinimalDenom":"uumee","coinDecimals":6,"coinGeckoId":"umee","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"},"feeCurrencies":[{"coinDenom":"UMEE","coinMinimalDenom":"uumee","coinDecimals":6,"coinGeckoId":"umee","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg","gasPriceStep":{"low":0.1,"average":0.12,"high":0.2}}],"features":[]},"uptick_117-1":{"rpc":"https://uptick-rpc.brocha.in:443","rest":"https://uptick-rest.brocha.in:443","chainId":"uptick_117-1","chainName":"Uptick","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"uptick","bech32PrefixAccPub":"uptickpub","bech32PrefixValAddr":"uptickvaloper","bech32PrefixValPub":"uptickvaloperpub","bech32PrefixConsAddr":"uptickvalcons","bech32PrefixConsPub":"uptickvalconspub"},"currencies":[{"coinDenom":"UPTICK","coinMinimalDenom":"auptick","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg"}],"stakeCurrency":{"coinDenom":"UPTICK","coinMinimalDenom":"auptick","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg"},"feeCurrencies":[{"coinDenom":"UPTICK","coinMinimalDenom":"auptick","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg","gasPriceStep":{"low":13000000000,"average":16000000000,"high":20000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"dimension_37-1":{"rpc":"https://dimension-rpc.xpla.dev","rest":"https://dimension-lcd.xpla.io","chainId":"dimension_37-1","chainName":"XPLA","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"xpla","bech32PrefixAccPub":"xplapub","bech32PrefixValAddr":"xplavaloper","bech32PrefixValPub":"xplavaloperpub","bech32PrefixConsAddr":"xplavalcons","bech32PrefixConsPub":"xplavalconspub"},"currencies":[{"coinDenom":"XPLA","coinMinimalDenom":"axpla","coinDecimals":18,"coinGeckoId":"xpla","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"}],"stakeCurrency":{"coinDenom":"XPLA","coinMinimalDenom":"axpla","coinDecimals":18,"coinGeckoId":"xpla","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"},"feeCurrencies":[{"coinDenom":"XPLA","coinMinimalDenom":"axpla","coinDecimals":18,"coinGeckoId":"xpla","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg","gasPriceStep":{"low":850000000000,"average":1147500000000,"high":1487500000000}}],"features":[]},"vidulum-1":{"rpc":"https://mainnet-rpc.vidulum.app/","rest":"https://mainnet-lcd.vidulum.app","chainId":"vidulum-1","chainName":"Vidulum","bip44":{"coinType":370},"bech32Config":{"bech32PrefixAccAddr":"vdl","bech32PrefixAccPub":"vdlpub","bech32PrefixValAddr":"vdlvaloper","bech32PrefixValPub":"vdlvaloperpub","bech32PrefixConsAddr":"vdlvalcons","bech32PrefixConsPub":"vdlvalconspub"},"currencies":[{"coinDenom":"VDL","coinMinimalDenom":"uvdl","coinDecimals":6,"coinGeckoId":"vidulum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"}],"stakeCurrency":{"coinDenom":"VDL","coinMinimalDenom":"uvdl","coinDecimals":6,"coinGeckoId":"vidulum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"},"feeCurrencies":[{"coinDenom":"VDL","coinMinimalDenom":"uvdl","coinDecimals":6,"coinGeckoId":"vidulum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg","gasPriceStep":{"low":0.002,"average":0.005,"high":0.007}}],"features":[]},"zetachain_7000-1":{"rpc":"https://zetachain.blockpi.network/rpc/v1/public","rest":"https://zetachain.blockpi.network/lcd/v1/public","chainId":"zetachain_7000-1","chainName":"ZetaChain","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"zeta","bech32PrefixAccPub":"zetapub","bech32PrefixValAddr":"zetavaloper","bech32PrefixValPub":"zetavaloperpub","bech32PrefixConsAddr":"zetavalcons","bech32PrefixConsPub":"zetavalconspub"},"currencies":[{"coinDenom":"ZETA","coinMinimalDenom":"azeta","coinDecimals":18,"coinGeckoId":"zetachain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.svg"}],"stakeCurrency":{"coinDenom":"ZETA","coinMinimalDenom":"azeta","coinDecimals":18,"coinGeckoId":"zetachain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.svg"},"feeCurrencies":[{"coinDenom":"ZETA","coinMinimalDenom":"azeta","coinDecimals":18,"coinGeckoId":"zetachain","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/zetachain/images/zetachain.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"sandbox-01":{"rpc":"https://rpc.sandbox-01.aksh.pw:443","rest":"https://api.sandbox-01.aksh.pw:443","chainId":"sandbox-01","chainName":"Sandbox","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"akash","bech32PrefixAccPub":"akashpub","bech32PrefixValAddr":"akashvaloper","bech32PrefixValPub":"akashvaloperpub","bech32PrefixConsAddr":"akashvalcons","bech32PrefixConsPub":"akashvalconspub"},"currencies":[{"coinDenom":"AKT","coinMinimalDenom":"uakt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}],"stakeCurrency":{"coinDenom":"AKT","coinMinimalDenom":"uakt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},"feeCurrencies":[{"coinDenom":"AKT","coinMinimalDenom":"uakt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.04}}],"features":[]},"constantine-3":{"rpc":"rpc.constantine.archway.io","rest":"https://api.constantine.archway.tech","chainId":"constantine-3","chainName":"Archway Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"archway","bech32PrefixAccPub":"archwaypub","bech32PrefixValAddr":"archwayvaloper","bech32PrefixValPub":"archwayvaloperpub","bech32PrefixConsAddr":"archwayvalcons","bech32PrefixConsPub":"archwayvalconspub"},"currencies":[{"coinDenom":"CONST","coinMinimalDenom":"aconst","coinDecimals":18}],"stakeCurrency":{"coinDenom":"CONST","coinMinimalDenom":"aconst","coinDecimals":18},"feeCurrencies":[{"coinDenom":"CONST","coinMinimalDenom":"aconst","coinDecimals":18,"gasPriceStep":{"low":1000000000000,"average":1500000000000,"high":2000000000000}}],"features":[]},"arkeo":{"rpc":"https://arkeonetwork-testnet.nodejumper.io:26657","rest":"https://arkeonetwork-testnet.nodejumper.io:1317","chainId":"arkeo","chainName":"Arkeo Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"tarkeo","bech32PrefixAccPub":"tarkeopub","bech32PrefixValAddr":"tarkeovaloper","bech32PrefixValPub":"tarkeovaloperpub","bech32PrefixConsAddr":"tarkeovalcons","bech32PrefixConsPub":"tarkeovalconspub"},"currencies":[{"coinDenom":"ARKEO","coinMinimalDenom":"uarkeo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/arkeonetworktestnet/images/arkeo.png"}],"stakeCurrency":{"coinDenom":"ARKEO","coinMinimalDenom":"uarkeo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/arkeonetworktestnet/images/arkeo.png"},"feeCurrencies":[{"coinDenom":"ARKEO","coinMinimalDenom":"uarkeo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/arkeonetworktestnet/images/arkeo.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"artela_11820-1":{"rpc":"https://testnet-rpc1.artela.network","rest":"https://testnet-rpc1.artela.network","chainId":"artela_11820-1","chainName":"Artela Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"art","bech32PrefixAccPub":"artpub","bech32PrefixValAddr":"artvaloper","bech32PrefixValPub":"artvaloperpub","bech32PrefixConsAddr":"artvalcons","bech32PrefixConsPub":"artvalconspub"},"currencies":[{"coinDenom":"ART","coinMinimalDenom":"uart","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/artelatestnet/images/artela.png"}],"stakeCurrency":{"coinDenom":"ART","coinMinimalDenom":"uart","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/artelatestnet/images/artela.png"},"feeCurrencies":[{"coinDenom":"ART","coinMinimalDenom":"uart","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/artelatestnet/images/artela.png","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"aura_6321-3":{"rpc":"https://rpc.euphoria.aura.network/","rest":"https://lcd.euphoria.aura.network/","chainId":"aura_6321-3","chainName":"Aura Euphoria Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"aura","bech32PrefixAccPub":"aurapub","bech32PrefixValAddr":"auravaloper","bech32PrefixValPub":"auravaloperpub","bech32PrefixConsAddr":"auravalcons","bech32PrefixConsPub":"auravalconspub"},"currencies":[{"coinDenom":"EAURA","coinMinimalDenom":"ueaura","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}],"stakeCurrency":{"coinDenom":"EAURA","coinMinimalDenom":"ueaura","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},"feeCurrencies":[{"coinDenom":"EAURA","coinMinimalDenom":"ueaura","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg","gasPriceStep":{"low":0.001,"average":0.002,"high":0.0025}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"axelar-testnet-lisbon-3":{"rpc":"https://rpc-axelar-testnet.imperator.co:443","rest":"https://lcd-axelar-testnet.imperator.co:443","chainId":"axelar-testnet-lisbon-3","chainName":"Axelar Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"axelar","bech32PrefixAccPub":"axelarpub","bech32PrefixValAddr":"axelarvaloper","bech32PrefixValPub":"axelarvaloperpub","bech32PrefixConsAddr":"axelarvalcons","bech32PrefixConsPub":"axelarvalconspub"},"currencies":[{"coinDenom":"AXL","coinMinimalDenom":"uaxl","coinDecimals":6,"coinGeckoId":"axelar","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"},{"coinDenom":"aUSDC","coinMinimalDenom":"uausdc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"axlWETH","coinMinimalDenom":"eth-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},{"coinDenom":"WDEV","coinMinimalDenom":"wglmr-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg"},{"coinDenom":"WMATIC","coinMinimalDenom":"wmatic-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg"},{"coinDenom":"WBNB","coinMinimalDenom":"wbnb-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg"},{"coinDenom":"WAVAX","coinMinimalDenom":"wavax-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg"},{"coinDenom":"WFTM","coinMinimalDenom":"wftm-wei","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png"}],"stakeCurrency":{"coinDenom":"AXL","coinMinimalDenom":"uaxl","coinDecimals":6,"coinGeckoId":"axelar","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"},"feeCurrencies":[{"coinDenom":"AXL","coinMinimalDenom":"uaxl","coinDecimals":6,"coinGeckoId":"axelar","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg","gasPriceStep":{"low":0.007,"average":0.007,"high":0.01}}],"features":[]},"bbn-test1":{"rpc":"rpc.testnet.babylonchain.io:26657","rest":"rpc.testnet.babylonchain.io:1317","chainId":"bbn-test1","chainName":"Babylon Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bbn","bech32PrefixAccPub":"bbnpub","bech32PrefixValAddr":"bbnvaloper","bech32PrefixValPub":"bbnvaloperpub","bech32PrefixConsAddr":"bbnvalcons","bech32PrefixConsPub":"bbnvalconspub"},"currencies":[{"coinDenom":"BBN","coinMinimalDenom":"ubbn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"}],"stakeCurrency":{"coinDenom":"BBN","coinMinimalDenom":"ubbn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"},"feeCurrencies":[{"coinDenom":"BBN","coinMinimalDenom":"ubbn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"bbn-test3":{"rpc":"rpc.testnet3.babylonchain.io:443","rest":"lcd.testnet3.babylonchain.io:443","chainId":"bbn-test3","chainName":"Babylon Testnet 3","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bbn","bech32PrefixAccPub":"bbnpub","bech32PrefixValAddr":"bbnvaloper","bech32PrefixValPub":"bbnvaloperpub","bech32PrefixConsAddr":"bbnvalcons","bech32PrefixConsPub":"bbnvalconspub"},"currencies":[{"coinDenom":"BBN","coinMinimalDenom":"ubbn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"}],"stakeCurrency":{"coinDenom":"BBN","coinMinimalDenom":"ubbn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg"},"feeCurrencies":[{"coinDenom":"BBN","coinMinimalDenom":"ubbn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"bitcanna-dev-6":{"rpc":"https://rpc-devnet-6.bitcanna.io/","rest":"https://lcd-devnet-6.bitcanna.io/","chainId":"bitcanna-dev-6","chainName":"BitCanna Devnet-6 SDK v0.46.x","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bcna","bech32PrefixAccPub":"bcnapub","bech32PrefixValAddr":"bcnavaloper","bech32PrefixValPub":"bcnavaloperpub","bech32PrefixConsAddr":"bcnavalcons","bech32PrefixConsPub":"bcnavalconspub"},"currencies":[{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg"}],"stakeCurrency":{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg"},"feeCurrencies":[{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"bitcanna-dev-1":{"rpc":"https://rpc-testnet.bitcanna.io","rest":"https://lcd-testnet.bitcanna.io","chainId":"bitcanna-dev-1","chainName":"BitCanna Devnet-1","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"bcna","bech32PrefixAccPub":"bcnapub","bech32PrefixValAddr":"bcnavaloper","bech32PrefixValPub":"bcnavaloperpub","bech32PrefixConsAddr":"bcnavalcons","bech32PrefixConsPub":"bcnavalconspub"},"currencies":[{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg"}],"stakeCurrency":{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg"},"feeCurrencies":[{"coinDenom":"BCNA","coinMinimalDenom":"ubcna","coinDecimals":6,"coinGeckoId":"bitcanna","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet/images/bcna.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"blockx_190-1":{"rpc":"","rest":"","chainId":"blockx_190-1","chainName":"BlockX-Atlantis-Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"blockx","bech32PrefixAccPub":"blockxpub","bech32PrefixValAddr":"blockxvaloper","bech32PrefixValPub":"blockxvaloperpub","bech32PrefixConsAddr":"blockxvalcons","bech32PrefixConsPub":"blockxvalconspub"},"currencies":[{"coinDenom":"BCX","coinMinimalDenom":"abcx","coinDecimals":18}],"stakeCurrency":{"coinDenom":"BCX","coinMinimalDenom":"abcx","coinDecimals":18},"feeCurrencies":[{"coinDenom":"BCX","coinMinimalDenom":"abcx","coinDecimals":18}],"features":[]},"cascadia_6102-1":{"rpc":"https://rpc.cascadia.foundation:443","rest":"https://lcd.cascadia.foundation","chainId":"cascadia_6102-1","chainName":"Cascadia","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"cascadia","bech32PrefixAccPub":"cascadiapub","bech32PrefixValAddr":"cascadiavaloper","bech32PrefixValPub":"cascadiavaloperpub","bech32PrefixConsAddr":"cascadiavalcons","bech32PrefixConsPub":"cascadiavalconspub"},"currencies":[{"coinDenom":"TCC","coinMinimalDenom":"aCC","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png"}],"stakeCurrency":{"coinDenom":"TCC","coinMinimalDenom":"aCC","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png"},"feeCurrencies":[{"coinDenom":"TCC","coinMinimalDenom":"aCC","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png","gasPriceStep":{"low":7,"average":10,"high":15}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"blockspacerace-0":{"rpc":"https://rpc-blockspacerace.pops.one/","rest":"https://celestia-blockspacerace-rest.brocha.in","chainId":"blockspacerace-0","chainName":"Blockspace Race Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"celestia","bech32PrefixAccPub":"celestiapub","bech32PrefixValAddr":"celestiavaloper","bech32PrefixValPub":"celestiavaloperpub","bech32PrefixConsAddr":"celestiavalcons","bech32PrefixConsPub":"celestiavalconspub"},"currencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet/images/celestia.svg"}],"stakeCurrency":{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet/images/celestia.svg"},"feeCurrencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet/images/celestia.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"arabica-11":{"rpc":"https://validator-1.celestia-arabica-11.com/","rest":"https://api.celestia-arabica-11.com/","chainId":"arabica-11","chainName":"Arabica Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"celestia","bech32PrefixAccPub":"celestiapub","bech32PrefixValAddr":"celestiavaloper","bech32PrefixValPub":"celestiavaloperpub","bech32PrefixConsAddr":"celestiavalcons","bech32PrefixConsPub":"celestiavalconspub"},"currencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.svg"}],"stakeCurrency":{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.svg"},"feeCurrencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet2/images/celestia.svg","gasPriceStep":{"low":0.01,"average":0.02,"high":0.1}}],"features":[]},"mocha-4":{"rpc":"https://rpc-mocha.pops.one","rest":"https://api-mocha.pops.one","chainId":"mocha-4","chainName":"Mocha Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"celestia","bech32PrefixAccPub":"celestiapub","bech32PrefixValAddr":"celestiavaloper","bech32PrefixValPub":"celestiavaloperpub","bech32PrefixConsAddr":"celestiavalcons","bech32PrefixConsPub":"celestiavalconspub"},"currencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg"}],"stakeCurrency":{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg"},"feeCurrencies":[{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg","gasPriceStep":{"low":0.01,"average":0.02,"high":0.1}}],"features":[]},"babajaga-1":{"rpc":"https://rpc-testnet.c4e.io","rest":"https://c4e.api.t.stavr.tech","chainId":"babajaga-1","chainName":"Chain4Energy Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"c4e","bech32PrefixAccPub":"c4epub","bech32PrefixValAddr":"c4evaloper","bech32PrefixValPub":"c4evaloperpub","bech32PrefixConsAddr":"c4evalcons","bech32PrefixConsPub":"c4evalconspub"},"currencies":[{"coinDenom":"C4E","coinMinimalDenom":"uc4e","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"}],"stakeCurrency":{"coinDenom":"C4E","coinMinimalDenom":"uc4e","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"},"feeCurrencies":[{"coinDenom":"C4E","coinMinimalDenom":"uc4e","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png","gasPriceStep":{"low":0.02,"average":0.03,"high":0.06}}],"features":[]},"cheqd-testnet-6":{"rpc":"https://rpc.cheqd.network","rest":"https://api.cheqd.network","chainId":"cheqd-testnet-6","chainName":"cheqd","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cheqd","bech32PrefixAccPub":"cheqdpub","bech32PrefixValAddr":"cheqdvaloper","bech32PrefixValPub":"cheqdvaloperpub","bech32PrefixConsAddr":"cheqdvalcons","bech32PrefixConsPub":"cheqdvalconspub"},"currencies":[{"coinDenom":"CHEQ","coinMinimalDenom":"ncheq","coinDecimals":9,"coinGeckoId":"cheqd-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg"}],"stakeCurrency":{"coinDenom":"CHEQ","coinMinimalDenom":"ncheq","coinDecimals":9,"coinGeckoId":"cheqd-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg"},"feeCurrencies":[{"coinDenom":"CHEQ","coinMinimalDenom":"ncheq","coinDecimals":9,"coinGeckoId":"cheqd-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg","gasPriceStep":{"low":50,"average":75,"high":100}}],"features":[]},"chimba-testnet":{"rpc":"https://rpc.testnet.chimba.ooo","rest":"https://testnet.chimba.ooo","chainId":"chimba-testnet","chainName":"Chimba","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"chimba","bech32PrefixAccPub":"chimbapub","bech32PrefixValAddr":"chimbavaloper","bech32PrefixValPub":"chimbavaloperpub","bech32PrefixConsAddr":"chimbavalcons","bech32PrefixConsPub":"chimbavalconspub"},"currencies":[{"coinDenom":"CMBA","coinMinimalDenom":"ucmba","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"}],"stakeCurrency":{"coinDenom":"CMBA","coinMinimalDenom":"ucmba","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"},"feeCurrencies":[{"coinDenom":"CMBA","coinMinimalDenom":"ucmba","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg","gasPriceStep":{"low":1,"average":5,"high":10}}],"features":[]},"banksy-testnet-3":{"rpc":"https://rpc.composable-t.indonode.net:443","rest":"https://api.composable-t.indonode.net","chainId":"banksy-testnet-3","chainName":"Composable Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"centauri","bech32PrefixAccPub":"centauripub","bech32PrefixValAddr":"centaurivaloper","bech32PrefixValPub":"centaurivaloperpub","bech32PrefixConsAddr":"centaurivalcons","bech32PrefixConsPub":"centaurivalconspub"},"currencies":[{"coinDenom":"PICA","coinMinimalDenom":"ppica","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg"}],"stakeCurrency":{"coinDenom":"PICA","coinMinimalDenom":"ppica","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg"},"feeCurrencies":[{"coinDenom":"PICA","coinMinimalDenom":"ppica","coinDecimals":12,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg","gasPriceStep":{"low":0,"average":0,"high":0}}],"features":[]},"kitten-04":{"rpc":"https://rpc.coolcat.space","rest":"https://lcd.coolcat.space","chainId":"kitten-04","chainName":"CoolCat","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"ccat","bech32PrefixAccPub":"ccatpub","bech32PrefixValAddr":"ccatvaloper","bech32PrefixValPub":"ccatvaloperpub","bech32PrefixConsAddr":"ccatvalcons","bech32PrefixConsPub":"ccatvalconspub"},"currencies":[{"coinDenom":"CCAT","coinMinimalDenom":"uccat","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/coolcattestnet/images/coolcat.svg"}],"stakeCurrency":{"coinDenom":"CCAT","coinMinimalDenom":"uccat","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/coolcattestnet/images/coolcat.svg"},"feeCurrencies":[{"coinDenom":"CCAT","coinMinimalDenom":"uccat","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/coolcattestnet/images/coolcat.svg","gasPriceStep":{"low":0,"average":1,"high":2}}],"features":[]},"coreum-testnet-1":{"rpc":"https://full-node.testnet-1.coreum.dev:26657","rest":"https://full-node.testnet-1.coreum.dev:1317","chainId":"coreum-testnet-1","chainName":"Coreum","bip44":{"coinType":990},"bech32Config":{"bech32PrefixAccAddr":"testcore","bech32PrefixAccPub":"testcorepub","bech32PrefixValAddr":"testcorevaloper","bech32PrefixValPub":"testcorevaloperpub","bech32PrefixConsAddr":"testcorevalcons","bech32PrefixConsPub":"testcorevalconspub"},"currencies":[{"coinDenom":"TESTCORE","coinMinimalDenom":"utestcore","coinDecimals":6,"coinGeckoId":"coreum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"}],"stakeCurrency":{"coinDenom":"TESTCORE","coinMinimalDenom":"utestcore","coinDecimals":6,"coinGeckoId":"coreum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"},"feeCurrencies":[{"coinDenom":"TESTCORE","coinMinimalDenom":"utestcore","coinDecimals":6,"coinGeckoId":"coreum","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg","gasPriceStep":{"low":0.0625,"average":0.0625,"high":62.5}}],"features":[]},"theta-testnet-001":{"rpc":"https://rpc.sentry-01.theta-testnet.polypore.xyz","rest":"https://rest.sentry-01.theta-testnet.polypore.xyz","chainId":"theta-testnet-001","chainName":"Cosmos Hub Public Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cosmos","bech32PrefixAccPub":"cosmospub","bech32PrefixValAddr":"cosmosvaloper","bech32PrefixValPub":"cosmosvaloperpub","bech32PrefixConsAddr":"cosmosvalcons","bech32PrefixConsPub":"cosmosvalconspub"},"currencies":[{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}],"stakeCurrency":{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},"feeCurrencies":[{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"malaga-420":{"rpc":"https://rpc.malaga-420.cosmwasm.com:443","rest":"https://api.malaga-420.cosmwasm.com","chainId":"malaga-420","chainName":"CosmWasm Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"wasm","bech32PrefixAccPub":"wasmpub","bech32PrefixValAddr":"wasmvaloper","bech32PrefixValPub":"wasmvaloperpub","bech32PrefixConsAddr":"wasmvalcons","bech32PrefixConsPub":"wasmvalconspub"},"currencies":[{"coinDenom":"MLG","coinMinimalDenom":"umlg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg"},{"coinDenom":"AND","coinMinimalDenom":"uand","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg"}],"stakeCurrency":{"coinDenom":"MLG","coinMinimalDenom":"umlg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg"},"feeCurrencies":[{"coinDenom":"MLG","coinMinimalDenom":"umlg","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cosmwasmtestnet/images/cosmwasm.svg","gasPriceStep":{"low":0.03,"average":0.04,"high":0.05}}],"features":[]},"coss-testnet-1":{"rpc":"https://coss-testnet-rpc.coss.ink","rest":"https://coss-testnet-rest.coss.ink","chainId":"coss-testnet-1","chainName":"COSS Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"coss","bech32PrefixAccPub":"cosspub","bech32PrefixValAddr":"cossvaloper","bech32PrefixValPub":"cossvaloperpub","bech32PrefixConsAddr":"cossvalcons","bech32PrefixConsPub":"cossvalconspub"},"currencies":[{"coinDenom":"cgas","coinMinimalDenom":"ucgas","coinDecimals":6}],"stakeCurrency":{"coinDenom":"cgas","coinMinimalDenom":"ucgas","coinDecimals":6},"feeCurrencies":[{"coinDenom":"cgas","coinMinimalDenom":"ucgas","coinDecimals":6,"gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"cudos-testnet-public-3":{"rpc":"https://rpc.testnet.cudos.org:443/","rest":"https://rest.testnet.cudos.org:443","chainId":"cudos-testnet-public-3","chainName":"Cudos Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cudos","bech32PrefixAccPub":"cudospub","bech32PrefixValAddr":"cudosvaloper","bech32PrefixValPub":"cudosvaloperpub","bech32PrefixConsAddr":"cudosvalcons","bech32PrefixConsPub":"cudosvalconspub"},"currencies":[{"coinDenom":"CUDOS","coinMinimalDenom":"acudos","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.svg"}],"stakeCurrency":{"coinDenom":"CUDOS","coinMinimalDenom":"acudos","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.svg"},"feeCurrencies":[{"coinDenom":"CUDOS","coinMinimalDenom":"acudos","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cudostestnet/images/cudos.svg"}],"features":[]},"deardoge-testnet":{"rpc":"https://testnet-rpc.deardoge.org","rest":"https://testnet-rest.deardoge.org","chainId":"deardoge-testnet","chainName":"Dear Doge Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"deardoge","bech32PrefixAccPub":"deardogepub","bech32PrefixValAddr":"deardogevaloper","bech32PrefixValPub":"deardogevaloperpub","bech32PrefixConsAddr":"deardogevalcons","bech32PrefixConsPub":"deardogevalconspub"},"currencies":[{"coinDenom":"DEAR","coinMinimalDenom":"udear","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/deardogetestnet/images/deardoge.png"}],"stakeCurrency":{"coinDenom":"DEAR","coinMinimalDenom":"udear","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/deardogetestnet/images/deardoge.png"},"feeCurrencies":[{"coinDenom":"DEAR","coinMinimalDenom":"udear","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/deardogetestnet/images/deardoge.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"morpheus-apollo-3":{"rpc":"https://rpc.morpheus.desmos.network","rest":"https://lcd.morpheus.desmos.network","chainId":"morpheus-apollo-3","chainName":"Desmos Testnet","bip44":{"coinType":852},"bech32Config":{"bech32PrefixAccAddr":"desmos","bech32PrefixAccPub":"desmospub","bech32PrefixValAddr":"desmosvaloper","bech32PrefixValPub":"desmosvaloperpub","bech32PrefixConsAddr":"desmosvalcons","bech32PrefixConsPub":"desmosvalconspub"},"currencies":[{"coinDenom":"DARIC","coinMinimalDenom":"udaric","coinDecimals":6,"coinGeckoId":"desmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg"}],"stakeCurrency":{"coinDenom":"DARIC","coinMinimalDenom":"udaric","coinDecimals":6,"coinGeckoId":"desmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg"},"feeCurrencies":[{"coinDenom":"DARIC","coinMinimalDenom":"udaric","coinDecimals":6,"coinGeckoId":"desmos","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg","gasPriceStep":{"low":0.01,"average":0.03,"high":0.05}}],"features":[]},"vota-testnet":{"rpc":"https://vota-testnet-rpc.dorafactory.org/","rest":"https://vota-testnet-rest.dorafactory.org","chainId":"vota-testnet","chainName":"Dora Vota Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"dora","bech32PrefixAccPub":"dorapub","bech32PrefixValAddr":"doravaloper","bech32PrefixValPub":"doravaloperpub","bech32PrefixConsAddr":"doravalcons","bech32PrefixConsPub":"doravalconspub"},"currencies":[{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"}],"stakeCurrency":{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"},"feeCurrencies":[{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"vota-vk":{"rpc":"https://vota-vk-rpc.dorafactory.org/","rest":"https://vota-vk-rest.dorafactory.org","chainId":"vota-vk","chainName":"Dora Vota Incentive Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"dora","bech32PrefixAccPub":"dorapub","bech32PrefixValAddr":"doravaloper","bech32PrefixValPub":"doravaloperpub","bech32PrefixConsAddr":"doravalcons","bech32PrefixConsPub":"doravalconspub"},"currencies":[{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"}],"stakeCurrency":{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png"},"feeCurrencies":[{"coinDenom":"DORA","coinMinimalDenom":"peaka","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"dydx-testnet-4":{"rpc":"https://dydx-rpc-testnet.enigma-validator.com","rest":"https://dydx-lcd-testnet.enigma-validator.com","chainId":"dydx-testnet-4","chainName":"dYdX Protocol","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"dydx","bech32PrefixAccPub":"dydxpub","bech32PrefixValAddr":"dydxvaloper","bech32PrefixValPub":"dydxvaloperpub","bech32PrefixConsAddr":"dydxvalcons","bech32PrefixConsPub":"dydxvalconspub"},"currencies":[{"coinDenom":"DV4TNT","coinMinimalDenom":"adv4tnt","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}],"stakeCurrency":{"coinDenom":"DV4TNT","coinMinimalDenom":"adv4tnt","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"feeCurrencies":[{"coinDenom":"DV4TNT","coinMinimalDenom":"adv4tnt","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg","gasPriceStep":{"low":12500000000,"average":12500000000,"high":20000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"elystestnet-1":{"rpc":"https://rpc.testnet.elys.network","rest":"https://api.testnet.elys.network","chainId":"elystestnet-1","chainName":"Elys Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"elys","bech32PrefixAccPub":"elyspub","bech32PrefixValAddr":"elysvaloper","bech32PrefixValPub":"elysvaloperpub","bech32PrefixConsAddr":"elysvalcons","bech32PrefixConsPub":"elysvalconspub"},"currencies":[{"coinDenom":"ELYS","coinMinimalDenom":"uelys","coinDecimals":6,"coinGeckoId":"elys","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png"},{"coinDenom":"EDEN","coinMinimalDenom":"ueden","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/eden.png"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}],"stakeCurrency":{"coinDenom":"ELYS","coinMinimalDenom":"uelys","coinDecimals":6,"coinGeckoId":"elys","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png"},"feeCurrencies":[{"coinDenom":"ELYS","coinMinimalDenom":"uelys","coinDecimals":6,"coinGeckoId":"elys","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}},{"coinDenom":"USDC","coinMinimalDenom":"ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"circulus-1":{"rpc":"https://empower-testnet-rpc.polkachu.com:443","rest":"https://empower-testnet-api.polkachu.com:443","chainId":"circulus-1","chainName":"Empower Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"empower","bech32PrefixAccPub":"empowerpub","bech32PrefixValAddr":"empowervaloper","bech32PrefixValPub":"empowervaloperpub","bech32PrefixConsAddr":"empowervalcons","bech32PrefixConsPub":"empowervalconspub"},"currencies":[{"coinDenom":"MPWR","coinMinimalDenom":"umpwr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empowertestnet/images/mpwr.png"}],"stakeCurrency":{"coinDenom":"MPWR","coinMinimalDenom":"umpwr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empowertestnet/images/mpwr.png"},"feeCurrencies":[{"coinDenom":"MPWR","coinMinimalDenom":"umpwr","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empowertestnet/images/mpwr.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"entrypoint-pubtest-2":{"rpc":"https://testnet-rpc.entrypoint.zone","rest":"https://entry.api.t.stavr.tech","chainId":"entrypoint-pubtest-2","chainName":"EntryPoint Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"entrypoint","bech32PrefixAccPub":"entrypointpub","bech32PrefixValAddr":"entrypointvaloper","bech32PrefixValPub":"entrypointvaloperpub","bech32PrefixConsAddr":"entrypointvalcons","bech32PrefixConsPub":"entrypointvalconspub"},"currencies":[{"coinDenom":"ENTRY","coinMinimalDenom":"uentry","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}],"stakeCurrency":{"coinDenom":"ENTRY","coinMinimalDenom":"uentry","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entry.svg"},"feeCurrencies":[{"coinDenom":"ATOM","coinMinimalDenom":"ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.01,"average":0.01,"high":0.02}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"evmos_9000-4":{"rpc":"https://evmos.test.rpc.coldyvalidator.net","rest":"https://evmos.test.api.coldyvalidator.net","chainId":"evmos_9000-4","chainName":"Evmos Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"evmos","bech32PrefixAccPub":"evmospub","bech32PrefixValAddr":"evmosvaloper","bech32PrefixValPub":"evmosvaloperpub","bech32PrefixConsAddr":"evmosvalcons","bech32PrefixConsPub":"evmosvalconspub"},"currencies":[{"coinDenom":"TEVMOS","coinMinimalDenom":"atevmos","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.svg"}],"stakeCurrency":{"coinDenom":"TEVMOS","coinMinimalDenom":"atevmos","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.svg"},"feeCurrencies":[{"coinDenom":"TEVMOS","coinMinimalDenom":"atevmos","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"dorado-1":{"rpc":"https://rpc-dorado.fetch.ai:443","rest":"https://rest-dorado.fetch.ai","chainId":"dorado-1","chainName":"Fetch.ai Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"fetch","bech32PrefixAccPub":"fetchpub","bech32PrefixValAddr":"fetchvaloper","bech32PrefixValPub":"fetchvaloperpub","bech32PrefixConsAddr":"fetchvalcons","bech32PrefixConsPub":"fetchvalconspub"},"currencies":[{"coinDenom":"FET","coinMinimalDenom":"atestfet","coinDecimals":18,"coinGeckoId":"fetch-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"}],"stakeCurrency":{"coinDenom":"FET","coinMinimalDenom":"atestfet","coinDecimals":18,"coinGeckoId":"fetch-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"},"feeCurrencies":[{"coinDenom":"FET","coinMinimalDenom":"atestfet","coinDecimals":18,"coinGeckoId":"fetch-ai","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.035}}],"features":[]},"ebony-2":{"rpc":"https://ebony-rpc.finschia.io","rest":"https://ebony-api.finschia.io","chainId":"ebony-2","chainName":"Ebony","bip44":{"coinType":438},"bech32Config":{"bech32PrefixAccAddr":"tlink","bech32PrefixAccPub":"tlinkpub","bech32PrefixValAddr":"tlinkvaloper","bech32PrefixValPub":"tlinkvaloperpub","bech32PrefixConsAddr":"tlinkvalcons","bech32PrefixConsPub":"tlinkvalconspub"},"currencies":[{"coinDenom":"TFNSA","coinMinimalDenom":"tcony","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}],"stakeCurrency":{"coinDenom":"TFNSA","coinMinimalDenom":"tcony","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"},"feeCurrencies":[{"coinDenom":"TFNSA","coinMinimalDenom":"tcony","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg","gasPriceStep":{"low":0.015,"average":0.015,"high":0.015}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","ibc-transfer"]},"galactica_9302-1":{"rpc":"https://rpc.galactica.test.pfc.zone/","rest":"https://api.galactica.test.pfc.zone/","chainId":"galactica_9302-1","chainName":"Galactica Protocol Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"gala","bech32PrefixAccPub":"galapub","bech32PrefixValAddr":"galavaloper","bech32PrefixValPub":"galavaloperpub","bech32PrefixConsAddr":"galavalcons","bech32PrefixConsPub":"galavalconspub"},"currencies":[{"coinDenom":"GNET","coinMinimalDenom":"agnet","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"}],"stakeCurrency":{"coinDenom":"GNET","coinMinimalDenom":"agnet","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"},"feeCurrencies":[{"coinDenom":"GNET","coinMinimalDenom":"agnet","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png","gasPriceStep":{"low":10,"average":10,"high":20}}],"features":[]},"gitopia-janus-testnet-2":{"rpc":"https://gitopia-testnet.nodejumper.io","rest":"https://gitopia-testnet.nodejumper.io:1317","chainId":"gitopia-janus-testnet-2","chainName":"Gitopia Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"gitopia","bech32PrefixAccPub":"gitopiapub","bech32PrefixValAddr":"gitopiavaloper","bech32PrefixValPub":"gitopiavaloperpub","bech32PrefixConsAddr":"gitopiavalcons","bech32PrefixConsPub":"gitopiavalconspub"},"currencies":[{"coinDenom":"TLORE","coinMinimalDenom":"utlore","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/gitopiatestnet/images/gitopia.png"}],"stakeCurrency":{"coinDenom":"TLORE","coinMinimalDenom":"utlore","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/gitopiatestnet/images/gitopia.png"},"feeCurrencies":[{"coinDenom":"TLORE","coinMinimalDenom":"utlore","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/gitopiatestnet/images/gitopia.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"berberis-1":{"rpc":"https://rpc-berberis.hedgeblock.io","rest":"https://lcd-berberis.hedgeblock.io","chainId":"berberis-1","chainName":"Hedge Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"hedge","bech32PrefixAccPub":"hedgepub","bech32PrefixValAddr":"hedgevaloper","bech32PrefixValPub":"hedgevaloperpub","bech32PrefixConsAddr":"hedgevalcons","bech32PrefixConsPub":"hedgevalconspub"},"currencies":[{"coinDenom":"HEDGE","coinMinimalDenom":"uhedge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"}],"stakeCurrency":{"coinDenom":"HEDGE","coinMinimalDenom":"uhedge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"},"feeCurrencies":[{"coinDenom":"HEDGE","coinMinimalDenom":"uhedge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"testnet-1":{"rpc":"https://humans-testnet.nodejumper.io","rest":"https://humans-testnet.nodejumper.io:1317","chainId":"testnet-1","chainName":"Humans AI Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"humans","bech32PrefixAccPub":"humanspub","bech32PrefixValAddr":"humansvaloper","bech32PrefixValPub":"humansvaloperpub","bech32PrefixConsAddr":"humansvalcons","bech32PrefixConsPub":"humansvalconspub"},"currencies":[{"coinDenom":"HEART","coinMinimalDenom":"uheart","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/humanstestnet/images/humans.png"}],"stakeCurrency":{"coinDenom":"HEART","coinMinimalDenom":"uheart","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/humanstestnet/images/humans.png"},"feeCurrencies":[{"coinDenom":"HEART","coinMinimalDenom":"uheart","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/humanstestnet/images/humans.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"prajna-1":{"rpc":"https://rpc.prajna.hypersign.id","rest":"https://api.prajna.hypersign.id","chainId":"prajna-1","chainName":"Hypersign Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"hid","bech32PrefixAccPub":"hidpub","bech32PrefixValAddr":"hidvaloper","bech32PrefixValPub":"hidvaloperpub","bech32PrefixConsAddr":"hidvalcons","bech32PrefixConsPub":"hidvalconspub"},"currencies":[{"coinDenom":"HID","coinMinimalDenom":"uhid","coinDecimals":6,"coinGeckoId":"hypersign-identity-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hypersigntestnet/images/hypersign.png"}],"stakeCurrency":{"coinDenom":"HID","coinMinimalDenom":"uhid","coinDecimals":6,"coinGeckoId":"hypersign-identity-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hypersigntestnet/images/hypersign.png"},"feeCurrencies":[{"coinDenom":"HID","coinMinimalDenom":"uhid","coinDecimals":6,"coinGeckoId":"hypersign-identity-token","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hypersigntestnet/images/hypersign.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"devnet-1":{"rpc":"https://devnet.ixo.earth/rpc/","rest":"https://devnet.ixo.earth/rest/","chainId":"devnet-1","chainName":"ixo","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"ixo","bech32PrefixAccPub":"ixopub","bech32PrefixValAddr":"ixovaloper","bech32PrefixValPub":"ixovaloperpub","bech32PrefixConsAddr":"ixovalcons","bech32PrefixConsPub":"ixovalconspub"},"currencies":[{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinGeckoId":"ixo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg"}],"stakeCurrency":{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinGeckoId":"ixo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg"},"feeCurrencies":[{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinGeckoId":"ixo","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg","gasPriceStep":{"low":0.015,"average":0.025,"high":0.04}}],"features":[]},"pandora-8":{"rpc":"https://rpc.testnet.ixo.earth/","rest":"https://testnet.ixo.earth/rest/","chainId":"pandora-8","chainName":"ixo","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"ixo","bech32PrefixAccPub":"ixopub","bech32PrefixValAddr":"ixovaloper","bech32PrefixValPub":"ixovaloperpub","bech32PrefixConsAddr":"ixovalcons","bech32PrefixConsPub":"ixovalconspub"},"currencies":[{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}],"stakeCurrency":{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"feeCurrencies":[{"coinDenom":"IXO","coinMinimalDenom":"uixo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg","gasPriceStep":{"low":0.015,"average":0.025,"high":0.04}}],"features":[]},"imversed-test-1":{"rpc":"https://tx-endpoint-test.imversed.com/","rest":"https://query-endpoint-test.imversed.com/","chainId":"imversed-test-1","chainName":"Imversed Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"imv","bech32PrefixAccPub":"imvpub","bech32PrefixValAddr":"imvvaloper","bech32PrefixValPub":"imvvaloperpub","bech32PrefixConsAddr":"imvvalcons","bech32PrefixConsPub":"imvvalconspub"},"currencies":[{"coinDenom":"IMV","coinMinimalDenom":"nimv","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg"},{"coinDenom":"IMV","coinMinimalDenom":"ibc/C6438A7D613196373D939891C99CA7EEF4F78F4A78DC8590E51E62F8ED16E72B","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg"}],"stakeCurrency":{"coinDenom":"IMV","coinMinimalDenom":"nimv","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg"},"feeCurrencies":[{"coinDenom":"IMV","coinMinimalDenom":"nimv","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"injective-888":{"rpc":"https://injective-testnet-rpc.polkachu.com","rest":"https://injective-testnet-api.polkachu.com","chainId":"injective-888","chainName":"Injective","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"inj","bech32PrefixAccPub":"injpub","bech32PrefixValAddr":"injvaloper","bech32PrefixValPub":"injvaloperpub","bech32PrefixConsAddr":"injvalcons","bech32PrefixConsPub":"injvalconspub"},"currencies":[{"coinDenom":"INJ","coinMinimalDenom":"inj","coinDecimals":18,"coinGeckoId":"injective-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"}],"stakeCurrency":{"coinDenom":"INJ","coinMinimalDenom":"inj","coinDecimals":18,"coinGeckoId":"injective-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"},"feeCurrencies":[{"coinDenom":"INJ","coinMinimalDenom":"inj","coinDecimals":18,"coinGeckoId":"injective-protocol","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg","gasPriceStep":{"low":500000000,"average":700000000,"high":900000000}}],"features":[]},"canine-1":{"rpc":"http://jkl.rpc.t.stavr.tech:19127","rest":"https://jkl.api.t.stavr.tech","chainId":"canine-1","chainName":"Jackal","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"jkl","bech32PrefixAccPub":"jklpub","bech32PrefixValAddr":"jklvaloper","bech32PrefixValPub":"jklvaloperpub","bech32PrefixConsAddr":"jklvalcons","bech32PrefixConsPub":"jklvalconspub"},"currencies":[{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6,"coinGeckoId":"jackal","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.svg"}],"stakeCurrency":{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6,"coinGeckoId":"jackal","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.svg"},"feeCurrencies":[{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6,"coinGeckoId":"jackal","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/jackaltestnet/images/jkl.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"mesomelas-1":{"rpc":"https://jackal-testnet-v4-rpc.brocha.in","rest":"https://jackal-testnet-v4-rest.brocha.in","chainId":"mesomelas-1","chainName":"Jackal v4","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"jkl","bech32PrefixAccPub":"jklpub","bech32PrefixValAddr":"jklvaloper","bech32PrefixValPub":"jklvaloperpub","bech32PrefixConsAddr":"jklvalcons","bech32PrefixConsPub":"jklvalconspub"},"currencies":[{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6}],"stakeCurrency":{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6},"feeCurrencies":[{"coinDenom":"JKL","coinMinimalDenom":"ujkl","coinDecimals":6,"gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"uni-6":{"rpc":"https://juno-testnet-rpc.polkachu.com","rest":"https://juno-testnet-api.polkachu.com","chainId":"uni-6","chainName":"Juno Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"juno","bech32PrefixAccPub":"junopub","bech32PrefixValAddr":"junovaloper","bech32PrefixValPub":"junovaloperpub","bech32PrefixConsAddr":"junovalcons","bech32PrefixConsPub":"junovalconspub"},"currencies":[{"coinDenom":"JUNOX","coinMinimalDenom":"ujunox","coinDecimals":6,"coinGeckoId":"juno-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"},{"coinDenom":"NEXX","coinMinimalDenom":"factory/juno12klaltyqvg2j6v034jwdxrk5n4242ttse4sdpt/NEXX","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/nexx.png"},{"coinDenom":"ARENA","coinMinimalDenom":"factory/juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k/ARENA","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg"}],"stakeCurrency":{"coinDenom":"JUNOX","coinMinimalDenom":"ujunox","coinDecimals":6,"coinGeckoId":"juno-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"},"feeCurrencies":[{"coinDenom":"JUNOX","coinMinimalDenom":"ujunox","coinDecimals":6,"coinGeckoId":"juno-network","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg","gasPriceStep":{"low":0.003,"average":0.0045,"high":0.006}}],"features":[]},"kichain-t-4":{"rpc":"https://rpc-challenge.blockchain.ki/","rest":"https://api-challenge.blockchain.ki/","chainId":"kichain-t-4","chainName":"Ki","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"tki","bech32PrefixAccPub":"tkipub","bech32PrefixValAddr":"tkivaloper","bech32PrefixValPub":"tkivaloperpub","bech32PrefixConsAddr":"tkivalcons","bech32PrefixConsPub":"tkivalconspub"},"currencies":[{"coinDenom":"TKI","coinMinimalDenom":"utki","coinDecimals":6,"coinGeckoId":"ki","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"}],"stakeCurrency":{"coinDenom":"TKI","coinMinimalDenom":"utki","coinDecimals":6,"coinGeckoId":"ki","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"},"feeCurrencies":[{"coinDenom":"TKI","coinMinimalDenom":"utki","coinDecimals":6,"coinGeckoId":"ki","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"harpoon-4":{"rpc":"https://kujira-testnet-rpc.polkachu.com","rest":"https://kujira-testnet-api.polkachu.com/","chainId":"harpoon-4","chainName":"Kujira Harpoon","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"kujira","bech32PrefixAccPub":"kujirapub","bech32PrefixValAddr":"kujiravaloper","bech32PrefixValPub":"kujiravaloperpub","bech32PrefixConsAddr":"kujiravalcons","bech32PrefixConsPub":"kujiravalconspub"},"currencies":[{"coinDenom":"KUJI","coinMinimalDenom":"ukuji","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/kuji.png"},{"coinDenom":"FUZN","coinMinimalDenom":"factory/kujira16qpvzhmawvsm8mcj4hdvtz25dadatdhhgw79xa/FUZN","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/fuzn.png"}],"stakeCurrency":{"coinDenom":"KUJI","coinMinimalDenom":"ukuji","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/kuji.png"},"feeCurrencies":[{"coinDenom":"KUJI","coinMinimalDenom":"ukuji","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kujiratestnet/images/kuji.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"korellia-2":{"rpc":"https://rpc.korellia.kyve.network","rest":"https://api.korellia.kyve.network","chainId":"korellia-2","chainName":"KYVE Korellia","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"kyve","bech32PrefixAccPub":"kyvepub","bech32PrefixValAddr":"kyvevaloper","bech32PrefixValPub":"kyvevaloperpub","bech32PrefixConsAddr":"kyvevalcons","bech32PrefixConsPub":"kyvevalconspub"},"currencies":[{"coinDenom":"KYVE","coinMinimalDenom":"tkyve","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}],"stakeCurrency":{"coinDenom":"KYVE","coinMinimalDenom":"tkyve","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"feeCurrencies":[{"coinDenom":"KYVE","coinMinimalDenom":"tkyve","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"kaon-1":{"rpc":"https://rpc-eu-1.kaon.kyve.network","rest":"https://api-eu-1.kaon.kyve.network","chainId":"kaon-1","chainName":"KYVE Kaon","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"kyve","bech32PrefixAccPub":"kyvepub","bech32PrefixValAddr":"kyvevaloper","bech32PrefixValPub":"kyvevaloperpub","bech32PrefixConsAddr":"kyvevalcons","bech32PrefixConsPub":"kyvevalconspub"},"currencies":[{"coinDenom":"KYVE","coinMinimalDenom":"tkyve","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"}],"stakeCurrency":{"coinDenom":"KYVE","coinMinimalDenom":"tkyve","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},"feeCurrencies":[{"coinDenom":"KYVE","coinMinimalDenom":"tkyve","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg","gasPriceStep":{"low":0.02,"average":0.03,"high":0.06}}],"features":[]},"lava-testnet-2":{"rpc":"https://public-rpc-testnet2.lavanet.xyz:443/rpc/","rest":"https://public-rpc-testnet2.lavanet.xyz:443/rest/","chainId":"lava-testnet-2","chainName":"Lava Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"lava@","bech32PrefixAccPub":"lava@pub","bech32PrefixValAddr":"lava@valoper","bech32PrefixValPub":"lava@valoperpub","bech32PrefixConsAddr":"lava@valcons","bech32PrefixConsPub":"lava@valconspub"},"currencies":[{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],"stakeCurrency":{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"},"feeCurrencies":[{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg","gasPriceStep":{"low":0.000001,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"lava-testnet-1":{"rpc":"https://public-rpc-testnet2.lavanet.xyz/","rest":"https://public-rpc-testnet2.lavanet.xyz/rest/","chainId":"lava-testnet-1","chainName":"Lava","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"lava@","bech32PrefixAccPub":"lava@pub","bech32PrefixValAddr":"lava@valoper","bech32PrefixValPub":"lava@valoperpub","bech32PrefixConsAddr":"lava@valcons","bech32PrefixConsPub":"lava@valconspub"},"currencies":[{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],"stakeCurrency":{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"},"feeCurrencies":[{"coinDenom":"LAVA","coinMinimalDenom":"ulava","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":[]},"likecoin-public-testnet-5":{"rpc":"https://node.testnet.like.co/rpc/","rest":"https://node.testnet.like.co/","chainId":"likecoin-public-testnet-5","chainName":"LikeCoin Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"like","bech32PrefixAccPub":"likepub","bech32PrefixValAddr":"likevaloper","bech32PrefixValPub":"likevaloperpub","bech32PrefixConsAddr":"likevalcons","bech32PrefixConsPub":"likevalconspub"},"currencies":[{"coinDenom":"EKIL","coinMinimalDenom":"nanoekil","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"}],"stakeCurrency":{"coinDenom":"EKIL","coinMinimalDenom":"nanoekil","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"},"feeCurrencies":[{"coinDenom":"EKIL","coinMinimalDenom":"nanoekil","coinDecimals":9,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg","gasPriceStep":{"low":1000,"average":10000,"high":1000000}}],"features":[]},"lumenx-test":{"rpc":"https://testnet-rpc.lumenx.chaintools.tech/","rest":"https://testnet-api.lumenx.chaintools.tech/","chainId":"lumenx-test","chainName":"LumenX-Test","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"lumen","bech32PrefixAccPub":"lumenpub","bech32PrefixValAddr":"lumenvaloper","bech32PrefixValPub":"lumenvaloperpub","bech32PrefixConsAddr":"lumenvalcons","bech32PrefixConsPub":"lumenvalconspub"},"currencies":[{"coinDenom":"LUMEN","coinMinimalDenom":"ulumen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.svg"}],"stakeCurrency":{"coinDenom":"LUMEN","coinMinimalDenom":"ulumen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.svg"},"feeCurrencies":[{"coinDenom":"LUMEN","coinMinimalDenom":"ulumen","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"mantra-hongbai-1":{"rpc":"https://rpc.hongbai.mantrachain.io","rest":"https://api.hongbai.mantrachain.io","chainId":"mantra-hongbai-1","chainName":"MANTRA Hongbai Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"uom","bech32PrefixAccPub":"uompub","bech32PrefixValAddr":"uomvaloper","bech32PrefixValPub":"uomvaloperpub","bech32PrefixConsAddr":"uomvalcons","bech32PrefixConsPub":"uomvalconspub"},"currencies":[{"coinDenom":"OM","coinMinimalDenom":"uom","coinDecimals":6}],"stakeCurrency":{"coinDenom":"OM","coinMinimalDenom":"uom","coinDecimals":6},"feeCurrencies":[{"coinDenom":"OM","coinMinimalDenom":"uom","coinDecimals":6,"gasPriceStep":{"low":0.001,"average":0.002,"high":0.003}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"ares-1":{"rpc":"https://testnet-rpc.marsprotocol.io/","rest":"https://testnet-rest.marsprotocol.io/","chainId":"ares-1","chainName":"Mars Hub Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"mars","bech32PrefixAccPub":"marspub","bech32PrefixValAddr":"marsvaloper","bech32PrefixValPub":"marsvaloperpub","bech32PrefixConsAddr":"marsvalcons","bech32PrefixConsPub":"marsvalconspub"},"currencies":[{"coinDenom":"MARS","coinMinimalDenom":"umars","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"}],"stakeCurrency":{"coinDenom":"MARS","coinMinimalDenom":"umars","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},"feeCurrencies":[{"coinDenom":"MARS","coinMinimalDenom":"umars","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg","gasPriceStep":{"low":0,"average":0,"high":0.025}}],"features":[]},"narwhal-2":{"rpc":"https://migaloo-testnet-rpc.polkachu.com","rest":"https://migaloo-testnet-api.polkachu.com","chainId":"narwhal-2","chainName":"Migaloo Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"migaloo","bech32PrefixAccPub":"migaloopub","bech32PrefixValAddr":"migaloovaloper","bech32PrefixValPub":"migaloovaloperpub","bech32PrefixConsAddr":"migaloovalcons","bech32PrefixConsPub":"migaloovalconspub"},"currencies":[{"coinDenom":"WHALE","coinMinimalDenom":"uwhale","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"}],"stakeCurrency":{"coinDenom":"WHALE","coinMinimalDenom":"uwhale","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg"},"feeCurrencies":[{"coinDenom":"WHALE","coinMinimalDenom":"uwhale","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg","gasPriceStep":{"low":0.25,"average":0.5,"high":0.75}}],"features":[]},"neura_268-1":{"rpc":"","rest":"","chainId":"neura_268-1","chainName":"Neura Devnet","bip44":{"coinType":1},"bech32Config":{"bech32PrefixAccAddr":"neura","bech32PrefixAccPub":"neurapub","bech32PrefixValAddr":"neuravaloper","bech32PrefixValPub":"neuravaloperpub","bech32PrefixConsAddr":"neuravalcons","bech32PrefixConsPub":"neuravalconspub"},"currencies":[{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18}],"stakeCurrency":{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18},"feeCurrencies":[{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18,"gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"neura_267-1":{"rpc":"https://rpc.ankr.com/neura_testnet","rest":"","chainId":"neura_267-1","chainName":"Neura Testnet","bip44":{"coinType":1},"bech32Config":{"bech32PrefixAccAddr":"neura","bech32PrefixAccPub":"neurapub","bech32PrefixValAddr":"neuravaloper","bech32PrefixValPub":"neuravaloperpub","bech32PrefixConsAddr":"neuravalcons","bech32PrefixConsPub":"neuravalconspub"},"currencies":[{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18}],"stakeCurrency":{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18},"feeCurrencies":[{"coinDenom":"ANKR","coinMinimalDenom":"atankr","coinDecimals":18,"gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"pion-1":{"rpc":"https://rpc-falcron.pion-1.ntrn.tech","rest":"https://rest-falcron.pion-1.ntrn.tech","chainId":"pion-1","chainName":"Neutron Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"neutron","bech32PrefixAccPub":"neutronpub","bech32PrefixValAddr":"neutronvaloper","bech32PrefixValPub":"neutronvaloperpub","bech32PrefixConsAddr":"neutronvalcons","bech32PrefixConsPub":"neutronvalconspub"},"currencies":[{"coinDenom":"NTRN","coinMinimalDenom":"untrn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg"},{"coinDenom":"amATOM","coinMinimalDenom":"factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg"}],"stakeCurrency":{"coinDenom":"NTRN","coinMinimalDenom":"untrn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg"},"feeCurrencies":[{"coinDenom":"NTRN","coinMinimalDenom":"untrn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg","gasPriceStep":{"low":0.0053,"average":0.0053,"high":0.0053}}],"features":[]},"nibiru-devnet-1":{"rpc":"https://rpc.devnet-1.nibiru.fi","rest":"https://lcd.devnet-1.nibiru.fi","chainId":"nibiru-devnet-1","chainName":"Nibiru","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nibi","bech32PrefixAccPub":"nibipub","bech32PrefixValAddr":"nibivaloper","bech32PrefixValPub":"nibivaloperpub","bech32PrefixConsAddr":"nibivalcons","bech32PrefixConsPub":"nibivalconspub"},"currencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"stakeCurrency":{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"feeCurrencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg","gasPriceStep":{"low":0.025,"average":0.05,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"nibiru-devnet-2":{"rpc":"https://rpc.devnet-2.nibiru.fi","rest":"https://lcd.devnet-2.nibiru.fi","chainId":"nibiru-devnet-2","chainName":"Nibiru","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nibi","bech32PrefixAccPub":"nibipub","bech32PrefixValAddr":"nibivaloper","bech32PrefixValPub":"nibivaloperpub","bech32PrefixConsAddr":"nibivalcons","bech32PrefixConsPub":"nibivalconspub"},"currencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"stakeCurrency":{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"feeCurrencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg","gasPriceStep":{"low":0.025,"average":0.05,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"nibiru-testnet-1":{"rpc":"https://rpc.testnet-1.nibiru.fi","rest":"https://lcd.testnet-1.nibiru.fi","chainId":"nibiru-testnet-1","chainName":"Nibiru","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nibi","bech32PrefixAccPub":"nibipub","bech32PrefixValAddr":"nibivaloper","bech32PrefixValPub":"nibivaloperpub","bech32PrefixConsAddr":"nibivalcons","bech32PrefixConsPub":"nibivalconspub"},"currencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"stakeCurrency":{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"feeCurrencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg","gasPriceStep":{"low":0.025,"average":0.05,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"nibiru-testnet-2":{"rpc":"https://rpc.testnet-2.nibiru.fi","rest":"https://lcd.testnet-2.nibiru.fi","chainId":"nibiru-testnet-2","chainName":"Nibiru","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nibi","bech32PrefixAccPub":"nibipub","bech32PrefixValAddr":"nibivaloper","bech32PrefixValPub":"nibivaloperpub","bech32PrefixConsAddr":"nibivalcons","bech32PrefixConsPub":"nibivalconspub"},"currencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"stakeCurrency":{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"feeCurrencies":[{"coinDenom":"NIBI","coinMinimalDenom":"unibi","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg","gasPriceStep":{"low":0.025,"average":0.05,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"grand-1":{"rpc":"https://noble-testnet-rpc.polkachu.com","rest":"https://noble-testnet-api.polkachu.com","chainId":"grand-1","chainName":"Noble","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"noble","bech32PrefixAccPub":"noblepub","bech32PrefixValAddr":"noblevaloper","bech32PrefixValPub":"noblevaloperpub","bech32PrefixConsAddr":"noblevalcons","bech32PrefixConsPub":"noblevalconspub"},"currencies":[{"coinDenom":"STAKE","coinMinimalDenom":"ustake","coinDecimals":6},{"coinDenom":"LOVE","coinMinimalDenom":"ulove","coinDecimals":6},{"coinDenom":"USDC","coinMinimalDenom":"uusdc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"USDY","coinMinimalDenom":"ausdy","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg"}],"stakeCurrency":{"coinDenom":"STAKE","coinMinimalDenom":"ustake","coinDecimals":6},"feeCurrencies":[{"coinDenom":"USDC","coinMinimalDenom":"uusdc","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"nois-testnet-005":{"rpc":"https://nois-testnet-rpc.polkachu.com","rest":"https://api.nois.mcbnode.online","chainId":"nois-testnet-005","chainName":"Nois","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nois","bech32PrefixAccPub":"noispub","bech32PrefixValAddr":"noisvaloper","bech32PrefixValPub":"noisvaloperpub","bech32PrefixConsAddr":"noisvalcons","bech32PrefixConsPub":"noisvalconspub"},"currencies":[{"coinDenom":"NOIS","coinMinimalDenom":"unois","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"}],"stakeCurrency":{"coinDenom":"NOIS","coinMinimalDenom":"unois","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"},"feeCurrencies":[{"coinDenom":"NOIS","coinMinimalDenom":"unois","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg","gasPriceStep":{"low":0.05,"average":0.05,"high":0.1}}],"features":[]},"rila-1":{"rpc":"https://rila-cl.nolus.network:26657","rest":"https://rila-cl.nolus.network:1317","chainId":"rila-1","chainName":"Nolus Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"nolus","bech32PrefixAccPub":"noluspub","bech32PrefixValAddr":"nolusvaloper","bech32PrefixValPub":"nolusvaloperpub","bech32PrefixConsAddr":"nolusvalcons","bech32PrefixConsPub":"nolusvalconspub"},"currencies":[{"coinDenom":"NLS","coinMinimalDenom":"unls","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"}],"stakeCurrency":{"coinDenom":"NLS","coinMinimalDenom":"unls","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"},"feeCurrencies":[{"coinDenom":"NLS","coinMinimalDenom":"unls","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.05}}],"features":[]},"sandbox":{"rpc":"https://rpc.sandbox.nymtech.net","rest":"https://api.sandbox.nymtech.net","chainId":"sandbox","chainName":"Nym","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"n","bech32PrefixAccPub":"npub","bech32PrefixValAddr":"nvaloper","bech32PrefixValPub":"nvaloperpub","bech32PrefixConsAddr":"nvalcons","bech32PrefixConsPub":"nvalconspub"},"currencies":[{"coinDenom":"NYX","coinMinimalDenom":"unyx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png"},{"coinDenom":"NYM","coinMinimalDenom":"unym","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg"}],"stakeCurrency":{"coinDenom":"NYX","coinMinimalDenom":"unyx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png"},"feeCurrencies":[{"coinDenom":"NYX","coinMinimalDenom":"unyx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png","gasPriceStep":{"low":0.025,"average":0.025,"high":0.04}},{"coinDenom":"NYM","coinMinimalDenom":"unym","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg","gasPriceStep":{"low":0.025,"average":0.025,"high":0.04}}],"features":[]},"okp4-nemeton-1":{"rpc":"https://api.testnet.okp4.network/rpc","rest":"https://okptest-lcd.quickapi.com","chainId":"okp4-nemeton-1","chainName":"OKP4 Nemeton","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"okp4","bech32PrefixAccPub":"okp4pub","bech32PrefixValAddr":"okp4valoper","bech32PrefixValPub":"okp4valoperpub","bech32PrefixConsAddr":"okp4valcons","bech32PrefixConsPub":"okp4valconspub"},"currencies":[{"coinDenom":"KNOW","coinMinimalDenom":"uknow","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"}],"stakeCurrency":{"coinDenom":"KNOW","coinMinimalDenom":"uknow","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"},"feeCurrencies":[{"coinDenom":"KNOW","coinMinimalDenom":"uknow","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"osmo-test-4":{"rpc":"https://rpc.osmo-test.ccvalidators.com/","rest":"https://osmosistest-lcd.quickapi.com/","chainId":"osmo-test-4","chainName":"Osmosis Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"osmo","bech32PrefixAccPub":"osmopub","bech32PrefixValAddr":"osmovaloper","bech32PrefixValPub":"osmovaloperpub","bech32PrefixConsAddr":"osmovalcons","bech32PrefixConsPub":"osmovalconspub"},"currencies":[{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"ION","coinMinimalDenom":"uion","coinDecimals":6,"coinGeckoId":"ion","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg"}],"stakeCurrency":{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},"feeCurrencies":[{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg","gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":[]},"INVALID-ID-permtestnet-testnet-1":{"rpc":"https://rpc.3.finance/","rest":"https://rest.3.finance/","chainId":"INVALID-ID-permtestnet-testnet-1","chainName":"Perm Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"perm","bech32PrefixAccPub":"permpub","bech32PrefixValAddr":"permvaloper","bech32PrefixValPub":"permvaloperpub","bech32PrefixConsAddr":"permvalcons","bech32PrefixConsPub":"permvalconspub"},"currencies":[{"coinDenom":"PERM","coinMinimalDenom":"uperm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg"}],"stakeCurrency":{"coinDenom":"PERM","coinMinimalDenom":"uperm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg"},"feeCurrencies":[{"coinDenom":"PERM","coinMinimalDenom":"uperm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg","gasPriceStep":{"low":0.0025,"average":0.0025,"high":0.0024}}],"features":[]},"test-core-1":{"rpc":"https://rpc-testnet-persistence.architectnodes.com/","rest":"https://rest-testnet-persistence.architectnodes.com/","chainId":"test-core-1","chainName":"Persistence Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"persistence","bech32PrefixAccPub":"persistencepub","bech32PrefixValAddr":"persistencevaloper","bech32PrefixValPub":"persistencevaloperpub","bech32PrefixConsAddr":"persistencevalcons","bech32PrefixConsPub":"persistencevalconspub"},"currencies":[{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},{"coinDenom":"stkATOM","coinMinimalDenom":"stk/uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"}],"stakeCurrency":{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},"feeCurrencies":[{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg","gasPriceStep":{"low":0.05,"average":0.125,"high":0.2}}],"features":[]},"osmo-test-5":{"rpc":"https://rpc.osmotest5.osmosis.zone/","rest":"https://lcd.osmotest5.osmosis.zone/","chainId":"osmo-test-5","chainName":"Osmosis Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"osmo","bech32PrefixAccPub":"osmopub","bech32PrefixValAddr":"osmovaloper","bech32PrefixValPub":"osmovaloperpub","bech32PrefixConsAddr":"osmovalcons","bech32PrefixConsPub":"osmovalconspub"},"currencies":[{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"ION","coinMinimalDenom":"uion","coinDecimals":6,"coinGeckoId":"ion","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg"},{"coinDenom":"ATOM","coinMinimalDenom":"ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},{"coinDenom":"aUSDC.axl","coinMinimalDenom":"ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/1F42AC9631DBE03009219ECCFE151786F53A038DE9F7A07C709158514F1D5942","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg"},{"coinDenom":"JUNOX","coinMinimalDenom":"ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"},{"coinDenom":"MARS","coinMinimalDenom":"ibc/66A7ADA623D33D0B66C6890FE3E1AF3D638D56CE2B56F8BDA210B2AA62016216","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"AKT","coinMinimalDenom":"ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},{"coinDenom":"KYVE","coinMinimalDenom":"ibc/AB8AF05799E299FB5C5C80781DA35887F53E029745D20E5641233DB4E6B28515","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg"},{"coinDenom":"QCK","coinMinimalDenom":"ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},{"coinDenom":"C4E","coinMinimalDenom":"ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"},{"coinDenom":"XPRT","coinMinimalDenom":"ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},{"coinDenom":"XION","coinMinimalDenom":"ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png"},{"coinDenom":"TSAGA","coinMinimalDenom":"ibc/48384130079A5987378F5776775F8C29A02505273E777BBB99361F2BB5B577C9","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},{"coinDenom":"IXO","coinMinimalDenom":"ibc/88C815D69587CF0F05E96E5E2731EA56194D73C9A02A500095294D3A5DE68F16","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},{"coinDenom":"WILLYZ","coinMinimalDenom":"factory/osmo1zlkzu72774ynac53necz46u4ycqtp36wedrar0/willyz","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg"},{"coinDenom":"amATOM","coinMinimalDenom":"ibc/E972F89F57AF6BDE0CCC97CABFF4DD8D99408B8A741570E1E3D1C35465C98E5E","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg"},{"coinDenom":"TKX","coinMinimalDenom":"ibc/28EEF762052DB8C3D27A7BF625E9F86A1B3B689CC8D80C818CEDF2EB6CBA02A6","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png"}],"stakeCurrency":{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},"feeCurrencies":[{"coinDenom":"OSMO","coinMinimalDenom":"uosmo","coinDecimals":6,"coinGeckoId":"osmosis","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":[]},"test-core-2":{"rpc":"https://rpc-persistence-testnet-01.stakeflow.io/","rest":"https://api-persistence-testnet-01.stakeflow.io/","chainId":"test-core-2","chainName":"Persistence Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"persistence","bech32PrefixAccPub":"persistencepub","bech32PrefixValAddr":"persistencevaloper","bech32PrefixValPub":"persistencevaloperpub","bech32PrefixConsAddr":"persistencevalcons","bech32PrefixConsPub":"persistencevalconspub"},"currencies":[{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},{"coinDenom":"stkATOM","coinMinimalDenom":"stk/uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg"},{"coinDenom":"stkOSMO","coinMinimalDenom":"stk/uosmo","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg"},{"coinDenom":"stkDV4TNT","coinMinimalDenom":"stk/adv4tnt","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdv4tnt.svg"}],"stakeCurrency":{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},"feeCurrencies":[{"coinDenom":"XPRT","coinMinimalDenom":"uxprt","coinDecimals":6,"coinGeckoId":"persistence","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg","gasPriceStep":{"low":0.05,"average":0.125,"high":0.2}}],"features":[]},"planq_7077-1":{"rpc":"https://rpc-atlas.planq.network","rest":"https://rest-atlas.planq.network","chainId":"planq_7077-1","chainName":"Planq Atlas Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"plq","bech32PrefixAccPub":"plqpub","bech32PrefixValAddr":"plqvaloper","bech32PrefixValPub":"plqvaloperpub","bech32PrefixConsAddr":"plqvalcons","bech32PrefixConsPub":"plqvalconspub"},"currencies":[{"coinDenom":"tPLQ","coinMinimalDenom":"atplanq","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"}],"stakeCurrency":{"coinDenom":"tPLQ","coinMinimalDenom":"atplanq","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"},"feeCurrencies":[{"coinDenom":"tPLQ","coinMinimalDenom":"atplanq","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg","gasPriceStep":{"low":30000000000,"average":35000000000,"high":40000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"indigo-1":{"rpc":"https://testnet-rpc.pryzm.zone","rest":"https://testnet-api.pryzm.zone","chainId":"indigo-1","chainName":"Pryzm Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"pryzm","bech32PrefixAccPub":"pryzmpub","bech32PrefixValAddr":"pryzmvaloper","bech32PrefixValPub":"pryzmvaloperpub","bech32PrefixConsAddr":"pryzmvalcons","bech32PrefixConsPub":"pryzmvalconspub"},"currencies":[{"coinDenom":"PRYZM","coinMinimalDenom":"upryzm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm.svg"}],"stakeCurrency":{"coinDenom":"PRYZM","coinMinimalDenom":"upryzm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm.svg"},"feeCurrencies":[{"coinDenom":"PRYZM","coinMinimalDenom":"upryzm","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm.svg","gasPriceStep":{"low":0.015,"average":0.025,"high":0.04}}],"features":[]},"quasar-test-1":{"rpc":"https://quasar-testnet-rpc.polkachu.com/","rest":"https://quasar-testnet-api.polkachu.com/","chainId":"quasar-test-1","chainName":"Quasar Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"quasar","bech32PrefixAccPub":"quasarpub","bech32PrefixValAddr":"quasarvaloper","bech32PrefixValPub":"quasarvaloperpub","bech32PrefixConsAddr":"quasarvalcons","bech32PrefixConsPub":"quasarvalconspub"},"currencies":[{"coinDenom":"QSR","coinMinimalDenom":"uqsr","coinDecimals":6},{"coinDenom":"AYY","coinMinimalDenom":"uayy","coinDecimals":6},{"coinDenom":"ORO","coinMinimalDenom":"uoro","coinDecimals":6}],"stakeCurrency":{"coinDenom":"QSR","coinMinimalDenom":"uqsr","coinDecimals":6},"feeCurrencies":[{"coinDenom":"QSR","coinMinimalDenom":"uqsr","coinDecimals":6,"gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"rhye-2":{"rpc":"http://quick.rpc.t.stavr.tech:20027","rest":"https://quick.api.t.stavr.tech","chainId":"rhye-2","chainName":"Quicksilver Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"quick","bech32PrefixAccPub":"quickpub","bech32PrefixValAddr":"quickvaloper","bech32PrefixValPub":"quickvaloperpub","bech32PrefixConsAddr":"quickvalcons","bech32PrefixConsPub":"quickvalconspub"},"currencies":[{"coinDenom":"QCK","coinMinimalDenom":"uqck","coinDecimals":6,"coinGeckoId":"quicksilver","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"}],"stakeCurrency":{"coinDenom":"QCK","coinMinimalDenom":"uqck","coinDecimals":6,"coinGeckoId":"quicksilver","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png"},"feeCurrencies":[{"coinDenom":"QCK","coinMinimalDenom":"uqck","coinDecimals":6,"coinGeckoId":"quicksilver","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png","gasPriceStep":{"low":0.0001,"average":0.0001,"high":0.00025}}],"features":[]},"earendel-1":{"rpc":"https://testnet-rpc.qwoyn.studio","rest":"https://testnet-api.qwoyn.studio","chainId":"earendel-1","chainName":"Qwoyn","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"qwoyn","bech32PrefixAccPub":"qwoynpub","bech32PrefixValAddr":"qwoynvaloper","bech32PrefixValPub":"qwoynvaloperpub","bech32PrefixConsAddr":"qwoynvalcons","bech32PrefixConsPub":"qwoynvalconspub"},"currencies":[{"coinDenom":"QWOYN","coinMinimalDenom":"uqwoyn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"}],"stakeCurrency":{"coinDenom":"QWOYN","coinMinimalDenom":"uqwoyn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"},"feeCurrencies":[{"coinDenom":"QWOYN","coinMinimalDenom":"uqwoyn","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"provider":{"rpc":"https://rpc.provider-sentry-01.rs-testnet.polypore.xyz","rest":"https://rest.provider-sentry-01.rs-testnet.polypore.xyz","chainId":"provider","chainName":"Replicated Security Provider Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"cosmos","bech32PrefixAccPub":"cosmospub","bech32PrefixValAddr":"cosmosvaloper","bech32PrefixValPub":"cosmosvaloperpub","bech32PrefixConsAddr":"cosmosvalcons","bech32PrefixConsPub":"cosmosvalconspub"},"currencies":[{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}],"stakeCurrency":{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},"feeCurrencies":[{"coinDenom":"ATOM","coinMinimalDenom":"uatom","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"ssc-testnet-1":{"rpc":"https://testnet-ssc.sagarpc.io/","rest":"https://testnet-ssc-lcd.sagarpc.io/","chainId":"ssc-testnet-1","chainName":"Saga Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"saga","bech32PrefixAccPub":"sagapub","bech32PrefixValAddr":"sagavaloper","bech32PrefixValPub":"sagavaloperpub","bech32PrefixConsAddr":"sagavalcons","bech32PrefixConsPub":"sagavalconspub"},"currencies":[{"coinDenom":"TSAGA","coinMinimalDenom":"utsaga","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"}],"stakeCurrency":{"coinDenom":"TSAGA","coinMinimalDenom":"utsaga","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},"feeCurrencies":[{"coinDenom":"TSAGA","coinMinimalDenom":"utsaga","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":[]},"pulsar-3":{"rpc":"https://rpc.testnet.secretsaturn.net","rest":"https://lcd.testnet.secretsaturn.net","chainId":"pulsar-3","chainName":"Secret Network","bip44":{"coinType":529},"bech32Config":{"bech32PrefixAccAddr":"secret","bech32PrefixAccPub":"secretpub","bech32PrefixValAddr":"secretvaloper","bech32PrefixValPub":"secretvaloperpub","bech32PrefixConsAddr":"secretvalcons","bech32PrefixConsPub":"secretvalconspub"},"currencies":[{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinGeckoId":"secret","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}],"stakeCurrency":{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinGeckoId":"secret","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},"feeCurrencies":[{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinGeckoId":"secret","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"pulsar-2":{"rpc":"https://rpc.testnet.secretsaturn.net","rest":"http://testnet.securesecrets.org:1317","chainId":"pulsar-2","chainName":"Secret Network Testnet","bip44":{"coinType":529},"bech32Config":{"bech32PrefixAccAddr":"secret","bech32PrefixAccPub":"secretpub","bech32PrefixValAddr":"secretvaloper","bech32PrefixValPub":"secretvaloperpub","bech32PrefixConsAddr":"secretvalcons","bech32PrefixConsPub":"secretvalconspub"},"currencies":[{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}],"stakeCurrency":{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},"feeCurrencies":[{"coinDenom":"SCRT","coinMinimalDenom":"uscrt","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"sei-devnet-3":{"rpc":"https://rpc.sei-devnet-3.seinetwork.io","rest":"https://rest.sei-devnet-3.seinetwork.io","chainId":"sei-devnet-3","chainName":"Sei Devnet 3","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sei","bech32PrefixAccPub":"seipub","bech32PrefixValAddr":"seivaloper","bech32PrefixValPub":"seivaloperpub","bech32PrefixConsAddr":"seivalcons","bech32PrefixConsPub":"seivalconspub"},"currencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png"}],"stakeCurrency":{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png"},"feeCurrencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"atlantic-1":{"rpc":"https://sei-testnet-rpc.brocha.in","rest":"https://sei-testnet-rest.brocha.in","chainId":"atlantic-1","chainName":"Sei Atlantic","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sei","bech32PrefixAccPub":"seipub","bech32PrefixValAddr":"seivaloper","bech32PrefixValPub":"seivaloperpub","bech32PrefixConsAddr":"seivalcons","bech32PrefixConsPub":"seivalconspub"},"currencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png"}],"stakeCurrency":{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png"},"feeCurrencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"atlantic-2":{"rpc":"https://sei-testnet-2-rpc.brocha.in","rest":"https://sei-testnet-2-rest.brocha.in","chainId":"atlantic-2","chainName":"Sei Atlantic 2","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sei","bech32PrefixAccPub":"seipub","bech32PrefixValAddr":"seivaloper","bech32PrefixValPub":"seivaloperpub","bech32PrefixConsAddr":"seivalcons","bech32PrefixConsPub":"seivalconspub"},"currencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png"}],"stakeCurrency":{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png"},"feeCurrencies":[{"coinDenom":"SEI","coinMinimalDenom":"usei","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"self-dev-1":{"rpc":"https://rpc-devnet.selfchain.xyz","rest":"https://api-devnet.selfchain.xyz/","chainId":"self-dev-1","chainName":"Devnet 1","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"self","bech32PrefixAccPub":"selfpub","bech32PrefixValAddr":"selfvaloper","bech32PrefixValPub":"selfvaloperpub","bech32PrefixConsAddr":"selfvalcons","bech32PrefixConsPub":"selfvalconspub"},"currencies":[{"coinDenom":"SELF","coinMinimalDenom":"uself","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/selfchaindevnet/images/selfchain.png"}],"stakeCurrency":{"coinDenom":"SELF","coinMinimalDenom":"uself","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/selfchaindevnet/images/selfchain.png"},"feeCurrencies":[{"coinDenom":"SELF","coinMinimalDenom":"uself","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/selfchaindevnet/images/selfchain.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"sge-network-3":{"rpc":"https://rpc.testnet.sgenetwork.io","rest":"https://api.testnet.sgenetwork.io","chainId":"sge-network-3","chainName":"SGE Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sge","bech32PrefixAccPub":"sgepub","bech32PrefixValAddr":"sgevaloper","bech32PrefixValPub":"sgevaloperpub","bech32PrefixConsAddr":"sgevalcons","bech32PrefixConsPub":"sgevalconspub"},"currencies":[{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png"}],"stakeCurrency":{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png"},"feeCurrencies":[{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"sge-network-4":{"rpc":"https://rpc.testnet.sgenetwork.io","rest":"https://api.testnet.sgenetwork.io","chainId":"sge-network-4","chainName":"SGE Testnet4","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sge","bech32PrefixAccPub":"sgepub","bech32PrefixValAddr":"sgevaloper","bech32PrefixValPub":"sgevaloperpub","bech32PrefixConsAddr":"sgevalcons","bech32PrefixConsPub":"sgevalconspub"},"currencies":[{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}],"stakeCurrency":{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"feeCurrencies":[{"coinDenom":"SGE","coinMinimalDenom":"usge","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"fivenet":{"rpc":"https://rpc1.fivenet.sixprotocol.net:443","rest":"https://api1.fivenet.sixprotocol.net:443","chainId":"fivenet","chainName":"SIX Fivenet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"6x","bech32PrefixAccPub":"6xpub","bech32PrefixValAddr":"6xvaloper","bech32PrefixValPub":"6xvaloperpub","bech32PrefixConsAddr":"6xvalcons","bech32PrefixConsPub":"6xvalconspub"},"currencies":[{"coinDenom":"six","coinMinimalDenom":"usix","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sixtestnet/images/six.png"}],"stakeCurrency":{"coinDenom":"six","coinMinimalDenom":"usix","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sixtestnet/images/six.png"},"feeCurrencies":[{"coinDenom":"six","coinMinimalDenom":"usix","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sixtestnet/images/six.png","gasPriceStep":{"low":1.25,"average":1.5,"high":1.75}}],"features":[]},"soarchaintestnet":{"rpc":"https://rpc1.testnet.soarchain.com","rest":"https://api.testnet.soarchain.com/","chainId":"soarchaintestnet","chainName":"Soarchain Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"soar","bech32PrefixAccPub":"soarpub","bech32PrefixValAddr":"soarvaloper","bech32PrefixValPub":"soarvaloperpub","bech32PrefixConsAddr":"soarvalcons","bech32PrefixConsPub":"soarvalconspub"},"currencies":[{"coinDenom":"tsoar","coinMinimalDenom":"utsoar","coinDecimals":6}],"stakeCurrency":{"coinDenom":"tsoar","coinMinimalDenom":"utsoar","coinDecimals":6},"feeCurrencies":[{"coinDenom":"tsoar","coinMinimalDenom":"utsoar","coinDecimals":6,"gasPriceStep":{"low":0.01,"average":0.02,"high":0.1}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm"]},"sourcetest-1":{"rpc":"https://source-testnet-rpc.stake-town.com:443","rest":"https://source-testnet-api.stake-town.com:443","chainId":"sourcetest-1","chainName":"Source Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"source","bech32PrefixAccPub":"sourcepub","bech32PrefixValAddr":"sourcevaloper","bech32PrefixValPub":"sourcevaloperpub","bech32PrefixConsAddr":"sourcevalcons","bech32PrefixConsPub":"sourcevalconspub"},"currencies":[{"coinDenom":"SOURCE","coinMinimalDenom":"usource","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.svg"}],"stakeCurrency":{"coinDenom":"SOURCE","coinMinimalDenom":"usource","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.svg"},"feeCurrencies":[{"coinDenom":"SOURCE","coinMinimalDenom":"usource","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sourcetestnet/images/source.svg","gasPriceStep":{"low":0.05,"average":0.075,"high":0.1}}],"features":[]},"elgafar-1":{"rpc":"https://rpc.elgafar-1.stargaze-apis.com","rest":"https://rest.elgafar-1.stargaze-apis.com","chainId":"elgafar-1","chainName":"Stargaze Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"stars","bech32PrefixAccPub":"starspub","bech32PrefixValAddr":"starsvaloper","bech32PrefixValPub":"starsvaloperpub","bech32PrefixConsAddr":"starsvalcons","bech32PrefixConsPub":"starsvalconspub"},"currencies":[{"coinDenom":"STARS","coinMinimalDenom":"ustars","coinDecimals":6,"coinGeckoId":"stargaze","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png"}],"stakeCurrency":{"coinDenom":"STARS","coinMinimalDenom":"ustars","coinDecimals":6,"coinGeckoId":"stargaze","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png"},"feeCurrencies":[{"coinDenom":"STARS","coinMinimalDenom":"ustars","coinDecimals":6,"coinGeckoId":"stargaze","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","gasPriceStep":{"low":0.03,"average":0.04,"high":0.05}}],"features":[]},"stateset-1-testnet":{"rpc":"https://rpc.stateset.zone/","rest":"https://rest-api.stateset.zone","chainId":"stateset-1-testnet","chainName":"Stateset Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"stateset","bech32PrefixAccPub":"statesetpub","bech32PrefixValAddr":"statesetvaloper","bech32PrefixValPub":"statesetvaloperpub","bech32PrefixConsAddr":"statesetvalcons","bech32PrefixConsPub":"statesetvalconspub"},"currencies":[{"coinDenom":"STATE","coinMinimalDenom":"ustate","coinDecimals":6}],"stakeCurrency":{"coinDenom":"STATE","coinMinimalDenom":"ustate","coinDecimals":6},"feeCurrencies":[{"coinDenom":"STATE","coinMinimalDenom":"ustate","coinDecimals":6,"gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"stride-testnet-1":{"rpc":"https://stride.testnet-1.stridenet.co","rest":"https://stride.testnet-1.stridenet.co/api","chainId":"stride-testnet-1","chainName":"Stride Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"stride","bech32PrefixAccPub":"stridepub","bech32PrefixValAddr":"stridevaloper","bech32PrefixValPub":"stridevaloperpub","bech32PrefixConsAddr":"stridevalcons","bech32PrefixConsPub":"stridevalconspub"},"currencies":[{"coinDenom":"STRD","coinMinimalDenom":"ustrd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"}],"stakeCurrency":{"coinDenom":"STRD","coinMinimalDenom":"ustrd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"feeCurrencies":[{"coinDenom":"STRD","coinMinimalDenom":"ustrd","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"sunrise-test":{"rpc":"https://sunrise-test-1.cauchye.net/","rest":"https://sunrise-test-1.cauchye.net:1318","chainId":"sunrise-test","chainName":"Sunrise Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"sunrise","bech32PrefixAccPub":"sunrisepub","bech32PrefixValAddr":"sunrisevaloper","bech32PrefixValPub":"sunrisevaloperpub","bech32PrefixConsAddr":"sunrisevalcons","bech32PrefixConsPub":"sunrisevalconspub"},"currencies":[{"coinDenom":"vRISE","coinMinimalDenom":"uvrise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"},{"coinDenom":"RISE","coinMinimalDenom":"urise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"}],"stakeCurrency":{"coinDenom":"vRISE","coinMinimalDenom":"uvrise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg"},"feeCurrencies":[{"coinDenom":"RISE","coinMinimalDenom":"urise","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"swisstronik_1291-1":{"rpc":"https://rpc.testnet.swisstronik.com","rest":"https://api.testnet.swisstronik.com","chainId":"swisstronik_1291-1","chainName":"Swisstronik Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"swtr","bech32PrefixAccPub":"swtrpub","bech32PrefixValAddr":"swtrvaloper","bech32PrefixValPub":"swtrvaloperpub","bech32PrefixConsAddr":"swtrvalcons","bech32PrefixConsPub":"swtrvalconspub"},"currencies":[{"coinDenom":"SWTR","coinMinimalDenom":"aswtr","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/swisstroniktestnet/images/swisstronik.png"}],"stakeCurrency":{"coinDenom":"SWTR","coinMinimalDenom":"aswtr","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/swisstroniktestnet/images/swisstronik.png"},"feeCurrencies":[{"coinDenom":"SWTR","coinMinimalDenom":"aswtr","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/swisstroniktestnet/images/swisstronik.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"symphony-testnet-1":{"rpc":"https://rpc.testnet.symphonychain.org/","rest":"https://lcd.testnet.symphonychain.org/","chainId":"symphony-testnet-1","chainName":"Symphony Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"symphony","bech32PrefixAccPub":"symphonypub","bech32PrefixValAddr":"symphonyvaloper","bech32PrefixValPub":"symphonyvaloperpub","bech32PrefixConsAddr":"symphonyvalcons","bech32PrefixConsPub":"symphonyvalconspub"},"currencies":[{"coinDenom":"MLD","coinMinimalDenom":"note","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png"}],"stakeCurrency":{"coinDenom":"MLD","coinMinimalDenom":"note","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png"},"feeCurrencies":[{"coinDenom":"MLD","coinMinimalDenom":"note","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":[]},"temporal-test-2":{"rpc":"https://rpc.yieldmos.com/temporal-test-2","rest":"https://lcd.yieldmos.com/temporal-test-2","chainId":"temporal-test-2","chainName":"Temporal Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"temporal","bech32PrefixAccPub":"temporalpub","bech32PrefixValAddr":"temporalvaloper","bech32PrefixValPub":"temporalvaloperpub","bech32PrefixConsAddr":"temporalvalcons","bech32PrefixConsPub":"temporalvalconspub"},"currencies":[{"coinDenom":"TPRL","coinMinimalDenom":"utprl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/temporaltestnet/images/temporal.png"}],"stakeCurrency":{"coinDenom":"TPRL","coinMinimalDenom":"utprl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/temporaltestnet/images/temporal.png"},"feeCurrencies":[{"coinDenom":"TPRL","coinMinimalDenom":"utprl","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/temporaltestnet/images/temporal.png","gasPriceStep":{"low":0.01,"average":0.025,"high":0.04}}],"features":[]},"90u-4":{"rpc":"https://testnet-rpc.terp.network:443/","rest":"https://testnet-api.terp.network:443/","chainId":"90u-4","chainName":"Terp-Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"terp","bech32PrefixAccPub":"terppub","bech32PrefixValAddr":"terpvaloper","bech32PrefixValPub":"terpvaloperpub","bech32PrefixConsAddr":"terpvalcons","bech32PrefixConsPub":"terpvalconspub"},"currencies":[{"coinDenom":"TERPX","coinMinimalDenom":"uterpx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},{"coinDenom":"THIOLX","coinMinimalDenom":"uthiolx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"}],"stakeCurrency":{"coinDenom":"TERPX","coinMinimalDenom":"uterpx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},"feeCurrencies":[{"coinDenom":"THIOLX","coinMinimalDenom":"uthiolx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png","gasPriceStep":{"low":0.75,"average":1,"high":1.25}}],"features":[]},"90u-2":{"rpc":"https://terp-testnet-rpc.itrocket.net:443/","rest":"https://terp-testnet-api.itrocket.net:443/","chainId":"90u-2","chainName":"Terp-Network","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"terp","bech32PrefixAccPub":"terppub","bech32PrefixValAddr":"terpvaloper","bech32PrefixValPub":"terpvaloperpub","bech32PrefixConsAddr":"terpvalcons","bech32PrefixConsPub":"terpvalconspub"},"currencies":[{"coinDenom":"TERPX","coinMinimalDenom":"uterpx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},{"coinDenom":"THIOLX","coinMinimalDenom":"uthiolx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png"}],"stakeCurrency":{"coinDenom":"TERPX","coinMinimalDenom":"uterpx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png"},"feeCurrencies":[{"coinDenom":"THIOLX","coinMinimalDenom":"uthiolx","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/thiol.png","gasPriceStep":{"low":0.75,"average":1,"high":1.25}}],"features":[]},"pisco-1":{"rpc":"https://pisco-rpc.terra.dev:443","rest":"https://pisco-lcd.terra.dev:443","chainId":"pisco-1","chainName":"Terra 2.0","bip44":{"coinType":330},"bech32Config":{"bech32PrefixAccAddr":"terra","bech32PrefixAccPub":"terrapub","bech32PrefixValAddr":"terravaloper","bech32PrefixValPub":"terravaloperpub","bech32PrefixConsAddr":"terravalcons","bech32PrefixConsPub":"terravalconspub"},"currencies":[{"coinDenom":"LUNA","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}],"stakeCurrency":{"coinDenom":"LUNA","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"feeCurrencies":[{"coinDenom":"LUNA","coinMinimalDenom":"uluna","coinDecimals":6,"coinGeckoId":"terra-luna-2","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg","gasPriceStep":{"low":0.0125,"average":0.015,"high":0.04}}],"features":[]},"titan_18889-1":{"rpc":"https://titan-testnet-rpc.titanlab.io:443","rest":"https://titan-testnet-lcd.titanlab.io:443","chainId":"titan_18889-1","chainName":"Titan Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"titan","bech32PrefixAccPub":"titanpub","bech32PrefixValAddr":"titanvaloper","bech32PrefixValPub":"titanvaloperpub","bech32PrefixConsAddr":"titanvalcons","bech32PrefixConsPub":"titanvalconspub"},"currencies":[{"coinDenom":"TKX","coinMinimalDenom":"atkx","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png"}],"stakeCurrency":{"coinDenom":"TKX","coinMinimalDenom":"atkx","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png"},"feeCurrencies":[{"coinDenom":"TKX","coinMinimalDenom":"atkx","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png","gasPriceStep":{"low":100000000000,"average":110000000000,"high":200000000000}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"ulas":{"rpc":"http://65.49.204.199:26657","rest":"http://65.49.204.199:1317","chainId":"ulas","chainName":"ULAS","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"ulas","bech32PrefixAccPub":"ulaspub","bech32PrefixValAddr":"ulasvaloper","bech32PrefixValPub":"ulasvaloperpub","bech32PrefixConsAddr":"ulasvalcons","bech32PrefixConsPub":"ulasvalconspub"},"currencies":[{"coinDenom":"ULAS","coinMinimalDenom":"uulas","coinDecimals":6,"coinGeckoId":"ulas","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png"}],"stakeCurrency":{"coinDenom":"ULAS","coinMinimalDenom":"uulas","coinDecimals":6,"coinGeckoId":"ulas","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png"},"feeCurrencies":[{"coinDenom":"ULAS","coinMinimalDenom":"uulas","coinDecimals":6,"coinGeckoId":"ulas","coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png"}],"features":[]},"union-testnet-8":{"rpc":"https://rpc.testnet.bonlulu.uno","rest":"https://api.testnet.bonlulu.uno","chainId":"union-testnet-8","chainName":"Union Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"union","bech32PrefixAccPub":"unionpub","bech32PrefixValAddr":"unionvaloper","bech32PrefixValPub":"unionvaloperpub","bech32PrefixConsAddr":"unionvalcons","bech32PrefixConsPub":"unionvalconspub"},"currencies":[{"coinDenom":"UNO","coinMinimalDenom":"muno","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"}],"stakeCurrency":{"coinDenom":"UNO","coinMinimalDenom":"muno","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"},"feeCurrencies":[{"coinDenom":"UNO","coinMinimalDenom":"muno","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png","gasPriceStep":{"low":0.0025,"average":0.025,"high":0.04}}],"features":[]},"uptick_7000-2":{"rpc":"https://uptick-7000-2-rpc.staketab.org:443","rest":"https://uptick-7000-2-rest.staketab.org","chainId":"uptick_7000-2","chainName":"Uptick","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"uptick","bech32PrefixAccPub":"uptickpub","bech32PrefixValAddr":"uptickvaloper","bech32PrefixValPub":"uptickvaloperpub","bech32PrefixConsAddr":"uptickvalcons","bech32PrefixConsPub":"uptickvalconspub"},"currencies":[{"coinDenom":"UPTICK","coinMinimalDenom":"auptick","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/upticktestnet/images/uptick.png"}],"stakeCurrency":{"coinDenom":"UPTICK","coinMinimalDenom":"auptick","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/upticktestnet/images/uptick.png"},"feeCurrencies":[{"coinDenom":"UPTICK","coinMinimalDenom":"auptick","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/upticktestnet/images/uptick.png","gasPriceStep":{"low":0,"average":0,"high":0}}],"features":["stargate","no-legacy-stdTx","ibc-go","ibc-transfer"]},"vince_1903-1":{"rpc":"http://api-testnet.vincechain.com/:26657/","rest":"http://lcd-testnet.vincechain.com/:1317/","chainId":"vince_1903-1","chainName":"VinceChain Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"vce","bech32PrefixAccPub":"vcepub","bech32PrefixValAddr":"vcevaloper","bech32PrefixValPub":"vcevaloperpub","bech32PrefixConsAddr":"vcevalcons","bech32PrefixConsPub":"vcevalconspub"},"currencies":[{"coinDenom":"VCE","coinMinimalDenom":"avce","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"}],"stakeCurrency":{"coinDenom":"VCE","coinMinimalDenom":"avce","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"},"feeCurrencies":[{"coinDenom":"VCE","coinMinimalDenom":"avce","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png","gasPriceStep":{"low":10000000000,"average":25000000000,"high":40000000000}}],"features":[]},"buenavista-1":{"rpc":"https://rpc.buenavista.wardenprotocol.org/","rest":"https://api.buenavista.wardenprotocol.org/","chainId":"buenavista-1","chainName":"Warden Protocol Buenavista","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"warden","bech32PrefixAccPub":"wardenpub","bech32PrefixValAddr":"wardenvaloper","bech32PrefixValPub":"wardenvaloperpub","bech32PrefixConsAddr":"wardenvalcons","bech32PrefixConsPub":"wardenvalconspub"},"currencies":[{"coinDenom":"WARD","coinMinimalDenom":"uward","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg"}],"stakeCurrency":{"coinDenom":"WARD","coinMinimalDenom":"uward","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg"},"feeCurrencies":[{"coinDenom":"WARD","coinMinimalDenom":"uward","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg","gasPriceStep":{"low":0.01,"average":0.025,"high":0.03}}],"features":[]},"INVALID-ID-wavehashtestnet-testnet-1":{"rpc":"https://rpc.wavehash.online/","rest":"https://lcd.wavehash.online/","chainId":"INVALID-ID-wavehashtestnet-testnet-1","chainName":"wavehash Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"wavehash","bech32PrefixAccPub":"wavehashpub","bech32PrefixValAddr":"wavehashvaloper","bech32PrefixValPub":"wavehashvaloperpub","bech32PrefixConsAddr":"wavehashvalcons","bech32PrefixConsPub":"wavehashvalconspub"},"currencies":[{"coinDenom":"WAHAX","coinMinimalDenom":"uwahax","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/wavehashtestnet/images/WaveHash.png"}],"stakeCurrency":{"coinDenom":"WAHAX","coinMinimalDenom":"uwahax","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/wavehashtestnet/images/WaveHash.png"},"feeCurrencies":[{"coinDenom":"WAHAX","coinMinimalDenom":"uwahax","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/wavehashtestnet/images/WaveHash.png","gasPriceStep":{"low":0.0025,"average":0.0025,"high":0.0024}}],"features":[]},"xion-testnet-1":{"rpc":"https://testnet-burnt-rpc.lavenderfive.com","rest":"https://testnet-burnt-api.lavenderfive.com","chainId":"xion-testnet-1","chainName":"Xion Testnet","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"xion","bech32PrefixAccPub":"xionpub","bech32PrefixValAddr":"xionvaloper","bech32PrefixValPub":"xionvaloperpub","bech32PrefixConsAddr":"xionvalcons","bech32PrefixConsPub":"xionvalconspub"},"currencies":[{"coinDenom":"XION","coinMinimalDenom":"uxion","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png"},{"coinDenom":"AXL","coinMinimalDenom":"ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"},{"coinDenom":"OSMO","coinMinimalDenom":"ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/57097251ED81A232CE3C9D899E7C8096D6D87EF84BA203E12E424AA4C9B57A64","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"},{"coinDenom":"INJ","coinMinimalDenom":"ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"}],"stakeCurrency":{"coinDenom":"XION","coinMinimalDenom":"uxion","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png"},"feeCurrencies":[{"coinDenom":"XION","coinMinimalDenom":"uxion","coinDecimals":6,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png","gasPriceStep":{"low":0,"average":0.025,"high":0.04}}],"features":["stargate","no-legacy-stdTx","ibc-go","cosmwasm","wasmd_0.24+","ibc-transfer"]},"athens_7001-1":{"rpc":"https://zetachain-athens.blockpi.network/rpc/v1/public","rest":"https://zetachain-athens.blockpi.network/lcd/v1/public","chainId":"athens_7001-1","chainName":"ZetaChain Testnet","bip44":{"coinType":60},"bech32Config":{"bech32PrefixAccAddr":"zeta","bech32PrefixAccPub":"zetapub","bech32PrefixValAddr":"zetavaloper","bech32PrefixValPub":"zetavaloperpub","bech32PrefixConsAddr":"zetavalcons","bech32PrefixConsPub":"zetavalconspub"},"currencies":[{"coinDenom":"tZETA","coinMinimalDenom":"azeta","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zetachaintestnet/images/zetachaintestnet.svg"}],"stakeCurrency":{"coinDenom":"tZETA","coinMinimalDenom":"azeta","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zetachaintestnet/images/zetachaintestnet.svg"},"feeCurrencies":[{"coinDenom":"tZETA","coinMinimalDenom":"azeta","coinDecimals":18,"coinImageUrl":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zetachaintestnet/images/zetachaintestnet.svg","gasPriceStep":{"low":20000000000,"average":25000000000,"high":40000000000}}],"features":[]},"tomcat-1":{"rpc":"https://maze-rpc-18bdff44-3aa4-425e-9bc0-06a2afa40af8.ase1-prod.newmetric.xyz","rest":"https://maze-rest-18bdff44-3aa4-425e-9bc0-06a2afa40af8.ase1-prod.newmetric.xyz","chainId":"tomcat-1","chainName":"Blackwing","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/aee375e9d0b181f0d9d3a49f9a3d1d6b05d62b0ac81f8c92b9282afa4213d884","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/INIT.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},{"coinDenom":"TUC","coinMinimalDenom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"l2/aee375e9d0b181f0d9d3a49f9a3d1d6b05d62b0ac81f8c92b9282afa4213d884","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/aee375e9d0b181f0d9d3a49f9a3d1d6b05d62b0ac81f8c92b9282afa4213d884","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/INIT.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}}],"features":[]},"landlord-1":{"rpc":"https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz","rest":"https://maze-rest-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz","chainId":"landlord-1","chainName":"Civitia","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/INIT.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/INIT.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}}],"features":[]},"miniwasm-1":{"rpc":"https://rpc.miniwasm-1.initia.xyz","rest":"https://lcd.miniwasm-1.initia.xyz","chainId":"miniwasm-1","chainName":"Miniwasm","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/2588fd87a8e081f6a557f43ff14f05dddf5e34cb27afcefd6eaf81f1daea30d0","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},{"coinDenom":"TUC","coinMinimalDenom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"l2/2588fd87a8e081f6a557f43ff14f05dddf5e34cb27afcefd6eaf81f1daea30d0","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/2588fd87a8e081f6a557f43ff14f05dddf5e34cb27afcefd6eaf81f1daea30d0","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}}],"features":[]},"initiation-1":{"rpc":"https://b545809c-5562-4e60-b5a1-22e83df57748.initiation-1.mesa-rpc.ue1-prod.newmetric.xyz","rest":"https://b545809c-5562-4e60-b5a1-22e83df57748.initiation-1.mesa-rest.ue1-prod.newmetric.xyz","chainId":"initiation-1","chainName":"Initia","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"uinit","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ueth","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},{"coinDenom":"USDC","coinMinimalDenom":"uusdc","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC.svg"},{"coinDenom":"TIA","coinMinimalDenom":"utia","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},{"coinDenom":"USDC-INIT LP","coinMinimalDenom":"move/dbf06c48af3984ec6d9ae8a9aa7dbb0bb1e784aa9b8c4a5681af660cf8558d7d","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDC-INIT.svg"},{"coinDenom":"ETH-INIT LP","coinMinimalDenom":"move/a2b0d3c8e53e379ede31f3a361ff02716d50ec53c6b65b8c48a81d5b06548200","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH-INIT.svg"},{"coinDenom":"TUC","coinMinimalDenom":"ibc/276C63284D960E3E4D76AEFC9A8BA338BAD24E30530C7C95E7EFC4D250D4E23D","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},{"coinDenom":"TIA-INIT LP","coinMinimalDenom":"move/b134ae6786f10ef74294e627d2519b63b7c742a6735f98682929fea9a84744d2","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA-INIT.svg"},{"coinDenom":"TLP","coinMinimalDenom":"ibc/73D13E2708E021B78521AE9EE6159EFABCBA892EF39E68A08F969955B025E3B1","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.svg"},{"coinDenom":"wBTC","coinMinimalDenom":"move/ff11e7d22c7bd2177b1c721441e795c1df48a10a9638dda68505152f6a646b18","coinDecimals":9,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/wBTC.svg"},{"coinDenom":"USDT","coinMinimalDenom":"move/eb0f5927508f1d866dddc1ad3fe67c9d39c9149a80b75a5f4f4aa8f2e73a54a8","coinDecimals":9,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/USDT.svg"},{"coinDenom":"GAS","coinMinimalDenom":"move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"uinit","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"GAS","coinMinimalDenom":"move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/GAS.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}}],"features":[]},"minimove-1":{"rpc":"https://rpc.minimove-1.initia.xyz","rest":"https://lcd.minimove-1.initia.xyz","chainId":"minimove-1","chainName":"Minimove","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/771d639f30fbe45e3fbca954ffbe2fcc26f915f5513c67a4a2d0bc1d635bdefd","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},{"coinDenom":"TUC","coinMinimalDenom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"l2/771d639f30fbe45e3fbca954ffbe2fcc26f915f5513c67a4a2d0bc1d635bdefd","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/771d639f30fbe45e3fbca954ffbe2fcc26f915f5513c67a4a2d0bc1d635bdefd","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/INIT.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}}],"features":[]},"init-ai-1":{"rpc":"https://maze-rpc-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz","rest":"https://maze-rest-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz","chainId":"init-ai-1","chainName":"INIT AI","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/aadf1a9da6a38b7e7e11839364ee42002260eff1657f403b9ce608337bcb986b","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/INIT.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},{"coinDenom":"TUC","coinMinimalDenom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"l2/aadf1a9da6a38b7e7e11839364ee42002260eff1657f403b9ce608337bcb986b","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/aadf1a9da6a38b7e7e11839364ee42002260eff1657f403b9ce608337bcb986b","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/INIT.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}}],"features":[]},"birdee-1":{"rpc":"https://maze-rpc-c9796789-107d-49ab-b6de-059724d2a91d.ue1-prod.newmetric.xyz","rest":"https://maze-rest-c9796789-107d-49ab-b6de-059724d2a91d.ue1-prod.newmetric.xyz","chainId":"birdee-1","chainName":"Tucana","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/333f8e6ae6855338f99d451126bfefc1b920763c16681d55fbc7df68ccb36972","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"},{"coinDenom":"TUC","coinMinimalDenom":"utuc","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},{"coinDenom":"TLP","coinMinimalDenom":"move/17bf475fe65c54864db2ba45883b8d3fa198d80e4edd31088fd41d505075080b","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA-PERP.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"l2/333f8e6ae6855338f99d451126bfefc1b920763c16681d55fbc7df68ccb36972","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"TUC","coinMinimalDenom":"utuc","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg","gasPriceStep":{"low":0,"average":0,"high":0}}],"features":[]},"burrito-1":{"rpc":"https://burrito-1-rpc.lunchlunch.xyz","rest":"https://burrito-1-lcd.lunchlunch.xyz","chainId":"burrito-1","chainName":"Noon","bip44":{"coinType":118},"bech32Config":{"bech32PrefixAccAddr":"init","bech32PrefixAccPub":"initpub","bech32PrefixValAddr":"initvaloper","bech32PrefixValPub":"initvaloperpub","bech32PrefixConsAddr":"initvalcons","bech32PrefixConsPub":"initvalconspub"},"currencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.svg"},{"coinDenom":"ETH","coinMinimalDenom":"ibc/0E98D4D1D907597448FD3A7C33DDAE10A90FA86FC8A9F5A0B175393783F249CD","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/ETH.svg"},{"coinDenom":"USDC","coinMinimalDenom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/USDC.svg"},{"coinDenom":"TIA","coinMinimalDenom":"ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/TIA.svg"},{"coinDenom":"TUC","coinMinimalDenom":"ibc/3762BA3774945931505989900A95A73915BD8DD7C50AF32893D00EAE27976561","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},{"coinDenom":"NOON","coinMinimalDenom":"unoon","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg"}],"stakeCurrency":{"coinDenom":"INIT","coinMinimalDenom":"l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.svg"},"feeCurrencies":[{"coinDenom":"INIT","coinMinimalDenom":"l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/INIT.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}},{"coinDenom":"NOON","coinMinimalDenom":"unoon","coinDecimals":6,"coinGeckoId":"","coinImageUrl":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg","gasPriceStep":{"low":0.15,"average":0.15,"high":0.4}}],"features":[]}}; diff --git a/packages/widget/src/chains/chains.ts b/packages/widget/src/chains/chains.ts deleted file mode 100644 index 3f7f7a81b..000000000 --- a/packages/widget/src/chains/chains.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* eslint-disable */ -// @ts-nocheck -import { Chain } from "@graz-sh/types"; -import { ChainId } from "./types"; - -export const chainRecord: Record = {"acre_9052-1":{"$schema":"../chain.schema.json","chain_name":"acrechain","chain_id":"acre_9052-1","pretty_name":"Acrechain","website":"https://arable.finance/","status":"live","network_type":"mainnet","bech32_prefix":"acre","daemon_name":"acred","node_home":"$HOME/.acred","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aacre","fixed_min_gas_price":250000000,"low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"aacre"}]},"codebase":{"git_repo":"https://github.com/ArableProtocol/acrechain","recommended_version":"v1.1.1","compatible_versions":["v1.1.1"],"binaries":{},"genesis":{"genesis_url":"https://raw.githubusercontent.com/ArableProtocol/acrechain/main/networks/mainnet/acre_9052-1/genesis.json"},"versions":[{"name":"v1.1.1","recommended_version":"v1.1.1","compatible_versions":["v1.1.1"],"binaries":{}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"},"peers":{"seeds":[{"id":"ef28f065e24d60df275b06ae9f7fed8ba0823448","address":"46.4.81.204:34656","provider":"Kalia Network"},{"id":"1264ee73a2f40a16c2cbd80c1a824aad7cb082e4","address":"149.102.146.252:26656","provider":"D-Stake"},{"id":"bac90a590452337700e0033315e96430d19a3ffa","address":"23.106.238.167:26656","provider":"Synergy Nodes"},{"id":"d86d7a9d8059ae726f3322ff1eb9e2797fe62a72","address":"65.108.233.44:26616","provider":"StakeTab"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"acrechain-mainnet-seed.autostake.com:26956","provider":"AutoStake 🛡️ Slash Protected"}],"persistent_peers":[{"id":"ef28f065e24d60df275b06ae9f7fed8ba0823448","address":"46.4.81.204:34656","provider":"Kalia Network"},{"id":"1264ee73a2f40a16c2cbd80c1a824aad7cb082e4","address":"149.102.146.252:26656","provider":"D-Stake"},{"id":"bac90a590452337700e0033315e96430d19a3ffa","address":"23.106.238.167:26656","provider":"Synergy Nodes"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"acrechain-mainnet-peer.autostake.com:26956","provider":"AutoStake 🛡️ Slash Protected"},{"id":"82726047c95e4ddf9a0fa82e4c4c4f17cbf3f140","address":"213.32.24.201:27656","provider":"genznodes"},{"id":"7d630b6e517598b4dc84a07c15fe328709a2705b","address":"mainnet-acre.konsortech.xyz:13656","provider":"KonsorTech"},{"id":"402fca713e6b4ceddbc99684171b26375a39216b","address":"65.108.195.29:26126","provider":"Staketab"}]},"apis":{"rpc":[{"address":"https://rpc.acre.nodestake.top","provider":"nodestake"},{"address":"https://rpc-acre.synergynodes.com","provider":"Synergy Nodes"},{"address":"https://acrechain-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc.acre.tcnetwork.io","provider":"TC Network"},{"address":"https://mainnet-acre-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://acred-rpc.staketab.org:443","provider":"Staketab"}],"rest":[{"address":"https://lcd-acre.synergynodes.com","provider":"Synergy Nodes"},{"address":"https://acrechain-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest.acre.tcnetwork.io","provider":"TC Network"},{"address":"https://mainnet-acre-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://acred-rest.staketab.org","provider":"Staketab"}],"grpc":[{"address":"grpc.acre.nodestake.top:443","provider":"Nodestake"},{"address":"acrechain-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"acre-grpc.genznodes.dev:27090","provider":"genznodes"},{"address":"services.staketab.com:9008","provider":"Staketab"}],"evm-http-jsonrpc":[{"address":"https://jsonrpc-acre.d-stake.xyz","provider":"D-stake"},{"address":"https://rpc2-acre.synergynodes.com","provider":"Synergy Nodes"},{"address":"https://jsonrpc.acre.nodestake.top","provider":"Nodestake"},{"address":"https://acre-rpc-evm.genznodes.dev/","provider":"genznodes"},{"address":"https://evm-acre.sr20de.xyz/","provider":"Sr20de"},{"address":"https://evm.acrescan.com/","provider":"Anonstake"},{"address":"https://json-rpc.acre.tcnetwork.io","provider":"TC Network"},{"address":"https://mainnet-acre-evm.konsortech.xyz","provider":"KonsorTech"}]},"explorers":[{"kind":"blockscout","url":"https://acrescout.mindheartsoul.org","tx_page":"https://acrescout.mindheartsoul.org/tx/${txHash}"},{"kind":"blockscout","url":"https://acrescan.com","tx_page":"https://acrescan.com/tx/${txHash}"},{"kind":"blockscout","url":"https://acreblockexplorer.jet-node.com","tx_page":"https://acreblockexplorer.jet-node.com/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.nodestake.top/acre","tx_page":"https://explorer.nodestake.top/acre/tx/${txHash}"},{"kind":"ping.pub","url":"https://cosmosrun.info/acre-mainnet","tx_page":"https://cosmosrun.info/acre-mainnet/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/acre","tx_page":"https://explorer.tcnetwork.io/acre/transaction/${txHash}"}]},"eightball-1":{"$schema":"../chain.schema.json","chain_name":"8ball","chain_id":"eightball-1","pretty_name":"8ball","website":"https://8ball.info/","status":"live","network_type":"mainnet","bech32_prefix":"8ball","daemon_name":"8ball","node_home":"$HOME/.8ball","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uebl","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uebl"}]},"codebase":{"git_repo":"https://secp256k1.net/8ball.git","recommended_version":"v1","compatible_versions":["v1"],"binaries":{"linux/amd64":"https://8ball.info/8ball.tar.gz"},"cosmos_sdk_version":"0.46.7","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://8ball.info/8ball-genesis.json"},"versions":[{"name":"v1","recommended_version":"v1","compatible_versions":["v1"],"cosmos_sdk_version":"0.46.7","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://8ball.info/8ball.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"fca96d0a1d7357afb226a49c4c7d9126118c37e9","address":"one.8ball.info:26656","provider":"8ball"},{"id":"aa918e17c8066cd3b031f490f0019c1a95afe7e3","address":"two.8ball.info:26656","provider":"8ball"},{"id":"49778546e7511a1cd6dde65805cd70547c75ce2b","address":"rpc.8ball.nodexcapital.com:11056","provider":"NodeX Validator"}]},"apis":{"rpc":[{"address":"https://rpc.8ball.info/","provider":"8ball"},{"address":"https://rpc.8ball.nodestake.top","provider":"NodeStake"}],"rest":[{"address":"https://rest.8ball.info","provider":"8ball"},{"address":"https://api.8ball.nodestake.top","provider":"NodeStake"},{"address":"https://api-8ball.nodine.id/","provider":"Nodine.ID"}],"grpc":[{"address":"grpc.8ball.nodestake.top:443","provider":"NodeStake"},{"address":"https://grpc.8ball.nodexcapital.com:443","provider":"NodeX Validator"}]},"explorers":[{"url":"https://explorer.8ball.info/","tx_page":"https://explorer.8ball.info/8ball/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/8ball","tx_page":"https://ping.pub/8ball/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/8ball/","tx_page":"https://explorer.nodestake.top/8ball/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/8ball","tx_page":"https://explorer.tcnetwork.io/8ball/transaction/${txHash}"},{"kind":"TC Network","url":"https://explorer.co.id/8ball","tx_page":"https://explorer.co.id/8ball/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/8ball","tx_page":"https://explorer.nodexcapital.com/8ball/tx/${txHash}"}]},"agoric-3":{"$schema":"../chain.schema.json","chain_name":"agoric","chain_id":"agoric-3","pretty_name":"Agoric","website":"https://agoric.com/","status":"live","network_type":"mainnet","bech32_prefix":"agoric","daemon_name":"agd","node_home":"$HOME/.agoric","slip44":564,"alternative_slip44s":[118],"fees":{"fee_tokens":[{"denom":"ubld","low_gas_price":0.03,"average_gas_price":0.05,"high_gas_price":0.07},{"denom":"uist","low_gas_price":0.0034,"average_gas_price":0.007,"high_gas_price":0.02}]},"staking":{"staking_tokens":[{"denom":"ubld"}]},"codebase":{"git_repo":"https://github.com/Agoric/agoric-sdk/","recommended_version":"agoric-upgrade-15","compatible_versions":["agoric-upgrade-15"],"genesis":{"genesis_url":"https://main.agoric.net/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14456","provider":"Polkachu"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"agoric.rpc.kjnodes.com:12759","provider":"kjnodes"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"agoric-mainnet-seed.autostake.com:27106","provider":"AutoStake 🛡️ Slash Protected"},{"id":"6ab5521047ae8e7bb0273a90029a6d445eb1a0a1","address":"seed-agoric-01.stakeflow.io:2206","provider":"Stakeflow"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"6e26a1b4afa6889f841d7957e8c2b5d50d32d485","address":"95.216.53.26:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"agoric-mainnet-peer.autostake.com:27106","provider":"AutoStake 🛡️ Slash Protected"},{"id":"6ab5521047ae8e7bb0273a90029a6d445eb1a0a1","address":"peer-agoric-01.stakeflow.io:2206","provider":"Stakeflow"},{"id":"bf1bffc8a4a78b64f23deedefa6b9bbd4ce11174","address":"agoric.mellifera.network:12756","provider":"MELLIFERA"}]},"apis":{"rpc":[{"address":"https://main.rpc.agoric.net:443"},{"address":"https://agoric-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc.agoric.nodestake.top","provider":"NodeStake"},{"address":"https://agoric.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://agoric-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-agoric-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://agoric-rpc.0base.dev","provider":"0base.vc"},{"address":"https://agoric-rpc.stakeangle.com","provider":"StakeAngle"},{"address":"https://agoric-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc.agoric.stakewith.us","provider":"StakeWithUs"},{"address":"https://rpc-agoric-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://agoric-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc.agoric.bronbro.io:443","provider":"Bro_n_Bro"}],"rest":[{"address":"https://main.api.agoric.net:443"},{"address":"https://api.agoric.nodestake.top","provider":"NodeStake"},{"address":"https://agoric-api.polkachu.com","provider":"Polkachu"},{"address":"https://agoric.api.kjnodes.com","provider":"kjnodes"},{"address":"https://agoric-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api-agoric-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://agoric-rest.0base.dev","provider":"0base.vc"},{"address":"https://agoric-api.w3coins.io","provider":"w3coins"},{"address":"https://agoric.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.agoric.stakewith.us","provider":"StakeWithUs"},{"address":"https://api-agoric-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://agoric-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://lcd.agoric.bronbro.io:443","provider":"Bro_n_Bro"}],"grpc":[{"address":"grpc.agoric.nodestake.top:443","provider":"NodeStake"},{"address":"agoric-grpc.polkachu.com:14490","provider":"Polkachu"},{"address":"agoric-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"agoric.grpc.kjnodes.com:12790","provider":"kjnodes"},{"address":"grpc-agoric-01.stakeflow.io:2202","provider":"Stakeflow"},{"address":"agoric.mellifera.network:9090","provider":"MELLIFERA"},{"address":"agoric-grpc.w3coins.io:14490","provider":"w3coins"},{"address":"https://grpc.agoric.stakewith.us","provider":"StakeWithUs"},{"address":"grpc-agoric-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"agoric-grpc.stakeandrelax.net:14490","provider":"Stake&Relax 🦥"},{"address":"https://grpc.agoric.bronbro.io:443","provider":"Bro_n_Bro"}]},"explorers":[{"kind":"explorers.guru","url":"https://agoric.explorers.guru","tx_page":"https://agoric.explorers.guru/transaction/${txHash}","account_page":"https://agoric.explorers.guru/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/agoric/","tx_page":"https://atomscan.com/agoric/transactions/${txHash}","account_page":"https://atomscan.com/agoric/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/agoric","account_page":"https://stakeflow.io/agoric/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Agoric","tx_page":"https://explorer.stavr.tech/Agoric/tx/${txHash}","account_page":"https://explorer.stavr.tech/Agoric/account/${accountAddress}"}]},"aioz_168-1":{"$schema":"../chain.schema.json","chain_name":"aioz","chain_id":"aioz_168-1","pretty_name":"AIOZ Network","website":"https://aioz.network/","status":"live","network_type":"mainnet","bech32_prefix":"aioz","daemon_name":"aiozd","node_home":"$HOME/.aioz","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"attoaioz","fixed_min_gas_price":7000000000,"low_gas_price":7000000000,"average_gas_price":7000000000,"high_gas_price":10000000000}]},"staking":{"staking_tokens":[{"denom":"attoaioz"}],"lock_duration":{"time":"2419200s"}},"codebase":{"git_repo":"https://github.com/AIOZNetwork/go-aioz","recommended_version":"v1.5.0","compatible_versions":["v1.5.0"],"binaries":{"linux/amd64":"https://archive.aioz.network/aiozd-v1.5.0-linux-amd64","darwin/amd64":"https://archive.aioz.network/aiozd-v1.5.0-darwin-amd64","windows/amd64":"https://archive.aioz.network/aiozd-v1.5.0-windows-amd64.exe"},"genesis":{"genesis_url":"https://archive.aioz.network/aioz_168-1/genesis.json"},"versions":[{"name":"v1.0.0","next_version_name":"v1.2.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://archive.aioz.network/aiozd-v1.0.0-linux-amd64.tar.gz","darwin/amd64":"https://archive.aioz.network/aiozd-v1.0.0-darwin-amd64.tar.gz","windows/amd64":"https://archive.aioz.network/aiozd-v1.0.0-windows-amd64.zip"}},{"name":"v1.2.0","next_version_name":"v1.3.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"binaries":{"linux/amd64":"https://archive.aioz.network/aiozd-v1.2.0-linux-amd64.tar.gz","darwin/amd64":"https://archive.aioz.network/aiozd-v1.2.0-darwin-amd64.tar.gz","windows/amd64":"https://archive.aioz.network/aiozd-v1.2.0-windows-amd64.zip"}},{"name":"v1.3.0","next_version_name":"v1.4.0","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"binaries":{"linux/amd64":"https://archive.aioz.network/aiozd-v1.3.0-linux-amd64.tar.gz","darwin/amd64":"https://archive.aioz.network/aiozd-v1.3.0-darwin-amd64.tar.gz","windows/amd64":"https://archive.aioz.network/aiozd-v1.3.0-windows-amd64.zip"}},{"name":"v1.4","recommended_version":"v1.4.1","compatible_versions":["v1.4.1","v1.4.0"],"binaries":{"linux/amd64":"https://archive.aioz.network/aiozd-v1.4.1-linux-amd64.tar.gz","darwin/amd64":"https://archive.aioz.network/aiozd-v1.4.1-darwin-amd64.tar.gz","windows/amd64":"https://archive.aioz.network/aiozd-v1.4.1-windows-amd64.zip"}},{"name":"v1.5","recommended_version":"v1.5.0","compatible_versions":["v1.5.0"],"binaries":{"linux/amd64":"https://archive.aioz.network/aiozd-v1.5.0-linux-amd64","darwin/amd64":"https://archive.aioz.network/aiozd-v1.5.0-darwin-amd64","windows/amd64":"https://archive.aioz.network/aiozd-v1.5.0-windows-amd64.exe"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"},"peers":{"seeds":[{"id":"aab202d5648772a8b5be3db575a8a7dd577db78f","address":"167.172.6.76:26656"},{"id":"ef834ca8044d345db334fbf6a6bfe7230f429739","address":"35.236.45.174:26656"},{"id":"b13a849f59ff3e0558d248c3e9eb9bf4a360bb77","address":"20.187.94.254:26656"},{"id":"849e6023440355412bc9a9d5bc0731143e7d657a","address":"13.53.208.41:26656"}],"persistent_peers":[{"id":"aab202d5648772a8b5be3db575a8a7dd577db78f","address":"167.172.6.76:26656"},{"id":"ef834ca8044d345db334fbf6a6bfe7230f429739","address":"35.236.45.174:26656"},{"id":"b13a849f59ff3e0558d248c3e9eb9bf4a360bb77","address":"20.187.94.254:26656"},{"id":"849e6023440355412bc9a9d5bc0731143e7d657a","address":"13.53.208.41:26656"}]},"apis":{"rpc":[{"address":"https://rpc-dataseed.aioz.network:443","provider":"AIOZ Network"}],"rest":[{"address":"https://lcd-dataseed.aioz.network","provider":"AIOZ Network"}],"grpc":[{"address":"grpc-dataseed.aioz.network:443","provider":"AIOZ Network"}],"evm-http-jsonrpc":[{"address":"https://eth-dataseed.aioz.network","provider":"AIOZ Network"}]},"explorers":[{"kind":"aioz","url":"https://explorer.aioz.network","tx_page":"https://explorer.aioz.network/tx/${txHash}"}],"extra_codecs":["ethermint"]},"akashnet-2":{"$schema":"../chain.schema.json","chain_name":"akash","chain_id":"akashnet-2","pretty_name":"Akash","website":"https://akash.network/","status":"live","network_type":"mainnet","bech32_prefix":"akash","daemon_name":"akash","node_home":"$HOME/.akash","slip44":118,"fees":{"fee_tokens":[{"denom":"uakt","fixed_min_gas_price":0.00025,"low_gas_price":0.00025,"average_gas_price":0.0025,"high_gas_price":0.025}]},"staking":{"staking_tokens":[{"denom":"uakt"}]},"codebase":{"git_repo":"https://github.com/akash-network/node/","recommended_version":"v0.36.0","compatible_versions":["v0.36.0"],"binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_arm64.zip"},"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"akash-network/cometbft v0.34.27-akash"},"ibc_go_version":"v4.6.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/akash-network/net/master/mainnet/genesis.json"},"versions":[{"name":"v0.22.0","next_version_name":"v0.24.0","recommended_version":"v0.22.7","compatible_versions":["v0.22.7"],"binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.22.7/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.22.7/akash_linux_arm64.zip"}},{"name":"v0.24.0","next_version_name":"v0.26.0","recommended_version":"v0.24.0","compatible_versions":["v0.24.0"],"binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.24.0/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.24.0/akash_linux_arm64.zip"}},{"name":"v0.26.0","height":12992204,"proposal":231,"next_version_name":"v0.28.0","recommended_version":"v0.26.2","compatible_versions":["v0.26.1","v0.26.2"],"binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.26.2/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.26.2/akash_linux_arm64.zip"}},{"name":"v0.28.0","height":13759618,"proposal":237,"next_version_name":"v0.30.0","recommended_version":"v0.28.2","compatible_versions":["v0.28.2"],"binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.28.2/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.28.2/akash_linux_arm64.zip"}},{"name":"v0.30.0","height":1388074,"proposal":238,"next_version_name":"v0.32.0","recommended_version":"v0.30.0","compatible_versions":["v0.30.0"],"binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_arm64.zip"}},{"name":"v0.32.0","height":15414427,"proposal":249,"next_version_name":"v0.34.0","recommended_version":"v0.32.1","compatible_versions":["v0.32.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"akash-network/cometbft v0.34.27-akash"},"ibc_go_version":"v4.4.2","binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.32.1/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.32.1238/akash_linux_arm64.zip"}},{"name":"v0.34.0","height":16133283,"proposal":256,"next_version_name":"v0.36.0","recommended_version":"v0.34.1","compatible_versions":["v0.34.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"akash-network/cometbft v0.34.27-akash"},"ibc_go_version":"v4.6.0","binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_arm64.zip"}},{"name":"v0.36.0","height":16708237,"proposal":257,"recommended_version":"v0.36.0","compatible_versions":["v0.36.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"akash-network/cometbft v0.34.27-akash"},"ibc_go_version":"v4.6.0","binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_arm64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}],"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"},"peers":{"seeds":[{"id":"4acf579e2744268f834c713e894850995bbf0ffa","address":"50.18.31.225:26656"},{"id":"86afe23f116ba4754a19819a55d153008eb74b48","address":"15.164.87.75:26656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:12856","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:12856","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"akash-mainnet-seed.autostake.com:26696","provider":"AutoStake 🛡️ Slash Protected"},{"id":"5e37aefd2a0b9d036b1609a45d6487606da0204b","address":"rpc.ny.akash.farm:26656"},{"id":"47f7b7a021497ad7a338ea041f19a1a11ae06795","address":"rpc.la.akash.farm:26656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"9aa4c9097c818871e45aaca4118a9fe5e86c60e2","address":"seed-akash-01.stakeflow.io:1506","provider":"Stakeflow"},{"id":"61686e588f0af938484579adbc2093adff06c7aa","address":"europlots.com:26656"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:12856","provider":"WhisperNode 🤐"}],"persistent_peers":[{"id":"4acf579e2744268f834c713e894850995bbf0ffa","address":"50.18.31.225:26656"},{"id":"86afe23f116ba4754a19819a55d153008eb74b48","address":"15.164.87.75:26656"},{"id":"20180c45451739668f6e272e007818139dba31e7","address":"88.198.62.198:2020"},{"id":"1bfbbf77beeb2c1ace50443478035a255a7e510f","address":"136.24.44.100:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"akash-mainnet-peer.autostake.com:26696","provider":"AutoStake 🛡️ Slash Protected"},{"id":"9aa4c9097c818871e45aaca4118a9fe5e86c60e2","address":"peer-akash-01.stakeflow.io:1506","provider":"Stakeflow"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"akash.declab.pro:26603","provider":"Decloud Nodes Lab"}]},"apis":{"rpc":[{"address":"https://rpc.akash.forbole.com:443","provider":"forbole"},{"address":"https://rpc-akash.ecostake.com:443","provider":"ecostake"},{"address":"https://akash-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes"},{"address":"https://akash-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-akash.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://rpc-akash-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"http://akash.c29r3.xyz:80/rpc","provider":"c29r3"},{"address":"https://akash-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://akash-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://rpc-akash-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://akash-mainnet-rpc.cosmonautstakes.com:443","provider":"Cosmonaut Stakes"},{"address":"https://akash-rpc.w3coins.io","provider":"w3coins"},{"address":"https://akash-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://akash-rpc.validatornode.com","provider":"ValidatorNode"},{"address":"https://rpc-akash.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://public.stakewolle.com/cosmos/akash/rpc","provider":"Stakewolle"},{"address":"https://akash.declab.pro:26601","provider":"Decloud Nodes Lab"}],"rest":[{"address":"https://api.akash.forbole.com:443","provider":"forbole"},{"address":"https://rest-akash.ecostake.com","provider":"ecostake"},{"address":"https://akash-api.lavenderfive.com:443","provider":"Lavender.Five Nodes"},{"address":"https://akash-api.polkachu.com","provider":"Polkachu"},{"address":"https://api-akash.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://api-akash-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://akash.c29r3.xyz:443/api","provider":"c29r3"},{"address":"https://akash-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://akash-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://api-akash-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://akash-mainnet-rest.cosmonautstakes.com:443","provider":"Cosmonaut Stakes"},{"address":"https://akash-api.w3coins.io","provider":"w3coins"},{"address":"https://akash-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://akash-api.validatornode.com","provider":"ValidatorNode"},{"address":"https://api-akash.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://public.stakewolle.com/cosmos/akash/rest","provider":"Stakewolle"},{"address":"https://akash.declab.pro:443","provider":"Decloud Nodes Lab"}],"grpc":[{"address":"grpc-akash-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"akash-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"akash-grpc.polkachu.com:12890","provider":"Polkachu"},{"address":"akash-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-akash.cosmos-spaces.cloud:1110","provider":"Cosmos Spaces"},{"address":"grpc-akash-01.stakeflow.io:1502","provider":"Stakeflow"},{"address":"akash-grpc.w3coins.io:12890","provider":"w3coins"},{"address":"akash-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://akash.declab.pro:9001","provider":"Decloud Nodes Lab"},{"address":"grpc-akash.whispernode.com:443","provider":"WhisperNode 🤐"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/akash","tx_page":"https://ezstaking.app/akash/txs/${txHash}","account_page":"https://ezstaking.app/akash/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/akash","tx_page":"https://www.mintscan.io/akash/transactions/${txHash}","account_page":"https://www.mintscan.io/akash/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/akash-network","tx_page":"https://ping.pub/akash-network/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/akash","tx_page":"https://atomscan.com/akash/transactions/${txHash}","account_page":"https://atomscan.com/akash/accounts/${accountAddress}"},{"kind":"cloudmos","url":"https://cloudmos.io/blocks","tx_page":"https://cloudmos.io/transactions/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/akash","account_page":"https://stakeflow.io/akash/accounts/${accountAddress}"},{"kind":"ValidatorNode","url":"https://explorer.validatornode.com/akash-network","tx_page":"https://explorer.validatornode.com/akash-network/tx/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Akash","tx_page":"https://explorer.declab.pro/Akash/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/akash","tx_page":"https://mainnet.whispernode.com/akash/tx/${txHash}","account_page":"https://mainnet.whispernode.com/akash/account/${accountAddress}"}]},"akiro-1":{"$schema":"../chain.schema.json","chain_name":"akiro","chain_id":"akiro-1","pretty_name":"Akiro","status":"killed","network_type":"mainnet","bech32_prefix":"akiro","daemon_name":"akirod","node_home":"$HOME/.akiro","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uakiro","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.035,"high_gas_price":0.045}]},"staking":{"staking_tokens":[{"denom":"uakiro"}]},"codebase":{"git_repo":"https://github.com/akiroinu/akiro/","recommended_version":"v0.2","compatible_versions":["v0.2"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/akiroinu/akiro/main/mainnet/genesis.json"},"versions":[{"name":"v0.2","recommended_version":"v0.2","compatible_versions":["v0.2"],"cosmos_sdk_version":"v0.45.4","consensus":{"type":"tendermint","version":"v0.34.19"},"ibc_go_version":"v3.0.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"},"peers":{"seeds":[{"id":"ae1a5b5a94888d18a08fc64a9343b4450cc5cedc","address":"213.199.36.82:26656","provider":"AKIRO"}],"persistent_peers":[{"id":"ae1a5b5a94888d18a08fc64a9343b4450cc5cedc","address":"213.199.36.82:26656","provider":"AKIRO"}]},"apis":{"rpc":[{"address":"http://213.199.36.82:26657","provider":"AKIRO"},{"address":"https://rpc-akiro.d-stake.xyz","provider":"D-Stake"}],"rest":[{"address":"http://213.199.36.82:1317","provider":"AKIRO"},{"address":"https://api-akiro.d-stake.xyz","provider":"D-Stake"}],"grpc":[{"address":"http://213.199.36.82:9090","provider":"AKIRO"},{"address":"https://grpc-akiro.d-stake.xyz","provider":"D-Stake"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/akiro","tx_page":"https://ping.pub/akiro/tx/${txHash}"}]},"althea_258432-1":{"$schema":"../chain.schema.json","chain_name":"althea","chain_id":"althea_258432-1","pretty_name":"Althea","website":"https://althea.net/","status":"live","network_type":"mainnet","bech32_prefix":"althea","daemon_name":"althea","node_home":"$HOME/.althea","slip44":118,"fees":{"fee_tokens":[{"denom":"aalthea","fixed_min_gas_price":100000000000,"low_gas_price":100000000000,"average_gas_price":100000000000,"high_gas_price":300000000000}]},"staking":{"staking_tokens":[{"denom":"aalthea"}]},"codebase":{"git_repo":"https://github.com/AltheaFoundation/althea-L1","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"binaries":{"linux/amd64":"https://github.com/AltheaFoundation/althea-L1/releases/download/v1.3.0/althea-linux-amd64"},"genesis":{"genesis_url":"https://github.com/AltheaFoundation/althea-L1-docs/blob/main/althea-l1-mainnet-genesis.json"},"versions":[{"name":"v1","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png"},"apis":{"rpc":[{"address":"https://nodes.chandrastation.com/rpc/althea/","provider":"Chandra Station"},{"address":"https://althea.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://althea-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}],"rest":[{"address":"https://nodes.chandrastation.com/api/althea/","provider":"Chandra Station"},{"address":"https://althea.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://althea-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}],"grpc":[{"address":"https://althea-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}]}},"andromeda-1":{"$schema":"../chain.schema.json","chain_name":"andromeda1","chain_id":"andromeda-1","pretty_name":"Andromeda","status":"killed","network_type":"mainnet","bech32_prefix":"andr","daemon_name":"andromedad","node_home":"$HOME/.andromeda","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uandr"}]},"staking":{"staking_tokens":[{"denom":"uandr"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/andromedaprotocol/andromedad","genesis":{"genesis_url":"https://raw.githubusercontent.com/andromedaprotocol/mainnet/release/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"},"peers":{"seeds":[{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:12156","provider":"StakerHouse"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"andromeda-mainnet-peer.autostake.com:27126","provider":"AutoStake 🛡️ Slash Protected"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"nibiru.rpc.kjnodes.com:13959","provider":"kjnodes.com 🦄"}],"persistent_peers":[{"id":"17dda7b03ce866dbe36c048282fb742dd895a489","address":"95.56.244.244:56659","provider":"Abduction"},{"id":"0f310196e29d1f289966141e22caa72afaea8060","address":"seeds.cros-nest.com:46656","provider":"Crosnet"},{"id":"301f9b0011f861693e08163f640c39cebbedd2f0","address":"95.56.244.244:56658","provider":"Siradi"},{"id":"26cdc42778d24c8b0b0b68ed07c97685bfd8682f","address":"178.162.165.65:26656","provider":"Synergy Nodes"},{"id":"e4c2267b90c7cfbb45090ab7647dc01df97f58f9","address":"andromeda-m.peer.stavr.tech:4376","provider":"🔥STAVR🔥"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:14956","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"andromeda-mainnet-seed.autostake.com:27126","provider":"AutoStake 🛡️ Slash Protected"},{"id":"28876b3094518bef97a1250ef641c26b7d4a658d","address":"138.201.21.197:39656","provider":"StakeTown"}]},"apis":{"rpc":[{"address":"https://rpc.andromeda-1.andromeda.aviaone.com","provider":"AVIAONE"},{"address":"https://andromeda.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://andromeda.rpc.nodex.one","provider":"nodex"},{"address":"https://andro.rpc.m.stavr.tech/","provider":"🔥STAVR🔥"},{"address":"https://andromeda-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://andromeda-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://andromeda-rpc.stake-town.com:443","provider":"StakeTown"},{"address":"https://andromeda-rpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"https://andromeda-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://andromeda-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://nibiru.rpc.kjnodes.comv","provider":"kjnodes.com 🦄"}],"rest":[{"address":"https://api.andromeda-1.andromeda.aviaone.com/","provider":"AVIAONE"},{"address":"https://andromeda.api.kjnodes.com","provider":"kjnodes"},{"address":"https://andromeda.api.nodex.one","provider":"nodex"},{"address":"https://andro.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://andromeda-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://andromeda-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://andromeda-api.stake-town.com:443","provider":"StakeTown"},{"address":"https://andromeda-rest.stakerhouse.com:443","provider":"StakerHouse"},{"address":"https://andromeda-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://andromeda-api.genznodes.dev","provider":"genznodes"},{"address":"https://nibiru.api.kjnodes.com","provider":"kjnodes.com 🦄"}],"grpc":[{"address":"andromeda-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://grpc.andromeda-1.andromeda.aviaone.com:9094","provider":"AVIAONE"},{"address":"andromeda.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"andromeda-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://andromeda.grpc.nodex.one:443","provider":"nodex"},{"address":"http://andromedad.grpc.t.stavr.tech:132","provider":"🔥STAVR🔥"},{"address":"andromeda-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"andromeda-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"andromeda-grpc.genznodes.dev:27090","provider":"genznodes"},{"address":"nibiru.grpc.kjnodes.com:443","provider":"kjnodes.com 🦄"}]},"explorers":[{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Andromeda-Mainnet","tx_page":"https://explorer.stavr.tech/Andromeda-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Andromeda-Mainnet/account/${accountAddress}"},{"kind":"exploreme.pro","url":"https://andromeda.exploreme.pro","tx_page":"https://andromeda.exploreme.pro/transaction/${txHash}","account_page":"https://andromeda.exploreme.pro/account/${accountAddress}"},{"kind":"Cosmotracker","url":"https://cosmotracker.com/andromeda","tx_page":"https://cosmotracker.com/andromeda/tx/${txHash}","account_page":"https://cosmotracker.com/andromeda/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/andromeda","tx_page":"https://ping.pub/andromeda/tx/${txHash}"}]},"arkh":{"$schema":"../chain.schema.json","chain_name":"arkh","chain_id":"arkh","pretty_name":"Arkhadian","website":"https://arkhadian.com/","status":"live","network_type":"mainnet","bech32_prefix":"arkh","daemon_name":"arkhd","node_home":"$HOME/.arkh","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"arkh","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"arkh"}]},"codebase":{"git_repo":"https://github.com/vincadian/arkh-blockchain","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"binaries":{"linux/amd64":"https://github.com/vincadian/arkh-blockchain/releases/download/latest/arkh-blockchain_latest_linux_amd64.tar.gz","darwin/amd64":"https://github.com/vincadian/arkh-blockchain/releases/download/latest/arkh-blockchain_latest_darwin_amd64.tar.gz"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/vincadian/arkh-blockchain/master/genesis/genesis.json"},"versions":[{"name":"v2.0.0","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"binaries":{"linux/amd64":"https://github.com/vincadian/arkh-blockchain/releases/download/latest/arkh-blockchain_latest_linux_amd64.tar.gz","darwin/amd64":"https://github.com/vincadian/arkh-blockchain/releases/download/latest/arkh-blockchain_latest_darwin_amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"},"peers":{"seeds":[]},"apis":{"rpc":[{"address":"https://asc-dataseed.arkhadian.com/","provider":"arkhnetwork"},{"address":"https://arkh_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://asc-blockchain-api.arkhadian.com/","provider":"arkhnetwork"},{"address":"https://arkh_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"grpc.arkh.nodestake.top:443","provider":"NodeStake"},{"address":"https://grpc.arkh.nodexcapital.com:443","provider":"NodeX Validator"}]},"explorers":[{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/arkh","tx_page":"https://explorer.nodestake.top/arkh/tx/${txHash}"},{"kind":"Kynraze Explorer","url":"https://explorer.kynraze.com/arkhadian","tx_page":"https://explorer.kynraze.com/arkhadian/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/arkhadian","tx_page":"https://explorer.nodexcapital.com/arkhadian/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/arkhadian","tx_page":"https://explorer.whenmoonwhenlambo.money/arkhadian/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/arkhadian/account/${accountAddress}"}]},"archway-1":{"$schema":"../chain.schema.json","chain_name":"archway","chain_id":"archway-1","pretty_name":"Archway","website":"https://archway.io/","status":"live","network_type":"mainnet","bech32_prefix":"archway","daemon_name":"archwayd","node_home":"$HOME/.archway","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"aarch","fixed_min_gas_price":140000000000,"low_gas_price":196000000000,"average_gas_price":225400000000,"high_gas_price":254800000000}]},"staking":{"staking_tokens":[{"denom":"aarch"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/archway-network/archway","recommended_version":"v7.0.1","compatible_versions":["v7.0.0","v7.0.1"],"binaries":{"linux/amd64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_linux_amd64","linux/arm64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_linux_arm64","darwin/amd64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_darwin_amd64","darwin/arm64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_darwin_arm64"},"cosmos_sdk_version":"v0.47.11","consensus":{"type":"cometbft","version":"v0.37.5"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://github.com/archway-network/networks/raw/main/archway/genesis/genesis.json.gz"},"versions":[{"name":"v1.0.0","tag":"v1.0.1","height":1,"next_version_name":"v2.0.0","recommended_version":"v1.0.1","compatible_versions":["v1.0.0","v1.0.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"tendermint","version":"v0.34.27"},"cosmwasm_version":"v0.32.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.archway/data/wasm","ibc_go_version":"v4.3.1","binaries":{"linux/amd64":"https://github.com/archway-network/archway/releases/download/v1.0.1/archwayd_linux_amd64","linux/arm64":"https://github.com/archway-network/archway/releases/download/v1.0.1/archwayd_linux_arm64"}},{"name":"v2.0.0","tag":"v2.0.0","height":525000,"proposal":10,"next_version_name":"v4.0.2","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_version":"v0.32.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.archway/data/wasm","ibc_go_version":"v4.3.1","binaries":{"linux/amd64":"https://github.com/archway-network/archway/releases/download/v2.0.0/archwayd_linux_amd64","linux/arm64":"https://github.com/archway-network/archway/releases/download/v2.0.0/archwayd_linux_arm64"}},{"name":"v4.0.2","height":1215711,"proposal":21,"next_version_name":"v6.0.0","recommended_version":"v4.0.3","compatible_versions":["v4.0.3"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_version":"v0.33.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.archway/data/wasm","ibc_go_version":"v4.3.1","binaries":{"linux/amd64":"https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_linux_amd64","linux/arm64":"https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_linux_arm64","darwin/amd64":"https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_darwin_amd64","darwin/arm64":"https://github.com/archway-network/archway/releases/download/v4.0.3/archwayd_darwin_arm64"}},{"name":"v6.0.0","height":3554500,"proposal":38,"next_version_name":"v7.0.0","recommended_version":"v6.0.3","compatible_versions":["v6.0.3"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"archway-network/archway-wasmd v0.45.0-archway","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.archway/data/wasm","ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_linux_amd64","linux/arm64":"https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_linux_arm64","darwin/amd64":"https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_darwin_amd64","darwin/arm64":"https://github.com/archway-network/archway/releases/download/v6.0.3/archwayd_darwin_arm64"}},{"name":"v7.0.0","height":4473000,"proposal":43,"recommended_version":"v7.0.1","compatible_versions":["v7.0.0","v7.0.1"],"cosmos_sdk_version":"v0.47.11","consensus":{"type":"cometbft","version":"v0.37.5"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_linux_amd64","linux/arm64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_linux_arm64","darwin/amd64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_darwin_amd64","darwin/arm64":"https://github.com/archway-network/archway/releases/download/v7.0.1/archwayd_darwin_arm64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"},"peers":{"seeds":[{"id":"3ba7bf08f00e228026177e9cdc027f6ef6eb2b39","address":"35.232.234.58:26656","provider":"Archway Foundation"},{"id":"b308dda41e4db2ee00852d91846f981c49943d46","address":"161.97.96.91:46656","provider":"AM Solutions"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:11556","provider":"WhisperNode 🤐"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"archway-mainnet-seed.autostake.com:26946","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11556","provider":"Lavender.Five Nodes 🐝"},{"id":"b6c1198fa025ce24d26d90527c5d2b71f9399756","address":"seed-node.mms.team:34656","provider":"MMS"},{"id":"6471ac9ff8474373e8055d45b6246fd8c5204890","address":"archway.seed.mzonder.com:10756","provider":"MZONDER"},{"id":"261acb73f483d1cace653cb54f7b8815f63b7e56","address":"archway.lgns.net:26656","provider":"Luganodes"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"archway.rpc.kjnodes.com:15659","provider":"kjnodes"},{"id":"bd9332cd0a99f5830ea457a32a56b32790f68716","address":"135.181.58.28:27456","provider":"Validatrium"},{"id":"6b0ffcce9b59b91ceb8eea5d4599e27707e3604a","address":"seeds.stakeup.tech:10214","provider":"StakeUp"},{"id":"17d6cb2601b67ad916d5433a404bfc000b0b6ef1","address":"rpc.archway.nodestake.top:666","provider":"NodeStake"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"archway-mainnet-peer.autostake.com:26946","provider":"AutoStake 🛡️ Slash Protected"},{"id":"a477bfcef79f283d82e531ec1a6717677c8caf59","address":"peer-archway.mms.team:56108","provider":"MMS"},{"id":"218eed47b5472642034e81fdf408dec8b79dcba7","address":"138.201.21.197:31656","provider":"StakeTown"},{"id":"34999776ce08cb4298a9849609c4b43c78e8be37","address":"65.108.238.203:25656","provider":"[NODERS]TEAM"}]},"apis":{"rpc":[{"address":"https://rpc.mainnet.archway.io","provider":"Archway Foundation"},{"address":"https://archway-mainnet-archive.allthatnode.com:26657","provider":"All That Node"},{"address":"https://m-archway.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://rpc-1.archway.nodes.guru","provider":"Nodes.Guru"},{"address":"https://archway.rpc.silknodes.io/","provider":"Silk Nodes"},{"address":"https://archway.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc-archway.cryptech.com.ua","provider":"cryptech"},{"address":"https://rpc.archway.nodestake.top","provider":"NodeStake"},{"address":"https://rpc-archway.theamsolutions.info","provider":"AM Solutions"},{"address":"https://rpc-archway.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://archway-rpc.w3coins.io","provider":"w3coins"},{"address":"https://m-archway.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://archway-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-archway.mms.team","provider":"MMS"},{"address":"https://rpc-archway.mzonder.com","provider":"MZONDER"},{"address":"https://rpc.archway.lgns.net","provider":"Luganodes"},{"address":"https://archway-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://archway-rpc.0base.dev","provider":"0base.vc"},{"address":"https://archway-mainnet.rpc.l0vd.com","provider":"L0vd.com"},{"address":"https://archway-rpc.openbitlab.com","provider":"openbitlab"},{"address":"https://rpc-archway.mzonder.com","provider":"MZONDER"},{"address":"https://rpc-archway.mainnet.validatrium.club","provider":"Validatrium"},{"address":"https://rpc.archway.stakeup.tech","provider":"StakeUp"},{"address":"https://archway.api.trivium.network:26657","provider":"TriviumX | Architech"},{"address":"https://archway-rpc.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://archway-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc.archway.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://archway-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://api.mainnet.archway.io","provider":"Archway Foundation"},{"address":"https://archway-api.w3coins.io","provider":"w3coins"},{"address":"https://m-archway.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://api-1.archway.nodes.guru","provider":"Nodes.Guru"},{"address":"https://archway.api.silknodes.io/","provider":"Silk Nodes"},{"address":"https://archway.api.kjnodes.com","provider":"kjnodes"},{"address":"https://api-archway.cryptech.com.ua","provider":"cryptech"},{"address":"https://api.archway.nodestake.top","provider":"NodeStake"},{"address":"https://rest-archway.theamsolutions.info","provider":"AM Solutions"},{"address":"https://lcd-archway.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://archway-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-archway.mms.team","provider":"MMS"},{"address":"https://api-archway.mzonder.com","provider":"MZONDER"},{"address":"https://rest.archway.lgns.net","provider":"Luganodes"},{"address":"https://archway-api.stake-town.com","provider":"StakeTown"},{"address":"https://archway-rest.0base.dev","provider":"0base.vc"},{"address":"https://archway-mainnet.api.l0vd.com","provider":"L0vd.com"},{"address":"https://archway-api.openbitlab.com","provider":"openbitlab"},{"address":"https://api-archway.mainnet.validatrium.club","provider":"Validatrium"},{"address":"https://api.archway.stakeup.tech","provider":"StakeUp"},{"address":"https://archway.api.trivium.network:1317","provider":"TriviumX | Architech"},{"address":"https://archway-mainnet-archive.allthatnode.com:1317","provider":"All That Node"},{"address":"https://archway-api.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://archway-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://lcd.archway.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://archway-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"grpc.mainnet.archway.io:443","provider":"Archway Foundation"},{"address":"grpc-1.archway.nodes.guru:10690","provider":"Nodes.Guru"},{"address":"archway.grpc.kjnodes.com:15690","provider":"kjnodes"},{"address":"https://grpc-archway.cryptech.com.ua","provider":"cryptech"},{"address":"https://grpc.archway.nodestake.top:443","provider":"NodeStake"},{"address":"grpc-archway.theamsolutions.info:443","provider":"AM Solutions"},{"address":"archway-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"archway.grpc.nodersteam.com:9090","provider":"[NODERS]TEAM"},{"address":"grpc-archway.mms.team:443","provider":"MMS"},{"address":"grpc-archway.mzonder.com:443","provider":"MZONDER"},{"address":"grpc.archway.lgns.net:443","provider":"Luganodes"},{"address":"archway-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"archway-grpc.huginn.tech:4090","provider":"Huginn"},{"address":"archway-mainnet.grpc.l0vd.com:80","provider":"L0vd.com"},{"address":"archway-grpc.openbitlab.com:443","provider":"openbitlab"},{"address":"grpc-archway.mainnet.validatrium.club:27490","provider":"Validatrium"},{"address":"grpc.archway.stakeup.tech:443","provider":"StakeUp"},{"address":"grpc-archway-mainnet.testnet-pride.com:9096","provider":"TestnetPride"},{"address":"archway.api.trivium.network:9090","provider":"TriviumX | Architech"},{"address":"archway-grpc.tienthuattoan.ventures:9290","provider":"TienThuatToan"},{"address":"archway-grpc.stakeandrelax.net:11590","provider":"Stake&Relax 🦥"},{"address":"https://grpc.archway.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"archway-grpc.noders.services:13090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"Nodes Guru","url":"https://archway.explorers.guru/","tx_page":"https://archway.explorers.guru/transaction/${txHash}","account_page":"https://archway.explorers.guru/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/archway","tx_page":"https://exp.utsa.tech/archway/tx/${txHash}","account_page":"https://exp.utsa.tech/archway/account/${accountAddress}"},{"kind":"Mintscan","url":"https://mintscan.io/archway/","tx_page":"https://mintscan.io/archway/transactions/${txHash}","account_page":"https://mintscan.io/archway/accounts/${accountAddress}"},{"kind":"Silk Nodes","url":"https://explorer.silknodes.io/archway","tx_page":"https://explorer.silknodes.io/archway/tx/${txHash}","account_page":"https://explorer.silknodes.io/archway/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/archway/","tx_page":"https://explorer.nodestake.top/archway/txs/${txHash}","account_page":"https://explorer.nodestake.top/archway/account/${accountAddress}"},{"kind":"Exploreme","url":"https://archway.exploreme.pro/","tx_page":"https://archway.exploreme.pro/transaction/${txHash}","account_page":"https://archway.exploreme.pro/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/archway","tx_page":"https://ping.pub/archway/tx/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/archway","tx_page":"https://ezstaking.app/archway/txs/${txHash}","account_page":"https://ezstaking.app/archway/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/archway","tx_page":"https://mainnet.whispernode.com/archway/tx/${txHash}","account_page":"https://mainnet.whispernode.com/archway/account/${accountAddress}"}]},"mantle-1":{"$schema":"../chain.schema.json","chain_name":"assetmantle","chain_id":"mantle-1","pretty_name":"AssetMantle","website":"https://assetmantle.one/","status":"live","network_type":"mainnet","bech32_prefix":"mantle","daemon_name":"mantleNode","node_home":"$HOME/.mantleNode","slip44":118,"fees":{"fee_tokens":[{"denom":"umntl","low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"umntl"}]},"codebase":{"git_repo":"https://github.com/AssetMantle/node.git","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/AssetMantle/genesisTransactions/main/mantle-1/final_genesis.json"},"versions":[{"name":"v0.3.0","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14656","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:14656","provider":"WhisperNode 🤐"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:10156","provider":"StakerHouse"}],"persistent_peers":[{"id":"4654c8bed4349e4800238cff1f88e97c1f880080","address":"207.244.245.125:26656"},{"id":"a7aafd3330e57d3104be5b2820b6ad2d52ac19ec","address":"3.39.94.36:26656"},{"id":"9c97f6143d3fae032af5f155d472bbc52f4d90b3","address":"194.34.232.225:26656"},{"id":"fd096224f9c918089410ac7ab6d42d21ec87db60","address":"65.21.230.230:26656"},{"id":"f33b2125c3b3a7c4838e22a060e38d2cefd66e78","address":"65.108.140.109:26656"},{"id":"6261de9dac635a8fd8d19a70afc41f845c59db96","address":"116.203.35.46:26656"},{"id":"e0deea2d5c15e77c9d5934305bb23148ce836709","address":"185.252.232.79:26656"},{"id":"4fc4fa6ec44f6da10830ffcb6344a8635156e11e","address":"141.95.65.26:26656"},{"id":"7362b3c4d082680aeffe137d18cea0e37cab5037","address":"146.19.24.101:26656"},{"id":"5e8e8e7071259beb3b32e39cb3d2bb059cff4d66","address":"65.108.137.22:26656"},{"id":"5b3c90e6c07e03ffddc5dc3aae786a2990bc5bd3","address":"148.251.81.179:26656"},{"id":"7ae8a8e62efcccf15198525868b0873b3c9bd698","address":"65.108.121.37:36656"}]},"apis":{"rpc":[{"address":"https://rpc.assetmantle.one","provider":"AssetMantle"},{"address":"https://rpc-assetmantle.ecostake.com","provider":"ecostake"},{"address":"https://assetmantle-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc.assetmantle.nodestake.top","provider":"NodeStake"},{"address":"https://rpc-assetmantle-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc-assetmantle.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://rpc.mantle.paranorm.pro:443","provider":"paranorm"},{"address":"https://assetmantle-rpc.stakerhouse.com","provider":"StakerHouse"},{"address":"https://assetmantle-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://rest.assetmantle.one","provider":"AssetMantle"},{"address":"https://rest-assetmantle.ecostake.com","provider":"ecostake"},{"address":"https://api.assetmantle.nodestake.top","provider":"NodeStake"},{"address":"https://api-assetmantle-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://assetmantle-api.polkachu.com","provider":"Polkachu"},{"address":"https://lcd-assetmantle.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://api.mantle.paranorm.pro:443","provider":"paranorm"},{"address":"https://assetmantle-rest.stakerhouse.com","provider":"StakerHouse"},{"address":"https://assetmantle-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc.assetmantle.nodestake.top:443","provider":"NodeStake"},{"address":"grpc-assetmantle-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"assetmantle-grpc.polkachu.com:14690","provider":"Polkachu"},{"address":"assetmantle-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"assetmantle-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/assetmantle","tx_page":"https://ezstaking.app/assetmantle/txs/${txHash}","account_page":"https://ezstaking.app/assetmantle/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/asset-mantle","tx_page":"https://www.mintscan.io/asset-mantle/transactions/${txHash}","account_page":"https://www.mintscan.io/asset-mantle/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.postcapitalist.io/AssetMantle","tx_page":"https://explorer.postcapitalist.io/AssetMantle/tx/${txHash}"},{"kind":"other","url":"https://explorer.assetmantle.one","tx_page":"https://explorer.assetmantle.one/transactions/${txHash}"},{"kind":"explorers.guru","url":"https://assetmantle.explorers.guru","tx_page":"https://assetmantle.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/assetmantle","tx_page":"https://atomscan.com/assetmantle/transactions/${txHash}","account_page":"https://atomscan.com/assetmantle/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/assetmantle","tx_page":"https://mainnet.whispernode.com/assetmantle/tx/${txHash}","account_page":"https://mainnet.whispernode.com/assetmantle/account/${accountAddress}"}]},"xstaxy-1":{"$schema":"../chain.schema.json","chain_name":"aura1","chain_id":"xstaxy-1","pretty_name":"Aura Network","website":"https://aura.network/","status":"killed","network_type":"mainnet","bech32_prefix":"aura","daemon_name":"aurad","node_home":"$HOME/.aura","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uaura","fixed_min_gas_price":0.001,"low_gas_price":0.001,"average_gas_price":0.002,"high_gas_price":0.0025}]},"staking":{"staking_tokens":[{"denom":"uaura"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/aura-nw/aura","recommended_version":"v0.7.3","compatible_versions":["v0.7.3"],"cosmos_sdk_version":"0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/aura-nw/mainnet-artifacts/main/xstaxy-1/genesis.json"},"versions":[{"name":"aura_v0.4.4","next_version_name":"v0.4.5","recommended_version":"aura_v0.4.4","compatible_versions":["aura_v0.4.4"]},{"name":"v0.4.5","height":1292226,"proposal":4,"next_version_name":"v0.7.1","recommended_version":"aura_v0.4.5","compatible_versions":["aura_v0.4.5"]},{"name":"v0.7.1","height":3666129,"proposal":7,"next_version_name":"v0.7.2","recommended_version":"v0.7.1","compatible_versions":["v0.7.1"],"cosmos_sdk_version":"0.47.4","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.41.0","cosmwasm_enabled":true},{"name":"v0.7.2","height":5329503,"proposal":8,"next_version_name":"v0.7.3","recommended_version":"v0.7.2","compatible_versions":["v0.7.2"],"cosmos_sdk_version":"0.47.4","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.41.0","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0"},{"name":"v0.7.3","height":4083908,"proposal":9,"recommended_version":"v0.7.3","compatible_versions":["v0.7.3"],"cosmos_sdk_version":"0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}],"peers":{"seeds":[{"id":"22a0ca5f64187bb477be1d82166b1e9e184afe50","address":"18.143.52.13:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"auranetwork-mainnet-seed.autostake.com:26966","provider":"AutoStake 🛡️ Slash Protected"},{"id":"0b8bd8c1b956b441f036e71df3a4d96e85f843b8","address":"13.250.159.219:26656"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"aura.rpc.kjnodes.com:11759","provider":"kjnodes"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:21756","provider":"Lavender.Five Nodes 🐝"},{"id":"d05e3f406ed2275ec86957c5983a27768350ac47","address":"seed-node.mms.team:26656","provider":"MMS"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"auranetwork-mainnet-peer.autostake.com:26966","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ced3a13f4f7200ce1a2392a5738c88532f794359","address":"mainnet-aura.konsortech.xyz:25656","provider":"KonsorTech"},{"id":"dce07d176e5ba4cfdc7b806eb80eabab162a09d0","address":"45.76.213.229:26656","provider":"[NODERS]TEAM"},{"id":"57406c041d38af3bac9acdcb2b4bdc90dc7a8852","address":"aura.peers.stavr.tech:21056","provider":"🔥STAVR🔥"},{"id":"9ee34b0829e9d85d88784aa17857fa1719760da2","address":"aura.ramuchi.tech:30000","provider":"ramuchi.tech"},{"id":"b6a0d0d030f35ffffcfe92e72ea13933c1adbe62","address":"116.202.174.253:21656","provider":"Staketab"},{"id":"07317346ab58eb4de14fe8c7705863002186d340","address":"142.132.201.53:36656","provider":"Stake-Take"},{"id":"da9f07269cac08619190dbce8b0978556315b359","address":"p2p.aura.safeblock.space:26656","provider":"Safe Block"},{"id":"bdd32536c902de9b240a36f0b23641233a080351","address":"peer-aura.mms.team:27656","provider":"MMS"},{"id":"2bd24dbac94c3b95707c8f06a57d61a31ae666fa","address":"138.201.21.197:46656","provider":"StakeTown"},{"id":"fc9f3b8771bb7deda71ab179f610cff1edb7534d","address":"aura.peers.stakr.space:21656","provider":"STAKR.space"}]},"apis":{"rpc":[{"address":"https://rpc.aura.network/","provider":"Aura Network Foundation"},{"address":"https://m-aura.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"http://aura.rpc.m.stavr.tech:11047","provider":"🔥STAVR🔥"},{"address":"https://aura-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://aura.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://mainnet-aura-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://aura-rpc.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://aura-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://aura-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://rpc.aura.safeblock.space","provider":"Safe Block"},{"address":"https://rpc.aura.silentvalidator.com","provider":"silent"},{"address":"https://rpc-aura.mms.team","provider":"MMS"},{"address":"https://aura-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://aura-rpc.palamar.io","provider":"Palamar"},{"address":"https://aura.rpc.srv.stakr.space","provider":"STAKR.space"},{"address":"https://aura-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://aura-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://lcd.aura.network/","provider":"Aura Network Foundation"},{"address":"https://m-aura.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://aura.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://aura-api.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://aura.api.kjnodes.com","provider":"kjnodes"},{"address":"https://mainnet-aura-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://aura-api.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://aura-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://aura-rest.staketab.org","provider":"Staketab"},{"address":"https://api.aura.safeblock.space","provider":"Safe Block"},{"address":"https://api.aura.silentvalidator.com","provider":"silent"},{"address":"https://api-aura.mms.team","provider":"MMS"},{"address":"https://aura-api.stake-town.com","provider":"StakeTown"},{"address":"https://aura-api.palamar.io","provider":"Palamar"},{"address":"https://aura.api.srv.stakr.space","provider":"STAKR.space"},{"address":"https://aura-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://aura-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"https://grpc.aura.network","provider":"Aura Network Foundation"},{"address":"auranetwork-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://grpc.aura.nodestake.top","provider":"NodeStake"},{"address":"aura.mainnet.grpc.nodersteam.com:9100/","provider":"[NODERS]TEAM"},{"address":"https://aura-grpc.ramuchi.tech:15000","provider":"ramuchi.tech"},{"address":"http://aura.grpc.m.stavr.tech:9901","provider":"🔥STAVR🔥"},{"address":"aura.grpc.kjnodes.com:11790","provider":"kjnodes"},{"address":"aura-grpc.tienthuattoan.ventures:9090","provider":"TienThuatToan"},{"address":"aura-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"services.staketab.com:9021","provider":"Staketab"},{"address":"grpc.aura.silentvalidator.com:443","provider":"silent"},{"address":"grpc-aura.mms.team:443","provider":"MMS"},{"address":"aura-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"grpc.aura.safeblock.space:9090","provider":"Safe Block"},{"address":"aura-grpc.palamar.io:443","provider":"Palamar"},{"address":"aura.grpc.srv.stakr.space:19090","provider":"STAKR.space"},{"address":"aura-grpc.noders.services:17090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"aurascan","url":"https://aurascan.io","tx_page":"https://aurascan.io/transaction/${txHash}","account_page":"https://aurascan.io/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/aura","tx_page":"https://exp.utsa.tech/aura/tx/${txHash}","account_page":"https://exp.utsa.tech/aura/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Aura-Mainnet","tx_page":"https://explorer.stavr.tech/aura-mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/aura-mainnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/aura","tx_page":"https://explorer.nodestake.top/aura/tx/${txHash}","account_page":"https://explorer.nodestake.top/aura/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/aura","tx_page":"https://explorer.tcnetwork.io/aura/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/aura/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/aura","tx_page":"https://explorer.stake-take.com/aura/tx/${txHash}","account_page":"https://explorer.stake-take.com/aura/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/aura","tx_page":"https://explorer.safeblock.space/aura/tx/${txHash}","account_page":"https://explorer.safeblock.space/aura/account/${accountAddress}"},{"kind":"STAKR.space explorer","url":"https://explorer.stakr.space/aura/","tx_page":"https://explorer.stakr.space/aura/tx/${txHash}","account_page":"https://explorer.stakr.space/aura/account/${accountAddress}"}]},"aura_6322-2":{"$schema":"../chain.schema.json","chain_name":"aura","chain_id":"aura_6322-2","pre_fork_chain_name":"aura1","pretty_name":"Aura Network","website":"https://aura.network/","status":"live","network_type":"mainnet","bech32_prefix":"aura","daemon_name":"aurad","node_home":"$HOME/.aura","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uaura","fixed_min_gas_price":0.001,"low_gas_price":0.001,"average_gas_price":0.002,"high_gas_price":0.0025}]},"staking":{"staking_tokens":[{"denom":"uaura"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/aura-nw/aura","recommended_version":"v0.8.3","compatible_versions":["v0.8.3"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.8-evmos","consensus":{"type":"cometbft","version":"aura-nw/cometbft v0.37.4-aura.2"},"cosmwasm_version":"v0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","genesis":{"genesis_url":"https://images.aura.network/aura_6322-2-genesis.tar.gz"},"versions":[{"name":"v0.8.2","next_version_name":"ibcupgrade","recommended_version":"v0.8.2","compatible_versions":["v0.8.2"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1"},{"name":"ibcupgrade","recommended_version":"v0.8.3","compatible_versions":["v0.8.3"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.8-evmos","consensus":{"type":"cometbft","version":"aura-nw/cometbft v0.37.4-aura.2"},"cosmwasm_version":"v0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},"peers":{"seeds":[{"id":"22a0ca5f64187bb477be1d82166b1e9e184afe50","address":"18.143.52.13:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"auranetwork-mainnet-seed.autostake.com:26966","provider":"AutoStake 🛡️ Slash Protected"},{"id":"0b8bd8c1b956b441f036e71df3a4d96e85f843b8","address":"13.250.159.219:26656"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"aura.rpc.kjnodes.com:11759","provider":"kjnodes"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:21756","provider":"Lavender.Five Nodes 🐝"},{"id":"d05e3f406ed2275ec86957c5983a27768350ac47","address":"seed-node.mms.team:26656","provider":"MMS"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"auranetwork-mainnet-peer.autostake.com:26966","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ced3a13f4f7200ce1a2392a5738c88532f794359","address":"mainnet-aura.konsortech.xyz:25656","provider":"KonsorTech"},{"id":"dce07d176e5ba4cfdc7b806eb80eabab162a09d0","address":"45.76.213.229:26656","provider":"[NODERS]TEAM"},{"id":"57406c041d38af3bac9acdcb2b4bdc90dc7a8852","address":"aura.peers.stavr.tech:21056","provider":"🔥STAVR🔥"},{"id":"9ee34b0829e9d85d88784aa17857fa1719760da2","address":"aura.ramuchi.tech:30000","provider":"ramuchi.tech"},{"id":"b6a0d0d030f35ffffcfe92e72ea13933c1adbe62","address":"116.202.174.253:21656","provider":"Staketab"},{"id":"07317346ab58eb4de14fe8c7705863002186d340","address":"142.132.201.53:36656","provider":"Stake-Take"},{"id":"da9f07269cac08619190dbce8b0978556315b359","address":"p2p.aura.safeblock.space:26656","provider":"Safe Block"},{"id":"bdd32536c902de9b240a36f0b23641233a080351","address":"peer-aura.mms.team:27656","provider":"MMS"},{"id":"2bd24dbac94c3b95707c8f06a57d61a31ae666fa","address":"138.201.21.197:46656","provider":"StakeTown"},{"id":"fc9f3b8771bb7deda71ab179f610cff1edb7534d","address":"aura.peers.stakr.space:21656","provider":"STAKR.space"}]},"apis":{"rpc":[{"address":"https://rpc.aura.network/","provider":"Aura Network Foundation"},{"address":"https://m-aura.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"http://aura.rpc.m.stavr.tech:11047","provider":"🔥STAVR🔥"},{"address":"https://aura-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://aura.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://mainnet-aura-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://aura-rpc.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://aura-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://aura-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://rpc.aura.safeblock.space","provider":"Safe Block"},{"address":"https://rpc.aura.silentvalidator.com","provider":"silent"},{"address":"https://rpc-aura.mms.team","provider":"MMS"},{"address":"https://aura-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://aura-rpc.palamar.io","provider":"Palamar"},{"address":"https://aura.rpc.srv.stakr.space","provider":"STAKR.space"},{"address":"https://aura-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://aura-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://lcd.aura.network/","provider":"Aura Network Foundation"},{"address":"https://m-aura.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://aura.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://aura-api.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://aura.api.kjnodes.com","provider":"kjnodes"},{"address":"https://mainnet-aura-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://aura-api.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://aura-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://aura-rest.staketab.org","provider":"Staketab"},{"address":"https://api.aura.safeblock.space","provider":"Safe Block"},{"address":"https://api.aura.silentvalidator.com","provider":"silent"},{"address":"https://api-aura.mms.team","provider":"MMS"},{"address":"https://aura-api.stake-town.com","provider":"StakeTown"},{"address":"https://aura-api.palamar.io","provider":"Palamar"},{"address":"https://aura.api.srv.stakr.space","provider":"STAKR.space"},{"address":"https://aura-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://aura-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"https://grpc.aura.network","provider":"Aura Network Foundation"},{"address":"auranetwork-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://grpc.aura.nodestake.top","provider":"NodeStake"},{"address":"aura.mainnet.grpc.nodersteam.com:9100/","provider":"[NODERS]TEAM"},{"address":"https://aura-grpc.ramuchi.tech:15000","provider":"ramuchi.tech"},{"address":"http://aura.grpc.m.stavr.tech:9901","provider":"🔥STAVR🔥"},{"address":"aura.grpc.kjnodes.com:11790","provider":"kjnodes"},{"address":"aura-grpc.tienthuattoan.ventures:9090","provider":"TienThuatToan"},{"address":"aura-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"services.staketab.com:9021","provider":"Staketab"},{"address":"grpc.aura.silentvalidator.com:443","provider":"silent"},{"address":"grpc-aura.mms.team:443","provider":"MMS"},{"address":"aura-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"grpc.aura.safeblock.space:9090","provider":"Safe Block"},{"address":"aura-grpc.palamar.io:443","provider":"Palamar"},{"address":"aura.grpc.srv.stakr.space:19090","provider":"STAKR.space"},{"address":"aura-grpc.noders.services:17090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"aurascan","url":"https://aurascan.io","tx_page":"https://aurascan.io/tx/${txHash}","account_page":"https://aurascan.io/address/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/aura","tx_page":"https://exp.utsa.tech/aura/tx/${txHash}","account_page":"https://exp.utsa.tech/aura/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Aura-Mainnet","tx_page":"https://explorer.stavr.tech/aura-mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/aura-mainnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/aura","tx_page":"https://explorer.nodestake.top/aura/tx/${txHash}","account_page":"https://explorer.nodestake.top/aura/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/aura","tx_page":"https://explorer.tcnetwork.io/aura/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/aura/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/aura","tx_page":"https://explorer.stake-take.com/aura/tx/${txHash}","account_page":"https://explorer.stake-take.com/aura/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/aura","tx_page":"https://explorer.safeblock.space/aura/tx/${txHash}","account_page":"https://explorer.safeblock.space/aura/account/${accountAddress}"},{"kind":"STAKR.space explorer","url":"https://explorer.stakr.space/aura/","tx_page":"https://explorer.stakr.space/aura/tx/${txHash}","account_page":"https://explorer.stakr.space/aura/account/${accountAddress}"}]},"beezee-1":{"$schema":"../chain.schema.json","chain_name":"beezee","chain_id":"beezee-1","pretty_name":"BeeZee","status":"live","network_type":"mainnet","bech32_prefix":"bze","daemon_name":"bzed","node_home":"$HOME/.bze","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubze","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ubze"}]},"codebase":{"git_repo":"https://github.com/bze-alphateam/bze","recommended_version":"v6.1.0","compatible_versions":["v6.1.0"],"binaries":{"linux/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-linux-arm64.tar.gz","darwin/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-darwin-arm64.tar.gz","windows/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-win64.zip"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json"},"versions":[{"name":"v5.0.1","tag":"v5.0.1","height":0,"next_version_name":"v5.1.1","recommended_version":"v5.0.1","compatible_versions":["v5.0.1"],"cosmos_sdk_version":"v0.44.3","consensus":{"type":"tendermint","version":"v0.34.14"},"ibc_go_version":"v1.2.2","binaries":{"linux/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-linux-amd64.tar.gz","linux/arm64":"https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-linux-arm64.tar.gz","darwin/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-darwin-arm64.tar.gz","windows/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.0.1/bze-5.0.1-win64.zip"}},{"name":"v5.1.1","tag":"v5.1.1","height":3303144,"next_version_name":"v5.1.2","recommended_version":"v5.1.1","compatible_versions":["v5.1.1"],"cosmos_sdk_version":"v0.45.9","consensus":{"type":"tendermint","version":"v0.34.22"},"ibc_go_version":"v1.2.2","binaries":{"linux/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-linux-amd64.tar.gz","linux/arm64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-linux-arm64.tar.gz","darwin/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-darwin-arm64.tar.gz","windows/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.1/bze-5.1.1-win64.zip"}},{"name":"v5.1.2","tag":"v5.1.2","height":3646700,"next_version_name":"v6.0.0","recommended_version":"v5.1.2","compatible_versions":["v5.1.2"],"cosmos_sdk_version":"v0.45.9","consensus":{"type":"tendermint","version":"v0.34.22"},"ibc_go_version":"v1.2.2","binaries":{"linux/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-linux-amd64.tar.gz","linux/arm64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-linux-arm64.tar.gz","darwin/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-darwin-arm64.tar.gz","windows/amd64":"https://github.com/bze-alphateam/bze/releases/download/v5.1.2/bze-5.1.2-win64.zip"}},{"name":"v6.0.0","tag":"v6.0.0","height":4875460,"next_version_name":"v6.1.0","recommended_version":"v6.0.0","compatible_versions":["v6.0.0"],"cosmos_sdk_version":"v0.45.10","consensus":{"type":"tendermint","version":"v0.34.22"},"ibc_go_version":"v2.4.2","binaries":{"linux/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-linux-arm64.tar.gz","darwin/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-darwin-arm64.tar.gz","windows/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.0.0/bze-6.0.0-win64.zip"}},{"name":"v6.1.0","tag":"v6.1.0","height":9079079,"next_version_name":"v7.0.0","recommended_version":"v6.1.0","compatible_versions":["v6.1.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v4.5.1","binaries":{"linux/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-linux-arm64.tar.gz","darwin/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-darwin-arm64.tar.gz","windows/amd64":"https://github.com/bze-alphateam/bze/releases/download/v6.1.0/bze-6.1.0-win64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"},"peers":{"seeds":[{"id":"6385d5fb198e3a793498019bb8917973325e5eb7","address":"51.15.138.216:26656","provider":"AlphaTeam"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ef5377944874e2e8e5bd7156d2bb2e46c6a24b45","address":"31.220.82.236:26656","provider":"AlphaTeam"}]},"apis":{"rpc":[{"address":"https://rpc.getbze.com","provider":"AlphaTeam"},{"address":"https://rpc-1.getbze.com","provider":"AlphaTeam"},{"address":"https://rpc-2.getbze.com","provider":"AlphaTeam"},{"address":"https://beezee_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://rest.getbze.com","provider":"AlphaTeam"},{"address":"https://rest-1.getbze.com","provider":"AlphaTeam"},{"address":"https://rest-2.getbze.com","provider":"AlphaTeam"},{"address":"https://beezee_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"grpc.getbze.com:9099","provider":"AlphaTeam"},{"address":"grpc-1.getbze.com:9099","provider":"AlphaTeam"},{"address":"grpc-2.getbze.com:9099","provider":"AlphaTeam"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/beezee","tx_page":"https://ping.pub/beezee/tx/${txHash}","account_page":"https://ping.pub/beezee/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.getbze.com/beezee","tx_page":"https://explorer.getbze.com/beezee/tx/${txHash}","account_page":"https://explorer.getbze.com/beezee/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/beezee","tx_page":"https://atomscan.com/beezee/transactions/${txHash}","account_page":"https://atomscan.com/beezee/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/beezee","tx_page":"https://explorer.whenmoonwhenlambo.money/beezee/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/beezee/account/${accountAddress}"}]},"axelar-dojo-1":{"$schema":"../chain.schema.json","chain_name":"axelar","chain_id":"axelar-dojo-1","pretty_name":"Axelar","website":"https://axelar.network/","status":"live","network_type":"mainnet","bech32_prefix":"axelar","daemon_name":"axelard","node_home":"$HOME/.axelar","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uaxl","fixed_min_gas_price":0.007,"low_gas_price":0.007,"average_gas_price":0.007,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"uaxl"}]},"codebase":{"git_repo":"https://github.com/axelarnetwork/axelar-core","recommended_version":"v0.35.5","compatible_versions":["v0.35.5"],"binaries":{"linux/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.35.5/axelard-linux-amd64-v0.35.5","darwin/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.35.5/axelard-darwin-amd64-v0.35.5"},"cosmos_sdk_version":"axelarnetwork/cosmos-sdk v0.45.17-0.20230904150332-37fb903a6c62","consensus":{"type":"cometbft","version":"v0.34.31"},"cosmwasm_version":"v0.33.0","cosmwasm_enabled":true,"ibc_go_version":"v4.5.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json"},"versions":[{"name":"v0.33.0","next_version_name":"v0.34.0","recommended_version":"v0.33.0","compatible_versions":["v0.33.0"],"binaries":{"linux/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.33.0/axelard-linux-amd64-v0.33.0","darwin/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.33.0/axelard-darwin-amd64-v0.33.0"}},{"name":"v0.34.0","next_version_name":"v0.35ps://github.com/axelarnetwork/axelar-core/releases/down","recommended_version":"v0.34.0","compatible_versions":["v0.34.0"],"binaries":{"linux/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.34.0/axelard-linux-amd64-v0.34.0","darwin/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.34.0/axelard-darwin-amd64-v0.34.0"}},{"name":"v0.35","next_version_name":"","recommended_version":"v0.35.5","compatible_versions":["v0.35.5"],"cosmos_sdk_version":"axelarnetwork/cosmos-sdk v0.45.17-0.20230904150332-37fb903a6c62","consensus":{"type":"cometbft","version":"v0.34.31"},"cosmwasm_version":"v0.33.0","cosmwasm_enabled":true,"ibc_go_version":"v4.5.1","binaries":{"linux/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.35.5/axelard-linux-amd64-v0.35.5","darwin/amd64":"https://github.com/axelarnetwork/axelar-core/releases/download/v0.35.5/axelard-darwin-amd64-v0.35.5"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.svg"},"peers":{"seeds":[{"id":"2551bf072d23835e42a32921beacbf3425fe376f","address":"k8s-mainnet-axelarco-3ab48adcdb-974f2bc59e735192.elb.us-east-2.amazonaws.com:26656","provider":"axelar-core"},{"id":"9c9b8eb8cad8648f31d3c9da3d14e825f11a7b52","address":"public-seed.mainnet.axelar.lunanova.tech:26656","provider":"lunanova"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:15156","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"axelar-mainnet-seed.autostake.com:26826","provider":"AutoStake 🛡️ Slash Protected"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:15156","provider":"WhisperNode 🤐"},{"id":"3470414cd299d15911e9bb28557f6bffb8e514c6","address":"seed-axelar-01.stakeflow.io:1606","provider":"Stakeflow"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-axelar.ibs.team:16671","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"353f7d0962594bcbfb63c81594e35e39c4c89a1a","address":"18.223.127.165:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"axelar-mainnet-peer.autostake.com:26826","provider":"AutoStake 🛡️ Slash Protected"},{"id":"3470414cd299d15911e9bb28557f6bffb8e514c6","address":"peer-axelar-01.stakeflow.io:1606","provider":"Stakeflow"},{"id":"381d7961c9e44bc25e02d60b94c26763a42db045","address":"65.21.91.99:16756","provider":"Staketab"}]},"apis":{"rpc":[{"address":"https://rpc-axelar.imperator.co:443","provider":"Imperator.co"},{"address":"https://axelar-rpc.quickapi.com:443","provider":"chainlayer"},{"address":"https://rpc-axelar.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://axelar-rpc.pops.one:443","provider":"p-ops"},{"address":"https://axelar-rpc.qubelabs.io:443","provider":"Qubelabs"},{"address":"https://rpc-1.axelar.nodes.guru:443","provider":"nodes.guru"},{"address":"https://rpc-axelar-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://axelar-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://axelar.rpc.stakin-nodes.com","provider":"Stakin"},{"address":"https://rpc.axelar.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://axelar-rpc.validatrium.club","provider":"Validatrium"},{"address":"https://rpc-axelar.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://axelar-rpc.quantnode.tech/","provider":"QuantNode"},{"address":"https://axelar-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://axelar-rpc.rockrpc.net/","provider":"RockawayX Infra"},{"address":"https://axelar-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://rpc-axelar-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://axelar-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://axelar-rpc.w3coins.io","provider":"w3coins"},{"address":"https://axelar-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://lcd-axelar.imperator.co:443","provider":"Imperator.co"},{"address":"https://axelar-lcd.quickapi.com:443","provider":"chainlayer"},{"address":"https://api-axelar.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://axelar-lcd.qubelabs.io:443","provider":"Qubelabs"},{"address":"https://api-1.axelar.nodes.guru:443","provider":"nodes.guru"},{"address":"https://api-axelar-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://axelar-api.polkachu.com","provider":"Polkachu"},{"address":"https://axelar.rest.stakin-nodes.com","provider":"Stakin"},{"address":"https://api.axelar.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://axelar-api.validatrium.club","provider":"Validatrium"},{"address":"https://lcd-axelar.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://axelar-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://axelar-lcd.quantnode.tech/","provider":"QuantNode"},{"address":"https://axelar-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://api-axelar-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://axelar-rest.staketab.org","provider":"Staketab"},{"address":"https://axelar-api.w3coins.io","provider":"w3coins"},{"address":"https://axelar-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"axelar-grpc.qubelabs.io:9092","provider":"Qubelabs"},{"address":"axelar-grpc.quantnode.tech:9090","provider":"Quantnode"},{"address":"services.staketab.com:9080","provider":"Staketab"},{"address":"grpc-axelar.cosmos-spaces.cloud:1590","provider":"Cosmos Spaces"},{"address":"grpc-axelar-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"axelar-grpc.polkachu.com:15190","provider":"Polkachu"},{"address":"axelar.grpc.stakin-nodes.com:443","provider":"Stakin"},{"address":"axelar-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-axelar-01.stakeflow.io:1602","provider":"Stakeflow"},{"address":"axelar-grpc.w3coins.io:15190","provider":"w3coins"},{"address":"grpc-axelar.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"axelar-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc-web":[{"address":"axelar-grpcweb.chainode.tech","provider":"Chainode"},{"address":"axelar-grpcweb.quantnode.tech:9091","provider":"Quantnode"}]},"explorers":[{"kind":"axelarscan","url":"https://axelarscan.io","tx_page":"https://axelarscan.io/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/axelar","tx_page":"https://www.mintscan.io/axelar/transactions/${txHash}","account_page":"https://www.mintscan.io/axelar/accounts/${accountAddress}"},{"kind":"explorers.guru","url":"https://axelar.explorers.guru","tx_page":"https://axelar.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/axelar","tx_page":"https://atomscan.com/axelar/transactions/${txHash}","account_page":"https://atomscan.com/axelar/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/axelar","account_page":"https://stakeflow.io/axelar/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/axelar","tx_page":"https://ezstaking.app/axelar/txs/${txHash}","account_page":"https://ezstaking.app/axelar/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/axelar","tx_page":"https://mainnet.whispernode.com/axelar/tx/${txHash}","account_page":"https://mainnet.whispernode.com/axelar/account/${accountAddress}"}]},"laozi-mainnet":{"$schema":"../chain.schema.json","chain_name":"bandchain","chain_id":"laozi-mainnet","pretty_name":"Band Protocol","website":"https://bandprotocol.com/","status":"live","network_type":"mainnet","bech32_prefix":"band","daemon_name":"bandd","node_home":"$HOME/.band","key_algos":["secp256k1"],"slip44":494,"fees":{"fee_tokens":[{"denom":"uband","fixed_min_gas_price":0.0025,"low_gas_price":0.0025,"average_gas_price":0.003,"high_gas_price":0.005}]},"staking":{"staking_tokens":[{"denom":"uband"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/bandprotocol/chain","recommended_version":"v2.5.4","compatible_versions":["v2.5.2","v2.5.3","v2.5.4"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v4.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/bandprotocol/launch/master/laozi-mainnet/genesis.json"},"versions":[{"name":"v2_4","tag":"v2.4.1","height":11525000,"proposal":9,"next_version_name":"v2_5","recommended_version":"v2.4.1","compatible_versions":["v2.4.0","v2.4.1"],"cosmos_sdk_version":"v0.45.10","consensus":{"type":"tendermint","version":"v0.34.22"},"ibc_go_version":"v3.3.1"},{"name":"v2_5","tag":"v2.5.4","height":16562500,"proposal":11,"next_version_name":"","recommended_version":"v2.5.4","compatible_versions":["v2.5.2","v2.5.3","v2.5.4"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v4.3.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"}],"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"},"peers":{"seeds":[{"id":"8d42bdcb6cced03e0b67fa3957e4e9c8fd89015a","address":"34.87.86.195:26656"},{"id":"543e0cab9c3016a0e99775443a17bcf163038912","address":"34.150.156.78:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"bandchain-mainnet-seed.autostake.com:26666","provider":"AutoStake 🛡️ Slash Protected"},{"id":"4ded49b3a718828eb64cf35da1ed791ecb201bc1","address":"seed-band-01.stakeflow.io:25017","provider":"Stakeflow"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"band.rpc.kjnodes.com:16959","provider":"kjnodes"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-band.ibs.team:16672","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"98823087b61d442a4ab86998709c77b2e517ee78","address":"35.240.152.216:26656"},{"id":"3ea84babead3d6bc488810a0f2cf0744cf5c68fe","address":"34.86.22.251:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"bandchain-mainnet-peer.autostake.com:26666","provider":"AutoStake 🛡️ Slash Protected"},{"id":"0bfd5d7355ebf38e35af619ae0cab70aa21675a5","address":"band-m.peer.stavr.tech:11026","provider":"🔥STAVR🔥"},{"id":"4ded49b3a718828eb64cf35da1ed791ecb201bc1","address":"peer-band-01.stakeflow.io:25017","provider":"Stakeflow"},{"id":"d3fe7586b604196461db92c2c7cf72eb354af1fc","address":"rpc.band.indonode.net:12656","provider":"Indonode"},{"id":"c6f9e1309055eedbcd58d018b54247f13e9f878b","address":"65.108.195.213:44656","provider":"StakeTown"}]},"apis":{"rpc":[{"address":"http://rpc.laozi1.bandchain.org:80","provider":"bandprotocol"},{"address":"https://rpc-bandchain-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://band-rpc.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://bandchain-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://band.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc-band-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://rpc-band.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://band-rpc.w3coins.io","provider":"w3coins"},{"address":"https://bandprotocol-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://band-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://public.stakewolle.com/cosmos/bandchain/rpc","provider":"Stakewolle"},{"address":"https://rpc.band.bronbro.io/","provider":"Bro_n_Bro"},{"address":"https://band-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://laozi1.bandchain.org/api","provider":"bandprotocol"},{"address":"https://api-bandchain-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://band-api.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://api-band.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://band.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://bandchain-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api-band-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://band-api.w3coins.io","provider":"w3coins"},{"address":"https://bandprotocol-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://band-api.stake-town.com","provider":"StakeTown"},{"address":"https://public.stakewolle.com/cosmos/bandchain/rest","provider":"Stakewolle"},{"address":"https://lcd.band.bronbro.io/","provider":"Bro_n_Bro"},{"address":"https://band-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"grpc-bandchain-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"bandchain-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-band.cosmos-spaces.cloud:2240","provider":"Cosmos Spaces"},{"address":"grpc-band-01.stakeflow.io:2502","provider":"Stakeflow"},{"address":"band-grpc.w3coins.io:22990","provider":"w3coins"},{"address":"http://band.grpc.m.stavr.tech:7803","provider":"🔥STAVR🔥"},{"address":"https://grpc-band.nodeist.net","provider":"Nodeist"},{"address":"band.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"band-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"grpc.band.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"band-grpc.noders.services:30090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"cosmoscan","url":"https://cosmoscan.io","tx_page":"https://cosmoscan.io/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/band","tx_page":"https://www.mintscan.io/band/transactions/${txHash}","account_page":"https://www.mintscan.io/band/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/band-protocol","tx_page":"https://ping.pub/band-protocol/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Band-Mainnet","tx_page":"https://explorer.stavr.tech/Band-Mainnet/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/band","tx_page":"https://exp.nodeist.net/band/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/band-protocol","tx_page":"https://atomscan.com/band-protocol/transactions/${txHash}","account_page":"https://atomscan.com/band-protocol/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/band-protocol","account_page":"https://stakeflow.io/band-protocol/accounts/${accountAddress}"},{"kind":"kjnodes Explorer","url":"https://explorer.kjnodes.com/band","tx_page":"https://explorer.kjnodes.com/band/tx/${txHash}"}]},"bitcanna-1":{"$schema":"../chain.schema.json","chain_name":"bitcanna","chain_id":"bitcanna-1","pretty_name":"BitCanna","website":"https://www.bitcanna.io/","status":"live","network_type":"mainnet","bech32_prefix":"bcna","daemon_name":"bcnad","node_home":"$HOME/.bcna","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubcna","fixed_min_gas_price":0.001,"low_gas_price":0.001,"average_gas_price":0.0025,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"ubcna"}]},"codebase":{"git_repo":"https://github.com/BitCannaGlobal/bcna","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_amd64.tar.gz","linux/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_arm64.tar.gz","darwin/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_darwin_arm64.tar.gz"},"cosmos_sdk_version":"v0.47.11","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/BitCannaGlobal/bcna/main/genesis.json"},"versions":[{"name":"vigorous-grow-fix","height":7585420,"proposal":10,"next_version_name":"vigorous-grow-huckleberry","recommended_version":"v1.6.3","compatible_versions":["v1.6.1","v1.6.2","v1.6.3"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_linux_amd64.tar.gz","darwin/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_darwin_arm64.tar.gz"}},{"name":"vigorous-grow-huckleberry","height":8771420,"proposal":11,"next_version_name":"wakeandbake","recommended_version":"v1.7.0","compatible_versions":["v1.7.0"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v1.7.0/bcna_linux_amd64.tar.gz","darwin/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v1.7.0/bcna_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v1.7.0/bcna_darwin_arm64.tar.gz"}},{"name":"wakeandbake","height":9209420,"proposal":12,"next_version_name":"ganjarevolution","recommended_version":"v2.0.3","compatible_versions":["v2.0.2","v2.0.3"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_linux_amd64.tar.gz","linux/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_linux_arm64.tar.gz","darwin/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_darwin_arm64.tar.gz"}},{"name":"ganjarevolution","height":12288420,"proposal":14,"next_version_name":"ganjarevolutionburn","recommended_version":"v3.0.2","compatible_versions":["v3.0.2"],"cosmos_sdk_version":"v0.47.9","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.0.2/bcna_linux_amd64.tar.gz","linux/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.0.2/bcna_linux_arm64.tar.gz","darwin/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.0.2/bcna_darwin_arm64.tar.gz"}},{"name":"ganjarevolutionburn","height":13846420,"proposal":15,"next_version_name":"","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"cosmos_sdk_version":"v0.47.11","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_amd64.tar.gz","linux/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_arm64.tar.gz","darwin/arm64":"https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_darwin_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"}],"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"},"peers":{"seeds":[{"id":"d6aa4c9f3ccecb0cc52109a95962b4618d69dd3f","address":"seed1.bitcanna.io:26656","provider":"bitcanna"},{"id":"e2e7c704f766ef6b9e2c8dd61d963f8393b87966","address":"seed3.bitcanna.io:26656","provider":"bitcanna"},{"id":"f0e6c86d769bf5c52f78e01864091690e731643f","address":"bitcanna-seed.panthea.eu:37656","provider":"Panthea EU"},{"id":"258f523c96efde50d5fe0a9faeea8a3e83be22ca","address":"seed.bitcanna-1.bitcanna.aviaone.com:10263","provider":"AVIAONE 🟢"},{"id":"33ab202dfef5e08d5d0346e7b3cfaab2a946198a","address":"seeds.bitcanna-mainnet.hexnodes.one:27656","provider":"Hexnodes"},{"id":"d5ed854872ad96f114737889ac9521ea3a29e3a3","address":"bitcanna-seed.oldcat.io:26656","provider":"Oldcat"},{"id":"d37062587a2aba2a5256b7363f722f4acb4b8e2f","address":"seed-node.mms.team:30656","provider":"MMS"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-bcna.ibs.team:16656","provider":"Inter Blockchain Services"},{"id":"951cadb1888c0360dce506c1eff925cb6eb47e06","address":"seeds-2.anode.team:10258","provider":"AlxVoy ⚡ ANODE.TEAM"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"bitcanna.rpc.kjnodes.com:14259","provider":"kjnodes"},{"id":"daa1e4a3d0f202109baea2a3be589f7eb6d9ea62","address":"seeds-bcna.kjinc.io:26656","provider":"KJINC.io"},{"id":"5f5cfac5c38506fbb4275c19e87c4107ec48808d","address":"seeds.nodex.one:11710","provider":"NodeX Emperor ⚡ Bitcanna"},{"id":"1531b73fed2ad4eb55ea537fa7fd66f137c12934","address":"seeds.blockhunters.org:38656","provider":"BlockHunters 🎯"},{"id":"80f05ef09003f3303a4529a8a42e87562dd218cb","address":"bitcanna-mainnet.seed.l0vd.com:57656","provider":"L0vd.com ❤️"},{"id":"71df77a8f57af72a4d2b4e842c9ac7eaec31cc09","address":"mainnet-seed.konsortech.xyz:27156","provider":"KonsorTech°"},{"id":"9e2b0de599e1b0b69fe156d783a5365858c43027","address":"bitcanna-seed.kalia.network:12656","provider":"Kalia Network"},{"id":"6f6a3a908634b79b6fe7c4988efec2553f188234","address":"bitcanna.seed.nodeshub.online:13056","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️"}],"persistent_peers":[{"id":"a4c1e46441164c350f721cf142d52c136215e05c","address":"65.108.43.170:26656","provider":"BitCanna"},{"id":"0a658df9d9fab096983a12e6f878e87281a15ce6","address":"bitcanna-peer.panthea.eu:27656","provider":"Panthea EU"},{"id":"756fa9ce5d65c3c43021d2780e1bda0924a6cd14","address":"144.76.97.251:27656","provider":"AlxVoy ⚡ ANODE.TEAM"},{"id":"5a048cab1d183de5c465c56b29a16fd93a8bf9bd","address":"mainnet-bitcanna.konsortech.xyz:27656","provider":"KonsorTech"},{"id":"50e4ad8f5847c1fc4d9cb3de2cb6356d1a14291b","address":"95.214.55.138:32656","provider":"genznodes"},{"id":"2ff33d346b1b0f19cd59018ceb62d06a6406d472","address":"bitcanna.peers.stavr.tech:21326","provider":"🔥STAVR🔥"},{"id":"9ca926169792c5e0dc7cf01520e9bc9a46d62d67","address":"49.12.86.120:26686","provider":"AVIAONE 🟢"},{"id":"6ae1dfa46884560e13962d73462e5bda0bb8c019","address":"bitcanna-mainnet.peers.l0vd.com:17656","provider":"L0vd.com"},{"id":"526e4529131070e39134d94edc0e7e48289a64b1","address":"176.191.97.120:28656","provider":"Inter Blockchain Services"},{"id":"3cb7bc8d5c448eaa42558347fb6cb03cd414b223","address":"38.242.232.202:26656","provider":"Inter Blockchain Services"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13056","provider":"Polkachu"},{"id":"45589e6147e36dda9e429668484d7614fb25b142","address":"bitcanna.nodejumper.io:27656","provider":"NODEJUMPER"},{"id":"e8bbbe53969162a893ab67c1eeb40432d57edec6","address":"rpc.bitcanna.indonode.net:11656","provider":"Indonode"},{"id":"d2cb1f04b351e82dada97794d32a468dd71d6a84","address":"peer-bitcanna.mms.team:56104","provider":"MMS"},{"id":"f28f565a6514340f2506b8f2b4e1d5322c4a26dd","address":"p2p.bitcanna.safeblock.space:26656","provider":"Safe Block"},{"id":"d9bfa29e0cf9c4ce0cc9c26d98e5d97228f93b0b","address":"bitcanna.rpc.kjnodes.com:14256","provider":"kjnodes"},{"id":"d1d43cc7c7aef715957289fd96a114ecaa7ba756","address":"bitcanna.rpc.nodex.one:11756","provider":"NodeX Emperor ⚡ Bitcanna"},{"id":"7fef7708e4eb2f3a1245f00ca42ad56e446b3d66","address":"rpc.bitcanna.bh.rocks:42656","provider":"BlockHunters 🎯"},{"id":"bf47ac16ca517beca4ba5ba2e4a92798cf9409c0","address":"104.207.129.116:26656","provider":"Validatornode"},{"id":"fe587eb0d37cabb9b8089ec8899cf32ee2870994","address":"185.144.99.40:46656","provider":"CrypTech"},{"id":"b85358e035343a3b15e77e1102857dcdaf70053b","address":"seeds.bluestake.net:24356","provider":"BlueStake 🚀"},{"id":"637077d431f618181597706810a65c826524fd74","address":"bitcanna.rpc.nodeshub.online:13056","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️"}]},"apis":{"rpc":[{"address":"https://rpc.bitcanna.io/","provider":"bitcanna"},{"address":"https://bcna-rpc.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://bitcanna-rpc.panthea.eu/","provider":"Panthea EU"},{"address":"https://rpc.bitcanna.sgtstake.com/","provider":"SGTstake"},{"address":"https://bitcanna.rpc.m.anode.team/","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"https://bitcanna.rpc.m.stavr.tech/","provider":"🔥STAVR🔥"},{"address":"https://rpc-bcna.kjinc.io/","provider":"KJINC.io"},{"address":"https://mainnet-bitcanna-rpc.konsortech.xyz/","provider":"KonsorTech"},{"address":"https://bitcanna.rpc.kjnodes.com/","provider":"kjnodes"},{"address":"https://bitcanna-rpc.genznodes.dev/","provider":"genznodes"},{"address":"https://rpc.bitcanna-1.bitcanna.aviaone.com/","provider":"AVIAONE 🟢"},{"address":"https://rpc.bitcanna-mainnet.hexnodes.one/","provider":"Hexnodes"},{"address":"https://rpc.bitcanna.citizenweb3.com/","provider":"Citizen Web3"},{"address":"https://bitcanna-mainnet.rpc.l0vd.com/","provider":"L0vd.com"},{"address":"https://bitcanna-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc.bitcanna.safeblock.space","provider":"Safe Block"},{"address":"https://bitcanna.nodejumper.io:443","provider":"NODEJUMPER"},{"address":"https://rpc.bitcanna.indonode.net/","provider":"Indonode"},{"address":"https://rpc-bitcanna.mms.team:443","provider":"MMS"},{"address":"https://bitcanna-rpc.validatornode.com","provider":"ValidatorNode"},{"address":"https://bitcanna.rpc.nodex.one","provider":"NodeX Emperor ⚡ Bitcanna"},{"address":"https://bcna.rpc.arcturian.tech/","provider":"Arcturian Tech"},{"address":"https://rpc.bitcanna.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://bitcanna-rpc.bluestake.net","provider":"BlueStake"},{"address":"https://rpc-bitcanna.cryptech.com.ua","provider":"CrypTech"},{"address":"https://bitcanna-rpc.kalia.network/","provider":"Kalia Network"},{"address":"https://bitcanna.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️"}],"rest":[{"address":"https://lcd.bitcanna.io","provider":"bitcanna"},{"address":"https://bitcanna-api.panthea.eu","provider":"Panthea EU"},{"address":"https://api.bitcanna.sgtstake.com/","provider":"SGTstake"},{"address":"https://bitcanna.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://bcna-api.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://bitcanna.api.m.anode.team","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"https://api-bcna.kjinc.io/","provider":"KJINC.io"},{"address":"https://mainnet-bitcanna-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://bitcanna.api.kjnodes.com","provider":"kjnodes"},{"address":"https://bitcanna-api.genznodes.dev","provider":"genznodes"},{"address":"https://api.bitcanna-1.bitcanna.aviaone.com/","provider":"AVIAONE 🟢"},{"address":"https://lcd.bitcanna-mainnet.hexnodes.one","provider":"Hexnodes"},{"address":"https://bitcanna-mainnet.api.l0vd.com","provider":"L0vd.com"},{"address":"https://bitcanna-api.polkachu.com","provider":"Polkachu"},{"address":"https://api.bitcanna.safeblock.space","provider":"Safe Block"},{"address":"https://bitcanna.nodejumper.io:1317","provider":"NODEJUMPER"},{"address":"https://api-bitcanna.mms.team:443","provider":"MMS"},{"address":"https://bitcanna-api.validatornode.com","provider":"ValidatorNode"},{"address":"https://bitcanna.api.nodex.one","provider":"NodeX Emperor ⚡ Bitcanna"},{"address":"https://bcna.api.arcturian.tech/","provider":"Arcturian Tech"},{"address":"https://api.bitcanna.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://api.bitcanna.indonode.net","provider":"Indonode"},{"address":"https://bitcanna-api.bluestake.net","provider":"BlueStake"},{"address":"https://api-bitcanna.cryptech.com.ua","provider":"CrypTech"},{"address":"https://bitcanna-api.kalia.network","provider":"Kalia Network"},{"address":"https://api.bitcanna.citizenweb3.com","provider":"Citizen Web3"},{"address":"https://bitcanna.api.nodeshub.online","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️"}],"grpc":[{"address":"grpc.bitcanna.io:443","provider":"bitcanna"},{"address":"bitcanna.grpc.m.stavr.tech:9081","provider":"🔥STAVR🔥"},{"address":"grpc.bitcanna-mainnet.hexnodes.one:27090","provider":"HexNodes"},{"address":"grpc.bitcanna-1.bitcanna.aviaone.com:9092","provider":"AVIAONE 🟢"},{"address":"bitcanna-mainnet.grpc.l0vd.com:80","provider":"L0vd.com"},{"address":"bitcanna.grpc.kjnodes.com:14290","provider":"kjnodes"},{"address":"bitcanna-grpc.polkachu.com:13090","provider":"Polkachu"},{"address":"grpc-bitcanna.mms.team:443","provider":"MMS"},{"address":"grpc.bitcanna.safeblock.space:9090","provider":"Safe Block"},{"address":"mainnet-bitcanna-grpc.konsortech.xyz:27090","provider":"KonsorTech"},{"address":"bitcanna.grpc.m.anode.team:443","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"grpc-bcna.kjinc.io:443","provider":"KJINC.io"},{"address":"bitcanna.grpc.nodex.one:443","provider":"NodeX Emperor ⚡ Bitcanna"},{"address":"grpc.bitcanna.bh.rocks:42090","provider":"BlockHunters 🎯"},{"address":"grpc.bitcanna.indonode.net:11090","provider":"Indonode"},{"address":"bitcanna-grpc.panthea.eu:16710","provider":"Panthea EU"},{"address":"bitcanna-grpc.validatornode.com:443","provider":"ValidatorNode"},{"address":"grpc-bitcanna.cryptech.com.ua:443","provider":"CrypTech"},{"address":"bitcanna-grpc.kalia.network:443","provider":"Kalia Network"},{"address":"bitcanna.grpc.nodeshub.online:13090","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️"}]},"explorers":[{"kind":"EZStaking Tools","url":"https://app.ezstaking.io/bitcanna","tx_page":"https://ezstaking.tools/bitcanna/txs/${txHash}","account_page":"https://ezstaking.tools/bitcanna/account/${accountAddress}"},{"kind":"forbole","url":"https://explorer.bitcanna.io","tx_page":"https://explorer.bitcanna.io/transactions/${txHash}","account_page":"https://explorer.bitcanna.io/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/bitcanna","tx_page":"https://ping.pub/bitcanna/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/bitcanna/","tx_page":"https://www.mintscan.io/bitcanna/txs/${txHash}","account_page":"https://www.mintscan.io/bitcanna/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Bitcanna","tx_page":"https://explorer.stavr.tech/Bitcanna/txs/${txHash}","account_page":"https://explorer.stavr.tech/Bitcanna/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/bitcanna","tx_page":"https://atomscan.com/bitcanna/transactions/${txHash}"},{"kind":"ValidatorNode Explorer","url":"https://explorer.validatornode.com/bitcanna","tx_page":"https://explorer.validatornode.com/bitcanna/tx/${txHash}"},{"kind":"Safe Block Explorer Pruned","url":"https://explorer.safeblock.space/bitcanna","tx_page":"https://explorer.safeblock.space/bitcanna/tx/${txHash}"},{"kind":"AlxVoy ⚡ ANODE.TEAM","url":"https://main.anode.team/bitcanna","tx_page":"https://main.anode.team/bitcanna/tx/${txHash}"},{"kind":"kjnodes","url":"https://explorer.kjnodes.com/bitcanna","tx_page":"https://explorer.kjnodes.com/bitcanna/tx/${txHash}"},{"kind":"L0vd.com ❤️","url":"https://explorers.l0vd.com/bitcanna-mainnet","tx_page":"https://explorers.l0vd.com/bitcanna-mainnet/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodex.one/bitcanna","tx_page":"https://explorer.nodex.one/bitcanna/tx/${txHash}"},{"kind":"Moonbys Dashboard","url":"https://explorer.moonbys.com","tx_page":"https://explorer.moonbys.com/${txHash}"},{"kind":"BlockHunters 🎯","url":"https://scan.bh.rocks/bitcanna","tx_page":"https://scan.bh.rocks/bitcanna/tx/${txHash}"},{"kind":"Indonode","url":"https://explorer.indonode.net/bitcanna","tx_page":"https://explorer.indonode.net/bitcanna/tx/${txHash}"},{"kind":"CrypTech Explorer","url":"https://explorers.cryptech.com.ua/bitcanna","tx_page":"https://explorers.cryptech.com.ua/bitcanna/txs/${txHash}"},{"kind":"Kalia Network","url":"https://explorer.kalia.network/bitcanna","tx_page":"https://explorer.kalia.network/bitcanna/tx/${txHash}","account_page":"https://explorer.kalia.network/bitcanna/account/${accountAddress}"},{"kind":"AVIAONE","url":"https://mainnet.explorer.aviaone.com/bitcanna","tx_page":"https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}","account_page":"https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️","url":"https://explorer.nodeshub.online/bitcanna/","tx_page":"https://explorer.nodeshub.online/bitcanna/tx/${txHash}","account_page":"https://explorer.nodeshub.online/bitcanna/accounts/${accountAddress}"}]},"bitsong-2b":{"$schema":"../chain.schema.json","chain_name":"bitsong","chain_id":"bitsong-2b","pretty_name":"BitSong","website":"https://bitsong.io/","status":"live","network_type":"mainnet","bech32_prefix":"bitsong","daemon_name":"bitsongd","node_home":"$HOME/.bitsongd","slip44":639,"fees":{"fee_tokens":[{"denom":"ubtsg","fixed_min_gas_price":0,"low_gas_price":3,"average_gas_price":10,"high_gas_price":20}]},"staking":{"staking_tokens":[{"denom":"ubtsg"}]},"codebase":{"git_repo":"https://github.com/bitsongofficial/go-bitsong","recommended_version":"v0.15.0","compatible_versions":["v0.15.0"],"binaries":{"linux/amd64":"https://github.com/bitsongofficial/go-bitsong/releases/download/v0.15.0/bitsongd"},"cosmos_sdk_version":"v0.45.16","cosmwasm_version":"v0.33.0","cosmwasm_enabled":true,"ibc_go_version":"v4.4.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json"},"versions":[{"name":"v0.14.0","next_version_name":"v0.15.0","recommended_version":"v0.14.0","compatible_versions":["v0.14.0"],"cosmos_sdk_version":"0.45.11","cosmwasm_version":"0.29.2","cosmwasm_enabled":true,"ibc_go_version":"v3.3.1"},{"name":"v0.15.0","height":15947000,"proposal":34,"next_version_name":"","recommended_version":"v0.15.0","compatible_versions":["v0.15.0"],"cosmos_sdk_version":"0.45.16","cosmwasm_version":"0.33.0","cosmwasm_enabled":true,"ibc_go_version":"v4.4.2"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"}],"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"},"peers":{"seeds":[{"id":"10de6c207e60b876bdd88571db44d29c18d0cb5d","address":"seed-bitsong.starsquid.io:15605","provider":"Starsquid"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"8defec7d0eec97f507411e02fd2634e3efc997a2","address":"bitsong-seed.panthea.eu:41656","provider":"Panthea EU"}],"persistent_peers":[{"id":"e9fea0509b1a2d16a10ef9fdea0a4e3edc7ca485","address":"185.144.83.158:26656"},{"id":"0ecf202e90241ca757d25387c18e8a85abc3b5a5","address":"176.9.151.17:26656","provider":"[NODERS]TEAM"},{"id":"3ca45466430bf6e0bfebb758e689e4047f0b73c7","address":"p2p.bitsong.safeblock.space:26656","provider":"Safe Block"},{"id":"2cd6bb75fc9279c62c0ef3af82fbe08632743472","address":"bitsong-peer.panthea.eu:31656","provider":"Panthea EU"},{"id":"3ddd0edc57217161fbd5dee9bb40b506e7089d00","address":"167.114.159.157:36656","provider":"MathNodes"}]},"apis":{"rpc":[{"address":"https://rpc-bitsong-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc.explorebitsong.com","provider":"stake.systems"},{"address":"https://bitsong-rpc.validatrium.club","provider":"Validatrium"},{"address":"https://rpc.bitsong.chaintools.tech/","provider":"ChainTools"},{"address":"https://rpc.bitsong.quokkastake.io","provider":"🐹 Quokka Stake"},{"address":"https://rpc-bitsong.starsquid.io","provider":"Starsquid"},{"address":"https://rpc-bitsong.architectnodes.com","provider":"Architect Nodes"},{"address":"http://bitsong.statesync.nodersteam.com:11657","provider":"[NODERS]TEAM"},{"address":"https://rpc.bitsong.safeblock.space","provider":"Safe Block"},{"address":"https://bitsong.tdrsys.com:2053","provider":"TdrSys"},{"address":"https://bitsong-rpc.panthea.eu","provider":"Panthea EU"},{"address":"https://rpc.bitsong.mathnodes.com","provider":"MathNodes"},{"address":"https://bitsong-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://api-bitsong-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://lcd.explorebitsong.com/","provider":"stake.systems"},{"address":"https://bitsong-api.validatrium.club","provider":"Validatrium"},{"address":"https://api.bitsong.quokkastake.io","provider":"🐹 Quokka Stake"},{"address":"http://bitsong.api.nodersteam.com:11017","provider":"[NODERS]TEAM"},{"address":"https://api-bitsong.starsquid.io","provider":"Starsquid"},{"address":"https://rest-bitsong.architectnodes.com","provider":"Architect Nodes"},{"address":"https://api.bitsong.safeblock.space","provider":"Safe Block"},{"address":"https://bitsong.tdrsys.com","provider":"TdrSys"},{"address":"https://bitsong-api.panthea.eu","provider":"Panthea EU"},{"address":"https://api.bitsong.mathnodes.com","provider":"MathNodes"},{"address":"https://bitsong-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://bitsong.api.m.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"grpc-bitsong-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"bitsong.grpc.nodersteam.com:9111/","provider":"[NODERS]TEAM"},{"address":"grpc.bitsong.safeblock.space:9090","provider":"Safe Block"},{"address":"bitsong-grpc.panthea.eu:16750","provider":"Panthea EU"},{"address":"grpc.bitsong.mathnodes.com:9092","provider":"MathNodes"},{"address":"bitsong-grpc.noders.services:20090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/bitsong","tx_page":"https://ezstaking.app/bitsong/txs/${txHash}","account_page":"https://ezstaking.app/bitsong/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/bitsong","tx_page":"https://ping.pub/bitsong/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/bitsong","tx_page":"https://www.mintscan.io/bitsong/transactions/${txHash}","account_page":"https://www.mintscan.io/bitsong/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/bitsong","tx_page":"https://atomscan.com/bitsong/transactions/${txHash}","account_page":"https://atomscan.com/bitsong/accounts/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblok.space/bitsong","tx_page":"https://explorer.safeblock.space/bitsong/tx/${txHash}","account_page":"https://explorer.safeblock.space/bitsong/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Bitsong","tx_page":"https://explorer.stavr.tech/Bitsong/tx/${txHash}","account_page":"https://explorer.stavr.tech/Bitsong/account/${accountAddress}"}]},"bluechip_1":{"$schema":"../chain.schema.json","chain_name":"bluechip","chain_id":"bluechip_1","pretty_name":"BlueChip","website":"https://www.bluechip.link","status":"live","network_type":"mainnet","bech32_prefix":"bcp","daemon_name":"bluechipd","node_home":"$HOME/.bluechip","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubluechip","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ubluechip"}]},"codebase":{"git_repo":"https://github.com/Bluechip23/bluechip/tree/main","recommended_version":"v1","compatible_versions":["v1"],"cosmos_sdk_version":"0.46.7","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://github.com/Bluechip23/bluechip/blob/main/genesis.json"},"versions":[{"name":"v1","recommended_version":"v1","compatible_versions":["v1"],"cosmos_sdk_version":"0.46.7","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluechip/images/bluechip.png"}],"peers":{"seeds":[],"persistent_peers":[{"id":"3x4pynlp86prhcmtns742kgsgu7pjtzjpk8d93","address":"http://67.28.8.88:26659/","provider":"CryptoDungeon"}]}},"bluzelle-9":{"$schema":"../chain.schema.json","chain_name":"bluzelle","chain_id":"bluzelle-9","pretty_name":"Bluzelle","website":"https://bluzelle.com/","status":"live","network_type":"mainnet","bech32_prefix":"bluzelle","daemon_name":"curiumd","node_home":"$HOME/.curium","key_algos":["secp256k1"],"slip44":483,"fees":{"fee_tokens":[{"denom":"ubnt","fixed_min_gas_price":0.002,"low_gas_price":0.002,"average_gas_price":0.002,"high_gas_price":0.025}]},"staking":{"staking_tokens":[{"denom":"ubnt"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/bluzelle/bluzelle-public","recommended_version":"v10.0","compatible_versions":["v10.0"],"cosmos_sdk_version":"v0.45.11","consensus":{"type":"cometbft","version":"0.34.23"},"ibc_go_version":"v3.4.0","genesis":{"genesis_url":"https://a.client.sentry.net.bluzelle.com:26657/genesis"},"versions":[{"name":"v2.0","recommended_version":"v2.0","compatible_versions":["v2.0"],"cosmos_sdk_version":"0.44.3","consensus":{"type":"tendermint","version":"0.34.14"}},{"name":"v9.0","next_version_name":"10.0","recommended_version":"v9.0","compatible_versions":["v9.0"],"cosmos_sdk_version":"0.45.11","consensus":{"type":"tendermint","version":"0.34.23"}},{"name":"10.0","height":3333333,"proposal":1,"next_version_name":"","recommended_version":"v10.0","compatible_versions":["v10.0"],"cosmos_sdk_version":"v0.45.11","consensus":{"type":"cometbft","version":"v0.34.23"},"ibc_go_version":"v3.4.0","binaries":{"linux/amd64":"https://github.com/bluzelle/bluzelle-public/releases/download/v10.0/curiumd"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"58fb5ba6e285a4b785c597f9ed480ced7bd06329","address":"a.gateway.sentry.net.bluzelle.com:26656","provider":"Bluzelle"},{"id":"ea7e48103d33356aa576b3d60cfabc250a7c2998","address":"b.gateway.sentry.net.bluzelle.com:26656","provider":"Bluzelle"},{"id":"70b5e2af27c5591967d7f1fea965b8627dd656e8","address":"c.gateway.sentry.net.bluzelle.com:26656","provider":"Bluzelle"}]},"apis":{"rpc":[{"address":"https://a.client.sentry.net.bluzelle.com:26657","provider":"Bluzelle"},{"address":"https://b.client.sentry.net.bluzelle.com:26657","provider":"Bluzelle"},{"address":"https://c.client.sentry.net.bluzelle.com:26657","provider":"Bluzelle"}],"rest":[{"address":"https://a.client.sentry.net.bluzelle.com:1317","provider":"Bluzelle"},{"address":"https://b.client.sentry.net.bluzelle.com:1317","provider":"Bluzelle"},{"address":"https://c.client.sentry.net.bluzelle.com:1317","provider":"Bluzelle"},{"address":"https://bluzelle-api.genznodes.dev/","provider":"genznodes"}],"grpc":[{"address":"a.client.sentry.net.bluzelle.com:9090","provider":"Bluzelle"},{"address":"b.client.sentry.net.bluzelle.com:9090","provider":"Bluzelle"},{"address":"c.client.sentry.net.bluzelle.com:9090","provider":"Bluzelle"},{"address":"bluzelle-grpc.genznodes.dev:34090","provider":"genznodes"},{"address":"https://grpc-curium.nodine.id:443","provider":"Nodine.ID"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.explorer.net.bluzelle.com/bluzelle","tx_page":"https://ping.explorer.net.bluzelle.com/bluzelle/tx/${txHash}","account_page":"https://ping.explorer.net.bluzelle.com/bluzelle/account/${accountAddress}"},{"kind":"big dipper","url":"https://bd.explorer.net.bluzelle.com","tx_page":"https://bd.explorer.net.bluzelle.com/transactions/${txHash}","account_page":"https://bd.explorer.net.bluzelle.com/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/bluzelle","tx_page":"https://explorer.tcnetwork.io/bluzelle/transaction/${txHash}"},{"kind":"Nodine.ID","url":"https://explorer.co.id/bluzelle","tx_page":"https://explorer.co.id/bluzelle/transaction/${txHash}"}],"keywords":["bluzelle","game","gamma4","nft"]},"bostrom":{"$schema":"../chain.schema.json","chain_name":"bostrom","chain_id":"bostrom","pretty_name":"bostrom","status":"live","network_type":"mainnet","bech32_prefix":"bostrom","daemon_name":"cyber","node_home":"$HOME/.cyber","slip44":118,"fees":{"fee_tokens":[{"denom":"boot","low_gas_price":0,"average_gas_price":0,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"boot"}]},"codebase":{"git_repo":"https://github.com/cybercongress/go-cyber","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"],"binaries":{"linux/amd64":"https://github.com/cybercongress/go-cyber/releases/download/v0.2.0/cyber_v0.2.0_linux-amd64.tar.gz","darwin/amd64":"https://github.com/cybercongress/go-cyber/releases/download/v0.2.0/cyber_v0.2.0_darwin-amd64.tar.gz"},"cosmwasm_enabled":true,"genesis":{"genesis_url":"https://cloudflare-ipfs.com/ipfs/QmYubyVNfghD4xCrTFj26zBwrF9s5GJhi1TmxvrwmJCipr"},"versions":[{"name":"v0.3.0","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/cybercongress/go-cyber/releases/download/v0.2.0/cyber_v0.2.0_linux-amd64.tar.gz","darwin/amd64":"https://github.com/cybercongress/go-cyber/releases/download/v0.2.0/cyber_v0.2.0_darwin-amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"},"peers":{"seeds":[{"id":"d0518ce9881a4b0c5872e5e9b7c4ea8d760dad3f","address":"85.10.207.173:26656","provider":"cybercongress"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.bostrom.cybernode.ai","provider":"cybercongress"},{"address":"https://rpc-cyber-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc.cyber.bronbro.io:443","provider":"Bro_n_Bro"}],"rest":[{"address":"https://lcd.bostrom.cybernode.ai","provider":"cybercongress"},{"address":"https://api-cyber-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://lcd.cyber.bronbro.io:443","provider":"Bro_n_Bro"}],"grpc":[{"address":"grpc-cyber-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"https://grpc.cyber.bronbro.io:443","provider":"Bro_n_Bro"}]},"explorers":[{"kind":"cyb","url":"https://cyb.ai/","tx_page":"https://cyb.ai/network/bostrom/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/bostrom","tx_page":"https://ping.pub/bostrom/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/bostrom","tx_page":"https://atomscan.com/bostrom/transactions/${txHash}","account_page":"https://atomscan.com/bostrom/accounts/${accountAddress}"}]},"canto_7700-1":{"$schema":"../chain.schema.json","chain_name":"canto","chain_id":"canto_7700-1","pretty_name":"Canto","website":"https://canto.io/","status":"live","network_type":"mainnet","bech32_prefix":"canto","daemon_name":"cantod","node_home":"$HOME/.cantod","slip44":60,"fees":{"fee_tokens":[{"denom":"acanto","fixed_min_gas_price":1000000000000,"low_gas_price":1000000000000,"average_gas_price":2000000000000,"high_gas_price":3000000000000}]},"staking":{"staking_tokens":[{"denom":"acanto"}]},"codebase":{"git_repo":"https://github.com/Canto-Network/Canto","recommended_version":"v7.0.0","compatible_versions":["v7.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/Canto-Network/Canto/genesis/Networks/Mainnet/genesis.json"},"versions":[{"name":"v5.0.0","next_version_name":"v6.0.0","recommended_version":"v5.0.0","compatible_versions":["v5.0.0"]},{"name":"v6.0.0","next_version_name":"v7.0.0","recommended_version":"v6.0.0","compatible_versions":["v6.0.0"]},{"name":"v7.0.0","height":6055770,"proposal":113,"next_version_name":"","recommended_version":"v7.0.0","compatible_versions":["v7.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:15556","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"canto-mainnet-seed.autostake.com:27156","provider":"AutoStake 🛡️ Slash Protected"},{"id":"27b6d74c8408e033e2e5a9e966a0d15782e33596","address":"seeds.nethernode.xyz:15556","provider":"carbonZERO🌲"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"9361d2cfb283da656b14eaf27e64d96cb86706f0","address":"167.71.170.71:26656","provider":"Plex"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"canto-mainnet-peer.autostake.com:27156","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc.canto.nodestake.top","provider":"NodeStake"},{"address":"https://canto-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc.canto.silentvalidator.com/","provider":"silent"},{"address":"https://canto.gravitychain.io:26657","provider":"Althea"},{"address":"https://canto-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-canto.kewrnode.com","provider":"Kewr Node"}],"rest":[{"address":"https://api.canto.nodestake.top","provider":"NodeStake"},{"address":"https://canto-api.polkachu.com","provider":"Polkachu"},{"address":"https://api.canto.silentvalidator.com/","provider":"silent"},{"address":"https://canto-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest-canto.kewrnode.com","provider":"Kewr Node"}],"grpc":[{"address":"canto-grpc.polkachu.com:15590","provider":"Polkachu"},{"address":"grpc.canto.nodestake.top:443","provider":"NodeStake"},{"address":"https://grpc.canto.silentvalidator.com/","provider":"silent"},{"address":"https://canto.gravitychain.io:9090","provider":"Althea"},{"address":"canto-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"evm-http-jsonrpc":[{"address":"https://canto.neobase.one/","provider":"NeoBase"},{"address":"https://canto.evm.chandrastation.com","provider":"Chandra Station"},{"address":"https://canto.slingshot.finance","provider":"Slingshot"},{"address":"https://jsonrpc.canto.nodestake.top","provider":"NodeStake"},{"address":"https://evm-rpc.canto.silentvalidator.com/","provider":"silent"},{"address":"https://canto.gravitychain.io:8545","provider":"althea"}]},"explorers":[{"kind":"ping.pub","url":"https://cosmos-explorers.neobase.one/canto","tx_page":"https://cosmos-explorers.neobase.one/canto/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/canto","tx_page":"https://explorer.tcnetwork.io/canto/transaction/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/canto","tx_page":"https://ezstaking.app/canto/txs/${txHash}","account_page":"https://ezstaking.app/canto/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Canto-Mainnet","tx_page":"https://explorer.stavr.tech/Canto-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Canto-Mainnet/account/${accountAddress}"}]},"carbon-1":{"$schema":"../chain.schema.json","chain_name":"carbon","chain_id":"carbon-1","pretty_name":"Carbon","website":"https://www.carbon.network/","status":"live","network_type":"mainnet","bech32_prefix":"swth","daemon_name":"carbond","node_home":"$HOME/.carbon","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"swth","fixed_min_gas_price":1,"low_gas_price":1,"average_gas_price":1,"high_gas_price":1,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"usc","fixed_min_gas_price":0,"low_gas_price":0.0001,"average_gas_price":0.0001,"high_gas_price":0.0001,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"bnb.1.6.773edb","fixed_min_gas_price":0,"low_gas_price":1000000,"average_gas_price":1000000,"high_gas_price":1000000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"bneo.1.14.e2e5f6","fixed_min_gas_price":0,"low_gas_price":0.0015,"average_gas_price":0.0015,"high_gas_price":0.0015,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"busd.1.6.754a80","fixed_min_gas_price":0,"low_gas_price":100000000,"average_gas_price":100000000,"high_gas_price":100000000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"cglp.1.19.1698d3","fixed_min_gas_price":0,"low_gas_price":100000000,"average_gas_price":100000000,"high_gas_price":100000000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"cgt/1","fixed_min_gas_price":0,"low_gas_price":100000000,"average_gas_price":100000000,"high_gas_price":100000000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"eth.1.19.c3b805","fixed_min_gas_price":0,"low_gas_price":100000,"average_gas_price":100000,"high_gas_price":100000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"eth.1.2.942d87","fixed_min_gas_price":0,"low_gas_price":100000,"average_gas_price":100000,"high_gas_price":100000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C","fixed_min_gas_price":0,"low_gas_price":0.0035,"average_gas_price":0.0035,"high_gas_price":0.0035,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F","fixed_min_gas_price":0,"low_gas_price":0.0000075,"average_gas_price":0.0000075,"high_gas_price":0.0000075,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5","fixed_min_gas_price":0,"low_gas_price":0.00005,"average_gas_price":0.00005,"high_gas_price":0.00005,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5","fixed_min_gas_price":0,"low_gas_price":0.00032,"average_gas_price":0.00032,"high_gas_price":0.00032,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364","fixed_min_gas_price":0,"low_gas_price":300000000,"average_gas_price":300000000,"high_gas_price":300000000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/4E06CF24FEBFB3F5AF645377DCC0B70AA6183BAF6B918B8B6243FCDEB7D38118","fixed_min_gas_price":0,"low_gas_price":0.0006,"average_gas_price":0.0006,"high_gas_price":0.0006,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5","fixed_min_gas_price":0,"low_gas_price":0.00015,"average_gas_price":0.00015,"high_gas_price":0.00015,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5","fixed_min_gas_price":0,"low_gas_price":0.0000075,"average_gas_price":0.0000075,"high_gas_price":0.0000075,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93","fixed_min_gas_price":0,"low_gas_price":0.00015,"average_gas_price":0.00015,"high_gas_price":0.00015,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861","fixed_min_gas_price":0,"low_gas_price":200000000,"average_gas_price":200000000,"high_gas_price":200000000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701","fixed_min_gas_price":0,"low_gas_price":0.00001,"average_gas_price":0.00001,"high_gas_price":0.00001,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C","fixed_min_gas_price":0,"low_gas_price":0.00001,"average_gas_price":0.00001,"high_gas_price":0.00001,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518","fixed_min_gas_price":0,"low_gas_price":0.00015,"average_gas_price":0.00015,"high_gas_price":0.00015,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"usdc.1.2.343151","fixed_min_gas_price":0,"low_gas_price":0.0001,"average_gas_price":0.0001,"high_gas_price":0.0001,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"usdc.1.6.53ff75","fixed_min_gas_price":0,"low_gas_price":100000000,"average_gas_price":100000000,"high_gas_price":100000000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}},{"denom":"zil.1.18.1a4a06","fixed_min_gas_price":0,"low_gas_price":6000,"average_gas_price":6000,"high_gas_price":6000,"gas_costs":{"cosmos_send":10000000,"ibc_transfer":10000000}}]},"staking":{"staking_tokens":[{"denom":"swth"}]},"codebase":{"git_repo":"https://github.com/Switcheo/carbon-bootstrap","recommended_version":"v2.43.0","compatible_versions":["v2.43.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.43.0/carbond-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.43.0/carbond-mainnet.linux-arm64.tar.gz"},"genesis":{"genesis_url":"https://github.com/Switcheo/carbon-bootstrap/raw/master/carbon-1/genesis.json"},"versions":[{"name":"v2.24.0","next_version_name":"v2.25.0","recommended_version":"v2.24.5","compatible_versions":["v2.24.5","v2.24.4","v2.24.3","v2.24.2","v2.24.1","v2.24.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.24.5/carbond2.24.5-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.24.5/carbond2.24.5-mainnet.linux-arm64.tar.gz"}},{"name":"v2.25.0","height":40405361,"next_version_name":"v2.26.0","recommended_version":"v2.25.0","compatible_versions":["v2.25.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.25.0/carbond2.25.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.25.0/carbond2.25.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.26.0","height":43970651,"proposal":306,"next_version_name":"v2.27.0","recommended_version":"v2.26.3","compatible_versions":["v2.26.3"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.26.3/carbond2.26.3-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.26.3/carbond2.26.3-mainnet.linux-arm64.tar.gz"}},{"name":"v2.27.0","height":44688221,"proposal":307,"next_version_name":"v2.28.0","recommended_version":"v2.27.3","compatible_versions":["v2.27.3"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.27.3/carbond2.27.3-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.27.3/carbond2.27.3-mainnet.linux-arm64.tar.gz"}},{"name":"v2.28.0","height":45469721,"proposal":308,"next_version_name":"v2.29.0","recommended_version":"v2.28.1","compatible_versions":["v2.28.1"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.28.1/carbond2.28.1-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.28.1/carbond2.28.1-mainnet.linux-arm64.tar.gz"}},{"name":"v2.29.0","height":46139891,"proposal":312,"next_version_name":"v2.30.0","recommended_version":"v2.29.0","compatible_versions":["v2.29.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.29.0/carbond2.29.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.29.0/carbond2.29.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.30.0","height":46228611,"proposal":313,"next_version_name":"v2.31.0","recommended_version":"v2.30.0","compatible_versions":["v2.30.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.30.0/carbond2.30.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.30.0/carbond2.30.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.31.0","height":46451861,"proposal":316,"next_version_name":"v2.32.0","recommended_version":"v2.31.0","compatible_versions":["v2.31.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.31.0/carbond2.31.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.31.0/carbond2.31.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.32.0","height":46538071,"proposal":317,"next_version_name":"v2.33.0","recommended_version":"v2.32.0","compatible_versions":["v2.32.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.32.0/carbond2.32.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.33.0","height":47592681,"proposal":318,"next_version_name":"v2.34.0","recommended_version":"v2.33.0","compatible_versions":["v2.33.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.33.0/carbond2.33.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.34.0","height":48331411,"proposal":319,"next_version_name":"v2.35.0","recommended_version":"v2.34.1","compatible_versions":["v2.34.1"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.34.1/carbond2.34.1-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.34.1/carbond2.34.1-mainnet.linux-arm64.tar.gz"}},{"name":"v2.35.0","height":49398331,"proposal":321,"next_version_name":"v2.36.0","recommended_version":"v2.35.0","compatible_versions":["v2.35.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.35.0/carbond2.35.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.35.0/carbond2.35.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.36.0","height":49677971,"proposal":323,"next_version_name":"v2.37.0","recommended_version":"v2.36.9","compatible_versions":["v2.36.0","v2.36.9"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.36.9/carbond2.36.9-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.36.9/carbond2.36.9-mainnet.linux-arm64.tar.gz"}},{"name":"v2.37.0","height":52699891,"proposal":338,"next_version_name":"v2.38.0","recommended_version":"v2.37.1","compatible_versions":["v2.37.0","v2.37.1"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.37.1/carbond2.37.1-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.37.1/carbond2.37.1-mainnet.linux-arm64.tar.gz"}},{"name":"v2.38.0","height":53991841,"proposal":340,"next_version_name":"v2.39.0","recommended_version":"v2.38.1","compatible_versions":["v2.38.1"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.38.1/carbond2.38.1-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.38.1/carbond2.38.1-mainnet.linux-arm64.tar.gz"}},{"name":"v2.39.0","height":56495871,"proposal":349,"next_version_name":"v2.40.0","recommended_version":"v2.39.0","compatible_versions":["v2.39.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.39.0/carbond2.39.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.39.0/carbond2.39.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.40.0","height":56635731,"proposal":352,"next_version_name":"v2.41.0","recommended_version":"v2.40.0","compatible_versions":["v2.40.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.40.0/carbond2.40.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.40.0/carbond2.40.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.41.0","height":57169241,"proposal":353,"next_version_name":"v2.42.0","recommended_version":"v2.41.1","compatible_versions":["v2.41.1"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.41.1/carbond2.41.1-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.41.1/carbond2.41.1-mainnet.linux-arm64.tar.gz"}},{"name":"v2.42.0","height":57602151,"proposal":355,"next_version_name":"v2.43.0","recommended_version":"v2.42.0","compatible_versions":["v2.42.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.42.0/carbond2.42.0-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.42.0/carbond2.42.0-mainnet.linux-arm64.tar.gz"}},{"name":"v2.43.0","height":57636191,"proposal":356,"next_version_name":"","recommended_version":"v2.43.0","compatible_versions":["v2.43.0"],"binaries":{"linux/amd64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.43.0/carbond-mainnet.linux-amd64.tar.gz","linux/arm64":"https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.43.0/carbond-mainnet.linux-arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"}],"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"},"peers":{"seeds":[{"id":"c2354dc2f8a787b43c921207bd132390f2f32380","address":"34.126.82.69:26656","provider":"switcheo-labs"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:19656","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"carbon-mainnet-seed.autostake.com:27426","provider":"AutoStake 🛡️ Slash Protected"},{"id":"75efe81807f1a69d1ed5d881203e49f65afd765b","address":"34.126.188.181:26656","provider":"switcheo-labs"},{"id":"abf4cc677fab6f946bc42828605ebbf5468c717e","address":"34.87.36.140:26656","provider":"switcheo-labs"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"carbon-mainnet-peer.autostake.com:27426","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://tm-api.carbon.network","provider":"switcheo-labs"},{"address":"https://carbon-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://carbon-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc.carbon.blockhunters.org","provider":"BlockHunters"}],"rest":[{"address":"https://api.carbon.network","provider":"switcheo-labs"},{"address":"https://carbon-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://carbon-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest.carbon.blockhunters.org","provider":"BlockHunters"}],"grpc":[{"address":"https://carbon-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"carbon-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}]},"explorers":[{"kind":"carbonscan","url":"https://scan.carbon.network","tx_page":"https://scan.carbon.network/transaction/${txHash}?net=main"},{"kind":"ping.pub","url":"https://ping.pub/carbon","tx_page":"https://ping.pub/carbon/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/carbon","tx_page":"https://atomscan.com/carbon/transactions/${txHash}","account_page":"https://atomscan.com/carbon/accounts/${accountAddress}"}]},"celestia":{"$schema":"../chain.schema.json","chain_name":"celestia","chain_id":"celestia","pretty_name":"Celestia","website":"https://celestia.org/","status":"live","network_type":"mainnet","bech32_prefix":"celestia","daemon_name":"celestia-appd","node_home":"$HOME/.celestia-app","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utia","fixed_min_gas_price":0.002,"low_gas_price":0.01,"average_gas_price":0.02,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"utia"}]},"codebase":{"git_repo":"https://github.com/celestiaorg/celestia-app","recommended_version":"v1.9.0","compatible_versions":["v1.3.0","v1.6.0","v1.7.0","v1.9.0"],"cosmos_sdk_version":"celestiaorg/cosmos-sdk v1.20.1-sdk-v0.46.16","consensus":{"type":"tendermint","version":"celestiaorg/celestia-core v1.35.0-tm-v0.34.29"},"ibc_go_version":"v6.2.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json"},"versions":[{"name":"v1.3.0","next_version_name":"","recommended_version":"v1.9.0","compatible_versions":["v1.3.0","v1.6.0","v1.7.0","v1.9.0"],"cosmos_sdk_version":"celestiaorg/cosmos-sdk v1.20.1-sdk-v0.46.16","consensus":{"type":"tendermint","version":"celestiaorg/celestia-core v1.35.0-tm-v0.34.29"},"ibc_go_version":"v6.2.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},"peers":{"seeds":[{"id":"e6116822e1a5e283d8a85d3ec38f4d232274eaf3","address":"consensus-full-seed-1.celestia-bootstrap.net:26656","provider":"Lunar Oasis"},{"id":"cf7ac8b19ff56a9d47c75551bd4864883d1e24b5","address":"consensus-full-seed-1.celestia-bootstrap.net:26656","provider":"Lunar Oasis"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"celestia-mainnet-seed.autostake.com:27206","provider":"AutoStake | Delegate for StakeDrops"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16656","provider":"Lavender.Five Nodes 🐝"},{"id":"24a607a217cf12be29bae5b2e8151391bde2d8c8","address":"seed-celestia-01.stakeflow.io:15007","provider":"Stakeflow"},{"id":"c809ca6486cd54501ce5291714c892f5dc9cfa93","address":"celestia.seeds.validao.xyz:36656","provider":"ValiDAO"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"celestia.rpc.kjnodes.com:12059","provider":"kjnodes"},{"id":"9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152","address":"celestia.seed.mzonder.com:13156","provider":"MZONDER"},{"id":"3abb9ad6d7a3c728984c4b7e9c05e91731779865","address":"seed-celestia.theamsolutions.info:23656","provider":"AM Solutions"},{"id":"23b88ebcfb2177dbd2d8b2920c363a25e038e69a","address":"seed.celestia.validatus.com:2000","provider":"Validatus"},{"id":"b7408d0c59fc0fd0c9153365d5593c6c32870cb0","address":"seed-celestia.freshstaking.com:34656","provider":"FreshSTAKING"},{"id":"8de3b1534abc9d565f232982c0fb7933c0038ead","address":"celestia-full.avril14th.org:26656","provider":"Avril 14th"},{"id":"12ad7c73c7e1f2460941326937a039139aa78884","address":"celestia-mainnet-seed.itrocket.net:40656","provider":"🚀 itrocket 🚀"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"seed.celestia.node75.org:20356","provider":"Pro-Nodes75"},{"id":"9b1d22c3a78487d1a664a4b6a331fce527d14fb4","address":"seed.celestia.mainnet.dteam.tech:27656","provider":"DTEAM"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"celestia-mainnet-peer.autostake.com:27206","provider":"AutoStake | Delegate for StakeDrops"},{"id":"24a607a217cf12be29bae5b2e8151391bde2d8c8","address":"peer-celestia-01.stakeflow.io:15007","provider":"Stakeflow"},{"id":"6de4ce5baa9d2bed33c0c53b9518b907cfaab33b","address":"65.108.128.201:11656","provider":"Polkachu"},{"id":"a26091f9c247c1e68410a4e8b107a715a0e886f6","address":"65.108.226.26:29656","provider":"[NODERS]TEAM"},{"id":"c48d92566837d95f1eeae5815ac7e70fb80416f7","address":"74.208.94.42:26656","provider":"Cumulo"},{"id":"8de3b1534abc9d565f232982c0fb7933c0038ead","address":"celestia-full.avril14th.org:26656","provider":"Avril 14th"},{"id":"d535cbf8d0efd9100649aa3f53cb5cbab33ef2d6","address":"celestia-mainnet-peer.itrocket.net:40656","provider":"🚀 itrocket 🚀"},{"id":"ce99d7da2530f75d05880d13d9eda384d5a1afe4","address":"peer.celestia.node75.org:23356","provider":"Pro-Nodes75"},{"id":"076c9cc9de3039819a98522aeea39e8c72b49682","address":"peer.celestia.mainnet.dteam.tech:28656","provider":"DTEAM"}]},"apis":{"rpc":[{"address":"https://public-celestia-rpc.numia.xyz","provider":"Numia"},{"address":"https://celestia-rpc.mesa.newmetric.xyz","provider":"Newmetric"},{"address":"https://rpc.lunaroasis.net","provider":"Lunar Oasis"},{"address":"https://rpc.celestia.nodestake.top","provider":"NodeStake"},{"address":"https://celestia-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-celestia-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://rpc-celestia.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"http://celestia.rpc.nodersteam.com:29657","provider":"[NODERS]TEAM"},{"address":"https://celestia.rpc.interchain.validao.xyz","provider":"ValiDAO"},{"address":"https://celestia-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://celestia.rpc.stakin-nodes.com","provider":"Stakin"},{"address":"https://celestia.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://celestia-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-celestia.mzonder.com","provider":"MZONDER"},{"address":"https://celestia-rpc.enigma-validator.com","provider":"Enigma"},{"address":"https://rpc-celestia.theamsolutions.info","provider":"AM Solutions"},{"address":"https://celestia-mainnet-rpc.autostake.com:443","provider":"AutoStake | Delegate for StakeDrops"},{"address":"https://rpc.celestia.validatus.com","provider":"Validatus"},{"address":"https://celestia-rpc.sr20de.xyz","provider":"Sr20de"},{"address":"https://rpc-celestia-full.avril14th.org","provider":"Avril 14th"},{"address":"https://rpc.freshstaking.com/celestia","provider":"FreshSTAKING"},{"address":"https://celestia.cumulo.org.es/","provider":"Cumulo"},{"address":"https://celestia-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://rpc.celestia-app.bronbro.io","provider":"Bro_n_Bro"},{"address":"https://celestia-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://rpc.celestia.citizenweb3.com","provider":"Citizen Web3"},{"address":"https://celestia-mainnet-rpc.itrocket.net","provider":"🚀 itrocket 🚀"},{"address":"https://rpc.celestia.mainnet.dteam.tech:443","provider":"DTEAM"}],"rest":[{"address":"https://public-celestia-lcd.numia.xyz","provider":"Numia"},{"address":"https://celestia-rest.mesa.newmetric.xyz","provider":"Newmetric"},{"address":"http://celestia.rpc.nodersteam.com:1617","provider":"[NODERS]TEAM"},{"address":"https://api.lunaroasis.net","provider":"Lunar Oasis"},{"address":"https://api.celestia.nodestake.top","provider":"NodeStake"},{"address":"https://celestia-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-celestia-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://api-celestia.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://celestia.rest.interchain.validao.xyz","provider":"ValiDAO"},{"address":"https://celestia-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://celestia.rest.stakin-nodes.com","provider":"Stakin"},{"address":"https://celestia.api.kjnodes.com","provider":"kjnodes"},{"address":"https://api-celestia.mzonder.com","provider":"MZONDER"},{"address":"https://celestia-lcd.enigma-validator.com","provider":"Enigma"},{"address":"https://rest-celestia.theamsolutions.info","provider":"AM Solutions"},{"address":"https://api.celestia.validatus.com","provider":"Validatus"},{"address":"https://celestia-api.sr20de.xyz","provider":"Sr20de"},{"address":"https://celestia-mainnet-lcd.autostake.com:443","provider":"AutoStake | Delegate for StakeDrops"},{"address":"https://api-celestia-full.avril14th.org","provider":"Avril 14th"},{"address":"https://celestia.api.cumulo.org.es","provider":"Cumulo"},{"address":"https://celestia-api.stake-town.com","provider":"StakeTown"},{"address":"https://lcd.celestia-app.bronbro.io","provider":"Bro_n_Bro"},{"address":"https://celestia-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://celestia-mainnet-api.itrocket.net","provider":"🚀 itrocket 🚀"},{"address":"https://api.celestia.mainnet.dteam.tech:443","provider":"DTEAM"}],"grpc":[{"address":"https://grpc.celestia.nodestake.top","provider":"NodeStake"},{"address":"celestia-mainnet-grpc.autostake.com:443","provider":"AutoStake | Delegate for StakeDrops"},{"address":"https://celestia-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"celestia.grpc.nodersteam.com:9690","provider":"[NODERS]TEAM"},{"address":"grpc-celestia-01.stakeflow.io:15002","provider":"Stakeflow"},{"address":"grpc-celestia.cosmos-spaces.cloud:443","provider":"Cosmos Spaces"},{"address":"celestia.grpc.interchain.validao.xyz:443","provider":"ValiDAO"},{"address":"celestia-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"celestia.grpc.stakin-nodes.com:443","provider":"Stakin"},{"address":"celestia.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"grpc-celestia.mzonder.com:443","provider":"MZONDER"},{"address":"grpc-celestia.theamsolutions.info:443","provider":"AM Solutions"},{"address":"grpc.celestia.validatus.com","provider":"Validatus"},{"address":"celestia-grpc.sr20de.xyz","provider":"Sr20de"},{"address":"grpc-celestia-full.avril14th.org","provider":"Avril 14th"},{"address":"celestia.grpc.cumulo.org.es","provider":"Cumulo"},{"address":"https://celestia-grpc.stake-town.com","provider":"StakeTown"},{"address":"grpc.celestia-app.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"celestia-grpc.noders.services:11090","provider":"[NODERS]TEAM"},{"address":"celestia-mainnet-grpc.itrocket.net:40090","provider":"🚀 itrocket 🚀"},{"address":"grpc.celestia.mainnet.dteam.tech:28090","provider":"DTEAM"}]},"explorers":[{"kind":"Mintscan","url":"https://mintscan.io/celestia","tx_page":"https://mintscan.io/celestia/txs/${txHash}","account_page":"https://mintscan.io/celestia/address/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/celestia/","tx_page":"https://explorer.nodestake.top/celestia/txs/${txHash}","account_page":"https://explorer.nodestake.top/celestia/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/celestia","tx_page":"https://stakeflow.io/celestia/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/celestia","tx_page":"https://explorer.tcnetwork.io/celestia/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/celestia/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Celestia-Mainnet","tx_page":"https://explorer.stavr.tech/Celestia-Mainnet/transaction/${txHash}","account_page":"https://explorer.stavr.tech/Celestia-Mainnet/account/${accountAddress}"},{"kind":"AM Solutions","url":"https://explorer.theamsolutions.info/celestia-main","tx_page":"https://explorer.theamsolutions.info/celestia-main/transaction/${txHash}","account_page":"https://explorer.theamsolutions.info/celestia-main/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/celestia","tx_page":"https://ezstaking.app/celestia/txs/${txHash}","account_page":"https://ezstaking.app/celestia/account/${accountAddress}"},{"kind":"🚀 itrocket 🚀","url":"https://mainnet.itrocket.net/celestia","tx_page":"https://mainnet.itrocket.net/celestia/transaction/${txHash}","account_page":"https://mainnet.itrocket.net/celestia/account/${accountAddress}"},{"kind":"DTEAM | Explorer","url":"https://explorer.mainnet.dteam.tech/celestia","tx_page":"https://explorer.mainnet.dteam.tech/celestia/transaction/${txHash}","account_page":"https://explorer.mainnet.dteam.tech/celestia/account/${accountAddress}"}]},"cerberus-chain-1":{"$schema":"../chain.schema.json","chain_name":"cerberus","chain_id":"cerberus-chain-1","pretty_name":"Cerberus","website":"https://cerberus.zone/","status":"killed","network_type":"mainnet","bech32_prefix":"cerberus","daemon_name":"cerberusd","node_home":"$HOME/.cerberus","slip44":118,"fees":{"fee_tokens":[{"denom":"ucrbrus","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ucrbrus"}]},"codebase":{"git_repo":"https://github.com/cerberus-zone/cerberus","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/cerberus-zone/cerberus_genesis/main/genesis.json"},"versions":[{"name":"v3.1.0","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13856","provider":"Polkachu"}],"persistent_peers":[{"id":"d7f578c4295c7cf05164a2f786601050bf2f2356","address":"142.132.202.98:46656","provider":"ecostake"}]},"apis":{"rpc":[],"rest":[],"grpc":[{"address":"grpc-cerberus-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"cerberus-grpc.polkachu.com:13890","provider":"Polkachu"}]},"explorers":[{"kind":"skynetexplorers","url":"https://skynetexplorers.com/cerberus","tx_page":"https://skynetexplorers.com/cerberus/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/cerberus","tx_page":"https://ping.pub/cerberus/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/cerberus","tx_page":"https://atomscan.com/cerberus/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/cerberus","tx_page":"https://explorer.tcnetwork.io/cerberus/transaction/${txHash}"}]},"chimba":{"$schema":"../chain.schema.json","chain_name":"chimba","chain_id":"chimba","pretty_name":"Chimba","website":"https://chimba.ooo/","status":"live","network_type":"mainnet","bech32_prefix":"chimba","daemon_name":"chimbad","node_home":"$HOME/.chimbad","slip44":118,"fees":{"fee_tokens":[{"denom":"ucmba","fixed_min_gas_price":0.25,"low_gas_price":1,"average_gas_price":5,"high_gas_price":10}]},"staking":{"staking_tokens":[{"denom":"ucmba"}]},"codebase":{"git_repo":"https://github.com/ChimbaBlockchain/chimba","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://rpc.mainnet.chimba.ooo/genesis"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"},"peers":{"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.mainnet.chimba.ooo","provider":"chimba"}],"rest":[{"address":"https://mainnet.chimba.ooo","provider":"chimba"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.chimba.ooo/","tx_page":"https://explorer.chimba.ooo/transactions/${txHash}"}]},"morocco-1":{"$schema":"../chain.schema.json","chain_name":"terpnetwork","chain_id":"morocco-1","pretty_name":"Terp-Network","status":"live","network_type":"mainnet","bech32_prefix":"terp","daemon_name":"terp","node_home":"$HOME/.terp","slip44":118,"fees":{"fee_tokens":[{"denom":"uthiol","fixed_min_gas_price":0.05}]},"staking":{"staking_tokens":[{"denom":"uterp"}]},"codebase":{"git_repo":"https://github.com/terpnetwork/terp-core.git","recommended_version":"v4.2.2","compatible_versions":["v4.2.0"],"binaries":{"linux/amd64":"https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-amd64","linux/arm64":"https://github.com/terpnetwork/terp-core/releases/download/v4.2.2/terpd-linux-arm64"},"consensus":{"type":"cometbft","version":"0.37.2"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/terpnetwork/networks/main/mainnet/morocco-1/genesis.json"},"versions":[{"name":"v1.0.0-stable","recommended_version":"v1.0.0-stable","compatible_versions":["v1.0.0","v1.0.0-stable"],"consensus":{"type":"cometbft","version":"0.37.0"}},{"name":"huckleberry","recommended_version":"huckleberry","compatible_versions":["huckleberry"],"consensus":{"type":"cometbft","version":"0.37.0"}},{"name":"barberry","recommended_version":"barberry","compatible_versions":["barberry"],"consensus":{"type":"cometbft","version":"0.37.1"}},{"name":"v2.0.0","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v3.0.0","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v2-pigeonfall","recommended_version":"v2-pigeonfall","compatible_versions":["v2-pigeonfall"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v3-pigeonfall","next_version_name":"v4.1.0","recommended_version":"v3-pigeonfall","compatible_versions":["v3-pigeonfall"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v4.1.0","height":3698609,"proposal":30,"next_version_name":"v4.2.0","recommended_version":"v4.1.0","compatible_versions":["v4.1.0"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v4.2.0","next_version_name":"v4.2.1","recommended_version":"v4.2.0","compatible_versions":[],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v4.2.1","next_version_name":"v4.2.2","recommended_version":"v4.2.1","compatible_versions":["v4.2.0"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v4.2.2","next_version_name":"","recommended_version":"v4.2.2","compatible_versions":["v4.2.1"],"consensus":{"type":"cometbft","version":"0.37.2"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/logo.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/logo.png"},"peers":{"seeds":[{"id":"d8256642afae77264bcce1631d51233a9d00249b","address":"terp-mainnet-seed.itrocket.net:13656","provider":"itrocket.net"},{"id":"5f5cfac5c38506fbb4275c19e87c4107ec48808d","address":"seeds.nodex.one:10410","provider":"nodex.one"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"a81dc3bf1bb1c3837b768eeb82659eecc971890b","address":"terp-mainnet-peer.itrocket.net:13656","provider":"itrocket.net"}]},"apis":{"rpc":[{"address":"https://rpc-terp.zenchainlabs.io/","provider":"ZenChainLabs"},{"address":"https://terp-mainnet-rpc.itrocket.net:443","provider":"itrocket.net"},{"address":" https://terp.rpc.nodex.one:443","provider":"nodex.one"}],"rest":[{"address":"https://api-terp.zenchainlabs.io:443","provider":"ZenChainLabs"},{"address":"https://terp-mainnet-api.itrocket.net:443","provider":"itrocket.net"},{"address":" https://terp.api.nodex.one:443","provider":"nodex.one"},{"address":"https://terp.api.m.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"https://grpc.terp.nodestake.top:443","provider":"NodeStake"},{"address":"terp-mainnet-grpc.itrocket.net:13090","provider":"itrocket.net"},{"address":" https://terp.grpc.nodex.one:443","provider":"nodex.one"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/terp","tx_page":"https://ping.pub/terp/tx/${txHash}","account_page":"https://ping.pub/terp/account/{$accountAddress}"},{"kind":"ping.pub","url":"https://explorer.nodestake.top","tx_page":"https://explorer.nodestake.top/terp/tx/${txHash}","account_page":"https://explorer.nodestake.top/terp/account/{$accountAddress}"},{"kind":"ZenChainLabs","url":"https://terp.zenscan.io/","tx_page":"https://terp.zenscan.io/transaction.php?hash=${txHash}","account_page":"https://terp.zenscan.io/address.php?address=${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Terp-Mainnet","tx_page":"https://explorer.stavr.tech/Terp-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Terp-Mainnet/account/{$accountAddress}"}]},"perun-1":{"$schema":"../chain.schema.json","chain_name":"chain4energy","chain_id":"perun-1","pretty_name":"C4E","website":"https://c4e.io/","status":"live","network_type":"mainnet","bech32_prefix":"c4e","daemon_name":"c4ed","node_home":"$HOME/.c4e-chain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uc4e","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uc4e"}]},"codebase":{"git_repo":"https://github.com/chain4energy/c4e-chain","recommended_version":"v1.3.1","compatible_versions":["v1.3.1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/chain4energy/c4e-chains/main/perun-1/genesis.json"},"versions":[{"name":"v1.0.0","next_version_name":"v1.1.0","recommended_version":"v1.0.1","compatible_versions":["v1.0.0","v1.0.1"],"cosmos_sdk_version":"v0.45.5","consensus":{"type":"tendermint","version":"v0.34.19"},"ibc_go_version":"v3.0.1","binaries":{"linux/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.0.0/c4ed_v1.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.0.0/c4ed_v1.0.0_darwin_amd64.tar.gz","darwin/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.0.0/c4ed_v1.0.0_darwin_amd64.tar.gz"}},{"name":"v1.1.0","tag":"v1.1.0","height":1952250,"proposal":1,"next_version_name":"v1.2.0","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"cosmos_sdk_version":"v0.45.9","consensus":{"type":"tendermint","version":"v0.34.21"},"ibc_go_version":"v3.0.1","binaries":{"linux/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.1.0/c4ed_v1.1.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.1.0/c4ed_v1.1.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.1.0/c4ed_v1.1.0_darwin_amd64.tar.gz"}},{"name":"v1.2.0","tag":"v1.2.0","height":2826500,"proposal":4,"next_version_name":"v1.2.1","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"cosmos_sdk_version":"v0.46.10","consensus":{"type":"tendermint","version":"v0.34.26"},"ibc_go_version":"v5.2.0","binaries":{"linux/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.2.0/c4ed_v1.2.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.2.0/c4ed_v1.2.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.2.0/c4ed_v1.2.0_darwin_amd64.tar.gz"}},{"name":"v1.2.1","tag":"v1.2.1","height":3767300,"next_version_name":"v1.3.0","recommended_version":"v1.2.1","compatible_versions":["v1.2.1"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v5.2.0","binaries":{"linux/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.2.1/c4ed_v1.2.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.2.1/c4ed_v1.2.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.2.1/c4ed_v1.2.1_darwin_amd64.tar.gz"}},{"name":"v1.3.0","tag":"v1.3.0","height":6283905,"proposal":7,"next_version_name":"v1.3.1","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v5.2.1","binaries":{"linux/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.3.0/c4ed_v1.3.0_darwin_amd64.tar.gz","linux/arm64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.3.0/c4ed_v1.3.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.3.0/c4ed_v1.3.0_darwin_amd64.tar.gz"}},{"name":"v1.3.1","tag":"v1.3.1","height":7372232,"proposal":8,"next_version_name":"","recommended_version":"v1.3.1","compatible_versions":["v1.3.1"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v5.2.1","binaries":{"linux/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.3.1/c4ed_v1.3.1_darwin_amd64.tar.gz","linux/arm64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.3.1/c4ed_v1.3.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/chain4energy/c4e-chain/releases/download/v1.3.1/c4ed_v1.3.1_darwin_amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"},"peers":{"seeds":[{"id":"8ac87f7f8da5c2a901d64f2c1e86f8b6ee39fef1","address":"seed-m.c4e.apeironnodes.com:41003","provider":"Apeiron Nodes"},{"id":"edca3b826d61d1e5e7d3dc173954de1324f2e512","address":"seed-m.c4e.apeironnodes.com:27003","provider":"Apeiron Nodes"},{"id":"30e98bbcf5bb29ed4e4ff685fa8fa84fa0ddff51","address":"tenderseed.ccvalidators.com:26008","provider":"CryptoCrew"},{"id":"54515079bae4cadae2f9b511cffeb9447d4bc98d","address":"c4e.seed.bccnodes.com:30656","provider":"BccNodes"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"c4e.seed.node75.org:10156","provider":"Pro-nodes75"},{"id":"54ca81dd509cc6160de7f4b479a96b341d8e830e","address":"rpc.c4e.nodexcapital.com:13956","provider":"NodeX Validator"},{"id":"6da239cb4fe03d957cdb1fdc26af3d083a7f5945","address":"seed.c4e.hexnodes.co:02656","provider":"Hexnodes"},{"id":"9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152","address":"c4e.seed.mzonder.com:11256","provider":"MZONDER"},{"id":"fbf9a48eca1ba873ad766e2cb72a0562596a248f","address":"c4e.seed.stavr.tech:17096","provider":"🔥STAVR🔥"},{"id":"a85a651a3cf1746694560c5b6f76d566c04ca581","address":"c4e-seed.takeshi.team:10256","provider":"TAKESHI"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"chain4energy-mainnet-seed.autostake.com:27276","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8cb175d973c3c638a4e5d014c030d8599369419f","address":"seeds.cros-nest.com:28656","provider":"Crosnest"},{"id":"5e71b5585d186cc32b9f071610f43042b445c05c","address":"seeds.c4e.silentvalidator.com:39656","provider":"silent"},{"id":"6b0ffcce9b59b91ceb8eea5d4599e27707e3604a","address":"seeds.stakeup.tech:10210","provider":"StakeUp"},{"id":"6cb7ff21d19f139f4ca5e6e2a336e59d2857aba1","address":"seeds.anode.team:10256","provider":"AlxVoy ⚡ ANODE.TEAM"},{"id":"e47f4fa12187234dd205f51cb984c8235c3a3511","address":"c4e-seeds.validatrium.club:26656","provider":"Validatrium"},{"id":"3ef7e5e7e163500af9baf53480779448461dac18","address":"185.245.182.192:46656","provider":"Meerlabs"},{"id":"0d1a44cc32e927dd062e0fd45d21475f9836e73d","address":"89.117.58.109:26656","provider":"medes"},{"id":"d81f51b4a1aae66792fb1717589fa28975f328b0","address":"164.68.125.243:26656","provider":"Smt Network"},{"id":"2e08beed75525c2d583e6413fa5f090801965aba","address":"c4e.doubletop:30655","provider":"DOUBLETOP"},{"id":"6f181c91dee34ebf2ea5c4f951c51b8c2c897702","address":"c4e.seed.kalia.network:30656","provider":"Kalia Network"},{"id":"8739107d0484a4c58c4f980d61f488655597f80c","address":"seed.c4e.validatus.com:2000","provider":"Validatus"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"00eb92db69a4848f8ac1c84e7b8b2d9b01b95dff","address":"peer.c4e.mainnet.dteam.tech:30656","provider":"DTEAM"},{"id":"5b62ff6035d9c8143c0ebf4fe05fa0b22d96bb05","address":"rpc.c4e.ppnv.space:13656","provider":"PPNV Service"},{"id":"a5133743ec9e0edffd83428af65004926352e393","address":"c4e-peer.nodine.id:13656","provider":"Nodine.ID"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"chain4energy-mainnet-peer.autostake.com:27276","provider":"AutoStake 🛡️ Slash Protected"},{"id":"e3d0b136495c3f4382ac801fbc89083d32625ff8","address":"c4e.peer.stavr.tech:17096","provider":"🔥STAVR🔥"},{"id":"094cc97f8443ba4302e2db818e64497d03176fad","address":"rpc.c4e.indonode.net:24656","provider":"Indonode"},{"id":"89427b98e35b23dacafa8df90df6ae173245439b","address":"seed-c4e.theamsolutions.info:16656","provider":"AM Solutions"},{"id":"5be2027950e249c42e20390c94fc1e8f3cd16657","address":"65.108.70.119:33656","provider":"AlxVoy ⚡ ANODE.TEAM"},{"id":"1b802d4616c1de3fa687ad0d671b1b9d64754a44","address":"88.198.49.217:26157","provider":"Validator.run"},{"id":"3ef7e5e7e163500af9baf53480779448461dac18","address":"185.245.182.192:46656","provider":"Meerlabs"},{"id":"d81f51b4a1aae66792fb1717589fa28975f328b0","address":"164.68.125.243:26656","provider":"Smt Network"},{"id":"2e08beed75525c2d583e6413fa5f090801965aba","address":"c4e.doubletop:30655","provider":"DOUBLETOP"},{"id":"15ea07bf6211f708eb2966b6c66e3aaa45834137","address":"185.144.99.37:16656","provider":"CrypTech"}]},"apis":{"rpc":[{"address":"https://rpc.c4e.io/","provider":"C4E"},{"address":"https://rpc.c4e.mainnet.dteam.tech:443","provider":"DTEAM"},{"address":"https://rpc.c4e.nodestake.top","provider":"NodeStake"},{"address":"https://c4e.rpc.bccnodes.com","provider":"BccNodes"},{"address":"https://chain4energy-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://c4e.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc-c4e.takeshi.team","provider":"TAKESHI"},{"address":"https://rpc-c4e.mzonder.com","provider":"MZONDER"},{"address":"https://rpc.cros-nest.com/chain4energy","provider":"Crosnest"},{"address":"https://rpc.c4e.indonode.net","provider":"Indonode"},{"address":"https://c4e-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://rpc.c4e.silentvalidator.com","provider":"silent"},{"address":"http://rpc.c4e.stakeup.tech","provider":"StakeUp"},{"address":"https://chain4energy-rpc.stakeangle.com","provider":"StakeAngle"},{"address":"https://c4e-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://rpc-c4e.theamsolutions.info","provider":"AM Solutions"},{"address":"https://c4e.rpc.m.anode.team","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"http://185.245.182.192:46657","provider":"Meerlabs"},{"address":"http://89.117.58.109:26657","provider":"medes"},{"address":"http://c4e.rpc.node75.org:26957","provider":"Pro-nodes75"},{"address":"http://164.68.125.243:26657","provider":"Smt Network"},{"address":"https://c4e-rpc.antrixy.org/","provider":"Antrix Validators"},{"address":"https://c4e.doubletop.tech/","provider":"DOUBLETOP"},{"address":"https://c4e-rpc.kalia.network:443","provider":"Kalia Network"},{"address":"http://38.242.220.64:16657","provider":"mahof"},{"address":"http://209.182.239.169:46657","provider":"SECARD"},{"address":"https://rpc.c4e.validatus.com:443","provider":"Validatus"},{"address":"https://rpc-m-c4e.apeironnodes.com:443","provider":"Apeiron Nodes"},{"address":"http://rpc-c4e.cryptech.com.ua:443","provider":"Cryptech"}],"rest":[{"address":"https://lcd.c4e.io/","provider":"C4E"},{"address":"https://api.c4e.mainnet.dteam.tech:443","provider":"DTEAM"},{"address":"https://api.c4e.nodestake.top","provider":"NodeStake"},{"address":"https://c4e.lcd.bccnodes.com","provider":"BccNodes"},{"address":"https://chain4energy-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://c4e.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-c4e.takeshi.team","provider":"TAKESHI"},{"address":"https://api-c4e.mzonder.com","provider":"MZONDER"},{"address":"https://rest.cros-nest.com/chain4energy","provider":"Crosnest"},{"address":"https://api.c4e.indonode.net","provider":"Indonode"},{"address":"https://c4e-api.stake-town.com","provider":"StakeTown"},{"address":"https://api.c4e.silentvalidator.com","provider":"silent"},{"address":"http://api.c4e.stakeup.tech","provider":"StakeUp"},{"address":"http://chain4energy-rpc.stakeangle.com:1317","provider":"StakeAngle"},{"address":"https://c4e-api.genznodes.dev","provider":"genznodes"},{"address":"https://api-c4e.theamsolutions.info","provider":"AM Solutions"},{"address":"https://c4e.api.m.anode.team","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"http://c4e.api.node75.org:1397","provider":"Pro-nodes75"},{"address":"http://164.68.125.243:1319","provider":"Smt Network"},{"address":"https://c4e-rest.antrixy.org/","provider":"Antrix Validators"},{"address":"https://c4e-api.kalia.network:443","provider":"Kalia Network"},{"address":"http://38.242.220.64:11317","provider":"mahof"},{"address":"http://209.182.239.169:1417","provider":"SECARD"},{"address":"https://api.c4e.validatus.com:443","provider":"Validatus"},{"address":"https://api-c4e.cryptech.com.ua:443","provider":"CrypTech"},{"address":"https://lcd-m-c4e.apeironnodes.com","provider":"Apeiron Nodes"}],"grpc":[{"address":"grpc.c4e.nodestake.top:443","provider":"NodeStake"},{"address":"grpc.c4e.mainnet.dteam.tech:30090","provider":"DTEAM"},{"address":"c4e.grpc.bccnodes.com:443","provider":"BccNodes"},{"address":"chain4energy-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"c4e.grpc.bccnodes.com:443","provider":"BccNodes"},{"address":"grpc-c4e.takeshi.team:443","provider":"TAKESHI"},{"address":"grpc-c4e.mzonder.com:443","provider":"MZONDER"},{"address":"http://c4e.grpc.m.stavr.tech:7029","provider":"🔥STAVR🔥"},{"address":"c4e-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"grpc.c4e.silentvalidator.com:443","provider":"silent"},{"address":"http://chain4energy-rpc.stakeangle.com:1317","provider":"StakeAngle"},{"address":"c4e-grpc.genznodes.dev:52090","provider":"genznodes"},{"address":"https://grpc-c4e.theamsolutions.info:9391","provider":"AM Solutions"},{"address":"https://c4e.grpc.m.anode.team","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"https://c4e-grpc.validatrium.club","provider":"Validatrium"},{"address":"http://185.245.182.192:1318","provider":"Meerlabs"},{"address":"grpc-c4e.stakerun.com:1190","provider":"StakeRun"},{"address":"https://c4e-grpc.antrixy.org/","provider":"Antirx Validators"},{"address":"https://c4e.doubletop.tech:443","provider":"DOUBLETOP"},{"address":"c4e-grpc.kalia.network:3090","provider":"Kalia Network"},{"address":"https://c4e.grpc.skynodejs.net","provider":"skynodejs"},{"address":"http://38.242.220.64:19090","provider":"mahof"},{"address":"http://209.182.239.169:9190","provider":"SECARD"},{"address":"https://grpc.c4e.validatus.com:443","provider":"Validatus"},{"address":"https://grpc-c4e.cryptech.com.ua:443","provider":"Cryptech"},{"address":"http://207.180.208.47:46657","provider":"NakoTurk"}]},"explorers":[{"kind":"explorer","url":"https://explorer.apeironnodes.com/chain4energy","tx_page":"https://explorer.apeironnodes.com/chain4energy/transactions/${txHash}"},{"kind":"DTEAM | Explorer","url":"https://explorer.mainnet.dteam.tech/chain4energy","tx_page":"https://explorer.mainnet.dteam.tech/chain4energytransactions/${txHash}"},{"kind":"explorer","url":"https://explorer.ppnv.space/c4e","tx_page":"https://explorer.ppnv.space/c4e/transactions/${txHash}"},{"kind":"explorer","url":"https://explorer.c4e.io/","tx_page":"https://explorer.c4e.io/transactions/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/chain4energy","tx_page":"https://explorer.nodestake.top/chain4energy/transactions/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/c4e","tx_page":"https://exp.utsa.tech/c4e/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/c4e","tx_page":"https://explorer.stavr.tech/c4e/tx/${txHash}"},{"kind":"BccNodes Explorer","url":"https://explorer.bccnodes.com/chain4energy","tx_page":"https://explorer.bccnodes.com/chain4energy/transactions/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/c4e","tx_page":"https://explorer.nodexcapital.com/c4e/transactions/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/chain4energy","tx_page":"https://atomscan.com/chain4energy/transactions/${txHash}","account_page":"https://atomscan.com/chain4energy/accounts/${accountAddress}"},{"kind":"AM Solutions Explorer","url":"https://explorer.theamsolutions.info/c4e-main/staking","tx_page":"https://explorer.theamsolutions.info/c4e-main/transactions/${txHash}"},{"kind":"AlxVoy ⚡ ANODE.TEAM Explorer","url":"https://main.anode.team/c4e","tx_page":"https://main.anode.team/c4e/tx/${txHash}"},{"kind":"ScanRun","url":"https://scanrun.io/c4e","tx_page":"https://scanrun.io/c4e/transactions/${txHash}"},{"kind":"Cryptech","url":"https://explorers.cryptech.com.ua/chain4energy","tx_page":"https://explorers.cryptech.com.ua/chain4energy/tx/${txHash}"}]},"chihuahua-1":{"$schema":"../chain.schema.json","chain_name":"chihuahua","chain_id":"chihuahua-1","pretty_name":"Chihuahua","website":"https://chihuahua.wtf/","status":"live","network_type":"mainnet","bech32_prefix":"chihuahua","daemon_name":"chihuahuad","node_home":"$HOME/.chihuahuad","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uhuahua","fixed_min_gas_price":0,"low_gas_price":500,"average_gas_price":1250,"high_gas_price":2000}]},"staking":{"staking_tokens":[{"denom":"uhuahua"}]},"codebase":{"git_repo":"https://github.com/ChihuahuaChain/chihuahua/","recommended_version":"v7.0.2","compatible_versions":["v7.0.2"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.chihuahuad/data/wasm","ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/ChihuahuaChain/chihuahua/main/mainnet/genesis.json"},"versions":[{"name":"v421","next_version_name":"v500","recommended_version":"v4.2.3","compatible_versions":["v4.2.3","v4.2.2","v4.2.1"],"cosmwasm_enabled":true},{"name":"v500","height":8711111,"proposal":51,"next_version_name":"v501","recommended_version":"v5.0.0","compatible_versions":["v5.0.0"],"cosmwasm_enabled":true},{"name":"v501","height":8813000,"proposal":52,"next_version_name":"v502","recommended_version":"v5.0.1","compatible_versions":["v5.0.1"],"cosmwasm_enabled":true},{"name":"v502","height":9180000,"proposal":53,"next_version_name":"v503","recommended_version":"v5.0.2","compatible_versions":["v5.0.2"],"cosmwasm_enabled":true},{"name":"v503","height":9430000,"proposal":54,"next_version_name":"v6","recommended_version":"v5.0.4","compatible_versions":["v5.0.3","v5.0.4"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.chihuahuad/data/wasm","ibc_go_version":"7.3.0"},{"name":"v6","height":10666000,"proposal":66,"next_version_name":"v7","recommended_version":"v6.0.1","compatible_versions":["v6.0.1"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.chihuahuad/data/wasm","ibc_go_version":"7.3.0"},{"name":"v7","height":12900000,"proposal":75,"next_version_name":"","recommended_version":"v7","compatible_versions":["v7"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.chihuahuad/data/wasm","ibc_go_version":"7.4.0"},{"name":"v7.0.1","height":13250000,"proposal":77,"next_version_name":"","recommended_version":"v7.0.2","compatible_versions":["v7.0.2"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.chihuahuad/data/wasm","ibc_go_version":"v7.4.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:12956","provider":"RHINO"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:12956","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:12956","provider":"Lavender.Five Nodes 🐝"},{"id":"cd835cfc413755184239a3dcd24a1f9b5a98627b","address":"chihua.seed.stavr.tech:2016","provider":"🔥STAVR🔥"},{"id":"77cbb35d1df17f48a42e9f157f12f55b691e9f5e","address":"seeds.goldenratiostaking.net:1620","provider":"Golden Ratio Staking"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"chihuahua-mainnet-seed.autostake.com:27186","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"7549de9e4fada385ec0bd2807f83f7d97c6a15ec","address":"seed.chihuahua.validatus.com:2000","provider":"Validatus"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-chihuahua.ibs.team:16673","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"89b576c3eb72a4f0c66dc0899bec7c21552ea2a5","address":"23.88.7.73:29538","provider":"Mercury"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"chihuahua-mainnet-peer.autostake.com:27186","provider":"AutoStake 🛡️ Slash Protected"},{"id":"637077d431f618181597706810a65c826524fd74","address":"chihuahua.rpc.nodeshub.online:12956","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://rpc.chihuahua.wtf","provider":"Chihuahua"},{"address":"https://rpc-chihuahua.ecostake.com","provider":"ecostake"},{"address":"https://chihua.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://chihuahua-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-chihuahua-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://chihuahua-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.huahua.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://chihuahua-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://rpc-chihuahua.pupmos.network","provider":"PUPMØS"},{"address":"https://chihuahua-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://chihuahua-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc.chihuahua.validatus.com","provider":"Validatus"},{"address":"https://chihuahua-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://chihuahua.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"rest":[{"address":"https://api.chihuahua.wtf","provider":"Chihuahua"},{"address":"https://rest-chihuahua.ecostake.com","provider":"ecostake"},{"address":"https://chihua.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-chihuahua-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://chihuahua-api.polkachu.com","provider":"Polkachu"},{"address":"https://chihuahua-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://chihuahua-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://api-chihuahua.pupmos.network","provider":"PUPMØS"},{"address":"https://chihuahua-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://chihuahua-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api.chihuahua.validatus.com","provider":"Validatus"},{"address":"https://chihuahua-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://chihuahua.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"grpc":[{"address":"grpc-chihuahua-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"chihuahua-grpc.polkachu.com:12990","provider":"Polkachu"},{"address":"chihuahua-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"chihua.grpc.m.stavr.tech:108","provider":"🔥STAVR🔥"},{"address":"grpc-chihuahua.cosmos-spaces.cloud:2290","provider":"Cosmos Spaces"},{"address":"chihuahua-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"chihuahua-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc.chihuahua.validatus.com:443","provider":"Validatus"},{"address":"chihuahua.grpc.nodeshub.online","provider":"Nodes Hub"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/chihuahua","tx_page":"https://ping.pub/chihuahua/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Chihua-Mainnet","tx_page":"https://explorer.stavr.tech/Chihua-Mainnet/tx/${txHash}"},{"kind":"mintscan","url":"https://mintscan.io/chihuahua","tx_page":"https://mintscan.io/chihuahua/transactions/${txHash}","account_page":"https://www.mintscan.io/chihuahua/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/chihuahua","tx_page":"https://atomscan.com/chihuahua/transactions/${txHash}","account_page":"https://atomscan.com/chihuahua/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/chihuahua","tx_page":"https://ezstaking.app/chihuahua/txs/${txHash}","account_page":"https://ezstaking.app/chihuahua/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/chihuahua/","tx_page":"https://explorer.nodeshub.online/chihuahua/tx/${txHash}","account_page":"https://explorer.nodeshub.online/chihuahua/accounts/${accountAddress}"}]},"cifer-2":{"$schema":"../chain.schema.json","chain_name":"cifer","chain_id":"cifer-2","pretty_name":"Cifer","website":"https://cifer.ai/","status":"live","network_type":"mainnet","bech32_prefix":"cife","daemon_name":"ciferd","node_home":"$HOME/.ciferd","slip44":118,"fees":{"fee_tokens":[{"denom":"ucif","fixed_min_gas_price":0.0025,"low_gas_price":1,"average_gas_price":5,"high_gas_price":10}]},"staking":{"staking_tokens":[{"denom":"ucif"}]},"codebase":{"git_repo":"https://github.com/cifer-ai/cifer","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"genesis":{"genesis_url":"https://rpcmainnet.cifer.ai/genesis"},"versions":[{"name":"v2.0.0","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},"peers":{"seeds":[{"id":"541fbc9169c7c1ec84babea50cb76c4b991fd0b2","address":"34.128.114.243:26656"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://cif_node.cifer.ai/","provider":"Cifer"}],"rest":[{"address":"https://api.cifer.ai","provider":"Cifer"}],"grpc":[{"address":"http://grpc.cifer.ai","provider":"Cifer"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.cifer.ai/","tx_page":"https://explorer.cifer.ai/transactions/${txHash}"}]},"cifer-1":{"$schema":"../chain.schema.json","chain_name":"cifer1","chain_id":"cifer-1","pretty_name":"Cifer","website":"https://cifer.ai/","status":"killed","network_type":"mainnet","bech32_prefix":"cife","daemon_name":"ciferd","node_home":"$HOME/.ciferd","slip44":118,"fees":{"fee_tokens":[{"denom":"ucif","fixed_min_gas_price":0.0025,"low_gas_price":1,"average_gas_price":5,"high_gas_price":10}]},"staking":{"staking_tokens":[{"denom":"ucif"}]},"codebase":{"git_repo":"https://github.com/cifer-ai/cifer","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://rpcmainnet.cifer.ai/genesis"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},"peers":{"seeds":[{"id":"541fbc9169c7c1ec84babea50cb76c4b991fd0b2","address":"34.128.114.243:26656"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://cif_node.cifer.ai/","provider":"Cifer"}],"rest":[{"address":"https://api.cifer.ai","provider":"Cifer"}],"grpc":[{"address":"http://grpc.cifer.ai","provider":"Cifer"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.cifer.ai/","tx_page":"https://explorer.cifer.ai/transactions/${txHash}"}]},"cheqd-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"cheqd","chain_id":"cheqd-mainnet-1","pretty_name":"Cheqd","website":"https://www.cheqd.io/","status":"live","network_type":"mainnet","bech32_prefix":"cheqd","daemon_name":"cheqd-noded","node_home":"$HOME/.cheqdnode","slip44":118,"fees":{"fee_tokens":[{"denom":"ncheq","fixed_min_gas_price":25,"low_gas_price":50,"average_gas_price":75,"high_gas_price":100}]},"staking":{"staking_tokens":[{"denom":"ncheq"}]},"codebase":{"git_repo":"https://github.com/cheqd/cheqd-node","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-amd64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-arm64.tar.gz","darwin/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-arm64.tar.gz"},"cosmos_sdk_version":"cheqd/cosmos-sdk v0.47.10-height-mismatch","consensus":{"type":"cometbft","version":"0.37.5"},"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/cheqd/cheqd-node/main/networks/mainnet/genesis.json"},"versions":[{"name":"v0.3","next_version_name":"v0.4","recommended_version":"v0.3.1","compatible_versions":["v0.3.1"],"cosmos_sdk_version":"0.44.3","consensus":{"type":"tendermint","version":"0.34.14"},"ibc_go_version":"v1.2.3","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v0.3.1/cheqd-node_0.3.1_amd64.deb"}},{"name":"v0.4","height":1171198,"proposal":2,"next_version_name":"v0.5","recommended_version":"v0.4.1","compatible_versions":["v0.4.0","v0.4.1"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.44.5-cheqd","consensus":{"type":"tendermint","version":"0.34.14"},"ibc_go_version":"v1.2.3","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v0.4.1/cheqd-node_0.4.1_amd64.deb"}},{"name":"v0.5","height":1971324,"proposal":3,"next_version_name":"v0.6","recommended_version":"v0.5.0","compatible_versions":["v0.5.0"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.44.5-cheqd","consensus":{"type":"tendermint","version":"0.34.15"},"ibc_go_version":"v1.4.0","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v0.5.0/cheqd-node_0.5.0_amd64.deb"}},{"name":"v0.6","height":3561652,"proposal":6,"next_version_name":"v1","recommended_version":"v0.6.10","compatible_versions":["v0.6.0","v0.6.1","v0.6.7","v0.6.9","v0.6.10"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.45.9-cheqd-tag","consensus":{"type":"tendermint","version":"0.34.21"},"ibc_go_version":"v3.3.0","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-x86_64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-arm64.tar.gz"}},{"name":"v1","height":6427280,"proposal":12,"next_version_name":"v2","recommended_version":"v1.4.5","compatible_versions":["v1.2.5","v1.3.0","v1.4.0","v1.4.2","v1.4.4","v1.4.5"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.46.10-barberry","consensus":{"type":"tendermint","version":"0.34.26"},"ibc_go_version":"v6.1.1","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-amd64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-arm64.tar.gz","darwin/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-arm64.tar.gz"}},{"name":"v2","height":13024570,"proposal":48,"next_version_name":"","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.47.10-height-mismatch","consensus":{"type":"cometbft","version":"0.37.5"},"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-amd64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-arm64.tar.gz","darwin/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"}],"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"},"peers":{"seeds":[{"id":"258a9bfb822637bfca87daaab6181c10e7fd0910","address":"seed1.eu.cheqd.net:26656","provider":"cheqd"},{"id":"f565ff792b20977face9817df6acb268d41d4092","address":"seed2.eu.cheqd.net:26656","provider":"cheqd"},{"id":"388947cc7d901c5c06fedc4c26751634564d68e6","address":"seed3.eu.cheqd.net:26656","provider":"cheqd"},{"id":"9b30307a2a2819790d68c04bb62f5cf4028f447e","address":"seed1.ap.cheqd.net:26656","provider":"cheqd"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"cheqd-mainnet-seed.autostake.com:27326","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16156","provider":"Lavender.Five Nodes 🐝"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:16156","provider":"WhisperNode 🤐"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"d1ebb60825e2c29181b499f93493dd440fb87997","address":"sentry1.eu.cheqd.net:26656","provider":"cheqd"},{"id":"46bb1e68fcc2750ecdc4253986d653f4bd7228ef","address":"cheqd.peer.stavr.tech:21016","provider":"🔥STAVR🔥"},{"id":"513d334bb044296796939e57b522fef7fd4b9c6c","address":"sentry2.eu.cheqd.net:26656","provider":"cheqd"},{"id":"9201b408d24941fd342e739f0814aa3eb8ab7577","address":"sentry1.ap.cheqd.net:26656","provider":"cheqd"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"cheqd-mainnet-peer.autostake.com:27326","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc.cheqd.net","provider":"cheqd"},{"address":"https://cheqd-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes"},{"address":"https://cheqd.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc-cheqd-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc.cheqd.nodestake.top","provider":"NodeStake"},{"address":"https://rpc-cheqd.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://cheqd-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-cheqd.blockval.io","provider":"Blockval"},{"address":"https://public.stakewolle.com/cosmos/cheqd/rpc","provider":"Stakewolle"},{"address":"https://cheq-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://cheqd-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://api.cheqd.net","provider":"cheqd"},{"address":"https://cheqd-api.lavenderfive.com:443","provider":"Lavender.Five Nodes"},{"address":"https://cheqd.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-cheqd-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://cheqd-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api.cheqd.nodestake.top","provider":"NodeStake"},{"address":"https://lcd-cheqd.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://api-cheqd.blockval.io","provider":"Blockval"},{"address":"https://public.stakewolle.com/cosmos/cheqd/rest","provider":"Stakewolle"},{"address":"https://cheq-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://cheqd-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc.cheqd.net:443","provider":"cheqd"},{"address":"cheqd.grpc.m.stavr.tech:9337","provider":"🔥STAVR🔥"},{"address":"cheqd-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"cheqd-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-cheqd-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"grpc.cheqd.nodestake.top:443","provider":"NodeStake"},{"address":"grpc-cheqd.blockval.io:9290","provider":"Blockval"},{"address":"cheqd-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"bigdipper","url":"https://bigdipper.live/cheqd","tx_page":"https://bigdipper.live/cheqd/transactions/${txHash}","account_page":"https://bigdipper.live/cheqd/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/cheqd","tx_page":"https://ping.pub/cheqd/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Cheqd-Mainnet","tx_page":"https://explorer.stavr.tech/Cheqd-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/cheqd","tx_page":"https://atomscan.com/cheqd/transactions/${txHash}","account_page":"https://atomscan.com/cheqd/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cheqd","tx_page":"https://ezstaking.app/cheqd/txs/${txHash}","account_page":"https://ezstaking.app/cheqd/account/${accountAddress}"},{"kind":"ping.pub","url":"https://look.chillvalidation.com/cheqd","tx_page":"https://look.chillvalidation.com/cheqd/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.wildsage.io/cheqd","tx_page":"https://ping.wildsage.io/cheqd/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/cheqd","tx_page":"https://mainnet.whispernode.com/cheqd/tx/${txHash}","account_page":"https://mainnet.whispernode.com/cheqd/account/${accountAddress}"}]},"comdex-1":{"$schema":"../chain.schema.json","chain_name":"comdex","chain_id":"comdex-1","pretty_name":"Comdex","website":"https://comdex.one/","status":"live","network_type":"mainnet","bech32_prefix":"comdex","daemon_name":"comdex","node_home":"$HOME/.comdex","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ucmdx","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ucmdx"}]},"codebase":{"git_repo":"https://github.com/comdex-official/comdex","recommended_version":"v13.4.0","compatible_versions":["v13.4.0"],"binaries":{"linux/amd64":"https://github.com/comdex-official/comdex/releases/download/v13.4.0/comdex-linux-amd64.tar.gz"},"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://comdex-mainnet-genesis.s3.ap-southeast-1.amazonaws.com/genesis.json"},"versions":[{"name":"v9.0.0","next_version_name":"v10.0.0","recommended_version":"v9.0.0","compatible_versions":["v9.0.0"],"cosmwasm_enabled":true},{"name":"v10.0.0","next_version_name":"v11.5.0","recommended_version":"v10.0.0","compatible_versions":["v10.0.0"],"cosmwasm_enabled":true},{"name":"v11.5.0","height":8184000,"proposal":154,"next_version_name":"v13.3.0","recommended_version":"v11.5.2","compatible_versions":["v11.5.2"],"cosmwasm_enabled":true},{"name":"v13.3.0","height":10981900,"proposal":216,"next_version_name":"","recommended_version":"v13.4.0","compatible_versions":["v13.4.0"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/comdex-official/comdex/releases/download/v13.4.0/comdex-linux-amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},"peers":{"seeds":[{"id":"7ca14a1d156299999eba9c394ca060368022d52f","address":"54.194.178.110:26656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13156","provider":"Polkachu"},{"id":"c30dacf15e97a30b78792c7fa817fd2ef529b820","address":"comdex.seed.stavr.tech:2026","provider":"🔥STAVR🔥"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:13156","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"comdex-mainnet-seed.autostake.com:26776","provider":"AutoStake 🛡️ Slash Protected"},{"id":"6596d143fd128b2394b27cd7846bda099ca5a193","address":"seeds.goldenratiostaking.net:1621","provider":"Golden Ratio Staking"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:13156","provider":"WhisperNode 🤐"},{"id":"88ba33fbdf0279efaf27cff629f3cf72814d4069","address":"seed-comdex-01.stakeflow.io:10007","provider":"Stakeflow"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:10456","provider":"StakerHouse"}],"persistent_peers":[{"id":"d478882a80674fa10a32da63cc20cae13e3a2a57","address":"43.204.0.243:26656"},{"id":"d8b74791ee56f1b345d822f62bd9bc969668d8df","address":"194.163.128.55:36656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"comdex-mainnet-peer.autostake.com:26776","provider":"AutoStake 🛡️ Slash Protecteds"},{"id":"88ba33fbdf0279efaf27cff629f3cf72814d4069","address":"peer-comdex-01.stakeflow.io:10007","provider":"Stakeflow"},{"id":"5092d03f63852a7712ac5061bcfcbd96f00a4e0c","address":"peer-comdex.blockval.io:33656","provider":"Blockval"}]},"apis":{"rpc":[{"address":"https://rpc.comdex.one","provider":"comdex"},{"address":"https://comdex-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://comdex.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://rpc.comdex.chaintools.tech/","provider":"ChainTools"},{"address":"https://comdex-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-comdex.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://rpc-comdex.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://comdex-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://comdex-rpc.w3coins.io","provider":"w3coins"},{"address":"https://comdex-rpc.stakerhouse.com","provider":"StakerHouse"},{"address":"https://comdex-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc-comdex-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://comdex-rpc.validatornode.com","provider":"ValidatorNode"},{"address":"https://rpc-comdex.blockval.io","provider":"Blockval"}],"rest":[{"address":"https://rest.comdex.one","provider":"comdex"},{"address":"https://api.comdex.chaintools.tech/","provider":"ChainTools"},{"address":"https://comdex-api.polkachu.com","provider":"Polkachu"},{"address":"https://comdex.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://comdex-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-comdex.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://comdex-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://lcd-comdex.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://comdex-api.w3coins.io","provider":"w3coins"},{"address":"https://comdex-rest.stakerhouse.com","provider":"StakerHouse"},{"address":"https://comdex-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api-comdex-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://comdex-api.validatornode.com","provider":"ValidatorNode"},{"address":"https://api-comdex.blockval.io","provider":"Blockval"}],"grpc":[{"address":"grpc-comdex-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"comdex.grpcui.chaintools.host:443","provider":"ChainTools"},{"address":"comdex-grpc.polkachu.com:13190","provider":"Polkachu"},{"address":"comdex.grpc.m.stavr.tech:104","provider":"🔥STAVR🔥"},{"address":"grpc-comdex.cosmos-spaces.cloud:2300","provider":"Cosmos Spaces"},{"address":"comdex-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"comdex-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"comdex-grpc.w3coins.io:13190","provider":"w3coins"},{"address":"comdex-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc-comdex-01.stakeflow.io:10002","provider":"Stakeflow"},{"address":"comdex-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"https://grpc-comdex.blockval.io:443","provider":"Blockval"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/comdex","tx_page":"https://ezstaking.app/comdex/txs/${txHash}","account_page":"https://ezstaking.app/comdex/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/comdex","tx_page":"https://www.mintscan.io/comdex/transactions/${txHash}","account_page":"https://www.mintscan.io/comdex/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Comdex-Mainnet","tx_page":"https://explorer.stavr.tech/Comdex-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Comdex-Mainnet/accounts/${accountAddress}"},{"kind":"aneka","url":"https://comdex.aneka.io/","tx_page":"https://comdex.aneka.io/txs/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/comdex","tx_page":"https://ping.pub/comdex/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/comdex","tx_page":"https://atomscan.com/comdex/transactions/${txHash}","account_page":"https://atomscan.com/comdex/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/comdex","account_page":"https://stakeflow.io/comdex/accounts/${accountAddress}"},{"kind":"ValidatorNode","url":"https://explorer.validatornode.com/comdex","tx_page":"https://explorer.validatornode.com/comdex/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/comdex","tx_page":"https://mainnet.whispernode.com/comdex/tx/${txHash}","account_page":"https://mainnet.whispernode.com/comdex/account/${accountAddress}"}]},"commercio-3":{"$schema":"../chain.schema.json","chain_name":"commercionetwork","chain_id":"commercio-3","pretty_name":"Commercio.network","status":"live","network_type":"mainnet","bech32_prefix":"did:com:","daemon_name":"commercionetworkd","node_home":"$HOME/.commercionetwork","key_algos":["secp256k1"],"slip44":701,"fees":{"fee_tokens":[{"denom":"ucommercio"}]},"codebase":{"git_repo":"https://github.com/commercionetwork/commercionetwork","recommended_version":"v5.1.0","compatible_versions":["v5.1.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/commercionetwork/chains/master/commercio-3/genesis.json"},"versions":[{"name":"v4.0.0","recommended_version":"v4.1.0","compatible_versions":["v4.0.0","v4.1.0"]},{"name":"v4.2.0","recommended_version":"v4.2.1","compatible_versions":["v4.2.0","v4.2.1"]},{"name":"v5.0.0","recommended_version":"v5.0.0","compatible_versions":["v5.0.0"]},{"name":"v5.1.0","recommended_version":"v5.1.0","compatible_versions":["v5.1.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg"},"peers":{"seeds":[{"id":"8d3ac30a774245019f7b94d7a0713fd8caccaa03","address":"seed-01.commercio.network:26656"},{"id":"68ccfc9a1574923e344993d49253d8169f592f9e","address":"seed-02.commercio.network:26656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"3f26a7d3269e352574e760d4b08d045aa40ebbf2","address":"persistent-01.commercio.network:26656"},{"id":"15767f4961b501eb67e740aa60c1608bf65679f3","address":"persistent-02.commercio.network:26656"},{"id":"d6e07b5f0a69bd4d6f4e6e931f00fbcb992a8654","address":"persistent-04.commercio.network:26656"},{"id":"542a55fff599ea07e2b4841febff4a78cf8db2aa","address":"persistent-05.commercio.network:26656"},{"id":"49fdf20f845573429a695c15729c60f52bb5ab19","address":"84.46.241.230:26656"},{"id":"e2bd5ac83f0d2fde72571568b9a4203f7e76067d","address":"64.225.95.231:26656"}]},"apis":{"rpc":[{"address":"https://rpc-mainnet.commercio.network"}],"rest":[{"address":"https://lcd-mainnet.commercio.network"}]},"explorers":[{"kind":"almerico","url":"https://mainnet.commercio.network","tx_page":"https://mainnet.commercio.network/transactions/detail/${txHash}"}]},"cvn_2032-1":{"$schema":"../chain.schema.json","chain_name":"conscious","chain_id":"cvn_2032-1","pretty_name":"ConsciousDAO","website":"https://cvn.io/","status":"live","network_type":"mainnet","bech32_prefix":"cvn","daemon_name":"cvnd","node_home":"$HOME/.cvnd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"acvnt","fixed_min_gas_price":100000000,"low_gas_price":100000000,"average_gas_price":200000000,"high_gas_price":300000000}]},"staking":{"staking_tokens":[{"denom":"acvnt"}]},"codebase":{"git_repo":"https://github.com/cvn-network/cvn","recommended_version":"v2.1.1","compatible_versions":["v2.1.1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/cvn-network/cvn/release/v2.1.x/networks/mainnet/config/genesis.json"},"versions":[{"name":"v1.0.3","next_version_name":"v2.1.1","recommended_version":"v1.0.4","compatible_versions":["v1.0.3"]},{"name":"v2.1.1","next_version_name":"","recommended_version":"v2.1.1","compatible_versions":["v2.1.1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.cvn.io/","provider":"cvn.io"},{"address":"https://conscious_mainnet_rpc.chain.whenmoonwhenlambo.money/","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://api.cvn.io","provider":"cvn.io"},{"address":"https://conscious_mainnet_api.chain.whenmoonwhenlambo.money/","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"https://grpc.cvn.io","provider":"cvn.io"}],"evm-http-jsonrpc":[{"address":"https://node.cvn.io/","provider":"cvn"},{"address":"https://node.consciousdao.io/","provider":"consciousdao"},{"address":"https://conscious_mainnet_evm.chain.whenmoonwhenlambo.money/","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}]},"explorers":[{"kind":"blockscout","url":"https://explore.consciousdao.com/","tx_page":"https://explore.consciousdao.com/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/conscious","tx_page":"https://explorer.whenmoonwhenlambo.money/conscious/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/conscious/account/${accountAddress}"}]},"coreum-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"coreum","chain_id":"coreum-mainnet-1","pretty_name":"Coreum","website":"https://www.coreum.com","status":"live","network_type":"mainnet","bech32_prefix":"core","daemon_name":"cored","node_home":"$HOME/.core/coreum-mainnet-1","key_algos":["secp256k1"],"slip44":990,"fees":{"fee_tokens":[{"denom":"ucore","fixed_min_gas_price":0.03125,"low_gas_price":0.0625,"average_gas_price":0.0625,"high_gas_price":62.5}]},"staking":{"staking_tokens":[{"denom":"ucore"}],"lock_duration":{"time":"168h"}},"codebase":{"git_repo":"https://github.com/CoreumFoundation/coreum","recommended_version":"v3.0.3","compatible_versions":["v3.0.3"],"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd"},"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.44","cosmwasm_enabled":true,"genesis":{"name":"v1","genesis_url":"https://raw.githubusercontent.com/CoreumFoundation/coreum/master/genesis/coreum-mainnet-1.json"},"versions":[{"name":"v1","tag":"v1.0.0","height":0,"next_version_name":"v2","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-amd64?checksum=sha256:34098ad7586bda364b1b2e7c4569cbcefb630cd4ed7c8f68eb5bced834082c57","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-arm64?checksum=sha256:3ced97f06607f0cdaf77e7ff0b36b2011d101c660684e4f3e54c2ac6bf344dd6"}},{"name":"v2","tag":"v2.0.2","height":6947500,"proposal":5,"next_version_name":"v3","recommended_version":"v2.0.2","compatible_versions":["v2.0.2"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-amd64?checksum=sha256:3facf55f7ff795719f68b9bcf76ea08262bc7c9e9cd735c660257ba73678250e","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-arm64?checksum=sha256:35e261eb3b87c833c30174e6b8667a6155f5962441275d443157e209bbb0bf0d"}},{"name":"v3","tag":"v3.0.3","height":13480000,"proposal":8,"recommended_version":"v3.0.3","compatible_versions":["v3.0.3"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.44","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","theme":{"primary_color_hex":"#25d695"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png"},"peers":{"seeds":[{"id":"0df493af80fbaad41b9b26d6f4520b39ceb1d210","address":"seed-iron.mainnet-1.coreum.dev:26656","provider":"Coreum Foundation"},{"id":"cba16f4f32707d70a2a2d10861fac897f1e9aaa1","address":"seed-nickle.mainnet-1.coreum.dev:26656","provider":"Coreum Foundation"},{"id":"67ecf3e890b2f77b13fc872c8f11f868c283be6e","address":"rpc.coreum.nodexcapital.com:14156","provider":"NodeX Validator"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-coreum.ibs.team:16674","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"b657918c029d10e5cab97f4e348b9a53e74dd85c","address":"95.214.55.138:35656","provider":"genznodes"}]},"apis":{"rpc":[{"address":"https://full-node.mainnet-1.coreum.dev:26657","provider":"Coreum Foundation"},{"address":"https://full-node-californium.mainnet-1.coreum.dev:26657","provider":"Coreum Foundation"},{"address":"https://full-node-curium.mainnet-1.coreum.dev:26657","provider":"Coreum Foundation"},{"address":"https://full-node-uranium.mainnet-1.coreum.dev:26657","provider":"Coreum Foundation"},{"address":"https://rpc-coreum.ecostake.com","provider":"ecostake"},{"address":"https://coreum.rpc.silknodes.io","provider":"Silk Nodes"},{"address":"https://coreum-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc.m.core.solonation.io","provider":"#SoloNation"},{"address":"https://coreum-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://coreum-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://public.stakewolle.com/cosmos/coreum/rpc","provider":"Stakewolle"}],"rest":[{"address":"https://rest-coreum.ecostake.com","provider":"ecostake"},{"address":"https://coreum.api.silknodes.io","provider":"Silk Nodes"},{"address":"https://full-node.mainnet-1.coreum.dev:1317","provider":"Coreum"},{"address":"https://coreum-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api.m.core.solonation.io","provider":"#SoloNation"},{"address":"https://coreum-api.genznodes.dev","provider":"genznodes"},{"address":"https://coreum-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://public.stakewolle.com/cosmos/coreum/rest","provider":"Stakewolle"}],"grpc":[{"address":"https://full-node.mainnet-1.coreum.dev:9090","provider":"Coreum Foundation"},{"address":"https://full-node-californium.mainnet-1.coreum.dev:9090","provider":"Coreum Foundation"},{"address":"https://full-node-curium.mainnet-1.coreum.dev:9090","provider":"Coreum Foundation"},{"address":"https://full-node-uranium.mainnet-1.coreum.dev:9090","provider":"Coreum Foundation"},{"address":"https://grpc.coreum.nodexcapital.com:444","provider":"NodeX Validator"},{"address":"coreum-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"coreum-grpc.genznodes.dev:35090","provider":"genznodes"}]},"explorers":[{"kind":"Coreum","url":"https://explorer.coreum.com/coreum","tx_page":"https://explorer.coreum.com/coreum/transactions/${txHash}","account_page":"https://explorer.coreum.com/coreum/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/coreum","tx_page":"https://www.mintscan.io/coreum/transactions/${txHash}","account_page":"https://www.mintscan.io/coreum/accounts/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/coreum","tx_page":"https://explorer.nodexcapital.com/coreum/txs/${txHash}","account_page":"https://explorer.nodexcapital.com/coreum/account/${accountAddress}"},{"kind":"Silk Nodes","url":"https://explorer.silknodes.io/coreum","tx_page":"https://explorer.silknodes.io/coreum/tx/${txHash}","account_page":"https://explorer.silknodes.io/coreum/account/${accountAddress}"},{"kind":"#SoloNation","url":"https://explorer.solonation.io/core-main","tx_page":"https://explorer.solonation.io/core-main/tx/${txHash}","account_page":"https://explorer.solonation.io/core-main/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/coreum","tx_page":"https://explorer.tcnetwork.io/coreum/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/coreum/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/coreum","tx_page":"https://ezstaking.app/coreum/txs/${txHash}","account_page":"https://ezstaking.app/coreum/account/${accountAddress}"}],"keywords":["dex","staking","wasm","assets","nft","XRPL"]},"coss-1":{"$schema":"../chain.schema.json","chain_name":"coss","chain_id":"coss-1","pretty_name":"COSS","website":"https://coss.ink/","status":"live","network_type":"mainnet","bech32_prefix":"coss","daemon_name":"cossd","node_home":"$HOME/.coss","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ucoss","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.03,"high_gas_price":0.04},{"denom":"ucgas","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.03,"high_gas_price":0.04},{"denom":"ucias","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.03,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ucgas"}]},"codebase":{"git_repo":"https://github.com/coss-inscription/coss","recommended_version":"v0.1.0","compatible_versions":["v0.1.0"],"genesis":{"genesis_url":"https://github.com/coss-inscription/networks/blob/main/mainnet/v1/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg"},"peers":{"seeds":[{"id":"0c8862ebc7b852d8e57536aea1d78e6644010b49","address":"43.207.197.139:26656","provider":"StarHarmony"},{"id":"a9bb6d6f7f6640799435909558443b94288fedf7","address":"3.112.200.3:26656","provider":"QuantumPioneer"},{"id":"9ffaad12e44bd345cbc9e91c4de57749d9af4d5c","address":"43.207.86.217:26656","provider":"CelestialPhoenix"},{"id":"337c06a864babea354cecc4212669c5c236df893","address":"18.183.134.119:26656","provider":"StellarGuardian"}],"persistent_peers":[{"id":"2f2815602ac270224c913dbddc6b7f8d0a6fd052","address":"54.199.117.156:26656"},{"id":"9f0a41abda8e08edc64d27ecc4edeef1941d70c0","address":"175.41.246.99:26656"}]},"apis":{"rpc":[{"address":"https://coss-rpc.coss.ink","provider":"StellarGuardian"},{"address":"https://coss-rpc.cias.network","provider":"CelestialPhoenix"}],"rest":[{"address":"https://coss-rest.coss.ink","provider":"StellarGuardian"},{"address":"https://coss-rest.cias.network","provider":"CelestialPhoenix"}]}},"crescent-1":{"$schema":"../chain.schema.json","chain_name":"crescent","chain_id":"crescent-1","pretty_name":"Crescent","status":"live","network_type":"mainnet","bech32_prefix":"cre","daemon_name":"crescentd","node_home":"$HOME/.crescent","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ucre","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"ucre"}]},"codebase":{"git_repo":"https://github.com/crescent-network/crescent","recommended_version":"v4.2.0","compatible_versions":["v4.2.0"],"binaries":{"linux/amd64":"https://github.com/crescent-network/crescent/releases/download/v4.2.0/crescentd-v4.2.0-linux-amd64","darwin/arm64":"https://github.com/crescent-network/crescent/releases/download/v4.2.0/crescentd-v4.2.0-darwin-arm64"},"genesis":{"genesis_url":"https://github.com/crescent-network/launch/raw/main/mainnet/crescent-1/genesis.json.tar.gz"},"versions":[{"name":"v1","tag":"v1.0.0","height":0,"recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]},{"name":"v1.1","tag":"v1.1.0","height":48000,"recommended_version":"1.1.0","compatible_versions":["v1.1.0"]},{"name":"v2","tag":"v2.3.0","height":1384100,"proposal":12,"recommended_version":"v2.3.0","compatible_versions":["v2.3.0","v2.2.0","v2.1.1","v2.1.0"]},{"name":"v3","tag":"v3.0.0","height":3932000,"proposal":29,"recommended_version":"v3.0.0","compatible_versions":["v3.0.0"]},{"name":"v4","tag":"v4.0.0","height":4415902,"proposal":35,"next_version_name":"v4.1","recommended_version":"v4.0.0","compatible_versions":["v4.0.0"]},{"name":"v4.1","tag":"v4.1.1","height":6500000,"next_version_name":"v4.2","recommended_version":"v4.1.1","compatible_versions":["v4.1.1","v4.1.0"]},{"name":"v4.2","tag":"v4.2.0","height":6915000,"recommended_version":"v4.2.0","compatible_versions":["v4.2.0"],"binaries":{"linux/amd64":"https://github.com/crescent-network/crescent/releases/download/v4.2.0/crescentd-v4.2.0-linux-amd64","darwin/arm64":"https://github.com/crescent-network/crescent/releases/download/v4.2.0/crescentd-v4.2.0-darwin-arm64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"}],"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"},"peers":{"seeds":[{"id":"929f22a7b04ff438da9edcfebd8089908239de44","address":"18.180.232.184:26656","provider":"crescent"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"crescent-mainnet-seed.autostake.com:26816","provider":"AutoStake 🛡️ Slash Protected"},{"id":"3b60a29d89cd7ef6a8d0c7ba32013d7f2051e082","address":"seed-crescent-01.stakeflow.io:1406","provider":"Stakeflow"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"3bcffbcb11e96edc84c04a5628639f5ed94b9db2","address":"128.0.51.5:26656","provider":"Dokia-capital"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14556","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"crescent-mainnet-peer.autostake.com:26816","provider":"AutoStake 🛡️ Slash Protected"},{"id":"3b60a29d89cd7ef6a8d0c7ba32013d7f2051e082","address":"peer-crescent-01.stakeflow.io:1406","provider":"Stakeflow"}]},"apis":{"rpc":[{"address":"https://mainnet.crescent.network:26657","provider":"crescent"},{"address":"https://crescent-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-crescent.pupmos.network","provider":"PUPMØS"},{"address":"https://crescent.rpc.stakin-nodes.com","provider":"Stakin"},{"address":"https://crescent-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-crescent.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://rpc-crescent-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://crescent-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc.crescent.bronbro.io:443","provider":"Bro_n_Bro"}],"rest":[{"address":"https://mainnet.crescent.network:1317","provider":"crescent"},{"address":"https://api-crescent.pupmos.network","provider":"PUPMØS"},{"address":"https://crescent-api.polkachu.com","provider":"Polkachu"},{"address":"https://crescent.rest.stakin-nodes.com","provider":"Stakin"},{"address":"https://api-crescent.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://crescent-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api-crescent-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://crescent-api.w3coins.io","provider":"w3coins"},{"address":"https://lcd.crescent.bronbro.io:443","provider":"Bro_n_Bro"}],"grpc":[{"address":"crescent-grpc.polkachu.com:14590","provider":"Polkachu"},{"address":"crescent.grpc.stakin-nodes.com:443","provider":"Stakin"},{"address":"crescent-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-crescent.cosmos-spaces.cloud:2270","provider":"Cosmos Spaces"},{"address":"grpc-crescent-01.stakeflow.io:1402","provider":"Stakeflow"},{"address":"crescent-grpc.w3coins.io:14590","provider":"w3coins"},{"address":"https://grpc.crescent.bronbro.io:443","provider":"Bro_n_Bro"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/crescent","tx_page":"https://ezstaking.app/crescent/txs/${txHash}","account_page":"https://ezstaking.app/crescent/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/crescent","tx_page":"https://ping.pub/crescent/tx/${txHash}"},{"kind":"explorers.guru","url":"https://crescent.explorers.guru","tx_page":"https://crescent.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/crescent","tx_page":"https://atomscan.com/crescent/transactions/${txHash}","account_page":"https://atomscan.com/crescent/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/crescent","account_page":"https://stakeflow.io/crescent/accounts/${accountAddress}"}]},"centauri-1":{"$schema":"../chain.schema.json","chain_name":"composable","chain_id":"centauri-1","pretty_name":"Picasso","website":"https://www.picasso.xyz/","status":"live","network_type":"mainnet","bech32_prefix":"pica","daemon_name":"picad","node_home":"$HOME/.banksy","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ppica","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"ppica"}]},"codebase":{"git_repo":"https://github.com/composable/composable-cosmos","recommended_version":"v6.5.3","compatible_versions":["v6.5.3"],"cosmos_sdk_version":"rust-ninja/cosmos-sdk v0.47.5-patch-validators-trim-tag","consensus":{"type":"cometbft","version":"composablefi/cometbft v0.37.2-fixed-len-vote-time-tag"},"ibc_go_version":"notional-labs/ibc-go/v7 v7.2.1-0.20231010040541-6cf43006971f","genesis":{"genesis_url":"https://raw.githubusercontent.com/notional-labs/composable-networks/main/mainnet/genesis.json"},"versions":[{"name":"v2.3.5","tag":"v2.3.5","height":0,"next_version_name":"centauri","recommended_version":"v2.3.5","compatible_versions":["v2.3.5"],"cosmos_sdk_version":"v0.47.1","consensus":{"type":"cometbft","version":"0.37.0"},"ibc_go_version":"v7.0.0","binaries":{"linux/amd64":"https://github.com/notional-labs/composable-centauri/releases/download/v2.3.5/banksyd"}},{"name":"centauri","tag":"v3.1.0","height":188500,"proposal":3,"next_version_name":"reward","recommended_version":"v3.1.2","compatible_versions":["v3.1.0","v3.1.1","v3.1.2"],"cosmos_sdk_version":"v0.47.3","consensus":{"type":"cometbft","version":"0.37.0"},"ibc_go_version":"v7.0.0","binaries":{"linux/amd64":"https://github.com/notional-labs/composable-centauri/releases/download/v3.1.2/centaurid"}},{"name":"reward","tag":"v3.2.2","height":420000,"proposal":4,"next_version_name":"v4","recommended_version":"v3.2.2","compatible_versions":["v3.2.2"],"cosmos_sdk_version":"v0.47.3","consensus":{"type":"cometbft","version":"0.37.1"},"ibc_go_version":"v7.0.0"},{"name":"v4","tag":"v4.5.0","height":792909,"proposal":5,"next_version_name":"v5","recommended_version":"v4.5.0","compatible_versions":["v4.5.0"],"cosmos_sdk_version":"v0.47.3","consensus":{"type":"cometbft","version":"0.37.1"},"ibc_go_version":"v7.0.1"},{"name":"v5","tag":"v5.2.0","height":1515288,"proposal":10,"next_version_name":"v6","recommended_version":"v5.2.0","compatible_versions":["v5.1.0","v5.2.0"],"cosmos_sdk_version":"v0.47.3","consensus":{"type":"cometbft","version":"0.37.1"},"ibc_go_version":"v7.0.1"},{"name":"v6","tag":"v6.3.1","height":2301070,"proposal":12,"next_version_name":"v6_4","recommended_version":"v6.3.6","compatible_versions":["v6.3.6"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"ibc_go_version":"v7.3.1"},{"name":"v6_4","tag":"v6.4.2","height":3486739,"proposal":14,"next_version_name":"","recommended_version":"v6.4.3","compatible_versions":["v6.4.3"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"composablefi/cometbft v0.37.2-fixed-len-vote-time-tag"},"ibc_go_version":"notional-labs/ibc-go/v7 v7.2.1-0.20231010040541-6cf43006971f"},{"name":"v6_5_0","tag":"v6.5.1","height":4446786,"proposal":16,"next_version_name":"v6_5_3","recommended_version":"v6.5.2","compatible_versions":["v6.5.2"],"cosmos_sdk_version":"v0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"notional-labs/ibc-go/v7 v7.2.1-0.20231010040541-6cf43006971f"},{"name":"v6_5_3","tag":"v6.5.3","height":4576500,"proposal":18,"next_version_name":"","recommended_version":"v6.5.3","compatible_versions":["v6.5.3"],"cosmos_sdk_version":"rust-ninja/cosmos-sdk v0.47.5-patch-validators-trim-tag","consensus":{"type":"cometbft","version":"composablefi/cometbft v0.37.2-fixed-len-vote-time-tag"},"ibc_go_version":"notional-labs/ibc-go/v7 v7.2.1-0.20231010040541-6cf43006971f"}]},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"},"peers":{"seeds":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"composable-mainnet-seed.autostake.com:26976","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:22256","provider":"Lavender.Five Nodes 🐝"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:22256","provider":"WhisperNode 🤐"},{"id":"a3910d1bf22b4dacf66979d6ea75fd134aee00db","address":"seed.composable.validatus.com:2000","provider":"Validatus"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"aa6398f9644e98fa3d04f7dbdd7740c995eb0530","address":"composable.seed.stavr.tech:20306","provider":"🔥STAVR🔥"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"composable-mainnet-peer.autostake.com:26976","provider":"AutoStake 🛡️ Slash Protected"},{"id":"63559b939442512ed82d2ded46d02ab1021ea29a","address":"95.214.55.138:53656","provider":"genznodes"},{"id":"7082a715395427a519e611ed1454b0965fd95ef5","address":"138.201.21.197:37656","provider":"StakeTown"},{"id":"715af1847e1c785510d4cb94ac29f2bd7d0ddf91","address":"65.108.206.74:36656","provider":"vinjan"},{"id":"c6eefdcc5cbe41dd457183c7c3bd7311ddf97638","address":"composable.peer.stakevillage.net:16156","provider":"Stake Village"}]},"apis":{"rpc":[{"address":"https://rpc-composable-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://composable-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://picasso-rpc.cogwheel.zone:443","provider":"Cogwheel ⚙️"},{"address":"https://picasso-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://composable-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://rpc-picasso.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://picasso-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://composable.rpc.stakevillage.net:443","provider":"Stake Village"},{"address":"https://composable-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc.centauri.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://composable.rpc.moonbridge.team","provider":"Moonbridge"},{"address":"https://rpc.composable.citizenweb3.com:443","provider":"Citizen Web3"},{"address":"https://composable.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"}],"rest":[{"address":"https://api-composable-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://composable-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://picasso-api.cogwheel.zone:443","provider":"Cogwheel ⚙️"},{"address":"https://picasso-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://composable-api.genznodes.dev","provider":"genznodes"},{"address":"https://api-picasso.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://picasso-api.stake-town.com","provider":"StakeTown"},{"address":"https://composable.api.stakevillage.net","provider":"Stake Village"},{"address":"https://composable-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://lcd.centauri.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://composable.api.moonbridge.team","provider":"Moonbridge"},{"address":"https://composable.api.m.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"https://grpc-composable-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"grpc.composable.nodestake.top:9090","provider":"NodeStake"},{"address":"composable-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-centauri.cosmos-spaces.cloud:1120","provider":"Cosmos Spaces"},{"address":"https://picasso-grpc.cogwheel.zone:443","provider":"Cogwheel ⚙️"},{"address":"https://picasso-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"composable-grpc.genznodes.dev:53090","provider":"genznodes"},{"address":"picasso-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"grpc-composable.vinjan.xyz:36090","provider":"vinjan"},{"address":"composable.grpc.skynodejs.net","provider":"skynodejs"},{"address":"composable.grpc.stakevillage.net:16190","provider":"Stake Village"},{"address":"composable-rpc.stakeandrelax.net:22290","provider":"Stake&Relax 🦥"},{"address":"grpc.composable.validatus.com","provider":"Validatus"},{"address":"https://grpc.centauri.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://composable.grpc.moonbridge.team","provider":"Moonbridge"},{"address":"composable.grpc.m.stavr.tech:9907","provider":"🔥STAVR🔥"},{"address":"grpc-picasso.whispernode.com:443","provider":"WhisperNode 🤐"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/composable","tx_page":"https://ping.pub/composable/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/composable","tx_page":"https://explorer.nodestake.top/composable/tx/${txHash}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/composable","tx_page":"https://exp.stakevillage.net/composable/tx/${txHash}","account_page":"https://exp.stakevillage.net/composable/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Composable-Mainnet","tx_page":"https://explorer.stavr.tech/Composable-Mainnet/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/picasso","tx_page":"https://mainnet.whispernode.com/picasso/tx/${txHash}","account_page":"https://mainnet.whispernode.com/picasso/account/${accountAddress}"}]},"cosmoshub-4":{"$schema":"../chain.schema.json","chain_name":"cosmoshub","chain_id":"cosmoshub-4","pretty_name":"Cosmos Hub","website":"https://cosmos.network/","status":"live","network_type":"mainnet","bech32_prefix":"cosmos","daemon_name":"gaiad","node_home":"$HOME/.gaia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uatom","fixed_min_gas_price":0.005,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uatom"}]},"codebase":{"git_repo":"https://github.com/cosmos/gaia","recommended_version":"v16.0.0","compatible_versions":["v16.0.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-amd64","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-windows-arm64.exe"},"cosmos_sdk_version":"v0.47.13-ics-lsm","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz"},"versions":[{"name":"v9-Lambda","tag":"v9.1.1","height":15213800,"next_version_name":"v10","recommended_version":"v9.1.1","compatible_versions":["v9.1.1"],"cosmos_sdk_version":"v0.45.15-ics","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v4.2.1","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-linux-amd64?checksum=sha256:f62814711be991e535b2fd86f7d4ed8c055bebf774253a06477dc182ce98cdc3","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-linux-arm64?checksum=sha256:a7112c03c7a2bec2a761a3d430bfea9616ed0ebb10c785cafdd6fac117abc504","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-darwin-amd64?checksum=sha256:959f3ddbf3a65b557574527222c5a673b706e9d52a203dfbda2ceb827b760261","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-darwin-arm64?checksum=sha256:0a913a3a9a31456ddfba26eccdfccca61d00b06498faa94019776df391509d27","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v9.1.1/gaiad-v9.1.1-windows-amd64.exe?checksum=sha256:db1d82650ed2a0aa9abccb2bb60dca902c4d1444444f6c76a8b6d61d6bc41e08"}},{"name":"v10","tag":"v10.0.2","height":15816200,"proposal":798,"next_version_name":"v11","recommended_version":"v10.0.2","compatible_versions":["v10.0.0","v10.0.1","v10.0.2"],"cosmos_sdk_version":"v0.45.16-ics","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v4.4.2","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-linux-amd64?checksum=sha256:fcb8210308223d78bc36f3d4c89e2578dcf784994c052cea97efd61f1672cf72","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-linux-arm64?checksum=sha256:db9b69cf224b410c669fa4f820192890357534e74d4693a744ef915028567462","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-darwin-amd64?checksum=sha256:d0bee3b4b243fe1f88ad3258f4648de3a73787434702bcac6e31ca38f81a283a","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-darwin-arm64?checksum=sha256:c8124d66ffa99b51da274656f6c3401b1ec9e165a76f3f01699761672e83a136gaiad-v10.0.1-linux-amd64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v10.0.2/gaiad-v10.0.2-windows-amd64.exe?checksum=sha256:c02ab2b8fc347f858db1c33fcacafa2467ca550ed83178aee67331762e876926"}},{"name":"v11","tag":"v11.0.0","height":16596000,"proposal":804,"next_version_name":"v12","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"cosmos_sdk_version":"v0.45.16-ics","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v4.4.2","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-arm64.exe"}},{"name":"v12","tag":"v12.0.0","height":16985500,"proposal":821,"next_version_name":"v13","recommended_version":"v12.0.0","compatible_versions":["v12.0.0"],"cosmos_sdk_version":"v0.45.16-ics","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v4.4.2","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-arm64.exe"}},{"name":"v13","tag":"v13.0.2","height":17380000,"proposal":825,"next_version_name":"v14","recommended_version":"v13.0.2","compatible_versions":["v13.0.1","v13.0.2"],"cosmos_sdk_version":"v0.45.16-ics-lsm","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v4.4.2","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-linux-amd64?checksum=sha256:729a55b29857fedfe1271f26e1fdf2cb12d2c6515c2ad0d9bbe432a81ae43df8","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-linux-arm64?checksum=sha256:9bfbe0d5212fa3cdabe34b75b42e1420f50fe8aff64ec9247dcbc5942969e333","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-darwin-amd64?checksum=sha256:910b515369b0cfa8eecc54f2f930fd5de2634b7106825b62f4c4c563fe2a6a07","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-darwin-arm64?checksum=sha256:5a148b56bec7d9ef23d21778725eedb9bc70eaa6a61155b22947216812a17369","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-windows-amd64.exe?checksum=sha256:bc339c368b07306a73a16af8f005bc14439b393790f61d0568358495eb83e71c","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.2/gaiad-v13.0.2-windows-arm64.exe?checksum=sha256:8728e0f56d52479c80ba4b1c8f68a8fc3085220fad241ba1180867b2c3bc97fa"}},{"name":"v14","tag":"v14.2.0","height":18262000,"proposal":854,"next_version_name":"v15","recommended_version":"v14.2.0","compatible_versions":["v14.2.0"],"cosmos_sdk_version":"v0.45.16-ics-lsm","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v4.4.2","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-linux-amd64?checksum=sha256:baed43bd3f523fd587cff4d8f78f395a3bcb6d20d9a671bef69b8fbe101338f6","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-linux-arm64?checksum=sha256:a57822b2a199ca461f8a8baf4e98a46803f8fa5d4ceb130b539ebd0c03c035a8","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-darwin-amd64?checksum=sha256:4edec8b191bbb0bdcd0f89d1fadfc1cfdb720ac943b7c03d584760725547c047","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-darwin-arm64?checksum=sha256:5177c7ca2b0e66daedc506c6fcdab0d8c436dae846de32081556b8edd57027e8","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-windows-amd64.exe?checksum=sha256:d912548fc1c87ca26defce1a60f089910fa55b38d27063870750efeab176db9d","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v14.2.0/gaiad-v14.2.0-windows-arm64.exe?checksum=sha256:b17cc1f1a9a5050b72f99d497fdda6d1d4615b6a42971f556d2777ba838fe7b0"}},{"name":"v15","tag":"v15.2.0","height":19639600,"proposal":885,"next_version_name":"v16","recommended_version":"v15.2.0","compatible_versions":["v15.2.0"],"cosmos_sdk_version":"v0.47.11-ics-lsm","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-darwin-amd64","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v15.2.0/gaiad-v15.2.0-windows-arm64.exe"}},{"name":"v16","tag":"v16.0.0","height":20440500,"proposal":914,"next_version_name":"","recommended_version":"v16.0.0","compatible_versions":["v16.0.0"],"cosmos_sdk_version":"v0.47.13-ics-lsm","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-darwin-amd64","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v16.0.0/gaiad-v16.0.0-windows-arm64.exe"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"}],"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"},"peers":{"seeds":[{"id":"ba3bacc714817218562f743178228f23678b2873","address":"public-seed-node.cosmoshub.certus.one:26656","provider":"certusone"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14956","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:14956","provider":"Lavender.Five Nodes 🐝"},{"id":"57a5297537b9b6ef8b105c08a8ad3f6ac452c423","address":"seeds.goldenratiostaking.net:1618","provider":"Golden Ratio Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:14956","provider":"WhisperNode 🤐"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"cosmoshub.rpc.kjnodes.com:11359","provider":"kjnodes"},{"id":"fe21dd474640247888fc7c4dce82da8da08a8bfd","address":"seed-cosmos-hub-01.stakeflow.io:26656","provider":"Stakeflow"},{"id":"11c6114a18f7b380e536b0bd17c031f4746e4ded","address":"seed-node.mms.team:43656","provider":"MMS"},{"id":"87ccc1dcc0b846fc1623ab9a5ab55682e8e2ad2e","address":"seed-cosmoshub.freshstaking.com:26656","provider":"FreshSTAKING"}],"persistent_peers":[{"id":"d6318b3bd51a5e2b8ed08f2e520d50289ed32bf1","address":"52.79.43.100:26656"},{"id":"b0e746acb6fbed7a0311fe21cfb2ee94581ca3bc","address":"51.79.21.187:26656"},{"id":"1da54d20c7339713f1d6d28dd2117087dd33d0ca","address":"cosmos-seed.icycro.org:26656","provider":"IcyCRO 🧊"},{"id":"fe21dd474640247888fc7c4dce82da8da08a8bfd","address":"peer-cosmos-hub-01.stakeflow.io:26656","provider":"Stakeflow"},{"id":"01c0d24922dcdf6f8816ec814a5c3436c5d5fbc5","address":"65.108.195.29:36656","provider":"Staketab"},{"id":"28d36c3d45f0208528de3c38f2934ae241bd23e7","address":"peer-cosmoshub.mms.team:26656","provider":"MMS"},{"id":"87ccc1dcc0b846fc1623ab9a5ab55682e8e2ad2e","address":"seed-cosmoshub.freshstaking.com:26656","provider":"FreshSTAKING"}]},"apis":{"rpc":[{"address":"https://cosmos-rpc.quickapi.com:443","provider":"Chainlayer"},{"address":"https://cosmos-rpc.onivalidator.com","provider":"Oni Validator ⛩️"},{"address":"https://rpc-cosmoshub.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://cosmoshub-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-cosmoshub.ecostake.com","provider":"ecostake"},{"address":"https://go.getblock.io/17515cb3ec0e43b7817f182e5de6066a","provider":"GetBlock RPC Nodes"},{"address":"https://rpc-cosmoshub.pupmos.network","provider":"PUPMØS"},{"address":"https://rpc-cosmoshub.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://cosmos-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://cosmos-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://rpc-cosmoshub-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc-cosmoshub.architectnodes.com","provider":"Architect Nodes"},{"address":"https://rpc.cosmos.dragonstake.io","provider":"DragonStake"},{"address":"https://cosmoshub.rpc.stakin-nodes.com","provider":"Stakin"},{"address":"https://rpc.cosmos.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://cosmos-rpc.rockrpc.net","provider":"RockawayX Infra"},{"address":"http://rpc-cosmoshub.freshstaking.com:26657","provider":"FreshSTAKING"},{"address":"https://cosmos-rpc.easy2stake.com/","provider":"Easy 2 Stake"},{"address":"https://rpc.cosmos.nodestake.top","provider":"NodeStake"},{"address":"https://cosmos.rpc.silknodes.io","provider":"Silk Nodes"},{"address":"https://cosmos-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://cosmoshub.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc.cosmoshub.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://rpc-cosmos-hub-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://cosmos-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc-cosmoshub.mms.team","provider":"MMS"},{"address":"https://cosmos-rpc.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://community.nuxian-node.ch:6797/gaia/trpc","provider":"PRO Delegators"},{"address":"https://cosmos-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://cosmoshub-rpc.cosmosrescue.dev","provider":"cosmosrescue"},{"address":"https://cosmos.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"},{"address":"https://public.stakewolle.com/cosmos/cosmoshub/rpc","provider":"Stakewolle"},{"address":"https://rpc-cosmos.kewrnode.com","provider":"Kewr Node"},{"address":"https://rpc.cosmoshub-4.citizenweb3.com","provider":"Citizen Web3"}],"rest":[{"address":"https://cosmos-lcd.quickapi.com:443","provider":"Chainlayer"},{"address":"https://rest.cosmoshub.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://cosmoshub-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-cosmoshub.pupmos.network","provider":"PUPMØS"},{"address":"https://api-cosmoshub.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://api-cosmoshub-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://cosmos-rest.staketab.org","provider":"Staketab"},{"address":"https://lcd.cosmos.dragonstake.io","provider":"DragonStake"},{"address":"https://cosmoshub.rest.stakin-nodes.com","provider":"Stakin"},{"address":"https://rest-cosmoshub.architectnodes.com","provider":"Architect Nodes"},{"address":"https://rest-cosmoshub.ecostake.com","provider":"ecostake"},{"address":"https://lcd-cosmoshub.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://cosmos-lcd.easy2stake.com","provider":"Easy 2 Stake"},{"address":"https://api.cosmos.nodestake.top","provider":"NodeStake"},{"address":"https://cosmos.api.silknodes.io","provider":"Silk Nodes"},{"address":"https://cosmos-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://cosmoshub.api.kjnodes.com","provider":"kjnodes"},{"address":"https://api-cosmos-hub-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://cosmos-api.w3coins.io","provider":"w3coins"},{"address":"https://api-cosmoshub.mms.team","provider":"MMS"},{"address":"https://cosmos-api.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://community.nuxian-node.ch:6797/gaia/crpc","provider":"PRO Delegators"},{"address":"https://cosmos-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://cosmoshub-api.cosmosrescue.dev","provider":"cosmosrescue"},{"address":"https://cosmos-rest.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"},{"address":"https://public.stakewolle.com/cosmos/cosmoshub/rest","provider":"Stakewolle"},{"address":"https://rest-cosmos.kewrnode.com","provider":"Kewr Node"}],"grpc":[{"address":"cosmoshub-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"grpc-cosmoshub-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"cosmos-grpc.polkachu.com:14990","provider":"Polkachu"},{"address":"grpc.cosmos.interbloc.org:443","provider":"Interbloc"},{"address":"services.staketab.com:9030","provider":"Staketab"},{"address":"grpc.cosmos.dragonstake.io:443","provider":"DragonStake"},{"address":"cosmoshub.grpc.stakin-nodes.com:443","provider":"Stakin"},{"address":"https://grpc.cosmos.nodestake.top","provider":"NodeStake"},{"address":"cosmos-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc-cosmoshub.cosmos-spaces.cloud:3910","provider":"Cosmos Spaces"},{"address":"cosmoshub.grpc.kjnodes.com:11390","provider":"kjnodes"},{"address":"grpc-cosmos-hub-01.stakeflow.io:9090","provider":"Stakeflow"},{"address":"grpc-cosmoshub.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"cosmos-grpc.w3coins.io:14990","provider":"w3coins"},{"address":"grpc-cosmoshub.mms.team:443","provider":"MMS"},{"address":"cosmos-grpc.tienthuattoan.ventures:9090","provider":"TienThuatToan"},{"address":"cosmoshub-mainnet.grpc.l0vd.com:80","provider":"L0vd.com ❤️"},{"address":"https://grpc-cosmos.nodeist.net","provider":"Nodeist"},{"address":"cosmos-grpc.stakeandrelax.net:14990","provider":"Stake&Relax 🦥"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/cosmos","tx_page":"https://www.mintscan.io/cosmos/transactions/${txHash}","account_page":"https://www.mintscan.io/cosmos/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cosmoshub","tx_page":"https://ezstaking.app/cosmoshub/txs/${txHash}","account_page":"https://ezstaking.app/cosmoshub/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/cosmos","tx_page":"https://ping.pub/cosmos/tx/${txHash}","account_page":"https://ping.pub/cosmos/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com","tx_page":"https://atomscan.com/transactions/${txHash}","account_page":"https://atomscan.com/accounts/${accountAddress}"},{"kind":"unichain","url":"https://unicha.in/cosmos","tx_page":"https://unicha.in/cosmos/transaction/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/cosmoshub","tx_page":"https://explorer.tcnetwork.io/cosmoshub/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/cosmoshub/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/cosmos","account_page":"https://stakeflow.io/cosmos/accounts/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/cosmos"},{"kind":"Inbloc","url":"https://inbloc.org","tx_page":"https://inbloc.org/transactions/${txHash}","account_page":"https://inbloc.org/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/cosmos","tx_page":"https://mainnet.whispernode.com/cosmos/tx/${txHash}","account_page":"https://mainnet.whispernode.com/cosmos/account/${accountAddress}"}]},"cronosmainnet_25-1":{"$schema":"../chain.schema.json","chain_name":"cronos","chain_id":"cronosmainnet_25-1","pretty_name":"Cronos","website":"https://cronos.org","status":"live","network_type":"mainnet","bech32_prefix":"crc","daemon_name":"cronosd","node_home":"$HOME/.cronos","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"basecro"}]},"codebase":{"git_repo":"https://github.com/crypto-org-chain/cronos","recommended_version":"v1.2.2","compatible_versions":["v1.2.0","v1.2.1","v1.2.2"],"binaries":{"linux/amd64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Windows_x86_64.zip"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/crypto-org-chain/cronos-mainnet/master/cronosmainnet_25-1/genesis.json"},"versions":[{"name":"v1.2.2","recommended_version":"v1.2.2","compatible_versions":["v1.2.0","v1.2.1","v1.2.2"],"binaries":{"linux/amd64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/crypto-org-chain/cronos/releases/download/v1.2.2/cronos_1.2.2_Windows_x86_64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},"peers":{"seeds":[{"id":"0d5cf1394a1cfde28dc8f023567222abc0f47534","address":"cronos-seed-0.crypto.org:26656","provider":"cronos.org"},{"id":"3032073adc06d710dd512240281637c1bd0c8a7b","address":"cronos-seed-1.crypto.org:26656","provider":"cronos.org"},{"id":"04f43116b4c6c70054d9c2b7485383df5b1ed1da","address":"cronos-seed-2.crypto.org:26656","provider":"cronos.org"},{"id":"337377dcda43d79c537d2c4d93ad3b698ce9452e","address":"bd-cronos-mainnet-seed-node-01.bdnodes.net:26656","provider":"Blockdaemon.com"},{"id":"abedfe94dd5731e9750e045ca8d8e40aa6d3c60b","address":"seed.cronos.jerrychong.com:26656","provider":"Jerry's Pool"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"0d5cf1394a1cfde28dc8f023567222abc0f47534","address":"cronos-seed-0.crypto.org:26656","provider":"cronos.org"},{"id":"3032073adc06d710dd512240281637c1bd0c8a7b","address":"cronos-seed-1.crypto.org:26656","provider":"cronos.org"},{"id":"04f43116b4c6c70054d9c2b7485383df5b1ed1da","address":"cronos-seed-2.crypto.org:26656","provider":"cronos.org"},{"id":"337377dcda43d79c537d2c4d93ad3b698ce9452e","address":"bd-cronos-mainnet-seed-node-01.bdnodes.net:26656","provider":"Blockdaemon.com"}]},"apis":{"rpc":[{"address":"https://rpc.cronos.org/","provider":"cronos.org"},{"address":"https://cronos-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://rest.cronos.org/","provider":"cronos.org"},{"address":"https://cronos-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc.cronos.org:443","provider":"cronos.org"},{"address":"cronos-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"evm-http-jsonrpc":[{"address":"https://evm.cronos.org/","provider":"cronos.org"},{"address":"https://cronos-evm.publicnode.com","provider":"Allnodes.com ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"cronoscan","url":"https://cronoscan.com","tx_page":"https://cronoscan.com/tx/${txHash}"},{"kind":"crypto.org","url":"https://cronos.org/explorer","tx_page":"https://cronos.org/explorer/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/cronos","tx_page":"https://ping.pub/cronos/tx/${txHash}"}],"extra_codecs":["ethermint"]},"crypto-org-chain-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"cryptoorgchain","chain_id":"crypto-org-chain-mainnet-1","pretty_name":"Cronos POS Chain","website":"https://cronos-pos.org/","status":"live","network_type":"mainnet","bech32_prefix":"cro","daemon_name":"chain-maind","node_home":"$HOME/.chain-maind","slip44":394,"alternative_slip44s":[118],"fees":{"fee_tokens":[{"denom":"basecro","low_gas_price":0.025,"average_gas_price":0.03,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"basecro"}]},"codebase":{"git_repo":"https://github.com/crypto-org-chain/chain-main","recommended_version":"v4.2.9","compatible_versions":["v4.2.9"],"binaries":{"linux/amd64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Windows_x86_64.zip"},"genesis":{"genesis_url":"https://github.com/crypto-org-chain/mainnet/raw/main/crypto-org-chain-mainnet-1/genesis.json"},"versions":[{"name":"v4.2.9","recommended_version":"v4.2.9","compatible_versions":["v4.2.9"],"binaries":{"linux/amd64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/crypto-org-chain/chain-main/releases/download/v4.2.9/chain-main_4.2.9_Windows_x86_64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png"},{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/Cronos_POS_Chain_Colour.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png"},"peers":{"seeds":[{"id":"87c3adb7d8f649c51eebe0d3335d8f9e28c362f2","address":"seed-0.crypto.org:26656","provider":"cronos.org"},{"id":"e1d7ff02b78044795371beb1cd5fb803f9389256","address":"seed-1.crypto.org:26656","provider":"cronos.org"},{"id":"2c55809558a4e491e9995962e10c026eb9014655","address":"seed-2.crypto.org:26656","provider":"cronos.org"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:20256","provider":"Polkachu"}],"persistent_peers":[{"id":"87c3adb7d8f649c51eebe0d3335d8f9e28c362f2","address":"seed-0.crypto.org:26656","provider":"cronos.org"},{"id":"e1d7ff02b78044795371beb1cd5fb803f9389256","address":"seed-1.crypto.org:26656","provider":"cronos.org"},{"id":"2c55809558a4e491e9995962e10c026eb9014655","address":"seed-2.crypto.org:26656","provider":"cronos.org"}]},"apis":{"rpc":[{"address":"https://rpc.mainnet.crypto.org/","provider":"cronos.org"},{"address":"https://rpc-cryptoorgchain-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc-cryptoorgchain.ecostake.com","provider":"ecostake"},{"address":"https://cryptocom-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://cryptocom-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc-cryptoorg.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://cro-chain-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://rest.mainnet.crypto.org/","provider":"cronos.org"},{"address":"https://api-cryptoorgchain-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://cryptocom-api.polkachu.com","provider":"Polkachu"},{"address":"https://rest-cryptoorgchain.ecostake.com","provider":"ecostake"},{"address":"https://cryptocom-api.w3coins.io","provider":"w3coins"},{"address":"https://api-cryptoorg.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://cro-chain-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc.mainnet.crypto.org:443","provider":"cronos.org"},{"address":"grpc-cryptoorgchain-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"cryptocom-grpc.polkachu.com:20290","provider":"Polkachu"},{"address":"cryptocom-grpc.w3coins.io:20290","provider":"w3coins"},{"address":"grpc-cryptoorg.cosmos-spaces.cloud:1160","provider":"Cosmos Spaces"},{"address":"cro-chain-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/crypto-org","tx_page":"https://www.mintscan.io/crypto-org/transactions/${txHash}","account_page":"https://www.mintscan.io/crypto-org/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cronos","tx_page":"https://ezstaking.app/cronos/txs/${txHash}","account_page":"https://ezstaking.app/cronos/account/${accountAddress}"},{"kind":"cronos.org","url":"https://cronos-pos.org/explorer","tx_page":"https://cronos-pos.org/explorer/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/crypto-com-chain","tx_page":"https://ping.pub/crypto-com-chain/tx/${txHash}"}]},"cudos-1":{"$schema":"../chain.schema.json","chain_name":"cudos","chain_id":"cudos-1","pretty_name":"Cudos","website":"https://www.cudos.org/","status":"live","network_type":"mainnet","bech32_prefix":"cudos","daemon_name":"cudos-noded","node_home":"$HOME/cudos-data","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"acudos","low_gas_price":5000000000000,"average_gas_price":10000000000000,"high_gas_price":20000000000000}]},"staking":{"staking_tokens":[{"denom":"acudos"}]},"codebase":{"git_repo":"https://github.com/CudoVentures/cudos-node","recommended_version":"v1.1.0","compatible_versions":["v1.0.1","v1.1.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/CudoVentures/cudos-builders/v1.0.0/docker/config/genesis.mainnet.json"},"versions":[{"name":"v1.1.0","recommended_version":"v1.1.0","compatible_versions":["v1.0.1","v1.1.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"},"peers":{"seeds":[{"id":"ff3f0f7b1eecc6844e6512428ef4c7a9448452a8","address":"cluster-1-seed-1.hosts.cudos.org:26656","provider":"cudo"},{"id":"6d9beb4d44a530a4a10ebe78ed7717f6083d0c4b","address":"cluster-2-seed-1.hosts.cudos.org:26656","provider":"cudo"},{"id":"e0f3bcc574ef66ae4561fad0772a4fd1959969af","address":"cluster-3-seed-1.hosts.cudos.org:26656","provider":"cudo"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"cudos-mainnet-seed.autostake.com:27256","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:12356","provider":"Lavender.Five Nodes 🐝"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"f196d7cc811a5ab99e4c5dd5c7f3c0135509d1c4","address":"cluster-1-sentry-1.hosts.cudos.org:26656","provider":"cudo"},{"id":"2cc0a12ff1038509b2ed64719fcddfdded9a04ad","address":"cluster-2-sentry-1.hosts.cudos.org:26656","provider":"cudo"},{"id":"ab1ec4fb29afc9c0f5a04b7cbd1220b8b30ffea4","address":"cluster-3-sentry-1.hosts.cudos.org:26656","provider":"cudo"},{"id":"2958b15e9102cb556cc0f1f1bbbfdfc922a16069","address":"mainnet-full-node-01.hosts.cudos.org:26656","provider":"cudo"},{"id":"eb14f9142ad313297653f84754b1caf60efe75ac","address":"mainnet-full-node-02.hosts.cudos.org:26656","provider":"cudo"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"cudos-mainnet-peer.autostake.com:27256","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"http://mainnet-full-node-01.hosts.cudos.org:26657","provider":"cudo"},{"address":"https://mainnet-full-node-02.hosts.cudos.org:36657","provider":"cudo"},{"address":"https://cudos-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://cudos-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://cudos-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://cudos-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"http://mainnet-full-node-01.hosts.cudos.org:1317","provider":"cudo"},{"address":"https://mainnet-full-node-02.hosts.cudos.org:31317","provider":"cudo"},{"address":"https://cudos-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://cudos-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://cudos-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://cudos-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"mainnet-full-node-01.hosts.cudos.org:9090","provider":"cudo"},{"address":"cudos-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"cudos-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"cudos-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.cudos.org/","tx_page":"https://explorer.cudos.org/transactions/${txHash}","account_page":"https://explorer.cudos.org/accounts/${accountAddress}"},{"kind":"cudos-dashboard","url":"https://dashboard.cudos.org/","tx_page":"https://explorer.cudos.org/transactions/${txHash}","account_page":"https://explorer.cudos.org/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/cudos","tx_page":"https://www.mintscan.io/cudos/transactions/${txHash}","account_page":"https://www.mintscan.io/cudos/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/cudos","tx_page":"https://atomscan.com/cudos/transactions/${txHash}","account_page":"https://atomscan.com/cudos/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cudos","tx_page":"https://ezstaking.app/cudos/txs/${txHash}","account_page":"https://ezstaking.app/cudos/account/${accountAddress}"}]},"mainnet-3":{"$schema":"../chain.schema.json","chain_name":"decentr","chain_id":"mainnet-3","pretty_name":"Decentr","status":"live","network_type":"mainnet","bech32_prefix":"decentr","daemon_name":"decentrd","node_home":"$HOME/.decentr","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"udec","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.025}]},"staking":{"staking_tokens":[{"denom":"udec"}]},"codebase":{"git_repo":"https://github.com/Decentr-net/decentr","recommended_version":"v1.5.7","compatible_versions":["v1.5.7"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/Decentr-net/mainnets/master/3.0/genesis.json"},"versions":[{"name":"v1.5.7","recommended_version":"v1.5.7","compatible_versions":["v1.5.7"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"}],"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"},"peers":{"seeds":[{"id":"8a3485f940c3b2b9f0dd979a16ea28de154f14dd","address":"calliope.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"3261bff0b7c16dcf6b5b8e62dd54faafbfd75415","address":"hera.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"c37f32e202e13b0725515570f794b68573a6f58c","address":"hera.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"5f3cfa2e3d5ed2c2ef699c8593a3d93c902406a9","address":"hermes.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"a529801b5390f56d5c280eaff4ae95b7163e385f","address":"melpomene.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"385129dbe71bceff982204afa11ed7fa0ee39430","address":"poseidon.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"35a934228c32ad8329ac917613a25474cc79bc08","address":"terpsichore.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"0fd62bcd1de6f2e3cfc15852cdde9f3f8a7987e4","address":"thalia.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"bd99693d0dbc855b0367f781fb48bf1ca6a6a58b","address":"zeus.mainnet.decentr.xyz:26656","provider":"decentr"},{"id":"6bb349e1709da784d1628fa1f8bfc5cd00af974d","address":"seeds.badgerbite.io:16656","provider":"decentr"},{"id":"3fb96f1619340507e7f28fd7c4b81f4cd3d9a7e7","address":"seeds-decentr.sxlzptprjkt.xyz:31656","provider":"sxlzptprjkt | VALIDATOR"},{"id":"89f32d5e096eadddb1b3e6e839963503ef4d2d70","address":"rpc.decentr.nodexcapital.com:10856","provider":"NodeX Validator"},{"id":"49963582499c44dc8e119b4112e2f7b227003333","address":"seed-node.mms.team:39656","provider":"MMS"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ca6c4b66c41cfca3e1b873321527781d46c92e57","address":"seed-decentr.ibs.team:16657","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"6afae5a544d74a8581da932aaa6d483ce797a6b1","address":"75.119.157.167:28656","provider":"Inter Blockchain Services"},{"id":"1f5497f2b4f6adb3b803c17c3b005f637fcaec2d","address":"decentr.peer.stavr.tech:1066","provider":"🔥STAVR🔥"},{"id":"a6ebaed2c7972941b5cce5d94ec94a1352a600a4","address":"peers-decentr.sxlzptprjkt.xyz:31656","provider":"sxlzptprjkt | VALIDATOR"},{"id":"05f4788f936aa0158eeb935d8857cc9d23e6683d","address":"65.109.28.226:12656","provider":"Hexnodes"},{"id":"7678919ce37d6a8dc24a81c20ca8856147455670","address":"rpc.decentr.indonode.net:20656","provider":"Indonode"},{"id":"153656b1037e183368bbf9d03a6b97b1a3a9c976","address":"peer-decentr.mms.team:26656","provider":"MMS"},{"id":"0ec21d5e8c86973bfef04e66b2a0e5d6d3d86820","address":"109.123.234.203:26656","provider":"MathNodes"}]},"apis":{"rpc":[{"address":"https://poseidon.mainnet.decentr.xyz","provider":"decentr"},{"address":"https://rpc.decentr.chaintools.tech/","provider":"ChainTools"},{"address":"https://decentr.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://decentr-rpc.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://rpc-dcntr.nodine.id/","provider":"Nodine.ID"},{"address":"https://rpc-decentr.mms.team/","provider":"MMS"}],"rest":[{"address":"https://rest.mainnet.decentr.xyz","provider":"decentr"},{"address":"https://decentr.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.decentr.chaintools.tech/","provider":"ChainTools"},{"address":"https://decentr-api.ibs.team/","provider":"Inter Blockchain Services"}],"grpc":[{"address":"https://grpc-decentr.sxlzptprjkt.xyz:443","provider":"sxlzptprjkt | VALIDATOR"},{"address":"decentr.grpc.m.stavr.tech:2060","provider":"🔥STAVR🔥"},{"address":"https://grpc.decentr.hexnodes.co","provider":"Hexnodes"},{"address":"https://grpc.decentr.nodexcapital.com:443","provider":"NodeX Validator"},{"address":"grpc-decentr.mms.team:443","provider":"MMS"}]},"explorers":[{"kind":"decentr.net","url":"https://explorer.decentr.net","tx_page":"https://explorer.decentr.net/transactions/${txHash}?networkId=mainnet"},{"kind":"ping.pub","url":"https://ping.pub/decentr/","tx_page":"https://ping.pub/decentr/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Decentr-Mainnet","tx_page":"https://explorer.stavr.tech/Decentr-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/decentr","tx_page":"https://atomscan.com/decentr/transactions/${txHash}","account_page":"https://atomscan.com/decentr/accounts/${accountAddress}"},{"kind":"Nodine.ID","url":"https://explorer.co.id/decentr","tx_page":"https://explorer.co.id/decentr/tx/${txHash}"},{"kind":"THE EXPLORER","url":"https://explorer.sxlzptprjkt.xyz/decentr","tx_page":"https://explorer.sxlzptprjkt.xyz/decentr/tx/${txHash}"},{"kind":"hexskrt EXPLORER","url":"https://explorer.hexskrt.net/decentr","tx_page":"https://explorer.hexskrt.net/decentr/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/decentr","tx_page":"https://explorer.nodexcapital.com/decentr/tx/${txHash}"},{"kind":"Explorer ComunityNode","url":"https://explorer.comunitynode.my.id/decentr","tx_page":"https://explorer.comunitynode.my.id/decentr/tx/${txHash}"}]},"dhealth":{"$schema":"../chain.schema.json","chain_name":"dhealth","chain_id":"dhealth","pretty_name":"dHealth","website":"https://dhealth.com/","status":"live","network_type":"mainnet","bech32_prefix":"dh","daemon_name":"dhealthd","node_home":"$HOME/.dhealth","key_algos":["secp256k1"],"slip44":10111,"fees":{"fee_tokens":[{"denom":"udhp","fixed_min_gas_price":0.01,"low_gas_price":0.025,"average_gas_price":0.03,"high_gas_price":0.035}]},"staking":{"staking_tokens":[{"denom":"udhp"}]},"codebase":{"git_repo":"https://github.com/dhealthproject/dhealth","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/dhealthproject/dhealth/releases/download/v1.0.0/dhealthd-1.0.0-linux-amd64"},"cosmos_sdk_version":"cosmos/cosmos-sdk v0.47.4","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.dhealth/wasm","ibc_go_version":"v7.2.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/dhealthproject/mainnet/main/genesis.json"},"versions":[{"name":"v1.0.0","next_version_name":"","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"cosmos/cosmos-sdk v0.47.4","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.dhealth/wasm","ibc_go_version":"v7.2.0","binaries":{"linux/amd64":"https://github.com/dhealthproject/dhealth/releases/download/v1.0.0/dhealthd-1.0.0-linux-amd64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"},"peers":{"seeds":[{"id":"67243a0ed11567250aa02d5e47f6c4a0b8313975","address":"rpc.dhealth.com:26656","provider":"dhealth"},{"id":"052ab696b79fbcf24bfb0e5cf2e6b9d7e4efe8f8","address":"rpc.dhealth.nodestake.org:26656","provider":"NodeStake"}],"persistent_peers":[{"id":"67243a0ed11567250aa02d5e47f6c4a0b8313975","address":"142.93.174.93:26656","provider":"dhealth"},{"id":"69d16d1147e90cdfb8ed066331a0abb9c71c3ae2","address":"162.19.223.89:26656","provider":"NodeStake"}]},"apis":{"rpc":[{"address":"https://rpc.dhealth.com","provider":"dhealth"},{"address":"https://rpc.dhealth.nodestake.org","provider":"NodeStake"}],"rest":[{"address":"https://lcd.dhealth.com","provider":"dhealth"},{"address":"https://api.dhealth.nodestake.org","provider":"NodeStake"}],"grpc":[{"address":"https://grpc.dhealth.com:443","provider":"dhealth"},{"address":"https://grpc.dhealth.nodestake.org:443","provider":"NodeStake"}]},"explorers":[{"kind":"nodestake","url":"https://explorer.nodestake.org/dhealth","tx_page":"https://explorer.nodestake.org/dhealth/tx/${txHash}","account_page":"https://explorer.nodestake.org/dhealth/account/${accountAddress}"}]},"dig-1":{"$schema":"../chain.schema.json","chain_name":"dig","chain_id":"dig-1","pretty_name":"Dig Chain","website":"https://digchain.org/","status":"live","network_type":"mainnet","bech32_prefix":"dig","daemon_name":"digd","node_home":"$HOME/.dig","key_algos":["secp256k1","ethsecp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"udig","low_gas_price":0.025,"average_gas_price":0.03,"high_gas_price":0.035}]},"staking":{"staking_tokens":[{"denom":"udig"}]},"codebase":{"git_repo":"https://github.com/notional-labs/dig","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/notional-labs/dig/master/networks/mainnets/dig-1/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"},"peers":{"seeds":[],"persistent_peers":[{"id":"64eccffdc60a206227032d3a021fbf9dfc686a17","address":"194.163.156.84:26656"}]},"apis":{"rpc":[{"address":"https://rpc-1-dig.notional.ventures"},{"address":"https://rpc-dig-ia.cosmosia.notional.ventures/","provider":"Notional"}],"rest":[{"address":"https://api-1-dig.notional.ventures"},{"address":"https://api-dig-ia.cosmosia.notional.ventures/","provider":"Notional"}],"grpc":[{"address":"grpc-dig-ia.cosmosia.notional.ventures:443","provider":"Notional"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/dig","tx_page":"https://ping.pub/dig/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/dig","tx_page":"https://atomscan.com/dig/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/dig","tx_page":"https://explorer.tcnetwork.io/dig/transaction/${txHash}"}],"extra_codecs":["ethermint"]},"vota-ash":{"$schema":"../chain.schema.json","chain_name":"doravota","chain_id":"vota-ash","pretty_name":"Dora Vota","status":"live","network_type":"mainnet","bech32_prefix":"dora","daemon_name":"dorad","node_home":"$HOME/.dora","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"peaka","fixed_min_gas_price":100000000000,"low_gas_price":100000000000,"average_gas_price":100000000000,"high_gas_price":100000000000}]},"staking":{"staking_tokens":[{"denom":"peaka"}]},"codebase":{"git_repo":"https://github.com/dorafactory/doravota","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{},"genesis":{"genesis_url":"https://github.com/DoraFactory/doravota/blob/main/config/mainnet/genesis.json"},"versions":[{"name":"v9.0.1","recommended_version":"v9.0.1","compatible_versions":["v9.0.1"],"binaries":{}},{"name":"v10.0.1","recommended_version":"v10.0.1","compatible_versions":["v10.0.1"],"binaries":{}},{"name":"v11","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{}}]},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://vota-rpc.dorafactory.org/","provider":"dorafactory"},{"address":"https://m-dora.rpc.utsa.tech","provider":"lesnik | UTSA"},{"address":"https://dora-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://vota-rest.dorafactory.org","provider":"dorafactory"},{"address":"https://m-dora.api.utsa.tech","provider":"lesnik | UTSA"},{"address":"https://dora-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"vota-grpc.dorafactory.org:443","provider":"dorafactory"},{"address":"dora-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"Dora Vota Ping Pub","url":"https://vota-explorer.dorafactory.org","tx_page":"https://vota-explorer.dorafactory.org/doravota/tx/${txHash}"},{"kind":"lesnik | UTSA Ping Pub","url":"https://exp.utsa.tech/dora/staking","tx_page":"https://exp.utsa.tech/dora/tx/${txHash}"}]},"desmos-mainnet":{"$schema":"../chain.schema.json","chain_name":"desmos","chain_id":"desmos-mainnet","pretty_name":"Desmos","website":"https://desmos.network/","status":"live","network_type":"mainnet","bech32_prefix":"desmos","daemon_name":"desmos","node_home":"$HOME/.desmos","key_algos":["secp256k1"],"slip44":852,"fees":{"fee_tokens":[{"denom":"udsm","fixed_min_gas_price":0.001,"low_gas_price":0.01,"average_gas_price":0.03,"high_gas_price":0.05}]},"staking":{"staking_tokens":[{"denom":"udsm"}]},"codebase":{"git_repo":"https://github.com/desmos-labs/desmos","recommended_version":"v7.1.0","compatible_versions":["v7.1.0"],"binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v7.1.0/desmos-v7.1.0-linux-amd64"},"cosmos_sdk_version":"desmos-labs/cosmos-sdk v0.47.10-desmos","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.desmos/data/wasm","ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/desmos-labs/mainnet/main/genesis.json"},"versions":[{"name":"v4.8.0","next_version_name":"v5.0.0","recommended_version":"v4.8.1","compatible_versions":["v4.8.0","v4.8.1"],"binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v4.8.1/desmos-4.8.1-linux-amd64"}},{"name":"v5.0.0","height":9069645,"proposal":28,"next_version_name":"v5.2.0","recommended_version":"v5.1.0","compatible_versions":["v5.1.0"],"binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v5.1.0/desmos-5.1.0-linux-amd64"}},{"name":"v5.2.0","height":9259165,"proposal":29,"next_version_name":"v6","recommended_version":"v5.2.0","compatible_versions":["v5.2.0"],"binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v5.2.0/desmos-5.2.0-linux-amd64"}},{"name":"v6","height":10213500,"proposal":32,"next_version_name":"v6.2.0","recommended_version":"v6.1.1","compatible_versions":["v6.1.0","v6.1.1"],"binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v6.1.1/desmos-6.1.1-linux-amd64"}},{"name":"v6.2.0","height":11312575,"proposal":36,"next_version_name":"v7","recommended_version":"v6.2.1","compatible_versions":["v6.2.1"],"binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v6.2.1/desmos-6.2.1-linux-amd64"}},{"name":"v7","height":12745550,"proposal":42,"next_version_name":"v7.1.0","recommended_version":"v7.0.2","compatible_versions":["v7.0.2"],"cosmos_sdk_version":"desmos-labs/cosmos-sdk v0.47.9-desmos","consensus":{"type":"cometbft","version":"v0.34.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.desmos/data/wasm","ibc_go_version":"v7.3.2","binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v7.0.2/desmos-7.0.2-linux-amd64"}},{"name":"v7.1.0","height":13775361,"proposal":48,"next_version_name":"","recommended_version":"v7.1.0","compatible_versions":["v7.1.0"],"cosmos_sdk_version":"desmos-labs/cosmos-sdk v0.47.10-desmos","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.desmos/data/wasm","ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/desmos-labs/desmos/releases/download/v7.1.0/desmos-v7.1.0-linux-amd64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"}],"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"},"peers":{"seeds":[{"id":"5c86915026093f9a2f81e5910107cf14676b48fc","address":"seed-2.mainnet.desmos.network:26656","provider":"desmos"},{"id":"45105c7241068904bdf5a32c86ee45979794637f","address":"seed-3.mainnet.desmos.network:26656","provider":"desmos"},{"id":"15b1f6b49a548e9f0d0855bd340199bce9140add","address":"seed-desmos.starsquid.io:15601","provider":"Starsquid"},{"id":"c071562db4d2ed2d22100b0d34ec4788f1b058cf","address":"seed-desmos.explorer.co.id:17656","provider":"Nodine.ID"},{"id":"b7c72e371caca2e5287c0d9a68bfcdabc93fc664","address":"seed-desmos.ibs.team:16658","provider":"Inter Blockchain Services"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"e8ff89b51d9fbf594e7f9237f01a6a2f19c44725","address":"65.21.91.99:36656","provider":"Staketab"},{"id":"311cfd5691f11ec0cb0f0b8e5303016d86fb4789","address":"148.251.19.41:26656","provider":"[NODERS]TEAM"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"desmos.declab.pro:26615","provider":"Decloud Nodes Lab"}]},"apis":{"rpc":[{"address":"https://rpc.mainnet.desmos.network","provider":"desmos"},{"address":"https://desmos-rpc.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://desmos-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://rpc.desmos.tcnetwork.io","provider":"TC Network"},{"address":"https://rpc.desmos.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://desmos.declab.pro:26613","provider":"Decloud Nodes Lab"},{"address":"https://desmos-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://api.mainnet.desmos.network","provider":"desmos"},{"address":"https://desmos-api.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://desmos-rest.staketab.org","provider":"Staketab"},{"address":"https://rest.desmos.tcnetwork.io","provider":"TC Network"},{"address":"https://lcd.desmos.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://vidulum.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://desmos-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"https://grpc-desmos.explorer.co.id","provider":"Nodine.ID"},{"address":"services.staketab.com:9043","provider":"Staketab"},{"address":"desmos.grpc.nodersteam.com:9121","provider":"[NODERS]TEAM"},{"address":"https://grpc-desmos.sr20de.xyz","provider":"Sr20de"},{"address":"https://grpc.desmos.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://vidulum.declab.pro:9009","provider":"Decloud Nodes Lab"},{"address":"desmos-grpc.noders.services:27090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/desmos","tx_page":"https://ezstaking.app/desmos/txs/${txHash}","account_page":"https://ezstaking.app/desmos/account/${accountAddress}"},{"kind":"bigdipper","url":"https://bigdipper.live/desmos","tx_page":"https://bigdipper.live/desmos/transactions/${txHash}","account_page":"https://bigdipper.live/desmos/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/desmos","tx_page":"https://www.mintscan.io/desmos/transactions/${txHash}","account_page":"https://www.mintscan.io/desmos/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/desmos","tx_page":"https://ping.pub/desmos/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/desmos","tx_page":"https://atomscan.com/desmos/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/desmos","tx_page":"https://explorer.tcnetwork.io/desmos/transaction/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Desmos","tx_page":"https://explorer.declab.pro/Desmos/tx/${txHash}"}]},"dyson-mainnet-01":{"$schema":"../chain.schema.json","chain_name":"dyson","chain_id":"dyson-mainnet-01","pretty_name":"Dyson Protocol","website":"https://dysonprotocol.com/","status":"live","network_type":"mainnet","bech32_prefix":"dys","daemon_name":"dysond","node_home":"$HOME/.dyson","slip44":118,"fees":{"fee_tokens":[{"denom":"dys","low_gas_price":0.0001,"average_gas_price":0.0002,"high_gas_price":0.0003}]},"staking":{"staking_tokens":[{"denom":"dys"}]},"codebase":{"git_repo":"https://gitlab.com/dysonproject/dyson","recommended_version":"v0.0.2-bebf2e98","compatible_versions":["v0.0.2-bebf2e98"],"genesis":{"genesis_url":"https://gitlab.com/dysonproject/dyson-deploy/-/raw/develop/genesis.json"},"versions":[{"name":"v0.0.2-bebf2e98","recommended_version":"v0.0.2-bebf2e98","compatible_versions":["v0.0.2-bebf2e98"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"b1fd06f7f129ad6bf66635b7068931cf0fb68497","address":"161.97.91.203:27656","provider":"genznodes"}]},"apis":{"rpc":[{"address":"https://dys-tm.dysonprotocol.com:443","provider":"dysonprotocol"},{"address":"https://dyson-rpc.cogwheel.zone:443","provider":"cogwheel"}],"rest":[{"address":"https://dys-api.dysonprotocol.com:443","provider":"dysonprotocol"},{"address":"https://dyson-api.cogwheel.zone:443","provider":"cogwheel"}],"grpc":[{"address":"dys-grpc.dyson.lol:443","provider":"lol"},{"address":"https://dyson-grpc.cogwheel.zone:443","provider":"cogwheel"}]},"explorers":[{"kind":"dysonprotocol","url":"https://explorer.dys.dysonprotocol.com/dyson/","tx_page":"https://explorer.dys.dysonprotocol.com/dyson/tx/${txHash}","account_page":"https://explorer.dys.dysonprotocol.com/dyson/account/${accountAddress}"}]},"echelon_3000-3":{"$schema":"../chain.schema.json","chain_name":"echelon","chain_id":"echelon_3000-3","pretty_name":"Echelon","status":"live","network_type":"mainnet","bech32_prefix":"echelon","node_home":"$HOME/.echelond","slip44":60,"fees":{"fee_tokens":[{"denom":"aechelon","low_gas_price":10000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"aechelon"}]},"codebase":{"git_repo":"https://github.com/echelonfoundation/echelon","recommended_version":"v1.1.4","compatible_versions":["v1.1.4","v1.0.3"],"binaries":{"linux/amd64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Windows_x86_64.zip"},"genesis":{"genesis_url":"https://gist.githubusercontent.com/echelonfoundation/ee862f58850fc1b5ee6a6fdccc3130d2/raw/55c2c4ea2fee8a9391d0dc55b2c272adb804054a/genesis.json"},"versions":[{"name":"v1.1.4","recommended_version":"v1.1.4","compatible_versions":["v1.1.4","v1.0.3"],"binaries":{"linux/amd64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Windows_x86_64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://ech01trpc.mindheartsoul.org","provider":"Mind Heart Soul"},{"address":"https://rpc.echjoker.lol","provider":"⚡ Echelon Joker ⚛ 🃏"}],"rest":[{"address":"https://ech01api.mindheartsoul.org","provider":"Mind Heart Soul"},{"address":"https://api.echjoker.lol","provider":"⚡ Echelon Joker ⚛ 🃏"}],"grpc":[],"evm-http-jsonrpc":[{"address":"https://ech01jrpc.mindheartsoul.org","provider":"Mind Heart Soul"},{"address":"https://jrpc.echjoker.lol","provider":"⚡ Echelon Joker ⚛ 🃏"}]},"explorers":[{"kind":"echelon","url":"https://app.ech.network/explorer","tx_page":"https://app.ech.network/explorer/tx/${txHash}"},{"kind":"blockscout","url":"https://scout.ech.network","tx_page":"https://scout.ech.network/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/echelon","tx_page":"https://ping.pub/echelon/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/echelon","tx_page":"https://atomscan.com/echelon/transactions/${txHash}","account_page":"https://atomscan.com/echelon/accounts/${accountAddress}"}]},"emoney-3":{"$schema":"../chain.schema.json","chain_name":"emoney","chain_id":"emoney-3","pretty_name":"e-Money","status":"live","network_type":"mainnet","bech32_prefix":"emoney","daemon_name":"emd","node_home":"$HOME/.emd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ungm","low_gas_price":1,"average_gas_price":1,"high_gas_price":1},{"denom":"eeur","low_gas_price":1,"average_gas_price":1,"high_gas_price":1},{"denom":"echf","low_gas_price":1,"average_gas_price":1,"high_gas_price":1},{"denom":"enok","low_gas_price":1,"average_gas_price":1,"high_gas_price":1},{"denom":"esek","low_gas_price":1,"average_gas_price":1,"high_gas_price":1},{"denom":"edkk","low_gas_price":1,"average_gas_price":1,"high_gas_price":1}]},"staking":{"staking_tokens":[{"denom":"ungm"}]},"codebase":{"git_repo":"https://github.com/e-money/em-ledger","recommended_version":"v1.1.3","compatible_versions":["v1.1.3"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/e-money/networks/master/emoney-3/genesis.json"},"versions":[{"name":"v1.1.3","recommended_version":"v1.1.3","compatible_versions":["v1.1.3"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"},"peers":{"seeds":[{"id":"eb491498b8f91a02090c2feb7ad875df4087772e","address":"seeds.goldenratiostaking.net:1625","provider":"Golden Ratio Staking"},{"id":"ecec8933d80da5fccda6bdd72befe7e064279fc1","address":"207.180.213.123:26676","provider":"easy2stake"},{"id":"1723e34f45f54584f44d193ce9fd9c65271ca0b3","address":"13.124.62.83:26656","provider":"B-Harvest"},{"id":"34eca4a9142bf9c087a987b572c114dad67a8cc5","address":"172.105.148.191:26656","provider":"Cat Boss"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"emoney-mainnet-seed.autostake.com:26746","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"emoney-mainnet-peer.autostake.com:26746","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://emoney.validator.network","provider":"e-Money"},{"address":"https://rpc-emoney-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc.emoney.bh.rocks","provider":"BlockHunters 🎯"}],"rest":[{"address":"https://emoney.validator.network/api/","provider":"e-Money"},{"address":"https://api-emoney-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://api.emoney.bh.rocks","provider":"BlockHunters 🎯"}],"grpc":[{"address":"grpc-emoney-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"emoney-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/emoney","tx_page":"https://ezstaking.app/emoney/txs/${txHash}","account_page":"https://ezstaking.app/emoney/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/e-money","tx_page":"https://ping.pub/e-money/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/emoney","tx_page":"https://atomscan.com/emoney/transactions/${txHash}","account_page":"https://atomscan.com/emoney/accounts/${accountAddress}"}]},"dydx-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"dydx","chain_id":"dydx-mainnet-1","pretty_name":"dYdX Protocol","website":"https://dydx.trade/","status":"live","network_type":"mainnet","bech32_prefix":"dydx","daemon_name":"dydxprotocold","node_home":"$HOME/.dydxprotocol","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"adydx","fixed_min_gas_price":12500000000,"low_gas_price":12500000000,"average_gas_price":12500000000,"high_gas_price":20000000000},{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"adydx"}]},"codebase":{"git_repo":"https://github.com/dydxprotocol/v4-chain/","recommended_version":"protocol/v5.0.0","compatible_versions":["protocol/v5.0.0"],"binaries":{"linux/amd64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-arm64.tar.gz"},"cosmos_sdk_version":"dydxprotocol/cosmos-sdk v0.50.6-0.20240517185527-7330926cd9ad","consensus":{"type":"cometbft","version":"dydxprotocol/cometbft v0.38.6-0.20240426214049-c8beeeada40a"},"ibc_go_version":"v8.0.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json"},"versions":[{"name":"v2","next_version_name":"v3.0.0","recommended_version":"protocol/v2.0.1","compatible_versions":["protocol/v2.0.0","protocol/v2.0.1"],"cosmos_sdk_version":"dydxprotocol/cosmos-sdk v0.47.5-0.20231011192538-b95c66dedbd5","consensus":{"type":"cometbft","version":"dydxprotocol/cometbft v0.37.3-0.20230908230338-65f7a2f25c18"},"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv2.0.0/dydxprotocold-v2.0.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv2.0.0/dydxprotocold-v2.0.0-linux-arm64.tar.gz"}},{"name":"v3.0.0","height":7147832,"proposal":7,"next_version_name":"v4.0.0","recommended_version":"protocol/v3.0.2","compatible_versions":["protocol/v3.0.0","protocol/v3.0.2"],"cosmos_sdk_version":"dydxprotocol/cosmos-sdk v0.47.5-0.20240111163003-128eb0a555af","consensus":{"type":"cometbft","version":"dydxprotocol/cometbft v0.37.3-0.20230908230338-65f7a2f25c18"},"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv3.0.0/dydxprotocold-v3.0.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv3.0.0/dydxprotocold-v3.0.0-linux-arm64.tar.gz"}},{"name":"v4.0.0","height":12791712,"proposal":46,"next_version_name":"v4.1.0","recommended_version":"protocol/v4.0.5","compatible_versions":["protocol/v4.0.5"],"cosmos_sdk_version":"dydxprotocol/cosmos-sdk v0.50.5-0.20240220212824-35f31482370c","consensus":{"type":"cometbft","version":"dydxprotocol/cometbft v0.38.6-0.20240409171441-6d0767b72c06"},"ibc_go_version":"v8.0.0","binaries":{"linux/amd64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.0.5/dydxprotocold-v4.0.5-linux-amd64.tar.gz","linux/arm64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.0.5/dydxprotocold-v4.0.5-linux-arm64.tar.gz"}},{"name":"v4.1.0","height":14404200,"proposal":53,"next_version_name":"v5.0.0","recommended_version":"protocol/v4.1.2","compatible_versions":["protocol/v4.1.0","protocol/v4.1.2"],"cosmos_sdk_version":"dydxprotocol/cosmos-sdk v0.50.5-0.20240220212824-35f31482370c","consensus":{"type":"cometbft","version":"dydxprotocol/cometbft v0.38.6-0.20240409171441-6d0767b72c06"},"ibc_go_version":"v8.0.0","binaries":{"linux/amd64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.1.0/dydxprotocold-v4.1.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv4.1.0/dydxprotocold-v4.1.0-linux-arm64.tar.gz"}},{"name":"v5.0.0","height":17560000,"proposal":59,"next_version_name":"","recommended_version":"protocol/v5.0.0","compatible_versions":["protocol/v5.0.0"],"cosmos_sdk_version":"dydxprotocol/cosmos-sdk v0.50.6-0.20240517185527-7330926cd9ad","consensus":{"type":"cometbft","version":"dydxprotocol/cometbft v0.38.6-0.20240426214049-c8beeeada40a"},"ibc_go_version":"v8.0.0","binaries":{"linux/amd64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.0/dydxprotocold-v5.0.0-linux-arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:23856","provider":"Polkachu"},{"id":"65b740ee326c9260c30af1f044e9cda63c73f7c1","address":"seeds.kingnodes.net:23856","provider":"KingNodes"},{"id":"f04a77b92d0d86725cdb2d6b7a7eb0eda8c27089","address":"dydx-mainnet-seed.bwarelabs.com:36656","provider":"Bware Labs"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:23856","provider":"Lavender.Five Nodes 🐝"},{"id":"c2c2fcb5e6e4755e06b83b499aff93e97282f8e8","address":"tenderseed.ccvalidators.com:26401","provider":"CryptoCrew"},{"id":"4f20c3e303c9515051b6276aeb89c0b88ee79f8f","address":"seed.dydx.cros-nest.com:26656","provider":"Crosnest"},{"id":"a9cae4047d5c34772442322b10ef5600d8e54900","address":"dydx-mainnet-seednode.allthatnode.com:26656","provider":"DSRV"},{"id":"802607c6db8148b0c68c8a9ec1a86fd3ba606af6","address":"64.227.38.88:26656","provider":"Luganodes"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"dydx.rpc.kjnodes.com:17059","provider":"kjnodes"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"4c30c8a95e26b07b249813b677caab28bf0c54eb","address":"rpc.dydx.nodestake.top:666","provider":"NodeStake"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"dydx-mainnet-seed.autostake.com:27366","provider":"AutoStake | StakeDrops"},{"id":"09ba537d6563018b97c502979c3478df4decf426","address":"dydxprotocol-seed.genznodes.dev:22656","provider":"genznodes"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"dydx-mainnet-peer.autostake.com:27366","provider":"AutoStake | StakeDrops"}]},"apis":{"rpc":[{"address":"https://dydx-rpc.kingnodes.com:443","provider":"Kingnodes 👑"},{"address":"https://dydx-dao-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://dydx-mainnet-full-rpc.public.blastapi.io","provider":"Bware Labs"},{"address":"https://dydx-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://dydx-mainnet-rpc.autostake.com:443","provider":"AutoStake | StakeDrops"},{"address":"https://rpc-dydx.ecostake.com:443","provider":"ecostake"},{"address":"https://rpc.dydx.nodestake.top:443","provider":"NodeStake"},{"address":"https://rpc-dydx.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://dydx-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc-dydx.cros-nest.com:443","provider":"Crosnest"},{"address":"https://dydx-rpc.enigma-validator.com","provider":"Enigma"},{"address":"https://community.nuxian-node.ch:6797/dydx/trpc","provider":"PRO Delegators"},{"address":"https://dydx-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://dydx.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"}],"rest":[{"address":"https://community.nuxian-node.ch:6797/dydx/crpc","provider":"PRO Delegators"},{"address":"https://dydx-dao-api.polkachu.com","provider":"Polkachu"},{"address":"https://dydx-mainnet-full-lcd.public.blastapi.io","provider":"Bware Labs"},{"address":"https://dydx-rest.kingnodes.com:443","provider":"Kingnodes 👑"},{"address":"https://dydx-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://dydx-mainnet-lcd.autostake.com:443","provider":"AutoStake | StakeDrops"},{"address":"https://rest-dydx.ecostake.com:443","provider":"ecostake"},{"address":"https://api-dydx.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://api.dydx.nodestake.top:443","provider":"NodeStake"},{"address":"https://dydx-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rest-dydx.cros-nest.com:443","provider":"Crosnest"},{"address":"https://dydx-lcd.enigma-validator.com","provider":"Enigma"},{"address":"https://dydx-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://dydx-rest.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"}],"grpc":[{"address":"dydx-dao-grpc-1.polkachu.com:23890","provider":"Polkachu (1)"},{"address":"dydx-dao-grpc-2.polkachu.com:23890","provider":"Polkachu (2)"},{"address":"dydx-dao-grpc-3.polkachu.com:23890","provider":"Polkachu (3)"},{"address":"dydx-dao-grpc-4.polkachu.com:23890","provider":"Polkachu (4)"},{"address":"dydx-dao-grpc-5.polkachu.com:23890","provider":"Polkachu (5)"},{"address":"dydx-mainnet-full-grpc.public.blastapi.io:443","provider":"Bware Labs"},{"address":"https://dydx-grpc.kingnodes.com:443","provider":"Kingnodes 👑"},{"address":"https://dydx-grpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"dydx-mainnet-grpc.autostake.com:443","provider":"AutoStake | StakeDrops"},{"address":"https://grpc.dydx.nodestake.top","provider":"NodeStake"},{"address":"dydx.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"grpc-dydx.cosmos-spaces.cloud:4990","provider":"Cosmos Spaces"},{"address":"dydx-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"dydx-grpc.noders.services:37090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/dydx","tx_page":"https://www.mintscan.io/dydx/txs/${txHash}","account_page":"https://www.mintscan.io/dydx/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/dydx","tx_page":"https://ezstaking.app/dydx/txs/${txHash}","account_page":"https://ezstaking.app/dydx/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/dydx/","tx_page":"https://explorer.nodestake.top/dydx/txs/${txHash}","account_page":"https://explorer.nodestake.top/dydx/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/dydx","tx_page":"https://explorer.tcnetwork.io/dydx/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/dydx/account/${accountAddress}"}]},"dymension_1100-1":{"$schema":"../chain.schema.json","chain_name":"dymension","chain_id":"dymension_1100-1","pretty_name":"Dymension Hub","website":"https://portal.dymension.xyz","status":"live","network_type":"mainnet","bech32_prefix":"dym","daemon_name":"dymd","node_home":"$HOME/.dymension","slip44":60,"fees":{"fee_tokens":[{"denom":"adym","fixed_min_gas_price":5000000000,"low_gas_price":5000000000,"average_gas_price":5000000000,"high_gas_price":20000000000}]},"staking":{"staking_tokens":[{"denom":"adym"}]},"codebase":{"git_repo":"https://github.com/dymensionxyz/dymension","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"genesis":{"genesis_url":"https://github.com/dymensionxyz/networks/raw/main/mainnet/dymension/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"},"peers":{"seeds":[{"id":"45bffa41836302b06310af67f012500cc0d1da31","address":"rpc.dymension.nodestake.org:666","provider":"NodeStake"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"dymension-mainnet-seed.autostake.com:27086","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:20556","provider":"Lavender.Five Nodes 🐝"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"dymension.rpc.kjnodes.com:14659","provider":"kjnodes.com 🦄"},{"id":"193262e32a9d7d3fffe14073160cabc4cdfef26b","address":"dymension-rpc.stakeandrelax.net:20556","provider":"Stake&Relax 🦥"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:20556","provider":"WhisperNode 🤐"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-dymension.ibs.team:16676","provider":"Inter Blockchain Services"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"seed.dymension.node75.org:10956","provider":"Pro-Nodes75"},{"id":"258f523c96efde50d5fe0a9faeea8a3e83be22ca","address":"seed.mainnet.dymension.aviaone.com:10290","provider":"AVIAONE 🟢"},{"id":"a413834999fa34ae17d6a32a36017bceb68783ca","address":"seed.dymension.mainnet.dteam.tech:29656","provider":"DTEAM"}],"persistent_peers":[{"id":"792be7c7645f0547b786e89cd6ec3ba267d11613","address":"141.94.64.81:26656"},{"id":"e0d84deab2d0fd85f447c5c417fecbbdba584be0","address":"dymension-m.peer.stavr.tech:17086"},{"id":"be3c133f618a8326f2f8da6f803750292454ebdc","address":"45.76.38.67:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"dymension-mainnet-peer.autostake.com:27086","provider":"AutoStake 🛡️ Slash Protected"},{"id":"babe3d67aa5570e65953a5253eaf36c7ebfbbb44","address":"82.223.0.229:26646","provider":"Cumulo"},{"id":"c600039ef70040740ae130d455768c509d173b12","address":"peer.dymension.node75.org:23836","provider":"Pro-Nodes75"},{"id":"e3522d6de016578ac0935c4c55e13e4aac6f0693","address":"peer.dymension.mainnet.dteam.tech:29656","provider":"DTEAM"}]},"apis":{"rpc":[{"address":"https://dym-m-rpc.agoranodes.com","provider":"AgoraNodes"},{"address":"https://rpc.dymension.nodestake.org","provider":"NodeStake"},{"address":"http://dymension.mainnet.rpc.noders.team:42657","provider":"[NODERS]TEAM"},{"address":"https://dymension-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://dymension-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://dymension-rpc.kynraze.com","provider":"Kynraze"},{"address":"https://m-dymension.rpc.utsa.tech","provider":"lesnik | UTSA"},{"address":"https://rpc-dymension.nodeist.net","provider":"Nodeist"},{"address":"https://dym.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://dym.rpc-archive.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc.dymension.hexnodes.co","provider":"Hexnodes"},{"address":"https://dymension.rpc.kjnodes.com:443","provider":"kjnodes.com 🦄"},{"address":"https://dymension-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://dymension-rpc.takeshi.team","provider":"TAKESHI"},{"address":"https://dymension-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc.dymension.silentvalidator.com:443","provider":"silent"},{"address":"https://rpc-dymension.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://community.nuxian-node.ch:6797/dymension/trpc","provider":"PRO Delegators"},{"address":"https://dymension-rpc.enigma-validator.com","provider":"Enigma"},{"address":"https://dymension-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://dymension.nodejumper.io:443","provider":"NODEJUMPER"},{"address":"https://rpc-dymension.hoodrun.io:443","provider":"HoodRun"},{"address":"https://dymension.0xwave.com:2053","provider":"Wave"},{"address":"https://archive.rpc.dym.cumulo.com.es:443","provider":"Cumulo"},{"address":"https://rpc.dymension.posthuman.digital","provider":"posthuman"},{"address":"https://rpc.dymension.node75.org","provider":"Pro-Nodes75"},{"address":"https://rpc.dymension.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://dymension-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://rpc.mainnet.dymension.aviaone.com","provider":"AVIAONE 🟢"},{"address":"https://rpc.archive.dymension.mainnet.dteam.tech:443","provider":"DTEAM"}],"rest":[{"address":"https://dym-m-api.agoranodes.com","provider":"AgoraNodes"},{"address":"https://api.dymension.nodestake.org","provider":"NodeStake"},{"address":"http://dymension.mainnet.api.noders.team:42317","provider":"[NODERS]TEAM"},{"address":"https://dymension-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://dymension-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://dymension-api.kynraze.com","provider":"Kynraze"},{"address":"https://m-dymension.api.utsa.tech","provider":"lesnik | UTSA"},{"address":"https://api-dymension.nodeist.net","provider":"Nodeist"},{"address":"https://dymension.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://dym.api-archive.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://lcd.dymension.hexnodes.co","provider":"Hexnodes"},{"address":"https://dymension.api.kjnodes.com:443","provider":"kjnodes.com 🦄"},{"address":"https://dymension-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://dymension-api.takeshi.team","provider":"TAKESHI"},{"address":"https://dymension-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api.dymension.silentvalidator.com:443","provider":"silent"},{"address":"https://api-dymension.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://community.nuxian-node.ch:6797/dymension/crpc","provider":"PRO Delegators"},{"address":"https://dymension-lcd.enigma-validator.com","provider":"Enigma"},{"address":"https://dymension-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://dymension.nodejumper.io:1317","provider":"NODEJUMPER"},{"address":"https://lcd-dymension.hoodrun.io","provider":"HoodRun"},{"address":"https://dymension.0xwave.com","provider":"Wave"},{"address":"https://api.dym.cumulo.com.es","provider":"Cumulo"},{"address":"https://rest.dymension.posthuman.digital","provider":"posthuman"},{"address":"https://api.dymension.node75.org","provider":"Pro-Nodes75"},{"address":"https://lcd.dymension.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://dymension-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://api.mainnet.dymension.aviaone.com","provider":"AVIAONE 🟢"},{"address":"https://api.archive.dymension.mainnet.dteam.tech:443","provider":"DTEAM"}],"grpc":[{"address":"https://dym-m-grpc.agoranodes.com","provider":"AgoraNodes"},{"address":"grpc.dymension.nodestake.org:443","provider":"NodeStake"},{"address":"dymension-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"dymension.mainnet.grpc.noders.team:42090","provider":"[NODERS]TEAM"},{"address":"https://dymension-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"dymension-grpc.kynraze.com:77","provider":"Kynraze"},{"address":"https://grpc-dymension.nodeist.net","provider":"Nodeist"},{"address":"dymension.grpc.m.stavr.tech:7119","provider":"🔥STAVR🔥"},{"address":"dymension.grpc.kjnodes.com:443","provider":"kjnodes.com 🦄"},{"address":"http://dymension-grpc.stakeandrelax.net:20590","provider":"Stake&Relax 🦥"},{"address":"https://dymension-grpc.takeshi.team","provider":"TAKESHI"},{"address":"dymension-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc.dymension.silentvalidator.com:443","provider":"silent"},{"address":"https://grpc-dymension.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"dymension.nodejumper.io:9090","provider":"NODEJUMPER"},{"address":"grpc-dymension.hoodrun.io:9095","provider":"HoodRun"},{"address":"https://dymension.0xwave.com:2083","provider":"Wave"},{"address":"grpc.dym.cumulo.com.es:443","provider":"Cumulo"},{"address":"https://grpc.dymension.posthuman.digital","provider":"posthuman"},{"address":"https://grpc.dymension.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"dymension-grpc.noders.services:12090","provider":"[NODERS]TEAM"},{"address":"https://grpc.mainnet.dymension.aviaone.com:9092","provider":"AVIAONE 🟢"},{"address":"grpc.archive.dymension.mainnet.dteam.tech:29090","provider":"DTEAM"}],"evm-http-jsonrpc":[{"address":"https://dym-m-json.agoranodes.com","provider":"AgoraNodes"},{"address":"https://dymension-jsonrpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://evm-dymension.hoodrun.io:8547","provider":"HoodRun"},{"address":"https://dymension.0xwave.com:2087","provider":"Wave"},{"address":"https://evm-rpc.dym.cumulo.com.es:443","provider":"Cumulo"},{"address":"https://evm-rpc.dymension.node75.org","provider":"Pro-Nodes75"},{"address":"https://evm-rpc.dymension.posthuman.digital","provider":"posthuman"},{"address":"https://dymension-jsonrpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://evm.archive.dymension.mainnet.dteam.tech:443","provider":"DTEAM"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/dymension","tx_page":"https://www.mintscan.io/dymension/tx/${txHash}","account_page":"https://www.mintscan.io/dymension/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/dymension","tx_page":"https://ezstaking.app/dymension/txs/${txHash}","account_page":"https://ezstaking.app/dymension/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.org/dymension","tx_page":"https://explorer.nodestake.org/dymension/tx/${txHash}","account_page":"https://explorer.nodestake.org/dymension/account/${accountAddress}"},{"kind":"Kynraze","url":"https://explorer.kynraze.com/dymension","tx_page":"https://explorer.kynraze.com/dymension/tx/${txHash}","account_page":"https://explorer.kynraze.com/dymension/account/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://explorer.ist/dymension","tx_page":"https://explorer.ist/dymension/tx/${txHash}","account_page":"https://explorer.ist/dymension/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Dymension-Mainnet","tx_page":"https://explorer.stavr.tech/Dymension-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Dymension-Mainnet/account/${accountAddress}"},{"kind":"HoodScan","url":"https://hoodscan.io/dymension","tx_page":"https://hoodscan.io/dymension/transactions/${txHash}","account_page":"https://hoodscan.io/dymension/accounts/${accountAddress}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/dymension","tx_page":"https://explorer.posthuman.digital/dymension/tx/${txHash}","account_page":"https://explorer.posthuman.digital/dymension/account/${accountAddress}"},{"kind":"AVIAONE 🟢","url":"https://mainnet.explorer.aviaone.com/dymension","tx_page":"https://mainnet.explorer.aviaone.com/dymension/tx/${txHash}","account_page":"https://mainnet.explorer.aviaone.com/dymension/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/dymension","tx_page":"https://mainnet.whispernode.com/dymension/tx/${txHash}","account_page":"https://mainnet.whispernode.com/dymension/account/${accountAddress}"},{"kind":"DTEAM | Explorer","url":"https://explorer.mainnet.dteam.tech/dymension","tx_page":"https://explorer.mainnet.dteam.tech/dymension/tx/${txHash}","account_page":"https://explorer.mainnet.dteam.tech/dymension/account/${accountAddress}"}]},"empowerchain-1":{"$schema":"../chain.schema.json","chain_name":"empowerchain","chain_id":"empowerchain-1","pretty_name":"EmpowerChain","status":"live","network_type":"mainnet","bech32_prefix":"empower","daemon_name":"empowerd","node_home":"$HOME/.empowerchain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umpwr","fixed_min_gas_price":0,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"umpwr"}]},"codebase":{"git_repo":"https://github.com/EmpowerPlastic/empowerchain","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmwasm_version":"0.45","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://github.com/EmpowerPlastic/empowerchain/raw/main/mainnet/empowerchain-1/genesis.tar.gz"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"peers":{"seeds":[{"id":"f2ed98cf518b501b6d1c10c4a16d0dfbc4a9cc98","address":"tenderseed.ccvalidators.com:27001"},{"id":"e16668ddd526f4e114ebb6c4714f0c18c0add8f8","address":"empower-seed.zenscape.one:26656"},{"id":"6740fa259552a628266a85de8c2a3dee7702b8f9","address":"empower-mainnet-seed.itrocket.net:14656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"empowerchain-mainnet-seed.autostake.com:27326","provider":"AutoStake 🛡️ Slash Protected"},{"id":"a1427b456513ab70967a2a5c618d347bc89e8848","address":"seed.empowerchain.io:26656"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:17456","provider":"WhisperNode 🤐"},{"id":"9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152","address":"empowerchain.seed.mzonder.com:12156","provider":"MZONDER"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"empowerchain-mainnet-peer.autostake.com:27326","provider":"AutoStake 🛡️ Slash Protected"},{"id":"178718a993161cc20f9d0de2bbef9a3aec5c1d3d","address":"rpc.empower.indonode.net:52656","provider":"Indonode"},{"id":"192d6c396fe0f9da1b1b700aab8bdd1ce6a49490","address":"empw-m.peers.stavr.tech:22056","provider":"🔥STAVR🔥"},{"id":"a5ce71892959a23ed941cb0167f28959b6694ea3","address":"rpc-empower.vinjan.xyz:24656","provider":"vinjan"},{"id":"60b046f36fe485fb40cb8ece99e14244141de3cc","address":"mainnet-empower.konsortech.xyz:27656","provider":"KonsorTech"},{"id":"f7eb23352efa7aba7ba9aa56fe034ede139deab3","address":"empower.peer.stakevillage.net:16856","provider":"Stake Village"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"empower.declab.pro:26609","provider":"Decloud Nodes Lab"}]},"apis":{"rpc":[{"address":"https://rpc-empowerchain.ecostake.com:443","provider":"ecostake"},{"address":"https://empowerchain-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://empower.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"http://empw.rpc.m.stavr.tech:22057","provider":"🔥STAVR🔥"},{"address":"https://rpc-empower.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://rpc-empowerchain.mzonder.com:443","provider":"MZONDER"},{"address":"https://empower-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc-empower.vinjan.xyz:443","provider":"vinjan"},{"address":"https://rpc.empower.nodestake.top","provider":"NodeStake"},{"address":"https://mainnet-empower-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://empower.rpc.stakevillage.net:443","provider":"Stake Village"},{"address":"https://rpc.empowerchain.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://empower.declab.pro:26607","provider":"Decloud Nodes Lab"},{"address":"https://empower-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://rest-empowerchain.ecostake.com:443","provider":"ecostake"},{"address":"https://empowerchain-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://empower.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://empw.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://empower-api.w3coins.io","provider":"w3coins"},{"address":"https://lcd-empower.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://api-empower.vinjan.xyz:443","provider":"vinjan"},{"address":"https://api.empower.nodestake.top","provider":"NodeStake"},{"address":"https://mainnet-empower-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://empower.api.stakevillage.net","provider":"Stake Village"},{"address":"https://lcd.empowerchain.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://empower.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://empower-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"empowerchain-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://empower.grpc.liveraven.net","provider":"LiveRaveN"},{"address":"empower-grpc.w3coins.io:17390","provider":"w3coins"},{"address":"grpc-empowerchain.mzonder.com:443","provider":"MZONDER"},{"address":"http://empw.grpc.m.stavr.tech:9141","provider":"🔥STAVR🔥"},{"address":"grpc-empower.vinjan.xyz","provider":"vinjan"},{"address":"https://grpc.empower.nodestake.top:443","provider":"NodeStake"},{"address":"empower.grpc.stakevillage.net:16890","provider":"Stake Village"},{"address":"https://grpc.empowerchain.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://empower.declab.pro:9005","provider":"Decloud Nodes Lab"},{"address":"empower-grpc.noders.services:25090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Empower-Mainnet","tx_page":"https://explorer.stavr.tech/Empower-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Empower-Mainnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/empower","tx_page":"https://explorer.nodestake.top/empower/tx/${txHash}","account_page":"https://explorer.nodestake.top/empower/account/{$accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/empower","tx_page":"https://exp.stakevillage.net/empower/tx/${txHash}","account_page":"https://exp.stakevillage.net/empower/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Empower","tx_page":"https://explorer.declab.pro/Empower/tx/${txHash}","account_page":"https://explorer.declab.pro/Empower/account/{$accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/empowerchain","tx_page":"https://mainnet.whispernode.com/empowerchain/tx/${txHash}","account_page":"https://mainnet.whispernode.com/empowerchain/account/${accountAddress}"}]},"ethos_7003-1":{"$schema":"../chain.schema.json","chain_name":"ethos","chain_id":"ethos_7003-1","pretty_name":"Ethos","status":"live","network_type":"mainnet","bech32_prefix":"ethos","daemon_name":"ethosd","node_home":"$HOME/.ethos","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aRYT"}]},"codebase":{},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://ethos-rpc.provable.dev:443/","provider":"laurel.provable"}],"rest":[{"address":"https://ethos.provable.dev/rest/","provider":"laurel.provable"}],"grpc":[{"address":"ethos-grpc.provable.dev:443","provider":"laurel.provable"}],"evm-http-jsonrpc":[{"address":"https://ethos-evm.provable.dev/","provider":"laurel.provable"}]},"explorers":[],"extra_codecs":["ethermint"]},"fetchhub-4":{"$schema":"../chain.schema.json","chain_name":"fetchhub","chain_id":"fetchhub-4","pretty_name":"Fetch.ai","status":"live","network_type":"mainnet","bech32_prefix":"fetch","daemon_name":"fetchd","node_home":"$HOME/.fetchd","slip44":118,"fees":{"fee_tokens":[{"denom":"afet","low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.035}]},"staking":{"staking_tokens":[{"denom":"afet"}]},"codebase":{"git_repo":"https://github.com/fetchai/fetchd","recommended_version":"v0.10.5","compatible_versions":["v0.10.5"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/fetchai/genesis-fetchhub/fetchhub-4/fetchhub-4/data/genesis_migrated_5300200.json"},"versions":[{"name":"v0.10.5","recommended_version":"v0.10.5","compatible_versions":["v0.10.5"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"}],"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"},"peers":{"seeds":[{"id":"17693da418c15c95d629994a320e2c4f51a8069b","address":"connect-fetchhub.fetch.ai:36456","provider":"fetch.ai"},{"id":"a575c681c2861fe945f77cb3aba0357da294f1f2","address":"connect-fetchhub.fetch.ai:36457","provider":"fetch.ai"},{"id":"d7cda986c9f59ab9e05058a803c3d0300d15d8da","address":"connect-fetchhub.fetch.ai:36458","provider":"fetch.ai"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:15256","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"fetchhub-mainnet-seed.autostake.com:27266","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"937d7371c9381aa7ae5f411129419a893164becf","address":"seed-fetch.ibs.team:16659","provider":"Inter Blockchain Services"},{"id":"258f523c96efde50d5fe0a9faeea8a3e83be22ca","address":"seed.fetchhub-4.fetch.aviaone.com:10265","provider":"AVIAONE 🟢"}],"persistent_peers":[{"id":"e3d21a822e3903a96c14bfd8f8e06132f198d7c4","address":"sentries-fetchhub.fetch.ai:36400","provider":"fetch.ai"},{"id":"4be243f5d22403f6069d2ed3c4a79161216f22a0","address":"sentries-fetchhub.fetch.ai:36401","provider":"fetch.ai"},{"id":"d6faadb9e785642b355136ed278d5b5d6b2f87dd","address":"sentries-fetchhub.fetch.ai:36402","provider":"fetch.ai"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"fetchhub-mainnet-peer.autostake.com:27266","provider":"AutoStake 🛡️ Slash Protected"},{"id":"637077d431f618181597706810a65c826524fd74","address":"fetch.rpc.nodeshub.online:15256","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://rpc-fetchhub.fetch.ai:443","provider":"fetch.ai"},{"address":"https://rpc-fetchhub-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://fetch-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://fetchai-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://fetch-rpc.antrixy.org","provider":"Antrix"},{"address":"https://rpc-fetch.architectnodes.com","provider":"Architect Nodes"},{"address":"https://fetchhub-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://fetch-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://fetch-rpc.cosmosrescue.com","provider":"cosmosrescue"},{"address":"https://fetch-rpc.w3coins.io","provider":"w3coins"},{"address":"https://fetch-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://fetch-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://public.stakewolle.com/cosmos/fetchhub/rpc","provider":"Stakewolle"},{"address":"https://fetch.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"address":"https://rpc.fetchhub-4.fetch.aviaone.com","provider":"AVIAONE 🟢"}],"rest":[{"address":"https://rest-fetchhub.fetch.ai","provider":"fetch.ai"},{"address":"https://api-fetchhub-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://fetch-api.polkachu.com","provider":"Polkachu"},{"address":"https://fetchai-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://fetch-rest.antrixy.org","provider":"Antrix"},{"address":"https://fetchhub-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest-fetch.architectnodes.com","provider":"Architect Nodes"},{"address":"https://fetch-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://fetch-api.cosmosrescue.com","provider":"cosmosrescue"},{"address":"https://fetch-api.w3coins.io","provider":"w3coins"},{"address":"https://fetch-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://fetch-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://public.stakewolle.com/cosmos/fetchhub/rest","provider":"Stakewolle"},{"address":"https://fetch.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"address":"https://api.fetchhub-4.fetch.aviaone.com/","provider":"AVIAONE 🟢"}],"grpc":[{"address":"grpc-fetchhub.fetch.ai:443","provider":"fetch.ai"},{"address":"grpc-fetchhub-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"fetch-grpc.polkachu.com:15290","provider":"Polkachu"},{"address":"fetchhub-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"fetch-grpc.teasel.org:443","provider":"𝗧𝗲𝗮𝘀𝗲𝗹"},{"address":"fetch-grpc.antrixy.org:443","provider":"Antrix"},{"address":"fetch-grpc.cosmosrescue.com:9090","provider":"cosmosrescue"},{"address":"fetch-grpc.w3coins.io:15290","provider":"w3coins"},{"address":"fetch-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"fetch.grpc.nodeshub.online","provider":"Nodes Hub"},{"address":"grpc.fetchhub-4.fetch.aviaone.com:9094","provider":"AVIAONE 🟢"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/fetchai","tx_page":"https://www.mintscan.io/fetchai/transactions/${txHash}","account_page":"https://www.mintscan.io/fetchai/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/fetchhub","tx_page":"https://ezstaking.app/fetchhub/txs/${txHash}","account_page":"https://ezstaking.app/fetchhub/account/${accountAddress}"},{"kind":"bigdipper","url":"https://explore-fetchhub.fetch.ai","tx_page":"https://explore-fetchhub.fetch.ai/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/fetchhub","tx_page":"https://ping.pub/fetchhub/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/fetchai","tx_page":"https://atomscan.com/fetchai/transactions/${txHash}","account_page":"https://atomscan.com/fetchai/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://fetch-explorer.teasel.org","tx_page":"https://fetch-explorer.teasel.org/transactions/${txHash}"},{"kind":"azoyalabs","url":"https://fetchstation.azoyalabs.com/mainnet","tx_page":"https://fetchstation.azoyalabs.com/mainnet/explorer/transactions/${txHash}","account_page":"https://fetchstation.azoyalabs.com/mainnet/explorer/address/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/fetchhub/","tx_page":"https://explorer.nodeshub.online/fetchhub/tx/${txHash}","account_page":"https://explorer.nodeshub.online/fetchhub/accounts/${accountAddress}"},{"kind":"Blockchain Explorer by AVIAONE 🟢","url":"https://mainnet.explorer.aviaone.com/fetchhub","tx_page":"https://mainnet.explorer.aviaone.com/fetchhub/tx/${txHash}","account_page":"https://mainnet.explorer.aviaone.com/fetchhub/accounts/${accountAddress}"}]},"finschia-2":{"$schema":"../chain.schema.json","chain_name":"finschia","chain_id":"finschia-2","pretty_name":"Finschia","website":"https://www.finschia.io/","status":"live","network_type":"mainnet","bech32_prefix":"link","daemon_name":"fnsad","node_home":"$HOME/.finschia","key_algos":["secp256k1"],"slip44":438,"fees":{"fee_tokens":[{"denom":"cony","fixed_min_gas_price":0.015,"low_gas_price":0.015,"average_gas_price":0.015,"high_gas_price":0.015}]},"staking":{"staking_tokens":[{"denom":"cony"}],"lock_duration":{"time":"604800s"}},"codebase":{"git_repo":"https://github.com/finschia/finschia","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"binaries":{"linux/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-amd64","linux/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-arm64","darwin/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-amd64","darwin/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-arm64"},"cosmos_sdk_version":"github.com/Finschia/finschia-sdk@v0.48.1","cosmwasm_version":"github.com/Finschia/wasmd@v0.2.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.finschia/wasm/wasm","ibc_go_version":"v4.3.1","ics_enabled":["ics20-1"],"genesis":{"name":"v2","genesis_url":"https://vos.line-scdn.net/finschia-2-fileshare/datafile/finschia-prod-2/finschia-2-genesis.tgz"},"versions":[{"name":"v1","tag":"v1.1.1","height":55791218,"next_version_name":"v2","recommended_version":"v1.1.1","compatible_versions":["v1.1.1"],"cosmos_sdk_version":"github.com/Finschia/finschia-sdk@v0.47.3","cosmwasm_version":"github.com/Finschia/wasmd@v0.1.5","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.finschia/wasm/wasm","ibc_go_version":"v3.3.3","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-amd64.tgz","linux/arm64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-arm64.tgz","darwin/amd64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-amd64.tgz","darwin/arm64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-arm64.tgz"}},{"name":"v2","tag":"v2.0.1","height":59938000,"proposal":17,"next_version_name":"v3","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"cosmos_sdk_version":"github.com/Finschia/finschia-sdk@v0.48.1","cosmwasm_version":"github.com/Finschia/wasmd@v0.2.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.finschia/wasm/wasm","ibc_go_version":"v4.3.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-amd64","linux/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-arm64","darwin/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-amd64","darwin/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-arm64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"484d01bbaa57830e87033c3593804e305d538204","address":"147.92.234.184:26656"},{"id":"a1e0bfde4641fc9273700231e3a7c5859f0f389a","address":"147.92.172.51:26656"},{"id":"1f56631a742d980955c72135e5dec159900212b3","address":"147.92.234.226:26656"},{"id":"11f9fcb1bcae2eaf6f9a5a9369a96347660d20c8","address":"147.92.172.69:26656"}]},"apis":{"rpc":[{"address":"https://finschia-rpc.finschia.io"}],"rest":[{"address":"https://finschia-api.finschia.io"}],"grpc":[{"address":"finschia-grpc.finschia.io:443"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/finschia","tx_page":"https://www.mintscan.io/finschia/tx/${txHash}","account_page":"https://www.mintscan.io/finschia/address/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/finschia","tx_page":"https://ezstaking.app/finschia/txs/${txHash}","account_page":"https://ezstaking.app/finschia/account/${accountAddress}"}]},"colosseum-1":{"$schema":"../chain.schema.json","chain_name":"firmachain","chain_id":"colosseum-1","pretty_name":"FirmaChain","website":"https://firmachain.org/","status":"live","network_type":"mainnet","bech32_prefix":"firma","daemon_name":"firmachaind","node_home":"$HOME/.firmachain","key_algos":["secp256k1"],"slip44":7777777,"fees":{"fee_tokens":[{"denom":"ufct","fixed_min_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"ufct"}]},"codebase":{"git_repo":"https://github.com/firmachain/firmachain","recommended_version":"v0.3.5-patch","compatible_versions":["v0.3.5-patch"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/FirmaChain/mainnet/main/colosseum-1/genesis.json"},"versions":[{"name":"v0.3.5","recommended_version":"v0.3.5-patch","compatible_versions":["v0.3.5-patch"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg"},"peers":{"seeds":[{"id":"f89dcc15241e30323ae6f491011779d53f9a5487","address":"mainnet-seed1.firmachain.dev:26656","provider":"FirmaChain"},{"id":"04cce0da4cf5ceb5ffc04d158faddfc5dc419154","address":"mainnet-seed2.firmachain.dev:26656","provider":"FirmaChain"},{"id":"940977bdc070422b3a62e4985f2fe79b7ee737f7","address":"mainnet-seed3.firmachain.dev:26656","provider":"FirmaChain"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16456","provider":"Lavender.Five Nodes 🐝"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"931a7c680d28c84a8a53e4017a6eae0788ee7cf2","address":"firmachain.ramuchi.tech:57656","provider":"ramuchi.tech"},{"id":"35b9e0a0818d2c5e9ef187984872c0ad2dbd447c","address":"firma.peer.stavr.tech:1036","provider":"🔥STAVR🔥"},{"id":"637077d431f618181597706810a65c826524fd74","address":"firmachain.rpc.nodeshub.online:16456","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://lcd-mainnet.firmachain.dev:26657","provider":"FirmaChain"},{"address":"https://firma.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc.firmachain.chaintools.tech/","provider":"ChainTools"},{"address":"https://firmachain-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://firmachain-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://firmachain.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"rest":[{"address":"https://lcd-mainnet.firmachain.dev:1317","provider":"FirmaChain"},{"address":"https://firma.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.firmachain.chaintools.tech/","provider":"ChainTools"},{"address":"https://firmachain-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://firmachain-api.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://firmachain.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"grpc":[{"address":"firmachain-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"firma.grpc.m.stavr.tech:2030","provider":"🔥STAVR🔥"},{"address":"https://firmachain-grpc.ramuchi.tech:1390","provider":"ramuchi.tech"},{"address":"firmachain.grpc.nodeshub.online","provider":"Nodes Hub"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/firmachain","tx_page":"https://ezstaking.app/firmachain/txs/${txHash}","account_page":"https://ezstaking.app/firmachain/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Firmachain-M","tx_page":"https://explorer.stavr.tech/Firmachain-M/txs/${txHash}","account_page":"https://explorer.stavr.tech/Firmachain-M/account/${accountAddress}"},{"kind":"bigdipper","url":"https://explorer.firmachain.dev","tx_page":"https://explorer.firmachain.dev/transactions/${txHash}"},{"kind":"explorer.ChainTools","url":"https://explorer.chaintools.tech/firmachain","tx_page":"https://explorer.chaintools.tech/firmachain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/firmachain","tx_page":"https://atomscan.com/firmachain/transactions/${txHash}","account_page":"https://atomscan.com/firmachain/accounts/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/firmachain/","tx_page":"https://explorer.nodeshub.online/firmachain/tx/${txHash}","account_page":"https://explorer.nodeshub.online/firmachain/accounts/${accountAddress}"}]},"furya-1":{"$schema":"../chain.schema.json","chain_name":"furya","chain_id":"furya-1","pretty_name":"furya","website":"https://furya.xyz/","status":"live","network_type":"mainnet","bech32_prefix":"furya","daemon_name":"furyad","node_home":"$HOME/.furyad","slip44":118,"fees":{"fee_tokens":[{"denom":"ufury","low_gas_price":0.1,"average_gas_price":0.25,"high_gas_price":0.5}]},"staking":{"staking_tokens":[{"denom":"ufury"}]},"codebase":{"git_repo":"https://github.com/furysport/furya-chain","recommended_version":"v2.0.0","compatible_versions":["v1.0.0","v2.0.0"],"genesis":{"genesis_url":"https://github.com/furysport/furya-chain/blob/main/network/mainnet/genesis.json"},"versions":[{"name":"v1.0.0","proposal":-1,"next_version_name":"v2.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.45.7","consensus":{"type":"tendermint","version":"v0.37.2"},"cosmwasm_version":"v0.20.0","cosmwasm_enabled":true},{"name":"v2.0.0","height":2839877,"proposal":3,"next_version_name":"","recommended_version":"v2.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.svg"},"peers":{"seeds":[{"id":"38f40db17cdae23ba3c2b0f7d5738b9d31d077aa","address":"34.32.247.201:26656","provider":"Furya"},{"id":"03d5ce3bad5e8c1327f5547f89bfd215d946e7c0","address":"135.181.59.98:26656","provider":"Smart Stake📈📊"},{"id":"906ba6fd7cc9349d63c26608736ac91fe09437fb","address":"85.215.65.44:26656","provider":"Starsquid"}],"persistent_peers":[{"id":"38f40db17cdae23ba3c2b0f7d5738b9d31d077aa","address":"34.32.247.201:26656","provider":"Furya"},{"id":"906ba6fd7cc9349d63c26608736ac91fe09437fb","address":"85.215.65.44:26656","provider":"Starsquid"},{"id":"637077d431f618181597706810a65c826524fd74","address":"furya.rpc.nodeshub.online:26956","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://furya-rpc.synergynodes.com","provider":"synergynodes"},{"address":"https://furya.rpc.nodeshub.online:443","provider":"nodeshub"}],"rest":[{"address":"https://furya.api.nodeshub.online","provider":"synergynodes"},{"address":"https://furya.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"grpc":[{"address":"https://furya.grpc.nodeshub.online","provider":"Nodes Hub"}]},"explorers":[{"kind":"Furya Explorer","url":"https://explorer.furya.network/furya-1/","tx_page":"https://explorer.furya.network/furya-1/tx/${txHash}","account_page":"https://explorer.furya.network/furya-1/account/${accountAddress}"},{"kind":"Nodeshub Explorer","url":"https://explorer.nodeshub.online/furya","tx_page":"https://explorer.nodeshub.online/furya/txs/${txHash}","account_page":"https://explorer.nodeshub.online/furya/account/${accountAddress}"}]},"fxcore":{"$schema":"../chain.schema.json","chain_name":"fxcore","chain_id":"fxcore","pretty_name":"f(x)Core","website":"https://functionx.io","status":"live","network_type":"mainnet","bech32_prefix":"fx","daemon_name":"fxcored","node_home":"$HOME/.fxcore","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"FX","fixed_min_gas_price":4000000000000,"low_gas_price":4000000000000,"average_gas_price":4200000000000,"high_gas_price":5000000000000}]},"staking":{"staking_tokens":[{"denom":"FX"}]},"codebase":{"git_repo":"https://github.com/functionx/fx-core","recommended_version":"v4.2.1","compatible_versions":["v4.2.1"],"binaries":{"linux/amd64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/FunctionX/fx-core/releases/download/v4.2.1/fx-core_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Windows_x86_64.zip"},"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.0","genesis":{"name":"fxv1","genesis_url":"https://github.com/functionx/fx-core/raw/main/public/mainnet/genesis.json"},"versions":[{"name":"fxv1","tag":"v1.1.2","height":0,"next_version_name":"fxv2","recommended_version":"v1.1.2","compatible_versions":["v1.1.2"],"binaries":{"linux/amd64":"https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/FunctionX/fx-core/releases/download/v1.1.2/fx-core_1.1.2_Windows_x86_64.zip"}},{"name":"fxv2","tag":"v2.4.2","height":5713000,"proposal":10,"next_version_name":"fxv3","recommended_version":"v2.4.2","compatible_versions":["v2.4.2"],"binaries":{"linux/amd64":"https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/FunctionX/fx-core/releases/download/v2.4.2/fx-core_2.4.2_Windows_x86_64.zip"}},{"name":"fxv3","tag":"v3.1.0","height":8756000,"proposal":29,"next_version_name":"v4.2.x","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"binaries":{"linux/amd64":"https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/FunctionX/fx-core/releases/download/v3.1.0/fx-core_3.1.0_Windows_x86_64.zip"}},{"name":"v4.2.x","tag":"v4.2.1","height":10477500,"proposal":36,"recommended_version":"v4.2.1","compatible_versions":["v4.2.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"binaries":{"linux/amd64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/FunctionX/fx-core/releases/download/v4.2.1/fx-core_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/functionx/fx-core/releases/download/v4.2.1/fx-core_Windows_x86_64.zip"}}]},"peers":{"seeds":[{"id":"c5877d9d243af1a504caf5b7f7a9c915b3ae94ae","address":"fxcore-mainnet-seed-node-1.functionx.io:26656","provider":"Function X"},{"id":"b289311ece065c813287e3a25835bb6378999aa5","address":"fxcore-mainnet-seed-node-2.functionx.io:26656","provider":"Function X"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"96f04dffc25ffcce11e179581d2a3ab6cb5535d5","address":"fxcore-mainnet-node-1.functionx.io:26656","provider":"Function X"},{"id":"836ded83bac83a4ac8511826fa1ad4ca2238f960","address":"fxcore-mainnet-node-2.functionx.io:26656","provider":"Function X"},{"id":"7c7a260eeefda37eac896ae423e78cf345a2ef70","address":"fxcore-mainnet-node-3.functionx.io:26656","provider":"Function X"},{"id":"0fee38117655b6961319950d6beb929fb194217c","address":"fxcore-mainnet-node-4.functionx.io:26656","provider":"Function X"},{"id":"6e8818051a2ca9b8be67a6f2ba48c33d8c489d5c","address":"fxcore-mainnet-node-5.functionx.io:26656","provider":"Function X"},{"id":"637077d431f618181597706810a65c826524fd74","address":"functionx.rpc.nodeshub.online:24256","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://fx-json.functionx.io","provider":"Function X"},{"address":"https://functionx.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"rest":[{"address":"https://fx-rest.functionx.io","provider":"Function X"},{"address":"https://functionx.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"grpc":[{"address":"https://fx-grpc.functionx.io","provider":"Function X"},{"address":"https://fx-grpc.portfolio-x.xyz:9090","provider":"Portfolio X"},{"address":"functionx.grpc.nodeshub.online","provider":"Nodes Hub"}],"evm-http-jsonrpc":[{"address":"https://fx-web3.functionx.io","provider":"Function X"}]},"explorers":[{"kind":"starscan","url":"https://starscan.io","tx_page":"https://starscan.io/fxcore/tx/${txHash}","account_page":"https://starscan.io/fxcore/address/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/fx","tx_page":"https://explorer.tcnetwork.io/fx/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/fx/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/fxcore","tx_page":"https://ping.pub/fxcore/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/fxcore/","tx_page":"https://explorer.nodeshub.online/fxcore/tx/${txHash}","account_page":"https://explorer.nodeshub.online/fxcore/accounts/${accountAddress}"}],"extra_codecs":["ethermint"]},"galaxy-1":{"$schema":"../chain.schema.json","chain_name":"galaxy","chain_id":"galaxy-1","pretty_name":"Galaxy","website":"https://galaxychain.zone/","status":"live","network_type":"mainnet","bech32_prefix":"galaxy","daemon_name":"galaxyd","node_home":"$HOME/.galaxy","slip44":118,"fees":{"fee_tokens":[{"denom":"uglx","low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.035}]},"staking":{"staking_tokens":[{"denom":"uglx"}]},"codebase":{"git_repo":"https://github.com/galaxies-labs/galaxy","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_linux_amd64.tar.gz","darwin/amd64":"https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_darwin_amd64.tar.gz"},"genesis":{"genesis_url":"https://github.com/OrbisWorlds/networks/raw/main/galaxy-1/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_linux_amd64.tar.gz","darwin/amd64":"https://github.com/galaxies-labs/galaxy/releases/download/v1.0.0/galaxy_v1.0.0_darwin_amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"}],"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"},"peers":{"seeds":[],"persistent_peers":[{"id":"10f7caa39969dc36450b138848a06e7deabe6fed","address":"95.111.244.128:26656","provider":"Pathrocknetwork"},{"id":"8b447bd4fa1e56d8252538a6e23573e5e78924fa","address":"161.97.155.94:26656","provider":"3Tekos"}]},"apis":{"rpc":[],"rest":[],"grpc":[]},"explorers":[{"kind":"ping.pub","url":"https://explorer.postcapitalist.io/Galaxy","tx_page":"https://explorer.postcapitalist.io/Galaxy/tx/${txHash}"}]},"genesis_29-2":{"$schema":"../chain.schema.json","chain_name":"genesisl1","chain_id":"genesis_29-2","pretty_name":"GenesisL1","status":"live","network_type":"mainnet","bech32_prefix":"genesis","daemon_name":"genesisd","node_home":"$HOME/.genesis","slip44":118,"fees":{"fee_tokens":[{"denom":"el1","low_gas_price":51000000000,"average_gas_price":52000000000,"high_gas_price":53000000000}]},"staking":{"staking_tokens":[{"denom":"el1"}]},"codebase":{"git_repo":"https://github.com/alpha-omega-labs/genesis-crypto","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.46.15","genesis":{"name":"plan_ethermint","genesis_url":"https://raw.githubusercontent.com/alpha-omega-labs/genesis-parameters/main/genesis_29-2/genesis.json"},"versions":[{"name":"plan_ethermint","tag":"v0.3.0","height":0,"next_version_name":"plan_crypto","recommended_version":"v0.5.0","compatible_versions":["v0.3.0","v0.5.0"],"cosmos_sdk_version":"0.44.5"},{"name":"plan_crypto","tag":"v1.0.0","height":7400000,"proposal":92,"recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.46.15"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg"}],"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"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"36111b4156ace8f1cfa5584c3ccf479de4d94936","address":"65.21.34.226:26656","provider":"GenesisL1"},{"id":"be81a20b7134552e270774ec861c4998fabc2969","address":"genesisl1.3ventures.io:26656"}]},"apis":{"rpc":[{"address":"https://26657.genesisl1.org","provider":"GenesisL1"}],"rest":[{"address":"https://api.genesisl1.org","provider":"GenesisL1"},{"address":"https://1317.genesisl1.org","provider":"GenesisL1"}],"evm-http-jsonrpc":[{"address":"https://rpc.genesisl1.org","provider":"GenesisL1"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/genesisL1","tx_page":"https://ping.pub/genesisL1/tx/${txHash}"},{"kind":"ping.pub","url":"https://exp.utsa.tech/genesis","tx_page":"https://exp.utsa.tech/genesis/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Genesisl1","tx_page":"https://explorer.stavr.tech/Genesisl1/tx/${txHash}","account_page":"https://explorer.stavr.tech/Genesisl1/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/genesisl1","tx_page":"https://atomscan.com/genesisl1/transactions/${txHash}","account_page":"https://atomscan.com/genesisl1/accounts/${accountAddress}"}]},"evmos_9001-2":{"$schema":"../chain.schema.json","chain_name":"evmos","chain_id":"evmos_9001-2","pretty_name":"Evmos","website":"https://evmos.org/","status":"live","network_type":"mainnet","bech32_prefix":"evmos","daemon_name":"evmosd","node_home":"$HOME/.evmosd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aevmos","fixed_min_gas_price":250000000,"low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"aevmos"}]},"codebase":{"git_repo":"https://github.com/evmos/evmos","recommended_version":"v18.1.0","compatible_versions":["v18.1.0"],"binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Windows_amd64.zip"},"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos.2","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.4.0","genesis":{"genesis_url":"https://archive.evmos.org/mainnet/genesis.json"},"versions":[{"name":"v12","tag":"v12.1.5","height":12303000,"proposal":137,"next_version_name":"v13.0.2","recommended_version":"v12.1.5","compatible_versions":["v12.1.5","v12.1.3","v12.1.2","v12.1.1","v12.1.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.0","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v12.1.5/evmos_12.1.5_Windows_amd64.zip"}},{"name":"v13.0.2","tag":"v13.0.2","height":14538200,"proposal":149,"next_version_name":"v14.0.0","recommended_version":"v13.0.2","compatible_versions":["v13.0.2"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v6.2.0","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v13.0.2/evmos_13.0.2_Windows_amd64.zip"}},{"name":"v14.0.0","tag":"v14.0.0","height":16105000,"proposal":196,"next_version_name":"v15.0.0","recommended_version":"v14.0.0","compatible_versions":["v14.0.0"],"cosmos_sdk_version":"v0.47.4-evmos.2","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v14.0.0/evmos_14.0.0_Windows_amd64.zip"}},{"name":"v15.0.0","tag":"v15.0.0","height":16946771,"proposal":240,"next_version_name":"v16.0.0","recommended_version":"v15.0.0","compatible_versions":["v15.0.0"],"cosmos_sdk_version":"v0.47.5-evmos","consensus":{"type":"cometbft","version":"v0.37.3-0.20230920093934-46df7b597e3c"},"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v15.0.0/evmos_15.0.0_Windows_amd64.zip"}},{"name":"v16.0.0","tag":"v16.0.4","height":18295000,"proposal":265,"next_version_name":"v17.0.0","recommended_version":"v16.0.4","compatible_versions":["v16.0.4"],"cosmos_sdk_version":"v0.47.5-evmos.2","consensus":{"type":"cometbft","version":"v0.37.3-0.20230920093934-46df7b597e3c"},"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v16.0.4/evmos_16.0.4_Windows_amd64.zip"}},{"name":"v17.0.0","tag":"v17.0.1","height":20101000,"next_version_name":"v18.0.0","recommended_version":"v17.0.1","compatible_versions":["v17.0.1"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos.2","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.4.0","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v17.0.1/evmos_17.0.1_Windows_amd64.zip"}},{"name":"v18.0.0","tag":"v18.0.1","height":20396852,"next_version_name":"v18.1.0","recommended_version":"v18.0.1","compatible_versions":["v18.0.1"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos.2","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.4.0","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v18.0.1/evmos_18.0.1_Windows_amd64.zip"}},{"name":"v18.1.0","tag":"v18.1.0","height":21209000,"next_version_name":"","recommended_version":"v18.1.0","compatible_versions":["v18.1.0"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos.2","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.4.0","binaries":{"linux/amd64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Linux_amd64.tar.gz","linux/arm64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/evmos/evmos/releases/download/v18.1.0/evmos_18.1.0_Windows_amd64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"}],"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"},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:13456","provider":"RHINO"},{"id":"7aa31684d201f8ebc0b1e832d90d7490345d77ee","address":"52.10.99.253:26656","provider":"Cosmostation"},{"id":"5740e4a36e646e80cc5648daf5e983e5b5d8f265","address":"54.39.18.27:26656","provider":"Figment"},{"id":"588cedb70fa1d98c14a2f2c1456bfa41e1a156a8","address":"evmos-sentry.mercury-nodes.net:29539","provider":"Mercury"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13456","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:13456","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"evmos-mainnet-seed.autostake.com:26736","provider":"AutoStake 🛡️ Slash Protected"},{"id":"40f4fac63da8b1ce8f850b0fa0f79b2699d2ce72","address":"seed.evmos.jerrychong.com:26656","provider":"Jerry's Pool"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"evmos.seed.node75.org:10756","provider":"Pro-nodes75"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ac009a9564d3471852795b5d703095a1d4b6a3e1","address":"seed-evmos-01.stakeflow.io:1707","provider":"Stakeflow"},{"id":"008175475229d09bcbbbe713c4e50faa85719c9e","address":"seed-node.mms.team:37656","provider":"MMS"},{"id":"8f0364267437c746762af90e6ac550033553b399","address":"seed.evmos.validatus.com:2000","provider":"Validatus"}],"persistent_peers":[{"id":"7aa31684d201f8ebc0b1e832d90d7490345d77ee","address":"52.10.99.253:26656","provider":"Cosmostation"},{"id":"5740e4a36e646e80cc5648daf5e983e5b5d8f265","address":"54.39.18.27:26656","provider":"Figment"},{"id":"588cedb70fa1d98c14a2f2c1456bfa41e1a156a8","address":"evmos-sentry.mercury-nodes.net:29539","provider":"Mercury"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"evmos-mainnet-peer.autostake.com:26736","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ac009a9564d3471852795b5d703095a1d4b6a3e1","address":"peer-evmos-01.stakeflow.io:1707","provider":"Stakeflow"},{"id":"d3c8c2ecd3cf0d05cc49ff12b81c52b3ec9675a5","address":"peer-evmos.mms.team:26656","provider":"MMS"},{"id":"25695d17ec014c39054ac0026db3228053a6a2db","address":"65.108.195.213:40656","provider":"StakeTown"},{"id":"cdf9f4c1f76006e783634ec3cdb48c1fed3c4a00","address":"evmos-mainnet.peer.stakevillage.net:16956","provider":"Stake Village"}]},"apis":{"rpc":[{"address":"https://rpc-evmos.ecostake.com","provider":"ecostake"},{"address":"https://evmos-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://tendermint.bd.evmos.org:26657","provider":"Blockdaemon"},{"address":"https://rpc-evmos-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"https://rpc.evmos.testnet.run","provider":"TestNetRun"},{"address":"https://rpc.evmos.nodestake.top","provider":"NodeStake"},{"address":"https://rpc.evmos.chaintools.tech/","provider":"ChainTools"},{"address":"https://evmos-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc.evmos.silentvalidator.com/","provider":"silent"},{"address":"https://rpc.evmos.tcnetwork.io","provider":"TC Network"},{"address":"https://evmos.rpc.stakin-nodes.com","provider":"Stakin"},{"address":"https://rpc-evmos.architectnodes.com","provider":"Architect Nodes"},{"address":"https://evmos-rpc.validatrium.club","provider":"Validatrium"},{"address":"https://evmos-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc-evmos-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://evmos-rpc.theamsolutions.info","provider":"AM Solutions"},{"address":"https://rpc-evmos.validavia.me","provider":"Validavia"},{"address":"https://evmos-rpc.w3coins.io","provider":"w3coins"},{"address":"https://evmos-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://evmos.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://evmos-rpc.antrixy.org/","provider":"Antrix Validators"},{"address":"https://evmos-mainnet.rpc.stakevillage.net:443","provider":"Stake Village"},{"address":"https://rpc.evmos.validatus.com","provider":"Validatus"},{"address":"https://rpc.evmos.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://rpc.evmos.citizenweb3.com:443","provider":"Citizen Web3"}],"rest":[{"address":"https://rest.bd.evmos.org:1317","provider":"Blockdaemon"},{"address":"https://evmos-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-evmos-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://api.evmos.nodestake.top","provider":"NodeStake"},{"address":"https://evmos-api.polkachu.com","provider":"Polkachu"},{"address":"https://api.evmos.silentvalidator.com/","provider":"silent"},{"address":"https://rest.evmos.tcnetwork.io","provider":"TC Network"},{"address":"https://evmos.rest.stakin-nodes.com","provider":"Stakin"},{"address":"https://rest-evmos.architectnodes.com","provider":"Architect Nodes"},{"address":"https://evmos-api.validatrium.club","provider":"Validatrium"},{"address":"https://rest-evmos.ecostake.com","provider":"ecostake"},{"address":"https://evmos-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api-evmos-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://evmos-api.theamsolutions.info","provider":"AM Solutions"},{"address":"https://lcd-evmos.validavia.me","provider":"Validavia"},{"address":"https://evmos-api.w3coins.io","provider":"w3coins"},{"address":"https://evmos-api.stake-town.com","provider":"StakeTown"},{"address":"https://evmos.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://evmos-rest.antrixy.org/","provider":"Antrix Validators"},{"address":"https://evmos-mainnet.api.stakevillage.net","provider":"Stake Village"},{"address":"https://api.evmos.validatus.com","provider":"Validatus"},{"address":"https://lcd.evmos.bronbro.io:443","provider":"Bro_n_Bro"}],"grpc":[{"address":"grpc.bd.evmos.org:9090","provider":"evmos.org"},{"address":"grpc-evmos-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"evmos-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"grpc.evmos.nodestake.top:443","provider":"NodeStake"},{"address":"grpc-evmos.cosmos-spaces.cloud:1190","provider":"Cosmos Spaces"},{"address":"evmos.grpcui.chaintools.host:443","provider":"ChainTools"},{"address":"evmos-grpc.polkachu.com:13490","provider":"Polkachu"},{"address":"evmos.grpc.stakin-nodes.com:443","provider":"Stakin"},{"address":"evmos-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"evmos-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc-evmos-01.stakeflow.io:1702","provider":"Stakeflow"},{"address":"https://evmos-grpc.theamsolutions.info ","provider":"AM Solutions"},{"address":"evmos-grpc.w3coins.io:13490","provider":"w3coins"},{"address":"grpc-evmos.mms.team:443","provider":"MMS"},{"address":"evmos-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"evmos.grpc.liveraven.net:443","provider":"LiveRaveN"},{"address":"https://evmos-grpc.antrixy.org/","provider":"Antrix Validators"},{"address":"evmos-mainnet.grpc.stakevillage.net:16990","provider":"Stake Village"},{"address":"grpc.evmos.validatus.com:443","provider":"Validatus"},{"address":"https://grpc.evmos.bronbro.io:443","provider":"Bro_n_Bro"}],"evm-http-jsonrpc":[{"address":"https://eth.bd.evmos.org:8545","provider":"Blockdaemon"},{"address":"https://jsonrpc-evmos-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://evmos-json-rpc.stakely.io","provider":"Stakely"},{"address":"https://jsonrpc.evmos.nodestake.top","provider":"NodeStake"},{"address":"https://json-rpc.evmos.bh.rocks","provider":"BlockHunters"},{"address":"https://evmos-json-rpc.agoranodes.com","provider":"AgoraNodes"},{"address":"https://evm-rpc.evmos.silentvalidator.com/","provider":"silent"},{"address":"https://json-rpc.evmos.tcnetwork.io","provider":"TC Network"},{"address":"https://evmosevm.rpc.stakin-nodes.com","provider":"Stakin"},{"address":"https://evmos-evm.publicnode.com","provider":"Allnodes.com ⚡️ Nodes & Staking"},{"address":"https://evmos-jsonrpc.theamsolutions.info","provider":"AM Solutions"},{"address":"https://jsonrpc-evmos.mms.team","provider":"MMS"},{"address":"https://evmos-jsonrpc.stake-town.com","provider":"StakeTown"},{"address":"https://evmos.jsonrpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://evmos.json.antrixy.org","provider":"Antrix Validators"},{"address":"https://evmos-mainnet.jsonrpc.stakevillage.net","provider":"Stake Village"},{"address":"https://json-rpc.evmos.validatus.com","provider":"Validatus"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/evmos","tx_page":"https://ezstaking.app/evmos/txs/${txHash}","account_page":"https://ezstaking.app/evmos/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/evmos","tx_page":"https://www.mintscan.io/evmos/transactions/${txHash}","account_page":"https://www.mintscan.io/evmos/accounts/${accountAddress}"},{"kind":"blockscout","url":"https://evm.evmos.org","tx_page":"https://evm.evmos.org/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/evmos","tx_page":"https://ping.pub/evmos/tx/${txHash}"},{"kind":"explorers.guru","url":"https://evmos.explorers.guru","tx_page":"https://evmos.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/evmos","tx_page":"https://atomscan.com/evmos/transactions/${txHash}","account_page":"https://atomscan.com/evmos/accounts/${accountAddress}"},{"kind":"tcnetwork","url":"https://evmos.tcnetwork.io","tx_page":"https://evmos.tcnetwork.io/transaction/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/evmos","account_page":"https://stakeflow.io/evmos/accounts/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/evmos","tx_page":"https://exp.stakevillage.net/evmos/tx/${txHash}","account_page":"https://exp.stakevillage.net/evmos/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/evmos","tx_page":"https://explorer.stavr.tech/evmos/tx/${txHash}","account_page":"https://explorer.stavr.tech/evmos/accounts/${accountAddress}"}],"extra_codecs":["ethermint"]},"wormchain":{"$schema":"../chain.schema.json","chain_name":"gateway","chain_id":"wormchain","pretty_name":"Wormhole Gateway","website":"https://wormhole.com","status":"live","network_type":"mainnet","bech32_prefix":"wormhole","daemon_name":"wormchaind","node_home":"$HOME/.wormchaind","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utest","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"uworm"}]},"codebase":{"git_repo":"https://github.com/wormhole-foundation/wormhole","recommended_version":"v2.23.0","cosmos_sdk_version":"github.com/wormhole-foundation/cosmos-sdk@v0.45.9-wormhole-2","consensus":{"type":"tendermint","version":"github.com/tendermint/tendermint@v0.34.24"},"cosmwasm_version":"github.com/wormhole-foundation/wasmd@v0.30.0-wormchain-2","cosmwasm_enabled":true,"ibc_go_version":"4.2.2","ics_enabled":["ics20-1"],"genesis":{"name":"v1","genesis_url":"https://github.com/wormhole-foundation/wormhole/blob/main/wormchain/mainnet/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/gateway_logo.png","theme":{"primary_color_hex":"#0F0C48"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/gateway_logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/gateway_logo.png"},"peers":{"seeds":[{"id":"8e7a0485dd956491a63cea0fac598e7588ef46f7","address":"35.207.119.54:26656","provider":"Jump Crypto"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"8e7a0485dd956491a63cea0fac598e7588ef46f7","address":"35.207.119.54:26656","provider":"Jump Crypto"},{"id":"b4f2e07e01222307faabce24b1e8dc2736e96c53","address":"194.169.245.254:26656","provider":"ChainLayer"},{"id":"2b457d275d6f75867bd1fcc859f52db0dbd39324","address":"57.128.144.245:26656","provider":"Forbole"},{"id":"ecdd26f15d171073f2c3a1419caee3fbc820cfb2","address":"37.120.245.149:26656","provider":"Syncnode"},{"id":"e0a00b061f072ff0b60c03b49d32ee780331e5b8","address":"162.19.171.137:36156","provider":"Chainode"},{"id":"2fec1a950c29e0b847b50e9cbd081948bf717e8a","address":"15.235.53.169:26656","provider":"Figment"},{"id":"59e1edf9de1827931ced34ebc5f7737b42a02f31","address":"80.190.129.50:49660","provider":"Staking Facilities"}]},"apis":{"rpc":[{"address":"https://tncnt-eu-wormchain-main-01.rpc.p2p.world/","provider":"P2P"},{"address":"https://wormchain-rpc.quickapi.com/","provider":"ChainLayer"}],"rest":[{"address":"https://tncnt-eu-wormchain-main-01.rpc.p2p.world/lcd/","provider":"P2P"},{"address":"https://wormchain-lcd.quickapi.com/","provider":"ChainLayer"}],"grpc":[{"address":"tncnt-eu-wormchain-main-01-grpc.rpc.p2p.world:80","provider":"P2P"}]},"explorers":[{"kind":"bigdipper","url":"https://bigdipper.live/wormhole","tx_page":"https://bigdipper.live/wormhole/transactions/${txHash}","account_page":"https://bigdipper.live/wormhole/accounts/${accountAddress}"}],"keywords":["bridge"]},"gitopia":{"$schema":"../chain.schema.json","chain_name":"gitopia","chain_id":"gitopia","pretty_name":"Gitopia","website":"https://gitopia.com/","status":"live","network_type":"mainnet","bech32_prefix":"gitopia","daemon_name":"gitopiad","node_home":"$HOME/.gitopia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ulore","fixed_min_gas_price":0.001,"low_gas_price":0.0012,"average_gas_price":0.0016,"high_gas_price":0.0024}]},"staking":{"staking_tokens":[{"denom":"ulore"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/gitopia/gitopia","recommended_version":"v3.3.0","compatible_versions":["v3.3.0"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"5.3.1","ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://github.com/gitopia/mainnet/raw/master/genesis.tar.gz"},"versions":[{"name":"v2","next_version_name":"v3","recommended_version":"v2.1.1","compatible_versions":["v2.0.0","v2.1.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_linux_amd64.tar.gz","linux/arm64":"https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_linux_arm64.tar.gz","darwin/amd64":"https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_darwin_amd64.tar.gz","darwin/arm64":"https://server.gitopia.com/releases/Gitopia/gitopia/v2.1.1/gitopiad_2.1.1_darwin_arm64.tar.gz"}},{"name":"v3","next_version_name":"v3.2.0","recommended_version":"v3.0.1","compatible_versions":["v3.0.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"ibc_go_version":"5.3.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1/gitopiad_3.0.1_linux_amd64.tar.gz","linux/arm64":"https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1/gitopiad_3.0.1_linux_arm64.tar.gz","darwin/amd64":"https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1/gitopiad_3.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://server.gitopia.com/releases/Gitopia/gitopia/v3.0.1gitopiad_3.0.1_darwin_arm64.tar.gz"}},{"name":"v3.2.0","height":6446000,"proposal":12,"next_version_name":"v3.3.0","recommended_version":"v3.2.0","compatible_versions":["v3.2.0"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"5.3.1","ics_enabled":["ics20-1"]},{"name":"v3.3.0","height":6720000,"proposal":14,"next_version_name":"","recommended_version":"v3.3.0","compatible_versions":["v3.3.0"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"5.3.1","ics_enabled":["ics20-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:11356","provider":"polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11356","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"gitopia-mainnet-seed.autostake.com","provider":"autostake"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:11356","provider":"WhisperNode 🤐"},{"id":"187425bc3739daaef8cb1d7cf47d655117396dbe","address":"seed-gitopia.ibs.team:16660","provider":"Inter Blockchain Services"},{"id":"9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152","address":"gitopia-seed.mzonder.com:11056","provider":"MZONDER"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"gitopia.rpc.kjnodes.com:14159","provider":"kjnodes"},{"id":"f280239045928af4e1b289d9df4059b7f941777b","address":"seed-node.mms.team:35656","provider":"MMS"},{"id":"a74403b9fbf58ba7538e0a9584510c67a0877beb","address":"rpc.gitopia.nodestake.top:666","provider":"NodeStake"},{"id":"6d41d36d54abd868c4cdaf5b956ac047327bff67","address":"seeds-3.anode.team:10260","provider":"AlxVoy ⚡ ANODE.TEAM"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"91706fd6ec45e38661ba7bb7567fc572b738c3ea","address":"seed-gitopia.tothemars.network:11156","provider":"ToTheMars"}],"persistent_peers":[{"id":"8f67a2fcdd7ade970b1983bf1697111d35dfdd6f","address":"52.79.199.137:26656","provider":"nodestake"},{"id":"4979b96c4453efb66c677876fe0e9109b15a8440","address":"65.21.235.144:26656","provider":"[NODERS]TEAM"},{"id":"be0c48bbcefb13702008d819ee4292f5afa4dc4c","address":"148.251.235.130:11656","provider":"Staketab"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"gitopia-mainnet-peer.autostake.com","provider":"autostake"},{"id":"c6f7524b45ae2d9da2a272858c804fd67a29cf72","address":"95.214.53.218:33656","provider":"genznodes"},{"id":"adc84ea4f4c2e758ec83b0487c52a5d2d1ed1d56","address":"seeds-gitopia.hexnodes.co:16656","provider":"Hexnodes"},{"id":"c903e98ce3923865f521151d97f36510157c8bc1","address":"gitopia.peers.stavr.tech:51056","provider":"🔥STAVR🔥"},{"id":"fdf51e3445ef8b3b28c313d98c65516b8faf3317","address":"rpc.gitopia.indonode.net:26656","provider":"Indonode"},{"id":"d5525675ceb88d2c4f4df828ec01d237bcc11950","address":"138.201.21.197:26656","provider":"StakeTown"},{"id":"1c90a7d16090e69fca5d53b6558b2cef7b8f88a8","address":"116.203.35.46:36656","provider":"Stake-Take"},{"id":"cc7d9f8d2fa2225063d8d5ac3fe70cbb64d7a0f7","address":"gitopia.ramuchi.tech:20000","provider":"ramuchi.tech"},{"id":"4112e75275da1fef14904036a76354a13d40dc8f","address":"peer-gitopia.mms.team:31656","provider":"MMS"},{"id":"31ef9b9bceeea15fcafe4a3be0a81c8c04071bc7","address":"mainnet-gitopia.konsortech.xyz:38656","provider":"KonsorTech"},{"id":"abd217aa49d5ee86c271d04feef2cf4c97ff8d55","address":"gitopia.p2p.roomit.xyz:16601","provider":"RoomIT"},{"id":"f93ac5cc7f69e825e87bf32556b4633ce543bb6e","address":"gitopia.peer.stakevillage.net:14156","provider":"Stake Village"},{"id":"901c393d17c1e6094cbbc83c34f167a67bb5fab1","address":"65.108.70.119:36656","provider":"AlxVoy ⚡ ANODE.TEAM"},{"id":"aa26aa0baa5dfc41c126d16d4dc48bb45151d560","address":"gitopia-mainnet.peers.l0vd.com:22656","provider":"L0vd.com ❤️"},{"id":"c160c99489ca08ce5c59af1025460544619acdad","address":"peer-gitopia.tothemars.network:21156","provider":"ToTheMars"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"gitopia.declab.pro:26627","provider":"Decloud Nodes Lab"}]},"apis":{"rpc":[{"address":"https://gitopia-rpc.polkachu.com:443","provider":"polkachu"},{"address":"https://gitopia-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.gitopia.nodestake.top:443","provider":"nodestake"},{"address":"https://gitopia-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://gitopia-rpc.ibs.team:443","provider":"Inter Blockchain Services"},{"address":"https://m-gitopia.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"http://gitopia.rpc.m.stavr.tech:51057","provider":"🔥STAVR🔥"},{"address":"https://gitopia-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://rpc-gitopia.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://gitopia.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://gitopia-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://rpc.gitopia.silentvalidator.com","provider":"silent"},{"address":"https://gitopia-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://rpc-gitopia.mzonder.com","provider":"MZONDER"},{"address":"https://gitopia.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc.gitopia.sgtstake.com","provider":"SGTstake"},{"address":"https://mainnet-gitopia-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://rpc.gitopia.roomit.xyz","provider":"RoomIT"},{"address":"https://gitopia.rpc.moonbridge.team","provider":"Moonbridge"},{"address":"https://gitopia-rpc.stakeangle.com","provider":"StakeAngle"},{"address":"https://gitopia.rpc.m.anode.team","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"https://gitopia.rpc.stakevillage.net","provider":"Stake Village"},{"address":"https://gitopia-rpc.enigma-validator.com/","provider":"Enigma"},{"address":"https://rpc.gitopia.tcnetwork.io/","provider":"TC Network"},{"address":"https://gitopia.nodejumper.io:443","provider":"NODEJUMPER"},{"address":"https://rpc.gitopia.stakeup.tech/","provider":"StakeUp"},{"address":"https://gitopia-mainnet.rpc.l0vd.com:443","provider":"L0vd.com ❤️"},{"address":"https://gitopia-rpc.tothemars.network:443","provider":"ToTheMars"},{"address":"https://gitopia.declab.pro:26625","provider":"Decloud Nodes Lab"},{"address":"https://gitopia-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://gitopia-api.polkachu.com:443","provider":"polkachu"},{"address":"https://gitopia-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api.gitopia.nodestake.top:443","provider":"nodestake"},{"address":"https://gitopia-rest.staketab.org","provider":"Staketab"},{"address":"https://gitopia-mainnet-lcd.autostake.com:443","provider":"autostake"},{"address":"https://gitopia-api.ibs.team:443","provider":"Inter Blockchain Services"},{"address":"https://m-gitopia.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://gitopia.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://gitopia-api.genznodes.dev","provider":"genznodes"},{"address":"https://lcd-gitopia.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://gitopia.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://gitopia-api.stake-town.com","provider":"StakeTown"},{"address":"https://api.gitopia.silentvalidator.com","provider":"silent"},{"address":"https://gitopia-api.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://api-gitopia.mzonder.com","provider":"MZONDER"},{"address":"https://gitopia.api.kjnodes.com","provider":"kjnodes"},{"address":"https://api.gitopia.sgtstake.com/","provider":"SGTstake"},{"address":"https://mainnet-gitopia-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://api.gitopia.roomit.xyz","provider":"RoomIT"},{"address":"https://gitopia.api.moonbridge.team","provider":"Moonbridge"},{"address":"http://gitopia-rpc.stakeangle.com:41317","provider":"StakeAngle"},{"address":"https://gitopia.api.m.anode.team","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"https://gitopia.api.stakevillage.net","provider":"Stake Village"},{"address":"https://gitopia-lcd.enigma-validator.com/","provider":"Enigma"},{"address":"https://rest.gitopia.tcnetwork.io/","provider":"TC Network"},{"address":"https://gitopia.nodejumper.io:1317","provider":"NODEJUMPER"},{"address":"https://api.gitopia.stakeup.tech/","provider":"StakeUp"},{"address":"https://gitopia-mainnet.api.l0vd.com:443","provider":"L0vd.com ❤️"},{"address":"https://gitopia-api.tothemars.network:443","provider":"ToTheMars"},{"address":"https://gitopia.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://gitopia-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"grpc.gitopia.indonode.net:26090","provider":"indonode"},{"address":"gitopia.grpc.nodersteam.com:9201","provider":"[NODERS]TEAM"},{"address":"gitopia-grpc.polkachu.com:11390","provider":"polkachu"},{"address":"services.staketab.com:9410","provider":"Staketab"},{"address":"https://gitopia-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://grpc.gitopia.nodestake.top:443","provider":"nodestake"},{"address":"https://grpc-gitopia.nodeist.net","provider":"Nodeist"},{"address":"http://gitopia.grpc.m.stavr.tech:5123","provider":"🔥STAVR🔥"},{"address":"gitopia-grpc.genznodes.dev:33090","provider":"genznodes"},{"address":"https://grpc.gitopia.hexnodes.co:16090","provider":"Hexnodes"},{"address":"https://gitopia.grpc.liveraven.net:443","provider":"LiveRaveN"},{"address":"https://grpc.gitopia.indonode.net:26090","provider":"Indonode"},{"address":"gitopia-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"grpc.gitopia.silentvalidator.com:443","provider":"silent"},{"address":"https://gitopia-grpc.ramuchi.tech:16001","provider":"ramuchi.tech"},{"address":"grpc-gitopia.mzonder.com:443","provider":"MZONDER"},{"address":"gitopia.grpc.kjnodes.com:14190","provider":"kjnodes"},{"address":"grpc.gitopia.roomit.xyz:8443","provider":"RoomIT"},{"address":"https://gitopia.grpc.moonbridge.team","provider":"Moonbridge"},{"address":"http://gitopia-rpc.stakeangle.com:41390","provider":"StakeAngle"},{"address":"https://gitopia.grpc.m.anode.team","provider":"AlxVoy ⚡ ANODE.TEAM"},{"address":"https://grpc.gitopia.sbgid.com","provider":"kokos"},{"address":"mainnet-gitopia-grpc.konsortech.xyz:38090","provider":"KonsorTech"},{"address":"gitopia.grpc.stakevillage.net:14190","provider":"Stake Village"},{"address":"gitopia.nodejumper.io:9090","provider":"NODEJUMPER"},{"address":"grpc.gitopia.stakeup.tech:443","provider":"StakeUp"},{"address":"gitopia-mainnet.grpc.l0vd.com:80","provider":"L0vd.com ❤️"},{"address":"gitopia-grpc.tothemars.network:21190","provider":"ToTheMars"},{"address":"https://gitopia.declab.pro:9017","provider":"Decloud Nodes Lab"},{"address":"gitopia-grpc.noders.services:19090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/gitopia","tx_page":"https://ping.pub/gitopia/tx/${txHash}","account_page":"https://ping.pub/gitopia/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Gitopia-M","tx_page":"https://explorer.stavr.tech/Gitopia-M/tx/${txHash}","account_page":"https://explorer.stavr.tech/Gitopia-M/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/gitopia","tx_page":"https://exp.utsa.tech/gitopia/tx/${txHash}","account_page":"https://exp.utsa.tech/gitopia/account/${accountAddress}"},{"kind":"Nodeist","url":"https://exp.nodeist.net/gitopia","tx_page":"https://exp.nodeist.net/gitopia/tx/${txHash}","account_page":"https://exp.nodeist.net/gitopia/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/gitopia","tx_page":"https://explorer.stake-take.com/gitopia/tx/${txHash}","account_page":"https://explorer.stake-take.com/gitopia/account/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/gitopia","tx_page":"https://explorer.nodexcapital.com/gitopia/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/gitopia/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/gitopia","tx_page":"https://explorer.tcnetwork.io/gitopia/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/gitopia/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/gitopia","tx_page":"https://explorer.nodestake.top/gitopia/tx/${txHash}","account_page":"https://explorer.nodestake.top/gitopia/account/${accountAddress}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/gitopia","tx_page":"https://explorer.tendermint.roomit.xyz/gitopia/transaction/${txHash}","account_page":"https://explorer.tendermint.roomit.xyz/gitopia/account/${accountAddress}"},{"kind":"Moonbridge","url":"https://explorer.moonbridge.team/gitopia","tx_page":"https://explorer.moonbridge.team/gitopia/tx/${txHash}","account_page":"https://explorer.moonbridge.team/gitopia/account/${accountAddress}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/gitopia","tx_page":"https://explorer.konsortech.xyz/gitopia/tx/${txHash}","account_page":"https://explorer.konsortech.xyz/gitopia/account/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/gitopia","tx_page":"https://exp.stakevillage.net/gitopia/tx/${txHash}","account_page":"https://exp.stakevillage.net/gitopia/account/${accountAddress}"},{"kind":"AlxVoy ⚡ ANODE.TEAM","url":"https://main.anode.team/gitopia","tx_page":"https://main.anode.team/gitopia/tx/${txHash}","account_page":"https://main.anode.team/gitopia/account/${accountAddress}"},{"kind":"L0vd.com ❤️","url":"https://chain-services.l0vd.com/mainnets/gitopia","tx_page":"https://chain-services.l0vd.com/mainnets/gitopia/tx/${txHash}","account_page":"https://chain-services.l0vd.com/mainnets/gitopia/account/${accountAddress}"},{"kind":"ToTheMars","url":"https://explorer.tothemars.network/gitopia","tx_page":"https://explorer.tothemars.network/gitopia/tx/${txHash}","account_page":"https://explorer.tothemars.network/gitopia/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Gitopia","tx_page":"https://explorer.declab.pro/Gitopia/tx/${txHash}","account_page":"https://explorer.declab.pro/Gitopia/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/gitopia","tx_page":"https://mainnet.whispernode.com/gitopia/tx/${txHash}","account_page":"https://mainnet.whispernode.com/gitopia/account/${accountAddress}"}]},"govgen-1":{"$schema":"../chain.schema.json","chain_name":"govgen","chain_id":"govgen-1","pretty_name":"GovGen","website":"https://govgen.io/","status":"live","network_type":"mainnet","bech32_prefix":"govgen","daemon_name":"govgend","node_home":"$HOME/.govgen","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ugovgen","fixed_min_gas_price":0.001,"low_gas_price":0.006,"average_gas_price":0.006,"high_gas_price":0.009}]},"staking":{"staking_tokens":[{"denom":"ugovgen"}]},"codebase":{"git_repo":"https://github.com/atomone-hub/govgen","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"binaries":{"linux/amd64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-linux-amd64","linux/arm64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-linux-arm64","darwin/amd64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-darwin-amd64","darwin/arm64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-darwin-arm64","windows/amd64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-windows-amd64.exe","windows/arm64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-windows-arm64.exe"},"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.29"},"genesis":{"genesis_url":"https://atomone.fra1.digitaloceanspaces.com/govgen/govgen-1/genesis.json"},"versions":[{"name":"v1.0.1","tag":"v1.0.1","height":1,"recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.29"},"binaries":{"linux/amd64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-linux-amd64","linux/arm64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-linux-arm64","darwin/amd64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-darwin-amd64","darwin/arm64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-darwin-arm64","windows/amd64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-windows-amd64.exe","windows/arm64":"https://github.com/atomone-hub/govgen/releases/download/v1.0.1/govgend-v1.0.1-windows-arm64.exe"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"e43fa897f5d4521cf979b2b45c1c7ce6ce7526ca","address":"167.235.183.213:26656"},{"id":"148d010cbeb45140f190abfee435f42347d2c195","address":"65.108.71.140:26656"},{"id":"ae3b7efbe5bddff191b53b769767e835c2365241","address":"46.166.172.240:26656"},{"id":"644a1458bb4db8f0bfd730d5cd59356be31d7f0b","address":"37.120.245.28:26656"},{"id":"803b2b7d296305b21e2bde0e7a176ee817dfb32a","address":"65.109.61.113:26656"},{"id":"9878ffec4ee8374c379ecb20f6969113c74bdf5b","address":"5.78.74.23:26656"},{"id":"1504dc323cf076fe3d67cf44957b1b11542be4f1","address":"46.4.49.232:26656"},{"id":"305477e5d173676b37063c19ebb3fc54865031c5","address":"135.181.238.46:26656"},{"id":"8ba4d316ba11ae5bffea99c1b9054d6e48949899","address":"89.40.15.222:26656"},{"id":"9fd44b4268f5b5f404deb49d5d51cfe63e36fe27","address":"57.128.22.99:26656"},{"id":"ff3ce867466db0ca067af1858f18973a40f994ba","address":"65.108.73.124:26656"},{"id":"7b6b5e6bd22012b57c766d7aa29e62a7cdfa1ffd","address":"135.181.164.90:26656"},{"id":"330790318fe0a434506cbd9e67b3cf2fb3a70776","address":"172.235.61.162:26656"},{"id":"aebe4bf557b694414a0b9419f6914989d8b20697","address":"141.94.209.185:26656"},{"id":"e82e3a9e9d216928b9880a8b7a231b89fee85a71","address":"95.217.117.37:26656"},{"id":"53725e6241835df4e9aa3d79b17283df80ec8d8b","address":"139.144.52.201:26656"},{"id":"b061dfcf7d6bacc0b65d7105ae95856a1911f236","address":"5.181.190.76:26656"},{"id":"d5b35e38d8e8de778273433380354a309e0a1415","address":"207.244.80.234:26656"},{"id":"f1a765e98c98a067275b4831e447aaebb45ae8b5","address":"135.181.113.225:26656"},{"id":"4882ff4d312733d5abf30e76e588e92cd1e941fa","address":"65.109.103.214:26656"},{"id":"cb573bb313fd190eed685d6bd5a7d8254d05d8fb","address":"107.155.81.106:26656"},{"id":"56661d3c3739cc9eba7422825db3cb15b412fac6","address":"95.217.122.104:26656"},{"id":"6297ac573eabe2ed825eeb824fefa3fe09eaa1cb","address":"152.53.34.76:26656"},{"id":"e55acdd96d2be959659b82e07bf4e1616e6ed3b9","address":"167.235.242.236:26656"},{"id":"00044f57ee86c3c487e061fd5504a72d57b650ca","address":"162.19.169.74:26656"},{"id":"94ded263f7bf10f14eca7fd5ed99541b2ba78d02","address":"85.215.114.180:26656"},{"id":"62bdb851cb7d4174b9d8ecf90613cf7ca14d517c","address":"65.108.227.114:26656"}]},"apis":{"rpc":[{"address":"https://rpc.govgen.io:443","provider":"AllInBits"},{"address":"https://rpc-govgen.sg-1.online/","provider":"SG-1"},{"address":"https://govgen.rpc.nodeshub.online:443","provider":"Nodes Hub"},{"address":"https://govgen-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc.govgen.posthuman.digital:443","provider":"posthuman"},{"address":"https://rpc-govgen.kewrnode.com/","provider":"Kewr Node"}],"rest":[{"address":"https://api.govgen.io/","provider":"AllInBits"},{"address":"https://api-govgen.sg-1.online/","provider":"SG-1"},{"address":"https://govgen.api.nodeshub.online/","provider":"Nodes Hub"},{"address":"https://govgen-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rest.govgen.posthuman.digital:443","provider":"posthuman"},{"address":"https://rest-govgen.kewrnode.com/","provider":"Kewr Node"}],"grpc":[{"address":"govgen-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://govgen.grpc.nodeshub.online:443","provider":"Nodes Hub"},{"address":"https://grpc.govgen.posthuman.digital:443","provider":"posthuman"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer.govgen.io/","tx_page":"https://explorer.govgen.io/govgen/tx/${txHash}","account_page":"https://explorer.govgen.io/govgen/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.nodeshub.online/govgen","tx_page":"https://explorer.nodeshub.online/govgen/tx/${txHash}","account_page":"https://explorer.nodeshub.online/govgen/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.equinoxdao.xyz/govgen","tx_page":"https://explorer.equinoxdao.xyz/govgen/tx/${txHash}","account_page":"https://explorer.equinoxdao.xyz/govgen/account/${accountAddress}"},{"kind":"ping.pub","url":"https://test.explorer.ist/govgen","tx_page":"https://test.explorer.ist/govgen/tx/${txHash}","account_page":"https://test.explorer.ist/govgen/account/${accountAddress}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/govgen","tx_page":"https://explorer.posthuman.digital/govgen/tx/${txHash}","account_page":"https://explorer.posthuman.digital/govgen/account/${accountAddress}"}]},"helichain":{"$schema":"../chain.schema.json","chain_name":"heli","chain_id":"helichain","pretty_name":"HeliChain","website":"https://helichain.com/","status":"live","network_type":"mainnet","bech32_prefix":"heli","daemon_name":"helichaind","node_home":"$HOME/.helichain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uheli","fixed_min_gas_price":0.001,"low_gas_price":0.001,"average_gas_price":0.002,"high_gas_price":0.0025}]},"staking":{"staking_tokens":[{"denom":"uheli"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/Heli-Chain/heli","recommended_version":"v0.0.1","compatible_versions":["v0.0.1"],"cosmos_sdk_version":"0.47.4","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.41.0","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/Heli-Chain/heli/main/genesis.json"},"versions":[{"name":"v0.0.1","next_version_name":"","recommended_version":"v0.0.1","compatible_versions":["v0.0.1"],"cosmos_sdk_version":"0.47.4","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg"}],"peers":{"seeds":[{"id":"8f86b9543ee84a69072cb8347cc8fb4ace68e6f5","address":"45.77.172.45:26656"},{"id":"60d5b2568bc9d6e0a61e4f0ab2ed3ace71b8dcb1","address":"66.42.53.120:26656"},{"id":"c1bc48f2bf4361d2c4afd135df8e4b0020672877","address":"149.28.153.206:26656"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.helichain.com/","provider":"HeliChain"}],"rest":[{"address":"https://lcd.helichain.com/","provider":"HeliChain"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer.helichain.com/Helichain","tx_page":"https://explorer.helichain.com/Helichain/tx/${txHash}","account_page":"https://explorer.helichain.com/Helichain/account/${accountAddress}"}]},"highbury_710-1":{"$schema":"../chain.schema.json","chain_name":"highbury","chain_id":"highbury_710-1","pretty_name":"Highbury","website":"https://www.fury.black/","status":"live","network_type":"mainnet","bech32_prefix":"fury","daemon_name":"fury","node_home":"$HOME/.fury","slip44":459,"alternative_slip44s":[710],"fees":{"fee_tokens":[{"denom":"ufury","low_gas_price":0.05,"average_gas_price":0.1,"high_gas_price":0.25}]},"staking":{"staking_tokens":[{"denom":"ufury"}]},"codebase":{"git_repo":"https://github.com/Four4Two/fury/","recommended_version":"v0.4.1","compatible_versions":["v0.4.1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/Four4Two/fury/mainnet/networks/genesis.json"},"versions":[{"name":"v0.4.1","recommended_version":"v0.4.1","compatible_versions":["v0.4.1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"},"peers":{"seeds":[{"id":"377132f66d6fe7eed732842b276d1d7d998e685e","address":"35.200.155.236:26656","provider":"Fanfury"}]},"apis":{"rpc":[{"address":"https://gridiron.furya.io","provider":"fanfury"}],"rest":[{"address":"https://api-mainnet.furya.io/","provider":"fanfury"}],"grpc":[{"address":"api-mainnet.furya.io:9090","provider":"fanfury"}],"evm-http-jsonrpc":[{"address":"https://rest.furya.io/","provider":"fanfury"}]},"explorers":[{"kind":"pingpub","url":"https://explorer.furya.wtf/","tx_page":"https://www.explorer.furya.wtf//txs/${txHash}","account_page":"https://explorer.furya.wtf//account/${accountAddress}"}]},"humans_1089-1":{"$schema":"../chain.schema.json","chain_name":"humans","chain_id":"humans_1089-1","pretty_name":"Humans.ai","website":"https://humans.ai/","status":"live","network_type":"mainnet","bech32_prefix":"human","daemon_name":"humansd","node_home":"$HOME/.humansd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aheart","fixed_min_gas_price":250000000,"low_gas_price":80000000000,"average_gas_price":100000000000,"high_gas_price":160000000000}]},"staking":{"staking_tokens":[{"denom":"aheart"}]},"codebase":{"git_repo":"https://github.com/humansdotai/","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.46.11","consensus":{"type":"cometbft","version":"0.34.27"},"genesis":{"genesis_url":"https://github.com/humansdotai/mainnets/blob/main/mainnet/1/genesis_1089-1.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"consensus":{"type":"cometbft","version":"0.34.27"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"},"peers":{"seeds":[{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"humans.rpc.kjnodes.com:12259","provider":"kjnodes"},{"id":"f8006da7d742777eeca0194b94586c8f147be4f6","address":"humans-mainnet-seed.itrocket.net:17656","provider":"itrocket"},{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:18456","provider":"RHINO"},{"id":"0e959a22dfdd34ac16f9af82d76ec6ae5f0e8e73","address":"135.181.75.235:10256","provider":"PPNV Service"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"humans-mainnet-seed.autostake.com:27536","provider":"AutoStake 🛡️ Slash Protected"}],"persistent_peers":[{"id":"5e51671241340f1d1e1409a9e0cc4474820bf782","address":"humans-mainnet-peer.itrocket.net:17656","provider":"itrocket"},{"id":"52ce913cd01c55b9471b0d13338d6db242f7b509","address":"humans.rpc.nodeshub.online:18456","provider":"Nodes Hub"},{"id":"2ad3cae310d94b7795a248ca2137577a5d26797a","address":"135.181.75.235:13656","provider":"PPNV Service"},{"id":"2f8a0bf63e23606dc85bdd11afbf34e68a9f3b74","address":"mainnet-humans.konsortech.xyz:40656","provider":"KonsorTech"},{"id":"9193e655f0581b4acf2e87976ac0b55795359742","address":"167.235.177.226:26656","provider":"[NODERS]TEAM"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"humans-mainnet-peer.autostake.com:27536","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc.humans.nodestake.top","provider":"NodeStake"},{"address":"https://humans.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://humans.rpc.nodeshub.online","provider":"NodesHub"},{"address":"https://humans-mainnet-rpc.itrocket.net","provider":"itrocket"},{"address":"https://humans-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://rpc-humansai.thenop.io:443","provider":"TheNOP.io"},{"address":"https://humans-rpc.stakeangle.com/","provider":"StakeAngle"},{"address":"https://humans-rpc.anyvalid.com:26627","provider":"AnyValid"},{"address":"https://mainnet-humans-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"http://135.181.75.235:13657","provider":"PPNV Service"},{"address":"https://rpc.humans-mainnet.stake-take.com/","provider":"Stake-Take"},{"address":"https://rpc.humans.posthuman.digital","provider":"posthuman"},{"address":"https://humans-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://humans-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"rest":[{"address":"https://api.humans.nodestake.top","provider":"NodeStake"},{"address":"https://humans.api.kjnodes.com","provider":"kjnodes"},{"address":"https://humans.api.nodeshub.online","provider":"NodesHub"},{"address":"https://humans-mainnet-api.itrocket.net","provider":"itrocket"},{"address":"https://humans-rest.staketab.org","provider":"Staketab"},{"address":"https://api-humansai.thenop.io:443","provider":"TheNOP.io"},{"address":"http://humans-rpc.stakeangle.com:41417","provider":"StakeAngle"},{"address":"https://mainnet-humans-api.konsortech.xyz","provider":"KonsorTech"},{"address":"http://135.181.75.235:13317","provider":"PPNV Service"},{"address":"https://api.humans-mainnet.stake-take.com/","provider":"Stake-Take"},{"address":"https://rest.humans.posthuman.digital","provider":"posthuman"},{"address":"https://humans-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://humans-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"grpc":[{"address":"https://grpc.humans.nodestake.top:443","provider":"NodeStake"},{"address":"https://humans.grpc.kjnodes.com/","provider":"kjnodes"},{"address":"https://grpc-humans.nodeist.net/","provider":"Nodeist"},{"address":"humans-mainnet-grpc.itrocket.net:17090","provider":"itrocket"},{"address":"http://humans-rpc.stakeangle.com:41490/","provider":"Staketab"},{"address":"humans.grpc.nodersteam.com:9221","provider":"[NODERS]TEAM"},{"address":"http://135.181.75.235:13090","provider":"PPNV Service"},{"address":"https://grpc-humans.cosmos-spaces.cloud:1190","provider":"StakePool"},{"address":"humans-grpc.noders.services:21090","provider":"[NODERS]TEAM"},{"address":"humans-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"evm-http-jsonrpc":[{"address":"https://jsonrpc.humans.nodestake.top/","provider":"NodeStake"},{"address":"https://humans-mainnet-evm.itrocket.net","provider":"itrocket"},{"address":"https://humans-evm-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://evm.humans.stakepool.dev.br","provider":"Stakepool"},{"address":"https://mainnet-humans-evm.konsortech.xyz","provider":"KonsorTech"},{"address":"https://evm.humans.posthuman.digital","provider":"posthuman"},{"address":"https://humans-jsonrpc.noders.services","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"mintscan","url":"https://mintscan.io/humans","tx_page":"https://www.mintscan.io/humans/tx/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/humans","tx_page":"https://ezstaking.app/humans/txs/${txHash}","account_page":"https://ezstaking.app/humans/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/humans","tx_page":"https://ping.pub/humans/tx/${txHash}"},{"kind":"explorers.guru","url":"https://humans.explorers.guru","tx_page":"https://humans.explorers.guru/transaction/${txHash}"},{"kind":"exploreme","url":"https://humansai.exploreme.pro/","tx_page":"https://humans.exploreme.pro/transaction/${txHash}"},{"kind":"itrocket","url":"https://mainnet.itrocket.net/humans/staking","tx_page":"https://mainnet.itrocket.net/humans/tx/${txHash}","account_page":"https://mainnet.itrocket.net/humans/account/${accountAddress}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/humans","tx_page":"https://explorer.posthuman.digital/humans/tx/${txHash}","account_page":"https://explorer.posthuman.digital/humans/account/${accountAddress}"}],"extra_codecs":["ethermint"]},"Antora":{"$schema":"../chain.schema.json","chain_name":"idep","chain_id":"Antora","pretty_name":"IDEP","website":"https://www.idep.network/","status":"live","network_type":"mainnet","bech32_prefix":"idep","daemon_name":"idep","node_home":"$HOME/.ion","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"idep","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/IDEP-network/ion","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/IDEP-network/Antora/raw/main/iond"},"genesis":{"genesis_url":"https://github.com/IDEP-network/Antora/raw/main/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/IDEP-network/Antora/raw/main/iond"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16556","provider":"Lavender.Five Nodes 🐝"}],"persistent_peers":[{"id":"8ffc74dbcd5ab32bc89e058ec53060d5762f88b5","address":"178.63.100.102:26656","provider":"IDEP"},{"id":"3a8cfcbaac7d102e9cfad31f856e1852be2125f3","address":"sentry-1.idep.ezstaking.xyz:26756","provider":"EZStaking.io"},{"id":"32a1a93033968e391266484cd4896dfc9b326e4c","address":"sentry-2.idep.ezstaking.xyz:26789","provider":"EZStaking.io"}]},"apis":{"rpc":[],"rest":[],"grpc":[{"address":"idep-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}]},"explorers":[{"kind":"chadscan","url":"https://chadscan.com","tx_page":"https://chadscan.com/transactions/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/idep","tx_page":"https://atomscan.com/idep/transactions/${txHash}","account_page":"https://atomscan.com/idep/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/idep","tx_page":"https://explorer.tcnetwork.io/idep/transaction/${txHash}"}]},"gravity-bridge-3":{"$schema":"../chain.schema.json","chain_name":"gravitybridge","chain_id":"gravity-bridge-3","pretty_name":"Gravity Bridge","website":"https://www.gravitybridge.net/","status":"live","network_type":"mainnet","bech32_prefix":"gravity","daemon_name":"gravity","node_home":"$HOME/.gravity","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ugraviton","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0.035},{"denom":"gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","low_gas_price":0.0002,"average_gas_price":0.0005,"high_gas_price":0.0008},{"denom":"gravity0xdAC17F958D2ee523a2206206994597C13D831ec7","low_gas_price":0.0002,"average_gas_price":0.0005,"high_gas_price":0.0008}]},"staking":{"staking_tokens":[{"denom":"ugraviton"}]},"codebase":{"git_repo":"https://github.com/Gravity-Bridge/Gravity-Bridge","recommended_version":"v1.11.1","compatible_versions":["v1.11.1"],"binaries":{"linux/amd64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gravity-linux-amd64"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/Gravity-Bridge/Gravity-Docs/main/genesis.json"},"versions":[{"name":"pleiades2","next_version_name":"orion","recommended_version":"v1.8.0","compatible_versions":["v1.8.0"],"binaries":{"linux/amd64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-linux-amd64","linux/arm64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-linux-arm64","darwin/amd64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-darwin-amd64","windows/amd64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.0/gravity-windows-amd64.exe"}},{"name":"orion","height":6698820,"proposal":172,"next_version_name":"antares","recommended_version":"v1.9.1","compatible_versions":["v1.9.0","v1.9.1"],"binaries":{"linux/amd64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.9.1/gravity-linux-amd64"}},{"name":"antares","height":7440250,"proposal":183,"next_version_name":"apollo","recommended_version":"v1.10.2","compatible_versions":["v1.10.0","v1.10.2"],"binaries":{"linux/amd64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.10.2/gravity-linux-amd64"}},{"name":"apollo","height":9244100,"proposal":212,"next_version_name":"","recommended_version":"v1.11.1","compatible_versions":["v1.11.1"],"binaries":{"linux/amd64":"https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.11.1/gravity-linux-amd64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg"}],"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"},"peers":{"seeds":[{"id":"2b089bfb4c7366efb402b48376a7209632380c9c","address":"65.19.136.133:26656","provider":"althea"},{"id":"63e662f5e048d4902c7c7126291cf1fc17687e3c","address":"95.211.103.175:26656","provider":"amhost"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14256","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:14256","provider":"Lavender.Five Nodes 🐝"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"gravity.seed.node75.org:10556","provider":"Pro-Nodes"},{"id":"4e595d6781b122b2aea91b08da0ad97f708bf52a","address":"seed-gravity-bridge-01.stakeflow.io:1306","provider":"Stakeflow"},{"id":"9f4ed62cd0b60d7c4bdbdce5db5794211707528b","address":"seed-gravity.ibs.team:16661","provider":"Inter Blockchain Services"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"b9180ddd3329ddaea74fe6fbdc729506b90f313b","address":"gravity.ramuchi.tech:36656","provider":"ramuchi.tech"},{"id":"4e595d6781b122b2aea91b08da0ad97f708bf52a","address":"peer-gravity-bridge-01.stakeflow.io:1306","provider":"Stakeflow"},{"id":"64a8bf0acf5385086409c1e1cc3cc9b9e5645243","address":"65.21.91.99:26776","provider":"Staketab"}]},"apis":{"rpc":[{"address":"https://gravitychain.io:26657","provider":"althea"},{"address":"http://gravity-bridge-1-08.nodes.amhost.net:26657","provider":"amhost"},{"address":"https://gravity-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-gravitybridge-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://gravitybridge-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.gravity.bh.rocks/","provider":"BlockHunters 🎯"},{"address":"https://gravity-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://gravity-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://rpc-gravity-bridge-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://gravity-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://gravity-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc.g-bridge.bronbro.io:443","provider":"Bro_n_Bro"}],"rest":[{"address":"https://gravitychain.io:1317","provider":"althea"},{"address":"https://api-gravitybridge-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://gravity-api.polkachu.com","provider":"Polkachu"},{"address":"https://gravitybridge-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api.gravity.bh.rocks/","provider":"BlockHunters 🎯"},{"address":"https://gravity-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://gravity-api.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://api-gravity-bridge-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://gravity-rest.staketab.org","provider":"Staketab"},{"address":"https://gravity-api.w3coins.io","provider":"w3coins"},{"address":"https://lcd.g-bridge.bronbro.io:443","provider":"Bro_n_Bro"}],"grpc":[{"address":"gravity-bridge-1-08.nodes.amhost.net:9090","provider":"amhost"},{"address":"grpc-gravitybridge-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"gravity-grpc.polkachu.com:14290","provider":"Polkachu"},{"address":"gravitybridge-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://gravity-grpc.ramuchi.tech:10090","provider":"ramuchi.tech"},{"address":"grpc-gravity-bridge-01.stakeflow.io:1302","provider":"Stakeflow"},{"address":"services.staketab.com:9017","provider":"Staketab"},{"address":"gravity-grpc.w3coins.io:14290","provider":"w3coins"},{"address":"https://grpc.g-bridge.bronbro.io:443","provider":"Bro_n_Bro"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/gravitybridge","tx_page":"https://ezstaking.app/gravitybridge/txs/${txHash}","account_page":"https://ezstaking.app/gravitybridge/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/gravity-bridge","tx_page":"https://www.mintscan.io/gravity-bridge/transactions/${txHash}","account_page":"https://www.mintscan.io/gravity-bridge/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/gravity-bridge","tx_page":"https://ping.pub/gravity-bridge/tx/${txHash}"},{"kind":"explorers.guru","url":"https://gravity.explorers.guru","tx_page":"https://gravity.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/gravity-bridge","tx_page":"https://atomscan.com/gravity-bridge/transactions/${txHash}","account_page":"https://atomscan.com/gravity-bridge/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/gravitybridge","tx_page":"https://explorer.tcnetwork.io/gravitybridge/transaction/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/gravity-bridge","account_page":"https://stakeflow.io/gravity-bridge/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/GravityBridge","tx_page":"https://explorer.stavr.tech/GravityBridge/tx/${txHash}","account_page":"https://explorer.stavr.tech/GravityBridge/accounts/${accountAddress}"}]},"imversed_5555555-1":{"$schema":"../chain.schema.json","chain_name":"imversed","chain_id":"imversed_5555555-1","pretty_name":"Imversed","website":"https://imversed.network/","status":"live","network_type":"mainnet","bech32_prefix":"imv","daemon_name":"imversed","node_home":"$HOME/.imversed","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aimv","fixed_min_gas_price":250000000,"low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"aimv"}]},"codebase":{"git_repo":"https://github.com/imversed/imversed","recommended_version":"v3.11","compatible_versions":["v3.11"],"binaries":{"linux/amd64":"https://github.com/imversed/imversed/releases/download/v3.11/imversed_3.11_Linux_amd64.tar.gz"},"genesis":{"genesis_url":"https://static.imversed.com/mainnet/genesis.json"},"versions":[{"name":"v3.11","recommended_version":"v3.11","compatible_versions":["v3.11"],"binaries":{"linux/amd64":"https://github.com/imversed/imversed/releases/download/v3.11/imversed_3.11_Linux_amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"},"peers":{"seeds":[{"id":"6413d43ff0dce9400515f24e8e93a0cf28f0efff","address":"35.209.184.54:26656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"0968486e82c910b1d7adaacb43bf7e633b19665a","address":"35.209.184.219:26656"}]},"apis":{"rpc":[],"rest":[],"grpc":[{"address":"grpc.imversed.network:443","provider":"imversed"}],"evm-http-jsonrpc":[{"address":"https://jsonrpc.imversed.network:443","provider":"imversed"}]},"explorers":[{"kind":"blockscout","url":"https://txe.imversed.network/","tx_page":"https://txe.imversed.network/tx/${txHash}"}],"extra_codecs":["ethermint"]},"haqq_11235-1":{"$schema":"../chain.schema.json","chain_name":"haqq","chain_id":"haqq_11235-1","pretty_name":"Haqq Network","website":"https://haqq.network/","status":"live","network_type":"mainnet","bech32_prefix":"haqq","daemon_name":"haqqd","node_home":"$HOME/.haqqd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aISLM","fixed_min_gas_price":250000000,"low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"aISLM"}]},"codebase":{"git_repo":"https://github.com/haqq-network/haqq","recommended_version":"v1.7.6","compatible_versions":["v1.7.6"],"binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Windows_x86_64.zip"},"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.8-evmos","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/haqq-network/mainnet/master/genesis.json"},"versions":[{"name":"v1.0.2","tag":"v1.0.2","height":1027509,"proposal":4,"next_version_name":"v1.1.9","recommended_version":"v1.0.2","compatible_versions":["v1.0.2"],"cosmos_sdk_version":"v0.45.5-0.20220523154235-2921a1c3c918","consensus":{"type":"tendermint","version":"v0.34.20-0.20220517115723-e6f071164839"},"ibc_go_version":"3.1.0"},{"name":"v1.1.9","tag":"v1.1.9","height":2853700,"proposal":6,"next_version_name":"v1.2.1","recommended_version":"v1.1.9","compatible_versions":["v1.1.9"],"cosmos_sdk_version":"v0.45.6","consensus":{"type":"tendermint","version":"v0.34.20-0.20220517115723-e6f071164839"},"ibc_go_version":"3.1.1"},{"name":"v1.2.1","tag":"v1.2.1","height":2865555,"proposal":7,"next_version_name":"v1.3.0","recommended_version":"v1.2.1","compatible_versions":["v1.2.1"],"cosmos_sdk_version":"v0.45.9","consensus":{"type":"tendermint","version":"v0.34.21"},"ibc_go_version":"3.2.0"},{"name":"v1.3.0","tag":"v1.3.0","height":5978000,"proposal":8,"next_version_name":"v1.3.1","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"cosmos_sdk_version":"v0.45.9","consensus":{"type":"tendermint","version":"v0.34.21"},"ibc_go_version":"3.2.0"},{"name":"v1.3.1","tag":"v1.3.1","height":5978800,"proposal":9,"next_version_name":"v1.4.0","recommended_version":"v1.3.1","compatible_versions":["v1.3.1"],"cosmos_sdk_version":"v0.45.9","consensus":{"type":"tendermint","version":"v0.34.21"},"ibc_go_version":"3.2.0"},{"name":"v1.4.0","tag":"v1.4.0","height":6134000,"proposal":10,"next_version_name":"v1.4.1","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"],"cosmos_sdk_version":"v0.46.9-ledger","consensus":{"type":"tendermint","version":"v0.34.26"},"ibc_go_version":"v5.2.1"},{"name":"v1.4.1","tag":"v1.4.1","next_version_name":"v1.5.0","recommended_version":"v1.4.1","compatible_versions":["v1.4.1"],"cosmos_sdk_version":"v0.46.9-ledger","consensus":{"type":"tendermint","version":"0.34.26"},"ibc_go_version":"5.2.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.4.1/haqq_1.4.1_Windows_x86_64.zip"}},{"name":"v1.5.0","tag":"v1.5.0","height":7770000,"proposal":18,"next_version_name":"v1.6.0","recommended_version":"v1.5.0","compatible_versions":["v1.5.0"],"cosmos_sdk_version":"v0.46.10-ledger.3","consensus":{"type":"tendermint","version":"0.34.26"},"ibc_go_version":"5.2.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.5.0/haqq_1.5.0_Windows_x86_64.zip"}},{"name":"v1.6.0","tag":"v1.6.0","height":8002000,"proposal":21,"next_version_name":"v1.6.1","recommended_version":"v1.6.0","compatible_versions":["v1.6.0"],"cosmos_sdk_version":"v0.46.13-ledger.3","consensus":{"type":"cometbft","version":"0.34.29"},"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.0/haqq_1.6.0_Windows_x86_64.zip"}},{"name":"v1.6.1","tag":"v1.6.1","height":8076500,"proposal":22,"next_version_name":"v1.6.2","recommended_version":"v1.6.1","compatible_versions":["v1.6.1"],"cosmos_sdk_version":"v0.46.13-ledger.3","consensus":{"type":"cometbft","version":"0.34.29"},"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.1/haqq_1.6.1_Windows_x86_64.zip"}},{"name":"v1.6.2","tag":"v1.6.2","height":8193000,"proposal":23,"next_version_name":"v1.6.3","recommended_version":"v1.6.2","compatible_versions":["v1.6.2"],"cosmos_sdk_version":"v0.46.13-ledger.3","consensus":{"type":"cometbft","version":"0.34.29"},"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.2/haqq_1.6.2_Windows_x86_64.zip"}},{"name":"v1.6.3","tag":"v1.6.3","height":8282000,"proposal":25,"next_version_name":"v1.6.4","recommended_version":"v1.6.3","compatible_versions":["v1.6.3"],"cosmos_sdk_version":"v0.46.13-ledger.3","consensus":{"type":"cometbft","version":"0.34.29"},"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.3/haqq_1.6.3_Windows_x86_64.zip"}},{"name":"v1.6.4","tag":"v1.6.4","height":9070000,"proposal":26,"next_version_name":"v1.7.0","recommended_version":"v1.6.4","compatible_versions":["v1.6.4"],"cosmos_sdk_version":"v0.46.13-ledger.3","consensus":{"type":"cometbft","version":"0.34.29"},"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.6.4/haqq_1.6.4_Windows_x86_64.zip"}},{"name":"v1.7.0","tag":"v1.7.0","height":9451000,"proposal":27,"next_version_name":"v1.7.1","recommended_version":"v1.7.0","compatible_versions":["v1.7.0"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos","consensus":{"type":"cometbft","version":"v0.37.3"},"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.0/haqq_1.7.0_Windows_x86_64.zip"}},{"name":"v1.7.1","tag":"v1.7.1","height":9774000,"proposal":28,"next_version_name":"v1.7.2","recommended_version":"v1.7.1","compatible_versions":["v1.7.1"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos","consensus":{"type":"cometbft","version":"v0.37.3"},"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.1/haqq_1.7.1_Windows_x86_64.zip"}},{"name":"v1.7.2","tag":"v1.7.2","height":9862000,"proposal":29,"next_version_name":"v1.7.3","recommended_version":"v1.7.2","compatible_versions":["v1.7.2"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos","consensus":{"type":"cometbft","version":"v0.37.3"},"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.2/haqq_1.7.2_Windows_x86_64.zip"}},{"name":"v1.7.3","tag":"v1.7.3","height":9950000,"proposal":30,"next_version_name":"v1.7.4","recommended_version":"v1.7.3","compatible_versions":["v1.7.3"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos","consensus":{"type":"cometbft","version":"v0.37.3"},"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.3/haqq_1.7.3_Windows_x86_64.zip"}},{"name":"v1.7.4","tag":"v1.7.4","height":10881000,"proposal":31,"next_version_name":"v1.7.5","recommended_version":"v1.7.4","compatible_versions":["v1.7.4"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos","consensus":{"type":"cometbft","version":"v0.37.3"},"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.4/haqq_1.7.4_Windows_x86_64.zip"}},{"name":"v1.7.5","tag":"v1.7.5","height":11235000,"proposal":32,"next_version_name":"v1.7.6","recommended_version":"v1.7.5","compatible_versions":["v1.7.5"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.5-evmos","consensus":{"type":"cometbft","version":"v0.37.3"},"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.5/haqq_1.7.5_Windows_x86_64.zip"}},{"name":"v1.7.6","tag":"v1.7.6","height":11567000,"proposal":34,"next_version_name":"","recommended_version":"v1.7.6","compatible_versions":["v1.7.6"],"cosmos_sdk_version":"evmos/cosmos-sdk v0.47.8-evmos","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/haqq-network/haqq/releases/download/v1.7.6/haqq_1.7.6_Windows_x86_64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg"},"peers":{"seeds":[{"id":"0533e20e65912f72f2ad88a4c91eefbc634212d7","address":"haqq-sync.rpc.p2p.world:26656","provider":"P2P.org"},{"id":"977ee99c89207677f116801a595c97979a0c0cd1","address":"80.240.20.106:26656","provider":"kioqq"},{"id":"731f27fe9cd05257fcfc68b96147aec79035f920","address":"seed1.haqq.network:26656","provider":"Haqq"},{"id":"681da1f78742b2a0f8e0e7dac6e6f72166d82a8c","address":"seed2.haqq.network:26656","provider":"Haqq"},{"id":"d8e2d0095763ed3c6f38814e7752eccc3c547913","address":"167.235.192.194:26656","provider":"kioqq"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:24056","provider":"Lavender.Five Nodes 🐝"}],"persistent_peers":[{"id":"0533e20e65912f72f2ad88a4c91eefbc634212d7","address":"haqq-sync.rpc.p2p.world:26656","provider":"P2P.org"},{"id":"977ee99c89207677f116801a595c97979a0c0cd1","address":"80.240.20.106:26656","provider":"[NODERS]TEAM"},{"id":"977ee99c89207677f116801a595c97979a0c0cd1","address":"80.240.20.106:26656","provider":"kioqq"},{"id":"28498a11b7e3bdf7e63fb6c57b07cfcbe89d6a20","address":"mainnet-haqq.konsortech.xyz:11656","provider":"KonsorTech"}]},"apis":{"rpc":[{"address":"https://rpc.tm.haqq.network","provider":"Haqq"},{"address":"https://rpc.haqq.sh","provider":"kioqq"},{"address":"https://rpc.haqq.nodestake.top","provider":"NodeStake"},{"address":"https://haqq-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://haqq-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-haqq.sr20de.xyz:443","provider":"Sr20de"},{"address":"https://haqq-rpc.palamar.io","provider":"Palamar"},{"address":"https://haqq-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://rest.cosmos.haqq.network","provider":"Haqq"},{"address":"https://sdk.haqq.sh","provider":"kioqq"},{"address":"https://api.haqq.nodestake.top","provider":"NodeStake"},{"address":"https://haqq-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://haqq-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://mainnet-haqq-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://api-haqq.sr20de.xyz","provider":"Sr20de"},{"address":"https://haqq-api.palamar.io","provider":"Palamar"},{"address":"https://haqq-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"https://grpc.cosmos.haqq.network","provider":"Haqq"},{"address":"grpc.haqq.sh:443","provider":"kioqq"},{"address":"haqq.grpc.nodersteam.com:9191","provider":"[NODERS]TEAM"},{"address":"https://grpc.haqq.nodestake.top:443","provider":"NodeStake"},{"address":"haqq-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://haqq-grpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"mainnet-haqq-grpc.konsortech.xyz:11090","provider":"KonsorTech"},{"address":"https://grpc-haqq.sr20de.xyz","provider":"Sr20de"},{"address":"haqq-grpc.palamar.io:443","provider":"Palamar"},{"address":"haqq-grpc.noders.services:14090","provider":"[NODERS]TEAM"}],"evm-http-jsonrpc":[{"address":"https://rpc.eth.haqq.network","provider":"Haqq"},{"address":"https://evm.haqq.sh","provider":"kioqq"},{"address":"https://jsonrpc.haqq.nodestake.top","provider":"NodeStake"},{"address":"https://haqq-evm.publicnode.com","provider":"Allnodes.com ⚡️ Nodes & Staking"},{"address":"https://haqq-jsonrpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://mainnet-haqq-evm.konsortech.xyz","provider":"KonsorTech"},{"address":"https://evm-haqq.sr20de.xyz","provider":"Sr20de"},{"address":"https://haqq-jsonrpc.noders.services","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"blockscout","url":"https://explorer.haqq.network","tx_page":"https://explorer.haqq.network/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/haqq","tx_page":"https://ping.pub/haqq/tx/${txHash}"},{"kind":"explorers.guru","url":"https://haqq.explorers.guru","tx_page":"https://haqq.explorers.guru/transaction/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/haqq","tx_page":"https://explorer.nodestake.top/haqq/tx/${txHash}"},{"kind":"KonsorTech Explorer","url":"https://explorer.konsortech.xyz/haqq","tx_page":"https://explorer.konsortech.xyz/haqq/tx/${txHash}"},{"kind":"Palamar Explorer","url":"https://explorer.palamar.io/haqq","tx_page":"https://explorer.palamar.io/haqq/tx/${txHash}"}],"extra_codecs":["ethermint"]},"ixo-5":{"$schema":"../chain.schema.json","chain_name":"impacthub","chain_id":"ixo-5","pretty_name":"Impacts Hub","website":"https://www.ixo.world/","status":"live","network_type":"mainnet","bech32_prefix":"ixo","daemon_name":"ixod","node_home":"$HOME/.ixod","key_algos":["secp256k1","ed25519"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uixo","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uixo"}]},"codebase":{"git_repo":"https://github.com/ixofoundation/ixo-blockchain","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v4.4.1","genesis":{"genesis_url":"https://github.com/ixofoundation/genesis/raw/bc042e1223d551b22d55c155de06e662ca24d2f2/ixo-5/genesis.json.tar.gz"},"versions":[{"name":"v0.20.0","height":1254500,"proposal":403,"next_version_name":"v2","recommended_version":"v0.20.1","compatible_versions":["v0.20.0","v0.20.1"],"cosmos_sdk_version":"v0.45.12","consensus":{"type":"tendermint","version":"v0.34.24"},"ibc_go_version":"v4.3.0"},{"name":"v2","height":2383000,"proposal":439,"next_version_name":"v3","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v4.4.1"},{"name":"v3","height":6556300,"proposal":447,"next_version_name":"","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v4.4.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"peers":{"seeds":[{"id":"36e4738c7efcf353d3048e5e6073406d045bae9d","address":"80.64.208.43:26656","provider":"simplyvc"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16656","provider":"Lavender.Five Nodes 🐝"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"9194ed56c5b93a0a7e3bdbcad8f62467f7137f56","address":"seed-ixo.ibs.team:16662","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"36e4738c7efcf353d3048e5e6073406d045bae9d","address":"80.64.208.43:26656","provider":"simplyvc"},{"id":"d4448c5b10b43d444034533ede7d2e66cbf9e519","address":"ixo.peer.stavr.tech:1016","provider":"🔥STAVR🔥"}]},"apis":{"rpc":[{"address":"https://proxies.sifchain.finance/api/impacthub-3/rpc","provider":"sifchain"},{"address":"https://impacthub.ixo.world/rpc/","provider":"ixoworld"},{"address":"https://ixo.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc-ixo-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://impacthub-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://ixo-rpc.ibs.team","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://proxies.sifchain.finance/api/impacthub-3/rest","provider":"sifchain"},{"address":"https://impacthub.ixo.world/rest/","provider":"ixoworld"},{"address":"https://ixo.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-ixo-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://impacthub-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://ixo-api.ibs.team","provider":"Inter Blockchain Services"}],"grpc":[{"address":"grpc-ixo-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"ixo.grpc.m.stavr.tech:2010","provider":"🔥STAVR🔥"},{"address":"impacthub-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/ixo","tx_page":"https://ezstaking.app/ixo/txs/${txHash}","account_page":"https://ezstaking.app/ixo/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/IXO-Mainnet","tx_page":"https://explorer.stavr.tech/IXO-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/IXO-Mainnet/account/${accountAddress}"},{"kind":"bigdipper","url":"https://blockscan.ixo.world","tx_page":"https://blockscan.ixo.world/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/ixo","tx_page":"https://ping.pub/ixo/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/ixo","tx_page":"https://atomscan.com/ixo/transactions/${txHash}","account_page":"https://atomscan.com/ixo/accounts/${accountAddress}"},{"kind":"Mintscan","url":"https://www.mintscan.io/ixo","tx_page":"https://www.mintscan.io/ixo/transactions/${txHash}","account_page":"https://www.mintscan.io/ixo/accounts/${accountAddress}"}]},"irishub-1":{"$schema":"../chain.schema.json","chain_name":"irisnet","chain_id":"irishub-1","pretty_name":"IRISnet","status":"live","network_type":"mainnet","bech32_prefix":"iaa","daemon_name":"iris","node_home":"$HOME/.iris","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uiris","low_gas_price":0.2,"average_gas_price":0.3,"high_gas_price":0.4}]},"staking":{"staking_tokens":[{"denom":"uiris"}]},"codebase":{"git_repo":"https://github.com/irisnet/irishub","recommended_version":"v2.0.3","compatible_versions":["v2.0.3"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/irisnet/mainnet/master/config/genesis.json"},"versions":[{"name":"v1.3.0","next_version_name":"v1.4.1","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"]},{"name":"v1.4.1","next_version_name":"v2.0.0","recommended_version":"v1.4.1","compatible_versions":["v1.4.1"]},{"name":"v2.0.0","next_version_name":"v2.1.0","recommended_version":"v2.0.3","compatible_versions":["v2.0.3"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"}],"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"},"peers":{"seeds":[{"id":"6a6de770deaa4b8c061dffd82e9c7f4d40c2165d","address":"seed-1.mainnet.irisnet.org:26656"},{"id":"a17d7923293203c64ba75723db4d5f28e642f469","address":"seed-2.mainnet.irisnet.org:26656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"445b38a181d147c243185d94567412e5c5f1a22c","address":"seed-irisnet-01.stakeflow.io:1906","provider":"Stakeflow"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"iris.rpc.kjnodes.com:16659","provider":"kjnodes"}],"persistent_peers":[{"id":"83b3f989f3ce089afdf733f8aa06e792d7e00c08","address":"3.34.6.30:26656","provider":"cosmostation"},{"id":"445b38a181d147c243185d94567412e5c5f1a22c","address":"peer-irisnet-01.stakeflow.io:1906","provider":"Stakeflow"},{"id":"3ddf22082bda8607289bd94b649e0e2595f1fffd","address":"iris-mainnet.peers.l0vd.com:19656","provider":"L0vd.com ❤️"},{"id":"a19022cc07010836ed2a9c77dd56968965edb454","address":"mainnet-iris.konsortech.xyz:30656","provider":"KonsorTech"}]},"apis":{"rpc":[{"address":"https://rpc-irisnet-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc-irisnet-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://irisnet-rpc.w3coins.io","provider":"w3coins"},{"address":"https://iris-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://iris-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://mainnet-iris-rpc.konsortech.xyz","provider":"KonsorTech"}],"rest":[{"address":"https://api-irisnet-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://api-irisnet-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://irisnet-api.w3coins.io","provider":"w3coins"},{"address":"https://iris-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://iris-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://mainnet-iris-api.konsortech.xyz","provider":"KonsorTech"}],"grpc":[{"address":"grpc-irisnet-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"grpc-irisnet-01.stakeflow.io:1902","provider":"Stakeflow"},{"address":"irisnet-grpc.w3coins.io:22690","provider":"w3coins"},{"address":"iris-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"iris.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"https://grpc-irisnet.nodeist.net","provider":"Nodeist"},{"address":"iris-mainnet.grpc.l0vd.com:80","provider":"L0vd.com ❤️"},{"address":"mainnet-iris.konsortech.xyz:30090","provider":"KonsorTech"}],"evm-http-jsonrpc":[{"address":"https://iris-evm.publicnode.com","provider":"Allnodes.com ⚡️ Nodes & Staking"},{"address":"https://mainnet-iris-evm.konsortech.xyz","provider":"KonsorTech"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/irisnet","tx_page":"https://ezstaking.app/irisnet/txs/${txHash}","account_page":"https://ezstaking.app/irisnet/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/iris","tx_page":"https://www.mintscan.io/iris/transactions/${txHash}","account_page":"https://www.mintscan.io/iris/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/iris-network","tx_page":"https://ping.pub/iris-network/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/iris-network","tx_page":"https://atomscan.com/iris-network/transactions/${txHash}","account_page":"https://atomscan.com/iris-network/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/irisnet","account_page":"https://stakeflow.io/irisnet/accounts/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/iris","tx_page":"https://exp.nodeist.net/iris/tx/${txHash}"},{"kind":"L0vd.com ❤️","url":"https://explorers.l0vd.com/iris-mainnet","tx_page":"https://explorers.l0vd.com/iris-mainnet/tx/${txHash}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/iris","tx_page":"https://explorer.konsortech.xyz/iris/tx/${txHash}"}]},"injective-1":{"$schema":"../chain.schema.json","chain_name":"injective","chain_id":"injective-1","pretty_name":"Injective","website":"https://injective.com/","status":"live","network_type":"mainnet","bech32_prefix":"inj","daemon_name":"injectived","node_home":"$HOME/.injectived","slip44":60,"fees":{"fee_tokens":[{"denom":"inj","fixed_min_gas_price":160000000,"low_gas_price":500000000,"average_gas_price":700000000,"high_gas_price":900000000}]},"staking":{"staking_tokens":[{"denom":"inj"}]},"codebase":{"git_repo":"https://github.com/InjectiveLabs/injective-chain-releases","recommended_version":"v1.12.1-1705909076","compatible_versions":["v1.12.0-1704530206","v1.12.1-1705909076"],"binaries":{"linux/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/linux-amd64.zip","darwin/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/darwin-amd64.zip"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/InjectiveLabs/mainnet-config/master/10001/genesis.json"},"versions":[{"name":"v1.10","next_version_name":"v1.11","recommended_version":"v1.10","compatible_versions":["v1.10"],"binaries":{"linux/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.10.0-1679065799/linux-amd64.zip","darwin/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.10.0-1679065799/darwin-amd64.zip"}},{"name":"v1.11","height":34775000,"proposal":231,"next_version_name":"v1.12.0","recommended_version":"v1.11.5-1687535916","compatible_versions":["v1.11","v1.11.3-1686246472","v1.11.4-1686608669","v1.11.5-1687535916"],"binaries":{"linux/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.11.5-1687535916/linux-amd64.zip","darwin/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.11.5-1687535916/darwin-amd64.zip"}},{"name":"v1.12.0","height":57076000,"proposal":314,"next_version_name":"","recommended_version":"v1.12.1-1705909076","compatible_versions":["v1.12.0-1704530206","v1.12.1-1705909076"],"binaries":{"linux/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/linux-amd64.zip","darwin/amd64":"https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.12.1-1705909076/darwin-amd64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"}],"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"},"peers":{"seeds":[{"id":"38c18461209694e1f667ff2c8636ba827cc01c86","address":"176.9.143.252:11751","provider":"injectivelabs.org"},{"id":"4f9025feca44211eddc26cd983372114947b2e85","address":"176.9.140.49:11751","provider":"injectivelabs.org"},{"id":"c98bb1b889ddb58b46e4ad3726c1382d37cd5609","address":"65.109.51.80:11751","provider":"injectivelabs.org"},{"id":"23d0eea9bb42316ff5ea2f8b4cd8475ef3f35209","address":"65.109.36.70:11751","provider":"injectivelabs.org"},{"id":"f9ae40fb4a37b63bea573cc0509b4a63baa1a37a","address":"15.235.114.80:11751","provider":"injectivelabs.org"},{"id":"7f3473ddab10322b63789acb4ac58647929111ba","address":"15.235.13.116:11751","provider":"injectivelabs.org"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14356","provider":"polkachu.com"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"injective-mainnet-seed.autostake.com:26726","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:14356","provider":"Lavender.Five Nodes 🐝"},{"id":"1846e76e14913124a07e231586d487a0636c0296","address":"tenderseed.ccvalidators.com:26007","provider":"ccvalidators.com"},{"id":"5a1cd1a7da5aab3e3075fbae0a905c7256e48193","address":"seeds.goldenratiostaking.net:1635","provider":"Golden Ratio Staking"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:14356","provider":"WhisperNode 🤐"},{"id":"858c86e2590f82934b8483ed184afd88416a7b31","address":"seed-injective-01.stakeflow.io:2106","provider":"Stakeflow"}],"persistent_peers":[{"id":"38c18461209694e1f667ff2c8636ba827cc01c86","address":"176.9.143.252:11751","provider":"injectivelabs.org"},{"id":"4f9025feca44211eddc26cd983372114947b2e85","address":"176.9.140.49:11751","provider":"injectivelabs.org"},{"id":"c98bb1b889ddb58b46e4ad3726c1382d37cd5609","address":"65.109.51.80:11751","provider":"injectivelabs.org"},{"id":"23d0eea9bb42316ff5ea2f8b4cd8475ef3f35209","address":"65.109.36.70:11751","provider":"injectivelabs.org"},{"id":"f9ae40fb4a37b63bea573cc0509b4a63baa1a37a","address":"15.235.114.80:11751","provider":"injectivelabs.org"},{"id":"7f3473ddab10322b63789acb4ac58647929111ba","address":"15.235.13.116:11751","provider":"injectivelabs.org"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"injective-mainnet-peer.autostake.com:26726","provider":"AutoStake 🛡️ Slash Protected"},{"id":"858c86e2590f82934b8483ed184afd88416a7b31","address":"peer-injective-01.stakeflow.io:2106","provider":"Stakeflow"}]},"apis":{"rpc":[{"address":"https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rpc.newmetric.xyz","provider":"NewMetric"},{"address":"https://rpc.injective.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://injective-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://injective-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-injective-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://injective-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-injective.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://rpc-injective-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://injective-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://injective-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://public.stakewolle.com/cosmos/injective/rpc","provider":"Stakewolle"},{"address":"https://rpc.injective.bronbro.io/","provider":"Bro_n_Bro"},{"address":"https://injective-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://rpc-injective.ecostake.com","provider":"ecostake"}],"rest":[{"address":"https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rest.newmetric.xyz","provider":"NewMetric"},{"address":"https://api-injective-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://injective-api.polkachu.com","provider":"Polkachu"},{"address":"https://injective-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://lcd-injective.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://api-injective-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://rest.injective.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://injective-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"injective-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://injective-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://public.stakewolle.com/cosmos/injective/rest","provider":"Stakewolle"},{"address":"https://lcd.injective.bronbro.io/","provider":"Bro_n_Bro"},{"address":"https://injective-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://rest-injective.ecostake.com","provider":"ecostake"}],"grpc":[{"address":"6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-grpc.newmetric.xyz:80","provider":"NewMetric"},{"address":"grpc-injective-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"injective-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"injective-grpc.polkachu.com:14390","provider":"Polkachu"},{"address":"injective-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-injective.cosmos-spaces.cloud:9900","provider":"Cosmos Spaces"},{"address":"grpc.injective.posthuman.digital:80","provider":"POSTHUMAN ꝏ DVS"},{"address":"grpc-injective.architectnodes.com:1443","provider":"Architect Nodes"},{"address":"grpc-injective-01.stakeflow.io:2102","provider":"Stakeflow"},{"address":"injective-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"injective-grpc.w3coins.io:14390","provider":"w3coins"},{"address":"grpc-injective.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"grpc.injective.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"injective-grpc.noders.services:33090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/injective","tx_page":"https://ezstaking.app/injective/txs/${txHash}","account_page":"https://ezstaking.app/injective/account/${accountAddress}"},{"kind":"injectiveprotocol","url":"https://explorer.injective.network/","tx_page":"https://explorer.injective.network/transaction/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/injective","tx_page":"https://ping.pub/injective/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/injective","tx_page":"https://atomscan.com/injective/transactions/${txHash}","account_page":"https://atomscan.com/injective/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/injective","tx_page":"https://www.mintscan.io/injective/transactions/${txHash}","account_page":"https://www.mintscan.io/injective/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/injective","account_page":"https://stakeflow.io/injective/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/injective","tx_page":"https://mainnet.whispernode.com/injective/tx/${txHash}","account_page":"https://mainnet.whispernode.com/injective/account/${accountAddress}"}],"extra_codecs":["injective"]},"jackal-1":{"$schema":"../chain.schema.json","chain_name":"jackal","chain_id":"jackal-1","pretty_name":"Jackal","website":"https://jackalprotocol.com","status":"live","network_type":"mainnet","bech32_prefix":"jkl","daemon_name":"canined","node_home":"$HOME/.canine","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ujkl","fixed_min_gas_price":0,"low_gas_price":0.002,"average_gas_price":0.002,"high_gas_price":0.02}]},"staking":{"staking_tokens":[{"denom":"ujkl"}]},"codebase":{"git_repo":"https://github.com/JackalLabs/canine-chain","recommended_version":"v3.2.2","compatible_versions":["v3.2.1","v3.2.2"],"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.2.2/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.2.2/canined-macOS"},"cosmwasm_enabled":true,"genesis":{"genesis_url":"https://cdn.discordapp.com/attachments/1002389406650466405/1034968352591986859/updated_genesis2.json"},"versions":[{"name":"bouncybulldog","next_version_name":"recovery","recommended_version":"v1.2.1","compatible_versions":["v1.2.1"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v1.2.1/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v1.2.1/canined-macOS"}},{"name":"recovery","tag":"V2.0.1","height":2631260,"proposal":4,"next_version_name":"v210","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v2.0.2/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v2.0.2/canined-macOS"}},{"name":"v210","tag":"V2.1.0","height":3503000,"proposal":8,"next_version_name":"v3","recommended_version":"v2.1.0","compatible_versions":["v2.1.0"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v2.1.0/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v2.1.0/canined-macOS"}},{"name":"v3","tag":"V3.0.5","height":4074200,"proposal":9,"next_version_name":"v3.1.1","recommended_version":"v3.0.5","compatible_versions":["v3.0.5"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.0.5/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.0.5/canined-macOS"}},{"name":"v3.1.1","tag":"V3.1.3","height":6095000,"proposal":11,"next_version_name":"v320","recommended_version":"v3.1.3","compatible_versions":["v3.1.1","v3.1.3"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.1.3/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.1.3/canined-macOS"}},{"name":"v3.2.0","tag":"V3.2.2","height":6835000,"proposal":12,"next_version_name":"","recommended_version":"v3.2.2","compatible_versions":["v3.2.1","v3.2.2"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.2.2/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v3.2.2/canined-macOS"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:17556","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"jackal-mainnet-seed.autostake.com:26906","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:17556","provider":"Polkachu"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"jackal.rpc.kjnodes.com:13759","provider":"kjnodes"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:17556","provider":"WhisperNode 🤐"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"0ab9ec918cd36a28be1fcf538f7f76ede2b81659","address":"89.58.38.59:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"jackal-mainnet-peer.autostake.com:26906","provider":"AutoStake 🛡️ Slash Protected"},{"id":"26b6255375a592c3b0664bd474a6975f468c3785","address":"jkl.peer.stavr.tech:11126","provider":"🔥STAVR🔥"},{"id":"713d202326eedaed41d467b26051aba62727febd","address":"5.9.69.241:26656","provider":"[NODERS]TEAM"},{"id":"2af06d39d68345d41cd16182e3472d96c5a0150b","address":"136.244.29.116:27656"},{"id":"41c19eebb3879cd9f4a7561c0953af7d1564624b","address":"167.114.159.157:26656"}]},"apis":{"rpc":[{"address":"https://rpc.jackalprotocol.com","provider":"Jackal Labs"},{"address":"https://jackal-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"http://jkl.rpc.m.stavr.tech:11127","provider":"🔥STAVR🔥"},{"address":"https://jackal.rpc.bccnodes.com","provider":"BccNodes"},{"address":"https://rpc.jackal.nodestake.top","provider":"NodeStake"},{"address":"https://rpc-jackal.nodeist.net","provider":"Nodeist"},{"address":"https://jackal-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://m-jackal.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://rpc-jackal.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://jackal-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://jackal.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://jackal.rpc.silknodes.io","provider":"Silk Nodes"},{"address":"https://jackal.rpc.skynodejs.net","provider":"skynodejs"},{"address":"https://public.stakewolle.com/cosmos/jackal/rpc","provider":"Stakewolle"},{"address":"https://rpc.jackal.silentvalidator.com","provider":"silent"},{"address":"https://rpc.jackal.mathnodes.com","provider":"MathNodes"},{"address":"https://jackal-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://jackal-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://api.jackalprotocol.com","provider":"Jackal Labs"},{"address":"https://jackal-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://jkl.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.jackal.nodestake.top","provider":"NodeStake"},{"address":"https://api-jackal.nodeist.net","provider":"Nodeist"},{"address":"https://jackal-api.polkachu.com","provider":"Polkachu"},{"address":"https://m-jackal.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://jackal-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://lcd-jackal.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://jackal.api.kjnodes.com","provider":"kjnodes"},{"address":"https://jackal.api.silknodes.io","provider":"Silk Nodes"},{"address":"https://jackal.api.skynodejs.net","provider":"skynodejs"},{"address":"https://public.stakewolle.com/cosmos/jackal/rest","provider":"Stakewolle"},{"address":"https://api.jackal.silentvalidator.com","provider":"silent"},{"address":"https://api.jackal.mathnodes.com","provider":"MathNodes"},{"address":"https://jackal-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://jackal-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"grpc.jackalprotocol.com:443","provider":"Jackal Labs"},{"address":"jackal.grpc.bccnodes.com:9490","provider":"BccNodes"},{"address":"jackal.grpc.nodersteam.com:9990","provider":"[NODERS]TEAM"},{"address":"jackal-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"grpc.jackal.nodestake.top:443","provider":"NodeStake"},{"address":"jackal-grpc.polkachu.com:17590","provider":"Polkachu"},{"address":"http://jkl.grpc.m.stavr.tech:5013","provider":"🔥STAVR🔥"},{"address":"jackal-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"jackal.grpc.kjnodes.com:13790","provider":"kjnodes"},{"address":"https://jackal.grpc.skynodejs.net","provider":"skynodejs"},{"address":"grpc.jackal.silentvalidator.com:443","provider":"silent"},{"address":"jackal-grpc.noders.services:26090","provider":"[NODERS]TEAM"}],"wss":[{"address":"wss://jackal-rpc.agoranodes.com","provider":"AgoraNodes"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/jackal","tx_page":"https://ping.pub/jackal/tx/${txHash}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/jackal","tx_page":"https://explorer.nodestake.top/jackal/tx/${txHash}"},{"kind":"BccNodes","url":"https://explorer.bccnodes.com/jackal","tx_page":"https://explorer.bccnodes.com/jackal/tx/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/jackal","tx_page":"https://exp.utsa.tech/jackal/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/jackal","tx_page":"https://explorer.stavr.tech/jackal/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/jackal","tx_page":"https://exp.nodeist.net/jackal/tx/${txHash}"},{"kind":"Big Dipper","url":"https://bigdipper.live/jackal","tx_page":"https://bigdipper.live/jackal/transactions/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/jackal","tx_page":"https://mainnet.whispernode.com/jackal/tx/${txHash}","account_page":"https://mainnet.whispernode.com/jackal/account/${accountAddress}"}]},"joltify_1729-1":{"$schema":"../chain.schema.json","chain_name":"joltify","chain_id":"joltify_1729-1","pretty_name":"Joltify","website":"https://www.joltify.io/","status":"live","network_type":"mainnet","bech32_prefix":"jolt","daemon_name":"jolt","node_home":"$HOME/.joltify","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ujolt","low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"ujolt"}]},"codebase":{"git_repo":"https://github.com/joltify-finance/joltify_lending","recommended_version":"v0.1.0-rc1","compatible_versions":["v0.1.0-rc1"],"binaries":{"linux/amd64":"https://gitlab.com/api/v4/projects/42057472/packages/generic/joltify-linux-amd64-v0.1.0-rc1/v0.1.0-rc1/joltify"},"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.3"},"cosmwasm_enabled":false,"ibc_go_version":"v7.3.0","ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://ewr1.vultrobjects.com/joltify-mainnet/genesis_file/genesis.json"},"versions":[{"name":"v0.1.0-rc1","tag":"v0.1.0-rc1","height":0,"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.3"},"cosmwasm_enabled":false,"ibc_go_version":"v7.3.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://gitlab.com/api/v4/projects/42057472/packages/generic/joltify-linux-amd64-v0.1.0-rc1/v0.1.0-rc1/joltify"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg"}],"peers":{"seeds":[],"persistent_peers":[{"id":"1063f14d45345b3ed0c0e533bda52e78de754d24","address":"37.27.18.236:26656"},{"id":"34e0148645d860f45db510981f15da94b6b9d6ce","address":"168.119.171.59:26656"},{"id":"2dd612a8c7268da6685c612f956eba2f42ae06f3","address":"64.176.42.11:26656"}]},"apis":{"rpc":[{"address":"https://rpc.joltify.io","provider":"joltify"}],"rest":[{"address":"https://lcd.joltify.io/","provider":"joltify"}],"grpc":[{"address":"grpc.joltify.io:443","provider":"joltify"}],"evm-http-jsonrpc":[{"address":"https://evm.joltify.io/","provider":"joltify"}]},"explorers":[{"kind":"big dipper","url":"https://explorer.joltify.io/joltify","tx_page":"https://explorer.joltify.io/joltify/transactions/${txHash}","account_page":"https://explorer.joltify.io/joltify/accounts/${accountAddress}"}],"keywords":["rwa","lending"]},"kava_2222-10":{"$schema":"../chain.schema.json","chain_name":"kava","chain_id":"kava_2222-10","pretty_name":"Kava","website":"https://www.kava.io/","status":"live","network_type":"mainnet","bech32_prefix":"kava","daemon_name":"kava","node_home":"$HOME/.kava","slip44":459,"alternative_slip44s":[118],"fees":{"fee_tokens":[{"denom":"ukava","low_gas_price":0.05,"average_gas_price":0.1,"high_gas_price":0.25}]},"staking":{"staking_tokens":[{"denom":"ukava"}]},"codebase":{"git_repo":"https://github.com/kava-Labs/kava/","recommended_version":"v0.26.0","compatible_versions":["v0.26.0"],"genesis":{"genesis_url":"https://kava-genesis-files.s3.us-east-1.amazonaws.com/kava_2222-10/genesis.json"},"versions":[{"name":"v0.21.0","height":3607200,"proposal":124,"next_version_name":"v0.23.0","recommended_version":"v0.21.0","compatible_versions":["v0.21.0"]},{"name":"v0.23.0","height":4832500,"proposal":139,"next_version_name":"v0.24.0","recommended_version":"v0.23.0","compatible_versions":["v0.23.0"]},{"name":"v0.24.0","height":5597000,"proposal":146,"next_version_name":"v0.25.0","recommended_version":"v0.24.0","compatible_versions":["v0.24.0"]},{"name":"v0.25.0","height":7638000,"proposal":163,"next_version_name":"v0.26.0","recommended_version":"v0.25.0","compatible_versions":["v0.25.0"]},{"name":"v0.26.0","height":9561866,"proposal":178,"next_version_name":"","recommended_version":"v0.26.0","compatible_versions":["v0.26.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13956","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kava-mainnet-seed.autostake.com:26656","provider":"AutoStake 🛡️ Slash Protected"},{"id":"7ab4b78fbe5ee9e3777b21464a3162bd4cc17f57","address":"seed-kava-01.stakeflow.io:1206","provider":"Stakeflow"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-kava.ibs.team:16677","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"8b5c4a890c8ae7efbbe3360af71be1c3c3a9e12e","address":"121.78.241.68:46656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kava-mainnet-peer.autostake.com:26656","provider":"AutoStake 🛡️ Slash Protected"},{"id":"7ab4b78fbe5ee9e3777b21464a3162bd4cc17f57","address":"peer-kava-01.stakeflow.io:1206","provider":"Stakeflow"}]},"apis":{"rpc":[{"address":"https://rpc.data.kava.io","provider":"kava"},{"address":"https://kava-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-kava-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://kava-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://kava-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://rpc-kava-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://kava-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://api.data.kava.io/","provider":"kava"},{"address":"https://api-kava-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://kava-api.polkachu.com","provider":"Polkachu"},{"address":"https://kava-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://kava-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://api-kava-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://kava-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc.data.kava.io:443","provider":"kava"},{"address":"grpc-kava-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"kava-grpc.polkachu.com:13990","provider":"Polkachu"},{"address":"kava-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-kava-01.stakeflow.io:1202","provider":"Stakeflow"},{"address":"kava-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"evm-http-jsonrpc":[{"address":"https://evm.kava.io/","provider":"kava"},{"address":"https://kava-evm.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://kava.api.onfinality.io/public","provider":"OnFinality"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/kava","tx_page":"https://www.mintscan.io/kava/transactions/${txHash}","account_page":"https://www.mintscan.io/kava/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/kava","tx_page":"https://ezstaking.app/kava/txs/${txHash}","account_page":"https://ezstaking.app/kava/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/kava","tx_page":"https://ping.pub/kava/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/kava","tx_page":"https://atomscan.com/kava/transactions/${txHash}","account_page":"https://atomscan.com/kava/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/kava","account_page":"https://stakeflow.io/kava/accounts/${accountAddress}"}]},"juno-1":{"$schema":"../chain.schema.json","chain_name":"juno","chain_id":"juno-1","pretty_name":"Juno","website":"https://www.junonetwork.io/","status":"live","network_type":"mainnet","bech32_prefix":"juno","daemon_name":"junod","node_home":"$HOME/.juno","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ujuno","fixed_min_gas_price":0.075,"low_gas_price":0.075,"average_gas_price":0.1,"high_gas_price":0.125},{"denom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","fixed_min_gas_price":0.003,"low_gas_price":0.003,"average_gas_price":0.0035,"high_gas_price":0.004}]},"staking":{"staking_tokens":[{"denom":"ujuno"}]},"codebase":{"git_repo":"https://github.com/CosmosContracts/juno","recommended_version":"v22.0.1","compatible_versions":["v22.0.1"],"binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v22.0.1/junod"},"cosmos_sdk_version":"v0.47.11-0.20240417094812-f556fd956fb1","consensus":{"type":"cometbft","version":"v0.37.5"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://download.dimi.sh/juno-phoenix2-genesis.tar.gz"},"versions":[{"name":"v13","height":7374801,"proposal":271,"next_version_name":"v14","recommended_version":"v13.0.0","compatible_versions":["v13.0.0"],"cosmos_sdk_version":"0.45.14","consensus":{"type":"tendermint","version":"informalsystems/tendermint v0.34.26"},"cosmwasm_version":"0.30.0","cosmwasm_enabled":true,"ibc_go_version":"v4.3.0","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v13.0.0/junod"}},{"name":"v14","height":7875721,"proposal":282,"next_version_name":"v15","recommended_version":"v14.1.0","compatible_versions":["v14.0.0","v14.1.0"],"cosmos_sdk_version":"0.45.15","consensus":{"type":"cometbft","version":"mev-cometbft v0.34.27-mev.18"},"cosmwasm_version":"0.31.0","cosmwasm_enabled":true,"ibc_go_version":"v4.3.0","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v14.1.0/junod"}},{"name":"v15","height":8577241,"proposal":295,"next_version_name":"v16","recommended_version":"v15.0.0","compatible_versions":["v15.0.0"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"cometbft","version":"mev-cometbft v0.34.27-mev.18"},"cosmwasm_version":"0.31.0","cosmwasm_enabled":true,"ibc_go_version":"v4.3.1","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v15.0.0/junod"}},{"name":"v16","height":9481382,"proposal":311,"next_version_name":"v17","recommended_version":"v16.0.2","compatible_versions":["v16.0.0","v16.0.2"],"cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.40.2","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v16.0.2/junod"}},{"name":"v17","height":10078449,"proposal":317,"next_version_name":"v18","recommended_version":"v17.1.1","compatible_versions":["v17.0.0","v17.1.1"],"cosmos_sdk_version":"0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.41.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v17.1.1/junod"}},{"name":"v18","height":12265007,"proposal":325,"next_version_name":"v19","recommended_version":"v18.1.0","compatible_versions":["v18.1.0"],"cosmos_sdk_version":"0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v18.1.0/junod"}},{"name":"v19","height":13678871,"proposal":333,"next_version_name":"v21","recommended_version":"v20.0.0","compatible_versions":["v20.0.0"],"cosmos_sdk_version":"v0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v20.0.0/junod"}},{"name":"v21","height":14556500,"proposal":340,"next_version_name":"v22","recommended_version":"v21.0.1","compatible_versions":["v21.0.1"],"cosmos_sdk_version":"v0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/kintsugi-tech/juno/releases/download/v21.0.1/junod"}},{"name":"v22","height":15873890,"proposal":347,"next_version_name":"","recommended_version":"v22.0.1","compatible_versions":["v22.0.1"],"cosmos_sdk_version":"v0.47.11-0.20240417094812-f556fd956fb1","consensus":{"type":"cometbft","version":"v0.37.5"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/CosmosContracts/juno/releases/download/v22.0.1/junod"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"}],"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"},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:12656","provider":"RHINO"},{"id":"90b09362d9ce3845096c4938eea0dba682b0ad2c","address":"juno-seed-new.blockpane.com:26656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:12656","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:12656","provider":"Lavender.Five Nodes 🐝"},{"id":"ea67180befe4d9ca71142d21ada8ff58cc08f71c","address":"seeds.goldenratiostaking.net:1627","provider":"Golden Ratio Staking"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"juno-mainnet-seed.autostake.com:27136","provider":"AutoStake 🛡️ Slash Protected"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:12656","provider":"WhisperNode 🤐"},{"id":"509f6dbae3133a9df177edea051b31e1210b117e","address":"seed-juno-01.stakeflow.io:2307","provider":"Stakeflow"},{"id":"77c33f62d34c20a0e795240f4548ab741ea558d9","address":"138.201.21.121:24956","provider":"Validatrium"},{"id":"cfc31e41e66527a3b12b65c06aa3eac58e27c6ab","address":"seed.juno.validatus.com:3000","provider":"Validatus"}],"persistent_peers":[{"id":"7f593757c0cde8972ce929381d8ac8e446837811","address":"178.18.255.244:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"juno-mainnet-peer.autostake.com:27136","provider":"AutoStake 🛡️ Slash Protected"},{"id":"3ee2034cf0180e4d50f7b3ed952472add3316faf","address":"juno.peer.stavr.tech:1066","provider":"🔥STAVR🔥"},{"id":"509f6dbae3133a9df177edea051b31e1210b117e","address":"peer-juno-01.stakeflow.io:2307","provider":"Stakeflow"},{"id":"397281b9fa745482127093f08ac05724c2b8d6f8","address":"65.108.195.213:33656","provider":"StakeTown"},{"id":"77c33f62d34c20a0e795240f4548ab741ea558d9","address":"138.201.21.121:24956","provider":"Validatrium"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"juno.declab.pro:26612","provider":"Decloud Nodes Lab"},{"id":"637077d431f618181597706810a65c826524fd74","address":"juno.rpc.nodeshub.online:12656","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://rpc-juno.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://rpc-juno.itastakers.com","provider":"itastakers"},{"address":"http://juno.rpc.m.stavr.tech:1067","provider":"🔥STAVR🔥"},{"address":"https://rpc-juno.ecostake.com","provider":"ecostake"},{"address":"https://juno-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://juno-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-juno.pupmos.network","provider":"PUPMØS"},{"address":"https://rpc-juno.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://rpc-juno-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc.juno.chaintools.tech/","provider":"ChainTools"},{"address":"https://juno-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://juno-rpc.icycro.org","provider":"IcyCRO 🧊"},{"address":"https://rpc.juno.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://juno-rpc.kingnodes.com","provider":"kingnodes 👑"},{"address":"https://juno-rpc.reece.sh","provider":"Reecepbcups"},{"address":"https://juno-rpc.stakeandrelax.net","provider":"Stake&Relax Validator 🦥"},{"address":"https://rpc-juno.architectnodes.com","provider":"Architect Nodes"},{"address":"https://rpc-juno-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://rpc-juno.validavia.me","provider":"Validavia"},{"address":"https://juno-rpc.w3coins.io","provider":"w3coins"},{"address":"https://juno-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://juno-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://rpc-juno.mainnet.validatrium.club:443","provider":"Validatrium"},{"address":"https://juno-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc.juno.validatus.com","provider":"Validatus"},{"address":"https://rpc.juno.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://juno-rpc.cogwheel.zone","provider":"Cogwheel"},{"address":"https://juno.declab.pro:26610","provider":"Decloud Nodes Lab"},{"address":"https://juno.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"rest":[{"address":"https://lcd-juno.itastakers.com","provider":"itastakers"},{"address":"https://rest-juno.ecostake.com","provider":"ecostake"},{"address":"https://juno-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://juno.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-juno.pupmos.network","provider":"PUPMØS"},{"address":"https://api-juno-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://api.juno.chaintools.tech/","provider":"ChainTools"},{"address":"https://juno-api.polkachu.com","provider":"Polkachu"},{"address":"https://api-juno.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://juno-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://api.juno.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://juno-rest.kingnodes.com","provider":"kingnodes 👑"},{"address":"https://juno-api.stakeandrelax.net","provider":"Stake&Relax Validator 🦥"},{"address":"https://rest-juno.architectnodes.com","provider":"Architect Nodes"},{"address":"https://api-juno-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://lcd-juno.validavia.me","provider":"Validavia"},{"address":"https://juno-api.w3coins.io","provider":"w3coins"},{"address":"https://juno-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://juno-api.stake-town.com","provider":"StakeTown"},{"address":"https://lcd-juno.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://juno-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://api.juno.validatus.com","provider":"Validatus"},{"address":"https://lcd.juno.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://juno-api.cogwheel.zone","provider":"Cogwheel"},{"address":"https://juno.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://juno.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"grpc":[{"address":"grpc-juno-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"juno-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"juno-grpc.polkachu.com:12690","provider":"Polkachu"},{"address":"http://juno.grpc.m.stavr.tech:504","provider":"🔥STAVR🔥"},{"address":"https://juno-grpc.kingnodes.com:443","provider":"kingnodes 👑"},{"address":"grpc-juno.cosmos-spaces.cloud:4830","provider":"Cosmos Spaces"},{"address":"http://juno-grpc.stakeandrelax.net:12690","provider":"Stake&Relax Validator 🦥"},{"address":"grpc-juno.architectnodes.com:1443","provider":"Architect Nodes"},{"address":"juno-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"http://167.235.211.168:9091","provider":"CommunityStaking"},{"address":"grpc-juno-01.stakeflow.io:2302","provider":"Stakeflow"},{"address":"juno-grpc.w3coins.io:12690","provider":"w3coins"},{"address":"juno-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"juno-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"138.201.21.121:24990","provider":"Validatrium"},{"address":"juno-grpc.stakeandrelax.net:12690","provider":"Stake&Relax 🦥"},{"address":"grpc.juno.validatus.com","provider":"Validatus"},{"address":"https://grpc.juno.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"juno-grpc.cogwheel.zone:443","provider":"Cogwheel"},{"address":"https://juno.declab.pro:9007","provider":"Decloud Nodes Lab"},{"address":"https://juno.grpc.nodeshub.online","provider":"Nodes Hub"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/juno","tx_page":"https://ezstaking.app/juno/txs/${txHash}","account_page":"https://ezstaking.app/juno/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/juno","tx_page":"https://ping.pub/juno/tx/${txHash}"},{"kind":"explorers.guru","url":"https://juno.explorers.guru","tx_page":"https://juno.explorers.guru/transaction/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/juno","tx_page":"https://www.mintscan.io/juno/transactions/${txHash}","account_page":"https://www.mintscan.io/juno/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/juno","tx_page":"https://atomscan.com/juno/transactions/${txHash}","account_page":"https://atomscan.com/juno/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/juno","tx_page":"https://explorer.stavr.tech/juno/transactions/${txHash}","account_page":"https://explorer.stavr.tech/juno/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/juno","tx_page":"https://explorer.tcnetwork.io/juno/transaction/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/juno","account_page":"https://stakeflow.io/juno/accounts/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Juno","tx_page":"https://explorer.declab.pro/Juno/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/juno/","tx_page":"https://explorer.nodeshub.online/juno/tx/${txHash}","account_page":"https://explorer.nodeshub.online/juno/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/juno","tx_page":"https://mainnet.whispernode.com/juno/tx/${txHash}","account_page":"https://mainnet.whispernode.com/juno/account/${accountAddress}"}]},"kichain-2":{"$schema":"../chain.schema.json","chain_name":"kichain","chain_id":"kichain-2","pretty_name":"Ki","website":"https://foundation.ki/","status":"live","network_type":"mainnet","bech32_prefix":"ki","daemon_name":"kid","node_home":"$HOME/.kid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uxki","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.03,"high_gas_price":0.05}]},"staking":{"staking_tokens":[{"denom":"uxki"}]},"codebase":{"git_repo":"https://github.com/KiFoundation/ki-tools","recommended_version":"5.0.1","compatible_versions":["5.0.0","5.0.1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/KiFoundation/ki-networks/v0.1/Mainnet/kichain-2/genesis.json"},"versions":[{"name":"5.0.0","recommended_version":"5.0.1","compatible_versions":["5.0.0","5.0.1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"}],"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"},"peers":{"seeds":[{"id":"24cbccfa8813accd0ebdb09e7cdb54cff2e8fcd9","address":"51.89.166.197:26656","provider":"kifoundation"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13556","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kichain-mainnet-seed.autostake.com:27396","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:13556","provider":"Lavender.Five Nodes 🐝"},{"id":"27941ba20ad57cb665c7870d073a938e35e7d634","address":"seed-ki.ibs.team:16663","provider":"Inter Blockchain Services"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"41b321292cbe50c5c30017cc71c404481be0e20b","address":"3.38.12.5:26656","provider":"cosmostation"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kichain-mainnet-peer.autostake.com:27396","provider":"AutoStake 🛡️ Slash Protected"},{"id":"623645c5ad5fb81197f68c48e815e40917f2d6ed","address":"5.9.61.184:26656","provider":"[NODERS]TEAM"}]},"apis":{"rpc":[{"address":"https://rpc-mainnet.blockchain.ki","provider":"kifoundation"},{"address":"https://kichain-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-kichain-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://kichain-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc.kichain.chaintools.tech/","provider":"ChainTools"},{"address":"https://kichain-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"http://ki-chain.statesync.nodersteam.com:14657","provider":"[NODERS]TEAM"},{"address":"https://ki-rpc.ibs.team/","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://api-mainnet.blockchain.ki","provider":"kifoundation"},{"address":"https://api-kichain-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://kichain.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.kichain.chaintools.tech/","provider":"ChainTools"},{"address":"https://kichain-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"http://ki-chain.api.nodersteam.com:14017","provider":"[NODERS]TEAM"},{"address":"https://kichain-api.polkachu.com","provider":"Polkachu"},{"address":"https://kichain-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://ki-api.ibs.team/","provider":"Inter Blockchain Services"}],"grpc":[{"address":"grpc-kichain-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"kichain-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"ki-chain.grpc.nodersteam.com:9410","provider":"[NODERS]TEAM"},{"address":"kichain-grpc.polkachu.com:13590","provider":"Polkachu"},{"address":"kichain-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/kichain","tx_page":"https://ezstaking.app/kichain/txs/${txHash}","account_page":"https://ezstaking.app/kichain/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/ki-chain","tx_page":"https://www.mintscan.io/ki-chain/txs/${txHash}","account_page":"https://www.mintscan.io/ki-chain/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Kichain-Mainnet","tx_page":"https://explorer.stavr.tech/Kichain-Mainnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/kichain","tx_page":"https://ping.pub/kichain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/ki-chain","tx_page":"https://atomscan.com/ki-chain/transactions/${txHash}","account_page":"https://atomscan.com/ki-chain/accounts/${accountAddress}"}]},"darchub":{"$schema":"../chain.schema.json","chain_name":"konstellation","chain_id":"darchub","pretty_name":"Konstellation","website":"https://konstellation.tech/","status":"live","network_type":"mainnet","bech32_prefix":"darc","daemon_name":"knstld","node_home":"$HOME/.knstld","slip44":118,"fees":{"fee_tokens":[{"denom":"udarc","fixed_min_gas_price":0,"low_gas_price":0.0001,"average_gas_price":0.001,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"udarc"}]},"codebase":{"git_repo":"https://github.com/knstl/konstellation","recommended_version":"v0.6.2","compatible_versions":["v0.6.2"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/Konstellation/konstellation/master/config/genesis.json"},"versions":[{"name":"v0.6.2","recommended_version":"v0.6.2","compatible_versions":["v0.6.2"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/Konstellation-dark.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/Konstellation-dark.png"},"peers":{"seeds":[{"id":"1bd4b89e05e5d7ea5d2dba89c799c2e624cb35d7","address":"node1.konstellation.tech:26656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13356","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"konstellation-mainnet-seed.autostake.com:26826","provider":"AutoStake 🛡️ Slash Protected"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:10856","provider":"StakerHouse"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"1bd4b89e05e5d7ea5d2dba89c799c2e624cb35d7","address":"node1.konstellation.tech:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"konstellation-mainnet-peer.autostake.com:26826","provider":"AutoStake 🛡️ Slash Protected"},{"id":"5a10c5f0a2d981037a0a3e5ecc825901ae0d416c","address":"65.109.0.135:26656","provider":"[NODERS]TEAM"}]},"apis":{"rpc":[{"address":"https://rpc-konstellation-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://konstellation-rpc.stakerhouse.com","provider":"StakerHouse"}],"rest":[{"address":"https://api-konstellation-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://konstellation-rest.stakerhouse.com","provider":"StakerHouse"}],"grpc":[{"address":"grpc-konstellation-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"konstellation-grpc.polkachu.com:13390","provider":"Polkachu"},{"address":"konstellation-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"konstellation-grpc.stakerhouse.com:443","provider":"StakerHouse"}]},"explorers":[{"kind":"konstellation","url":"https://explorer.konstellation.tech/","tx_page":"https://explorer.konstellation.tech/tx/${txHash}"},{"kind":"cosmotracker","url":"https://cosmotracker.com/konstellation","tx_page":"https://cosmotracker.com/konstellation/tx/${txHash}"}]},"lambda_92000-1":{"$schema":"../chain.schema.json","chain_name":"lambda","chain_id":"lambda_92000-1","pretty_name":"Lambda","status":"live","network_type":"mainnet","bech32_prefix":"lamb","daemon_name":"lambdavm","node_home":"$HOME/.lambdavm","slip44":60,"fees":{"fee_tokens":[{"denom":"ulamb","low_gas_price":10000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"ulamb"}]},"codebase":{"git_repo":"https://github.com/LambdaIM/lambdavm","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/LambdaIM/mainnet/main/lambda_92000-1/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"},"peers":{"seeds":[{"id":"4573d28b7bf5cfb0a1b79e796efb388a1db8d046","address":"lambda.peer.stavr.tech:31326","provider":"🔥STAVR🔥"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.lambda.im","provider":"Lambda"},{"address":"http://lambda.rpc.m.stavr.tech:31327","provider":"🔥STAVR🔥"},{"address":"https://rpc.lambda.nodestake.top","provider":"NodeStake"},{"address":"https://lambda-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://lambda_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://rest.lambda.im","provider":"Lambda"},{"address":"https://lambda.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.lambda.nodestake.top","provider":"NodeStake"},{"address":"https://lambda-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://lambda_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"http://lambda.grpc.m.stavr.tech:2287","provider":"🔥STAVR🔥"},{"address":"grpc.lambda.nodestake.top:443","provider":"NodeStake"},{"address":"lambda-grpc.noders.services:31090","provider":"[NODERS]TEAM"}],"evm-http-jsonrpc":[{"address":"https://jsonrpc-lambda.d-stake.xyz","provider":"D-stake"},{"address":"https://lambda-jsonrpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://lambda_mainnet_evm.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}]},"explorers":[{"kind":"blockscout","url":"https://explorer.lambda.im/","tx_page":"https://explorer.lambda.im/tx/${txHash}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/lambda","tx_page":"https://explorer.nodestake.top/lambda/txs/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/lambda","tx_page":"https://explorer.stavr.tech/lambda/txs/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/lambda","tx_page":"https://atomscan.com/lambda/transactions/${txHash}","account_page":"https://atomscan.com/lambda/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/lambda","tx_page":"https://explorer.whenmoonwhenlambo.money/lambda/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/lambda/account/${accountAddress}"}]},"lava-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"lava","chain_id":"lava-mainnet-1","pretty_name":"Lava","website":"https://lavanet.xyz/","update_link":"https://raw.githubusercontent.com/lavanet/lava/main/chain.schema.json","status":"upcoming","network_type":"mainnet","bech32_prefix":"lava@","daemon_name":"lavad","node_home":"$HOME/.lava","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ulava","fixed_min_gas_price":1e-9,"low_gas_price":1e-9,"average_gas_price":0.00005,"high_gas_price":0.0001}]},"staking":{"staking_tokens":[{"denom":"ulava"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/lavanet/lava","recommended_version":"v0.33.1","compatible_versions":["v0.33.1"],"binaries":{"linux/amd64":"https://github.com/lavanet/lava/releases/download/v0.33.1/lavad-v0.33.1-linux-amd64?checksum=sha256:ae2e49e53bd8c979ca27c83d3d10a708fc23247dae020840fe46b9b68cb8e925"},"cosmos_sdk_version":"github.com/lavanet/cosmos-sdk@v0.47.x-lava","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_enabled":false,"ibc_go_version":"v7.2.0","ics_enabled":["ics20-1"]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png"},"peers":{"seeds":[{"id":"e023c3892862744081360a99a2666e8111b196d3","address":"lava-seed.y2.finance:26656","provider":"YTWOFUND"},{"id":"810b95bb95de712d4f30c2f62738bd976c016831","address":"lava-seed.finteh.org:26656","provider":"finteh"},{"id":"cec848e7d4c5a7ae305b27cda133d213435c110f","address":"seed-lava.ibs.team:16680","provider":"Inter Blockchain Services"},{"id":"258f523c96efde50d5fe0a9faeea8a3e83be22ca","address":"seed.lava-mainnet-1.lava.aviaone.com:10291","provider":"AVIAONE"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"b9dfd3f222e65ae605efc29dc9e3faecdc3b71d0","address":"lava.seed.stavr.tech:197","provider":"🔥STAVR🔥"}]},"apis":{"rpc":[{"address":"https://lava-rpc.w3coins.io:443","provider":"w3coins"},{"address":"https://lava-rpc.finteh.org:443","provider":"finteh"},{"address":"https://lava-rpc.y2.finance:443","provider":"YTWOFUND"},{"address":"https://lava-rpc.ibs.team:443","provider":"Inter Blockchain Services"},{"address":"https://rpc.lava-mainnet-1.lava.aviaone.com:443","provider":"AVIAONE"},{"address":"https://lava-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://lava.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://lava.rpc-archive.m.stavr.tech:443","provider":"🔥STAVR🔥"}],"rest":[{"address":"https://lava-api.w3coins.io:443","provider":"w3coins"},{"address":"https://lava-api.ibs.team:443","provider":"Inter Blockchain Services"},{"address":"https://api.lava-mainnet-1.lava.aviaone.com","provider":"AVIAONE"},{"address":"https://lava-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://lava.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://lava.api-archive.m.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"lava-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"lava.grpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"lava.grpc-archive.m.stavr.tech:443","provider":"🔥STAVR🔥"}]},"explorers":[{"kind":"w3coins","url":"https://lava-explorer.w3coins.io/Lava","tx_page":"https://lava-explorer.w3coins.io/Lava/tx/${txHash}","account_page":"https://lava-explorer.w3coins.io/Lava/account/${accountAddress}"}],"keywords":["modular","data","data access","rpc","staking","dual staking","indexing","incentivized public rpc"]},"kyve-1":{"$schema":"../chain.schema.json","chain_name":"kyve","chain_id":"kyve-1","pretty_name":"KYVE","website":"https://www.kyve.network/","status":"live","network_type":"mainnet","bech32_prefix":"kyve","daemon_name":"kyved","node_home":"$HOME/.kyve","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ukyve","fixed_min_gas_price":0.02,"low_gas_price":0.02,"average_gas_price":0.03,"high_gas_price":0.06}]},"staking":{"staking_tokens":[{"denom":"ukyve"}]},"codebase":{"git_repo":"https://github.com/KYVENetwork/chain","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"],"binaries":{"linux/amd64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_linux_amd64.tar.gz","linux/arm64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_linux_arm64.tar.gz","darwin/amd64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_darwin_arm64.tar.gz"},"cosmos_sdk_version":"v0.47.6-kyve-rc0","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.3.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/KYVENetwork/networks/main/kyve-1/genesis.json"},"versions":[{"name":"v1.0.0","next_version_name":"v1.1.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]},{"name":"v1.1.0","height":826000,"proposal":3,"next_version_name":"v1.2.0","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"]},{"name":"v1.2.0","height":1135000,"proposal":4,"next_version_name":"v1.3.0","recommended_version":"v1.2.2","compatible_versions":["v1.2.1","1.2.2"]},{"name":"v1.3.0","height":2061100,"proposal":8,"next_version_name":"v1.4.0","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"binaries":{"linux/amd64":"https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_linux_amd64.tar.gz","linux/arm64":"https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_linux_arm64.tar.gz","darwin/amd64":"https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/KYVENetwork/chain/releases/download/v1.3.0/kyved_mainnet_darwin_arm64.tar.gz"}},{"name":"v1.4.0","height":3908000,"proposal":21,"next_version_name":"","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"],"cosmos_sdk_version":"v0.47.6-kyve-rc0","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_linux_amd64.tar.gz","linux/arm64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_linux_arm64.tar.gz","darwin/amd64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/KYVENetwork/chain/releases/download/v1.4.0/kyved_mainnet_darwin_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11056","provider":"Lavender.Five Nodes 🐝"},{"id":"cec848e7d4c5a7ae305b27cda133d213435c110f","address":"seed-kyve.ibs.team:16664","provider":"Inter Blockchain Services"},{"id":"63aef665906f1ac532f6266bb2067510ca35a9a2","address":"seed-node.mms.team:41656","provider":"MMS"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kyve-mainnet-seed.autostake.com:27106","provider":"AutoStake 🛡️ Slash Protected"}],"persistent_peers":[{"id":"fae8cd5f04406e64484a7a8b6719eacbb861c094","address":"44.241.103.199:26656","provider":"kyve"},{"id":"146d27829fd240e0e4672700514e9835cb6fdd98","address":"34.212.201.1:26656","provider":"kyve"},{"id":"23f2668adb6d7387c8bc7fdc8a9d10430a092df7","address":"kyve.peer.stavr.tech:12356","provider":"🔥STAVR🔥"},{"id":"25da6253fc8740893277630461eb34c2e4daf545","address":"3.76.244.30:26656","provider":"kyve"},{"id":"b950b6b08f7a6d5c3e068fcd263802b336ffe047","address":"18.198.182.214:26656","provider":"kyve"},{"id":"ae3f75549c0fe53bae94909fb7477eb308dfe989","address":"88.99.104.180:46656","provider":"Stake-Take"},{"id":"00917221debc335189292cce406cd20a8a44e603","address":"peer-kyve.mms.team:27656","provider":"MMS"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"kyve.declab.pro:26618","provider":"Decloud Nodes Lab"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kyve-mainnet-peer.autostake.com:27106","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc-eu-1.kyve.network","provider":"kyve"},{"address":"https://rpc-kyve.ecostake.com","provider":"ecostake"},{"address":"https://kyve-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"http://kyve.rpc.m.stavr.tech:12357","provider":"🔥STAVR🔥"},{"address":"https://rpc-kyve.imperator.co","provider":"Imperator.co"},{"address":"https://kyve-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://rpc.kyve.nodestake.top","provider":"NodeStake"},{"address":"https://kyve.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://rpc-kyve.mms.team","provider":"MMS"},{"address":"https://kyve.declab.pro:26616","provider":"Decloud Nodes Lab"},{"address":"https://kyve-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://kyve_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"},{"address":"https://kyve-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"rest":[{"address":"https://api-eu-1.kyve.network","provider":"kyve"},{"address":"https://kyve-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rest-kyve.ecostake.com","provider":"ecostake"},{"address":"https://lcd-kyve.imperator.co","provider":"Imperator.co"},{"address":"https://kyve.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://kyve-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://api.kyve.nodestake.top","provider":"NodeStake"},{"address":"https://kyve.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://api-kyve.mms.team","provider":"MMS"},{"address":"https://kyve.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://kyve-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://kyve_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"},{"address":"https://kyve-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"grpc":[{"address":"https://grpc.kyve.nodestake.top","provider":"NodeStake"},{"address":"https://kyve-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://grpc-kyve.nodeist.net","provider":"Nodeist"},{"address":"http://kyve.grpc.stavr.tech:7106","provider":"🔥STAVR🔥"},{"address":"https://kyve.grpc.liveraven.net","provider":"LiveRaveN"},{"address":"grpc-kyve.mms.team:443","provider":"MMS"},{"address":"https://kyve.declab.pro:9011","provider":"Decloud Nodes Lab"},{"address":"kyve-grpc.noders.services:15090","provider":"[NODERS]TEAM"},{"address":"kyve-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/kyve","tx_page":"https://ezstaking.app/kyve/txs/${txHash}","account_page":"https://ezstaking.app/kyve/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/kyve","tx_page":"https://www.mintscan.io/kyve/txs/${txHash}","account_page":"https://www.mintscan.io/kyve/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/kyve","tx_page":"https://explorer.nodestake.top/kyve/txs/${txHash}","account_page":"https://explorer.nodestake.top/kyve/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Kyve","tx_page":"https://explorer.stavr.tech/Kyve/txs/${txHash}","account_page":"https://explorer.stavr.tech/Kyve/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/kyve","tx_page":"https://explorer.stake-take.com/kyve/txs/${txHash}","account_page":"https://explorer.stake-take.com/kyve/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Kyve","tx_page":"https://explorer.declab.pro/Kyve/txs/${txHash}","account_page":"https://explorer.declab.pro/Kyve/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/kyve","tx_page":"https://explorer.whenmoonwhenlambo.money/kyve/txs/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/kyve/account/${accountAddress}"}]},"likecoin-mainnet-2":{"$schema":"../chain.schema.json","chain_name":"likecoin","chain_id":"likecoin-mainnet-2","pretty_name":"LikeCoin","website":"https://like.co/","status":"live","network_type":"mainnet","bech32_prefix":"like","daemon_name":"liked","node_home":"$HOME/.liked","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"nanolike","fixed_min_gas_price":1000,"low_gas_price":1000,"average_gas_price":10000,"high_gas_price":1000000}]},"staking":{"staking_tokens":[{"denom":"nanolike"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/likecoin/likecoin-chain","recommended_version":"v4.2.0","compatible_versions":["v4.2.0"],"binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Windows_x86_64.zip"},"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"6.3.0","ics_enabled":["ics20-1"],"genesis":{"name":"fotan-1.0","genesis_url":"https://raw.githubusercontent.com/likecoin/mainnet/982c14399089950a59d3ebbedcbbc7ead6040457/genesis.json"},"versions":[{"name":"fotan-1.0","tag":"v1.2.0","height":0,"next_version_name":"v2.0.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0","fotan-1.2"],"cosmos_sdk_version":"0.42","consensus":{"type":"tendermint","version":"0.34"},"binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v1.2.0/likecoin-chain_1.2.0_Windows_x86_64.zip"}},{"name":"v2.0.0","tag":"v2.0.2","height":3692800,"next_version_name":"v3.0.0","recommended_version":"v2.0.2","compatible_versions":["v2.0.0","v2.0.1","v2.0.2"],"cosmos_sdk_version":"0.44","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"2.1.0","binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v2.0.2/likecoin-chain_2.0.2_Windows_x86_64.zip"}},{"name":"v3.0.0","tag":"v3.1.0","height":4810000,"next_version_name":"v4.0.0","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"2.3.0","binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v3.1.0/likecoin-chain_3.1.0_Windows_x86_64.zip"}},{"name":"v4.0.0","tag":"v4.0.1","height":9419200,"next_version_name":"v4.1.1","recommended_version":"v4.0.1","compatible_versions":["v4.0.0","v4.0.1","v4.0.2"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.3.1","binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.0.1/likecoin-chain_4.0.1_Windows_x86_64.zip"}},{"name":"v4.1.1","tag":"v4.1.1","height":12102100,"next_version_name":"v4.2.0","recommended_version":"v4.1.1","compatible_versions":["v4.1.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.2.1","binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Windows_x86_64.zip"}},{"name":"v4.2.0","tag":"v4.2.0","height":14103500,"next_version_name":"","recommended_version":"v4.2.0","compatible_versions":["v4.2.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.3.0","binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.2.0/likecoin-chain_4.2.0_Windows_x86_64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg"},"peers":{"seeds":[{"id":"913bd0f4bea4ef512ffba39ab90eae84c1420862","address":"34.82.131.35:26656","provider":"like.co"},{"id":"e44a2165ac573f84151671b092aa4936ac305e2a","address":"nnkken.dev:26656","provider":"nnkken"},{"id":"d354a96014507ea480d04f8fe009dd5a4f7fe7fb","address":"likecoin-seed.oldcat.io.oldcat.io:26656","provider":"Oldcat"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"f087d600cf3d34d3bac04a9723a53180619e8445","address":"35.247.83.138:26656","provider":"like.co"},{"id":"fd7589625f4ad41bb93f96f4c962ed6638426497","address":"like.peer.stavr.tech:1006","provider":"🔥STAVR🔥"},{"id":"20afcd5637b2278efc78c54fd523bd331d1820f2","address":"78.47.110.110:26656","provider":"moonbeam"},{"id":"5940f55e0e7e2f1a2c9507bf62fbfd7c6d2f3874","address":"likechain.oursky.com:26656","provider":"Oursky"}]},"apis":{"rpc":[{"address":"https://mainnet-node.like.co/rpc/","provider":"like.co"},{"address":"https://likecoin-node.oldcat.io:443/rpc/","provider":"Oldcat"},{"address":"https://like.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc-likecoin-mainnet.pikaser.net","provider":"PikaSer"},{"address":"https://rpc.likecoin.citizenweb3.com:443","provider":"Citizen Web3"}],"rest":[{"address":"https://mainnet-node.like.co","provider":"like.co"},{"address":"https://like.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://likecoin-node.oldcat.io:443/api/","provider":"Oldcat"},{"address":"https://rest-likecoin-mainnet.pikaser.net","provider":"PikaSer"}],"grpc":[{"address":"mainnet-node-grpc.like.co:80","provider":"like.co"},{"address":"like.grpc.m.stavr.tech:2000","provider":"🔥STAVR🔥"},{"address":"https://likecoin-node.oldcat.io:443/grpc/","provider":"Oldcat"},{"address":"grpc-likecoin-mainnet.pikaser.net:443","provider":"PikaSer"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/likecoin","tx_page":"https://www.mintscan.io/likecoin/transactions/${txHash}","account_page":"https://www.mintscan.io/likecoin/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/likecoin","tx_page":"https://ezstaking.app/likecoin/txs/${txHash}","account_page":"https://ezstaking.app/likecoin/account/${accountAddress}"},{"kind":"lunie-ng","url":"https://stake.like.co/"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Likecoin-M","tx_page":"https://explorer.stavr.tech/Likecoin-M/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/likecoin","tx_page":"https://ping.pub/likecoin/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/likecoin","tx_page":"https://atomscan.com/likecoin/transactions/${txHash}","account_page":"https://atomscan.com/likecoin/accounts/${accountAddress}"}],"keywords":["depub","publishing","like","book","writing","nft"]},"kaiyo-1":{"$schema":"../chain.schema.json","chain_name":"kujira","chain_id":"kaiyo-1","pretty_name":"Kujira","website":"https://kujira.app/","status":"live","network_type":"mainnet","bech32_prefix":"kujira","daemon_name":"kujirad","node_home":"$HOME/.kujira","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ukuji","fixed_min_gas_price":0.0034,"low_gas_price":0.0034,"average_gas_price":0.0051,"high_gas_price":0.00681},{"denom":"factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk","fixed_min_gas_price":0.01186,"low_gas_price":0.01186,"average_gas_price":0.01779,"high_gas_price":0.02372},{"denom":"ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F","fixed_min_gas_price":0.0119,"low_gas_price":0.0119,"average_gas_price":0.01785,"high_gas_price":0.02379},{"denom":"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2","fixed_min_gas_price":0.00129,"low_gas_price":0.00129,"average_gas_price":0.00193,"high_gas_price":0.00258},{"denom":"ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23","fixed_min_gas_price":0.01795,"low_gas_price":0.01795,"average_gas_price":0.02692,"high_gas_price":0.0359},{"denom":"ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07","fixed_min_gas_price":0.65943,"low_gas_price":0.65943,"average_gas_price":0.98915,"high_gas_price":1.31887},{"denom":"ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10","fixed_min_gas_price":160416396197,"low_gas_price":160416396197,"average_gas_price":240624594296,"high_gas_price":320832792394},{"denom":"ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5","fixed_min_gas_price":0.02689,"low_gas_price":0.02689,"average_gas_price":0.04034,"high_gas_price":0.05379},{"denom":"ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986","fixed_min_gas_price":0.01495,"low_gas_price":0.01495,"average_gas_price":0.02243,"high_gas_price":0.02991},{"denom":"ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5","fixed_min_gas_price":0.03139,"low_gas_price":0.03139,"average_gas_price":0.04709,"high_gas_price":0.06278},{"denom":"ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602","fixed_min_gas_price":0.90403,"low_gas_price":0.90403,"average_gas_price":1.35605,"high_gas_price":1.80806},{"denom":"ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2","fixed_min_gas_price":559196837,"low_gas_price":559196837,"average_gas_price":838795256,"high_gas_price":1118393675},{"denom":"ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7","fixed_min_gas_price":5772801,"low_gas_price":5772801,"average_gas_price":8659201,"high_gas_price":11545602},{"denom":"factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta","fixed_min_gas_price":0.01807,"low_gas_price":0.01807,"average_gas_price":0.02711,"high_gas_price":0.03615},{"denom":"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9","fixed_min_gas_price":0.01194,"low_gas_price":0.01194,"average_gas_price":0.01792,"high_gas_price":0.02389},{"denom":"ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3","fixed_min_gas_price":0.00019,"low_gas_price":0.00019,"average_gas_price":0.00029,"high_gas_price":0.00039}]},"staking":{"staking_tokens":[{"denom":"ukuji"}]},"codebase":{"git_repo":"https://github.com/Team-Kujira/core","recommended_version":"v1.0.2","compatible_versions":["v1.0.2"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://github.com/Team-Kujira/networks/raw/master/mainnet/kaiyo-1.json"},"versions":[{"name":"v0.8.4","tag":"v0.8.4","height":9226200,"proposal":302,"next_version_name":"v0.8.7","recommended_version":"v0.8.4-mainnet","compatible_versions":["v0.8.4","v0.8.4-mainnet"],"cosmos_sdk_version":"0.46.11","consensus":{"type":"cometbft","version":"v0.34.27"},"ics_enabled":["ics20-1"]},{"name":"v0.8.7","proposal":-1,"next_version_name":"v0.9.0","recommended_version":"v0.8.7","compatible_versions":["v0.8.7"]},{"name":"v0.9.0","height":14783000,"proposal":483,"next_version_name":"v0.9.1","recommended_version":"v0.9.0","compatible_versions":["v0.9.0"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"}},{"name":"v0.9.1","height":15205000,"proposal":488,"next_version_name":"v0.9.3","recommended_version":"v0.9.1-1","compatible_versions":["v0.9.1-1"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"}},{"name":"v0.9.3","height":16610000,"proposal":534,"next_version_name":"v1.0.2","recommended_version":"v0.9.3-1","compatible_versions":["v0.9.3-1"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true},{"name":"v1.0.2","height":18700000,"proposal":618,"next_version_name":"","recommended_version":"v1.0.2","compatible_versions":["v1.0.2"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:11856","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11856","provider":"Lavender.Five Nodes 🐝"},{"id":"322abfd7c0bcdf8a3d98ccb46ae2572bae0e8301","address":"seed-kujira.starsquid.io:15602","provider":"Starsquid"},{"id":"824fa337b806bd48ce9505d74ba3e5adea80da93","address":"seeds.goldenratiostaking.net:1628","provider":"Golden Ratio Staking"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kujira-mainnet-seed.autostake.com:26796","provider":"AutoStake 🛡️ Slash Protected"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"kujira.rpc.kjnodes.com:11359","provider":"kjnodes"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:11856","provider":"WhisperNode 🤐"},{"id":"654ba97f74254965a80c0fac0f277f6f6e5506b6","address":"seed-node.mms.team:29656","provider":"MMS"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-kujira.ibs.team:16678","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"kujira-mainnet-peer.autostake.com:26796","provider":"AutoStake 🛡️ Slash Protected"},{"id":"c1a740841a6dc0b56730e975b1a4aa2d8c73b204","address":"peer-kujira.mms.team:29656","provider":"MMS"}]},"apis":{"rpc":[{"address":"https://rpc-kujira.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://rpc.kaiyo.kujira.setten.io","provider":"setten.io"},{"address":"https://kujira-rpc.polkachu.com","provider":"polkachu"},{"address":"https://rpc-kujira.ecostake.com","provider":"ecostake"},{"address":"https://kujira-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.kujira.chaintools.tech/","provider":"ChainTools"},{"address":"https://rpc-kujira-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://kujira-rpc.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://rpc-kujira.starsquid.io","provider":"Starsquid"},{"address":"https://kujira.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://kuji-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://rpc-kujira.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://kujira-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc.kujira.rektdao.club","provider":"rektDAO"},{"address":"https://kujira-rpc.theamsolutions.info","provider":"AM Solutions"},{"address":"https://kujira-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc-kujira.mms.team","provider":"MMS"},{"address":"https://kujira-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://kujira.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"}],"rest":[{"address":"https://lcd-kujira.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://lcd.kaiyo.kujira.setten.io","provider":"setten.io"},{"address":"https://kujira-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://kujira-api.polkachu.com/","provider":"polkachu"},{"address":"https://rest-kujira.ecostake.com","provider":"ecostake"},{"address":"https://api-kujira-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://kujira-lcd.wildsage.io/","provider":"WildSage Labs"},{"address":"https://kujira-api.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://api-kujira.starsquid.io","provider":"Starsquid"},{"address":"https://kujira.api.kjnodes.com","provider":"kjnodes"},{"address":"https://kuji-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://kujira-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api.kujira.rektdao.club","provider":"rektDAO"},{"address":"https://kujira-api.theamsolutions.info","provider":"AM Solutions"},{"address":"https://kujira-api.w3coins.io","provider":"w3coins"},{"address":"https://api-kujira.mms.team","provider":"MMS"},{"address":"https://kujira-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://kujira-rest.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"}],"grpc":[{"address":"kujira.grpcui.chaintools.host:443","provider":"ChainTools"},{"address":"grpc-kujira-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"kujira-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"kujira-grpc.polkachu.com:11890","provider":"Polkachu"},{"address":"kujira-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"kujira.grpc.kjnodes.com:11390","provider":"kjnodes"},{"address":"kujira-grpc.w3coins.io:11890","provider":"w3coins"},{"address":"grpc-kujira.mms.team:443","provider":"MMS"},{"address":"kujira-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc-kujira.whispernode.com:443","provider":"WhisperNode 🤐"}]},"explorers":[{"kind":"kujira","url":"https://finder.kujira.app","tx_page":"https://finder.kujira.app/kaiyo-1/tx/${txHash}"},{"kind":"explorers.guru","url":"https://kujira.explorers.guru","tx_page":"https://kujira.explorers.guru/transaction/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/kujira","tx_page":"https://ezstaking.app/kujira/txs/${txHash}","account_page":"https://ezstaking.app/kujira/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/kujira","tx_page":"https://atomscan.com/kujira/transactions/${txHash}","account_page":"https://atomscan.com/kujira/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/kujira","tx_page":"https://mainnet.whispernode.com/kujira/tx/${txHash}","account_page":"https://mainnet.whispernode.com/kujira/account/${accountAddress}"}]},"logos_7002-1":{"$schema":"../chain.schema.json","chain_name":"logos","chain_id":"logos_7002-1","pretty_name":"Logos","status":"live","network_type":"mainnet","bech32_prefix":"logos","daemon_name":"logosd","node_home":"$HOME/.logos","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aLYT"}]},"codebase":{},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://logos-rpc.provable.dev:443/","provider":"laurel.provable"}],"rest":[{"address":"https://logos.provable.dev/rest/","provider":"laurel.provable"}],"grpc":[{"address":"logos-grpc.provable.dev:443","provider":"laurel.provable"}],"evm-http-jsonrpc":[{"address":"https://logos-evm.provable.dev/","provider":"laurel.provable"}]},"explorers":[],"extra_codecs":["ethermint"]},"loop-1":{"$schema":"../chain.schema.json","chain_name":"loop","chain_id":"loop-1","pretty_name":"Loop","website":"https://www.loop.fans/","status":"live","network_type":"mainnet","bech32_prefix":"loop","daemon_name":"loopd","node_home":"$HOME/.loopchain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"token","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"upoa"}]},"codebase":{"git_repo":"https://github.com/LoopFans/loop-chain","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/LoopFans/loop-chain/releases/download/v1.0.0/loopchain_1.0.0_linux_amd64.tar.gz"},"cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","ics_enabled":["ics20-1"],"genesis":{"name":"v1","genesis_url":"https://github.com/LoopFans/loop-chain/blob/main/network/loop-1/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"66250af94e333a8798f7b7a843bcd532c60d7a4e","address":"cluster.pfc.zone:31953","provider":"PFC"},{"id":"4ca5c65eead022b6e930fbcd5febdd0acb1387ff","address":"cluster.yieldpay.money:30149","provider":"PFC"}]},"apis":{"rpc":[{"address":"https://rpc.loop.pfc.zone/","provider":"PFC"}],"rest":[{"address":"https://api.loop.pfc.zone/","provider":"PFC"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pfc.zone/loop","tx_page":"https://ping.pfc.zone/loop/tx/${txHash}"}],"keywords":["fans"]},"loyal-main-02":{"$schema":"../chain.schema.json","chain_name":"loyal","chain_id":"loyal-main-02","pretty_name":"Loyal","website":"https://www.joinloyal.com/","status":"live","network_type":"mainnet","bech32_prefix":"loyal","daemon_name":"loyald","node_home":"$HOME/.loyal","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ulyl","fixed_min_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"ulyl"}]},"codebase":{"git_repo":"https://github.com/LoyalLabs/loyal","recommended_version":"v0.25.3","compatible_versions":["v0.25.3"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/LoyalLabs/net/main/mainnet/genesis.json"},"versions":[{"name":"v0.25.3","recommended_version":"v0.25.3","compatible_versions":["v0.25.3"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"},"peers":{"seeds":[{"id":"7490c272d1c9db40b7b9b61b0df3bb4365cb63a6","address":"loyal-seed.netdots.net:27656"},{"id":"f8f5d04e17c998478c29ba6ab74b2e995a2b6dcd","address":"tenderseed.ccvalidators.com:29002"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:17856","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"7490c272d1c9db40b7b9b61b0df3bb4365cb63a6","address":"54.80.32.192:26656"},{"id":"607dbee191f06d9479d7ae8f9fc5de75ca840d6f","address":"185.215.167.227:31656"}]},"apis":{"rpc":[{"address":"https://rpc-main.joinloyal.io/"},{"address":"https://loyal-rpc.polkachu.com","provider":"Polkachu"}],"rest":[{"address":"https://lcd-main.joinloyal.io/"},{"address":"https://loyal-api.polkachu.com","provider":"Polkachu"}],"grpc":[{"address":"https://grpc.loyal.nodestake.top","provider":"NodeStake"}]},"explorers":[{"kind":"Loyal explorer","url":"https://pingpub.joinloyal.io/loyal","tx_page":"https://pingpub.joinloyal.io/loyal/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/loyal","tx_page":"https://explorer.tcnetwork.io/loyal/transaction/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/loyal","tx_page":"https://explorer.nodestake.top/loyal/tx/${txHash}"}]},"LumenX":{"$schema":"../chain.schema.json","chain_name":"lumenx","chain_id":"LumenX","pretty_name":"LumenX","status":"killed","network_type":"mainnet","bech32_prefix":"lumen","daemon_name":"lumenxd","node_home":"$HOME/.lumenx","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ulumen","fixed_min_gas_price":0.0025,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"ulumen"}]},"codebase":{"git_repo":"https://github.com/cryptonetD/lumenx","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/cryptonetD/lumenx/main/config/genesis.json"},"versions":[{"name":"v1.4.0","tag":"v1.4.0","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"43c4eb952a35df720f2cb4b86a73b43f682d6cb1","address":"37.187.149.93:26696"},{"id":"81913c271aad8b26c10e3175a8f1ecf813921bab","address":"144.24.149.118:26656"},{"id":"9a49635f0ecb7ba93fc9eba952cbe58767557010","address":"185.215.180.70:26656"},{"id":"64c01c609297f010790a67fbb9e339a9072aa890","address":"144.24.134.26:26656"},{"id":"2c341d570e537683d23102e64e7b73f4bbaef829","address":"rpc.lumenx.chaintools.tech:26766"},{"id":"e3989262b8dff3596f3b1d5e44372e9326362552","address":"192.99.4.66:26666"},{"id":"e29d17459030df3ade1c7232a570abf942d5dc3c","address":"65.109.28.226:11656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}]},"apis":{"rpc":[{"address":"https://rpc-lumenx.cryptonet.pl/","provider":"CryptoNet"},{"address":"https://lumenx-rpc.kynraze.com/","provider":"Kynraze"}],"rest":[{"address":"https://api-lumenx.cryptonet.pl/","provider":"CryptoNet"},{"address":"https://api-lumenx.nodine.id/","provider":"Nodine.ID"},{"address":"https://lcd.lumenx.hexnodes.co/","provider":"Hexnodes"}],"grpc":[{"address":"https://lumenx-grpc.kynraze.com","provider":"Kynraze"},{"address":"https://grpc-lumenx.nodine.id","provider":"Nodine.ID"},{"address":"https://grpc.lumenx.hexnodes.co","provider":"Hexnodes"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer.chaintools.tech/lumenx","tx_page":"https://explorer.chaintools.tech/lumenx/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.cryptonet.pl/lumenx","tx_page":"https://explorer.cryptonet.pl/lumenx/tx/${txHash}"},{"kind":"Kynraze","url":"https://explorer.kynraze.com/lumenx","tx_page":"https://explorer.kynraze.com/lumenx/tx/${txHash}"},{"kind":"ComunityNode","url":"https://explorer.comunitynode.my.id/lumenx","tx_page":"https://explorer.comunitynode.my.id/lumenx/tx/${txHash}"},{"kind":"Nodine.ID","url":"https://explorer.co.id/lumenx","tx_page":"https://explorer.co.id/lumenx/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/lumenx","tx_page":"https://atomscan.com/lumenx/transactions/${txHash}","account_page":"https://atomscan.com/lumenx/accounts/${accountAddress}"}]},"lum-network-1":{"$schema":"../chain.schema.json","chain_name":"lumnetwork","chain_id":"lum-network-1","pretty_name":"Lum Network","website":"https://lum.network/","status":"live","network_type":"mainnet","bech32_prefix":"lum","daemon_name":"lumd","node_home":"$HOME/.lumd","key_algos":["secp256k1"],"slip44":880,"fees":{"fee_tokens":[{"denom":"ulum","fixed_min_gas_price":0.001,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ulum"}]},"codebase":{"git_repo":"https://github.com/lum-network/chain","recommended_version":"v1.6.7","compatible_versions":["v1.6.7"],"binaries":{"linux/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_ubuntu-latest_amd64.zip","linux/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_ubuntu-latest_arm64.zip","darwin/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_macos-latest_amd64.zip","darwin/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_macos-latest_arm64.zip","windows/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_windows-latest_amd64.zip","windows/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_windows-latest_arm64.zip"},"cosmos_sdk_version":"v0.47.11","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/lum-network/mainnet/master/genesis.json"},"versions":[{"name":"v1.3.1","next_version_name":"v1.4.0","recommended_version":"v1.3.1","compatible_versions":["v1.3.1"]},{"name":"v1.4.0","height":7652000,"proposal":61,"next_version_name":"v1.4.1","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"]},{"name":"v1.4.1","height":7740000,"proposal":64,"next_version_name":"v1.4.5","recommended_version":"v1.4.2","compatible_versions":["v1.4.1","v1.4.2"]},{"name":"v1.4.5","height":7950600,"proposal":71,"next_version_name":"v1.5.0","recommended_version":"v1.4.5","compatible_versions":["v1.4.5"]},{"name":"v1.5.0","height":8424000,"proposal":79,"next_version_name":"v1.5.1","recommended_version":"v1.5.0-2","compatible_versions":["v1.5.0-2"]},{"name":"v1.5.1","height":8527300,"proposal":82,"next_version_name":"v1.5.2","recommended_version":"v1.5.1","compatible_versions":["v1.5.1"]},{"name":"v1.5.2","height":8688700,"proposal":87,"next_version_name":"v1.6.1","recommended_version":"v1.5.2","compatible_versions":["v1.5.2"]},{"name":"v1.6.1","height":9520750,"proposal":88,"next_version_name":"v1.6.2","recommended_version":"v1.6.1","compatible_versions":["v1.6.1"]},{"name":"v1.6.2","height":10027000,"proposal":90,"next_version_name":"v1.6.3","recommended_version":"v1.6.2-1","compatible_versions":["v1.6.2-1"]},{"name":"v1.6.3","height":10444000,"proposal":92,"next_version_name":"v1.6.4","recommended_version":"v1.6.3","compatible_versions":["v1.6.3"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.2.0","binaries":{"linux/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_ubuntu-latest_amd64.zip","linux/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_ubuntu-latest_arm64.zip","darwin/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_macos-latest_amd64.zip","darwin/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_macos-latest_arm64.zip","windows/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_windows-latest_amd64.zip","windows/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.3/lumd_windows-latest_arm64.zip"}},{"name":"v1.6.4","height":11390000,"proposal":97,"next_version_name":"v1.6.5","recommended_version":"v1.6.4","compatible_versions":["v1.6.4"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.2.0","binaries":{"linux/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_ubuntu-latest_amd64.zip","linux/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_ubuntu-latest_arm64.zip","darwin/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_macos-latest_amd64.zip","darwin/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_macos-latest_arm64.zip","windows/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_windows-latest_amd64.zip","windows/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.4/lumd_windows-latest_arm64.zip"}},{"name":"v1.6.5","height":11992000,"proposal":101,"next_version_name":"v1.6.6","recommended_version":"v1.6.5","compatible_versions":["v1.6.5"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.2.0","binaries":{"linux/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_ubuntu-latest_amd64.zip","linux/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_ubuntu-latest_arm64.zip","darwin/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_macos-latest_amd64.zip","darwin/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_macos-latest_arm64.zip","windows/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_windows-latest_amd64.zip","windows/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.5/lumd_windows-latest_arm64.zip"}},{"name":"v1.6.6","height":12969000,"proposal":106,"next_version_name":"v1.6.7","recommended_version":"v1.6.6","compatible_versions":["v1.6.6"],"cosmos_sdk_version":"v0.47.11","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_ubuntu-latest_amd64.zip","linux/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_ubuntu-latest_arm64.zip","darwin/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_macos-latest_amd64.zip","darwin/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_macos-latest_arm64.zip","windows/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_windows-latest_amd64.zip","windows/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.6/lumd_windows-latest_arm64.zip"}},{"name":"v1.6.7","height":13241000,"proposal":107,"next_version_name":"","recommended_version":"v1.6.7","compatible_versions":["v1.6.7"],"cosmos_sdk_version":"v0.47.11","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_ubuntu-latest_amd64.zip","linux/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_ubuntu-latest_arm64.zip","darwin/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_macos-latest_amd64.zip","darwin/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_macos-latest_arm64.zip","windows/amd64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_windows-latest_amd64.zip","windows/arm64":"https://github.com/lum-network/chain/releases/download/v1.6.7/lumd_windows-latest_arm64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"}],"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"},"peers":{"seeds":[{"id":"19ad16527c98b782ee35df56b65a3a251bd99971","address":"peer-1.mainnet.lum.network:26656","provider":"lum foundation"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"lum-mainnet-seed.autostake.com:27416","provider":"AutoStake 🛡️ Slash Protected"},{"id":"42d79514ca40e942004e94f90557644cf36e986a","address":"lum.seed.stavr.tech:31316","provider":"🔥STAVR🔥"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16756","provider":"Lavender.Five Nodes 🐝"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:10756","provider":"StakerHouse"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"0df233b1eb62504f96a856ce358014b2fb8ce91b","address":"lum-seed.panthea.eu:43656","provider":"Panthea EU"}],"persistent_peers":[{"id":"b47626b9d78ed7ed3c413304387026f907c70cbe","address":"peer-0.mainnet.lum.network:26656","provider":"lum foundation"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"lum-mainnet-peer.autostake.com:27416","provider":"AutoStake 🛡️ Slash Protected"},{"id":"fbaeeff89ec94a4f6c4a2a61e24af7d06b3be0c8","address":"46.166.140.180:26656","provider":"simply staking"},{"id":"433c60a5bc0a693484b7af26208922b84773117e","address":"34.209.132.0:26656","provider":"cosmostation"},{"id":"43216584c1e6b1056566a4825b15cdfbfc79d9e8","address":"lum-peer.panthea.eu:33656","provider":"Panthea EU"}]},"apis":{"rpc":[{"address":"https://rpc.node0.mainnet.lum.network","provider":"Lum Foundation"},{"address":"https://lum.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://lumnetwork-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://lum-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://lum-rpc.stakerhouse.com","provider":"StakerHouse"},{"address":"https://lum-rpc.panthea.eu","provider":"Panthea EU"},{"address":"https://lumnetwork_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://rest.node0.mainnet.lum.network","provider":"Lum Foundation"},{"address":"https://lumnetwork-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://lum.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://lum-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://lum-rest.stakerhouse.com","provider":"StakerHouse"},{"address":"https://lum-api.panthea.eu","provider":"Panthea EU"},{"address":"https://lumnetwork_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"lumnetwork-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"lum.grpc.m.stavr.tech:2277","provider":"🔥STAVR🔥"},{"address":"lum-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"lum-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"lum-grpc.panthea.eu:16770","provider":"Panthea EU"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/lumnetwork","tx_page":"https://ezstaking.app/lumnetwork/txs/${txHash}","account_page":"https://ezstaking.app/lumnetwork/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/lum","tx_page":"https://www.mintscan.io/lum/transactions/${txHash}","account_page":"https://www.mintscan.io/lum/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/LumNetwork-Mainnet","tx_page":"https://explorer.stavr.tech/LumNetwork-Mainnet/tx/${txHash}"},{"kind":"lum-network","url":"https://explorer.lum.network","tx_page":"https://explorer.lum.network/txs/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/lum-network","tx_page":"https://ping.pub/lum-network/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/lum-network","tx_page":"https://atomscan.com/lum-network/transactions/${txHash}","account_page":"https://atomscan.com/lum-network/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/lum-network","tx_page":"https://explorer.whenmoonwhenlambo.money/lum-network/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/lum-network/account/${accountAddress}"}]},"mars-1":{"$schema":"../chain.schema.json","chain_name":"mars","chain_id":"mars-1","pretty_name":"Mars Hub","website":"https://www.marsprotocol.io/","status":"live","network_type":"mainnet","bech32_prefix":"mars","daemon_name":"marsd","node_home":"$HOME/.mars","key_algos":["secp256k1"],"slip44":118,"alternative_slip44s":[330],"fees":{"fee_tokens":[{"denom":"umars","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"umars"}]},"codebase":{"git_repo":"https://github.com/mars-protocol/hub","recommended_version":"v1.0.2","compatible_versions":["v1.0.0","v1.0.2"],"cosmos_sdk_version":"0.46.7","consensus":{"type":"tendermint","version":"0.34.24"},"cosmwasm_version":"0.30.0","cosmwasm_enabled":true,"ibc_go_version":"6.1.0","ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://github.com/mars-protocol/networks/raw/main/mars-1/genesis.json"},"versions":[{"name":"v1","tag":"v1.0.0","height":0,"recommended_version":"v1.0.2","compatible_versions":["v1.0.0","v1.0.2"],"cosmos_sdk_version":"0.46.7","consensus":{"type":"tendermint","version":"0.34.24"},"cosmwasm_version":"0.30.0","cosmwasm_enabled":true,"ibc_go_version":"6.1.0","ics_enabled":["ics20-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:18556","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"mars-mainnet-seed.autostake.com:27056","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:18556","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"mars.rpc.kjnodes.com:14559","provider":"kjnodes"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"mars-mainnet-peer.autostake.com:27056","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc.marsprotocol.io:443","provider":"Delphi Labs"},{"address":"https://mars-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://mars-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://mars-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc.expedition-mars.com","provider":"Expedition Mars"},{"address":"https://mars-rpc.genznodes.dev:443","provider":"genznodes"},{"address":"https://mars-rpc.stakeandrelax.net","provider":"Stake&Relax Validator 🦥"},{"address":"https://mars-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://mars-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"}],"rest":[{"address":"https://rest.marsprotocol.io:443","provider":"Delphi Labs"},{"address":"https://mars-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://mars-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://mars-api.polkachu.com","provider":"Polkachu"},{"address":"https://lcd.expedition-mars.com:443","provider":"Expedition Mars"},{"address":"https://mars-api.genznodes.dev:443","provider":"genznodes"},{"address":"https://mars-api.stakeandrelax.net","provider":"Stake&Relax Validator 🦥"},{"address":"https://mars-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://mars-api.stakeandrelax.net","provider":"Stake&Relax 🦥"}],"grpc":[{"address":"grpc.marsprotocol.io:443","provider":"Delphi Labs"},{"address":"mars-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"mars-grpc.polkachu.com:18590","provider":"Polkachu"},{"address":"mars-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"mars-grpc.genznodes.dev:26090","provider":"genznodes"},{"address":"mars.grpc.kjnodes.com:14590","provider":"kjnodes"},{"address":"grpc.mars.nodestake.top:443","provider":"NodeStake"},{"address":"mars-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"mars-grpc.stakeandrelax.net:18590","provider":"Stake&Relax 🦥"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/mars","tx_page":"https://ezstaking.app/mars/txs/${txHash}","account_page":"https://ezstaking.app/mars/account/${accountAddress}"},{"kind":"BigDipper","url":"https://explorer.marsprotocol.io","tx_page":"https://explorer.marsprotocol.io/transactions/${txHash}","account_page":"https://explorer.marsprotocol.io/accounts/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/mars","tx_page":"https://explorer.nodestake.top/mars/transactions/${txHash}","account_page":"https://explorer.nodestake.top/mars/account/${accountAddress}"},{"kind":"Nodes.Guru","url":"https://mars.explorers.guru/","tx_page":"https://mars.explorers.guru/transaction/${txHash}","account_page":"https://mars.explorers.guru/account/${accountAddress}"},{"kind":"MintScan","url":"https://www.mintscan.io/mars-protocol","tx_page":"https://www.mintscan.io/mars-protocol/transactions/${txHash}","account_page":"https://www.mintscan.io/mars-protocol/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/mars","tx_page":"https://ping.pub/mars/tx/${txHash}","account_page":"https://ping.pub/mars/account/${accountAddress}"}]},"mayachain-mainnet-v1":{"$schema":"../chain.schema.json","chain_name":"mayachain","chain_id":"mayachain-mainnet-v1","pretty_name":"Maya Protocol","website":"https://mayaprotocol.com/","status":"live","network_type":"mainnet","bech32_prefix":"maya","daemon_name":"mayanode","node_home":"$HOME/.mayanode","slip44":931,"codebase":{"git_repo":"https://gitlab.com/mayachain/mayanode","recommended_version":"V1.103.3","compatible_versions":["V1.103.3"],"genesis":{"genesis_url":"https://tendermint.mayachain.info/genesis"},"versions":[{"name":"V1.103.3","recommended_version":"V1.103.3","compatible_versions":["V1.103.3"]}]},"peers":{"seeds":[{"id":"bd3cdc522a8db64935e6ab5509c3fe3bebc036a8","address":"13.52.55.197:27146"},{"id":"55e511e9d3fe84cfad597b0adab98bb2e3c6efc7","address":"18.194.46.101:27146"},{"id":"ae1713e45cb5c579fc07b7f0ff24adad1ea93aa1","address":"18.221.183.211:27146"},{"id":"3a2c07509c1ac64de4d6d832dca7cdbfca398fc2","address":"15.156.45.237:27146"},{"id":"b149d5ad54c7b56a3b43548e3814713f20519946","address":"18.217.85.10:27146"},{"id":"c0f2a2a7e50b56fc92f5723dd3baf883c12048db","address":"3.132.55.140:27146"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}]},"apis":{"rpc":[{"address":"https://tendermint.mayachain.info","provider":"tendermint"}],"rest":[{"address":"https://mayanode.mayachain.info","provider":"mayanode"}]},"explorers":[{"kind":"Maya Protocol explorer","url":"https://www.explorer.mayachain.info","tx_page":"https://www.explorer.mayachain.info/#/txs/${txHash}"}]},"medasdigital-1":{"$schema":"../chain.schema.json","chain_name":"medasdigital","chain_id":"medasdigital-1","pretty_name":"Medas Digital Network","website":"https://medas-digital.io/","status":"live","network_type":"mainnet","bech32_prefix":"medas","daemon_name":"medasdigitald","node_home":"$HOME/.medasdigital","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umedas","low_gas_price":0.1,"average_gas_price":0.25,"high_gas_price":0.4}]},"staking":{"staking_tokens":[{"denom":"umedas"}]},"codebase":{"git_repo":"https://github.com/oxygene76/medasdigital/","recommended_version":"v0.97","compatible_versions":["v0.94"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/oxygene76/medasdigital/main/networks/mainnet/genesis.json"},"versions":[{"name":"v0.94","recommended_version":"v0.94","compatible_versions":["v0.94"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"afa88136727d46b4c15fe6e041f53fdb25cc37c0","address":"212.6.177.10:26656","provider":"Neptun Validator"},{"id":"a50887a49a5c908631a036013d38cc825b10f8fe","address":"212.6.177.11:26656","provider":"Uranus Validator"},{"id":"e89a2ed10488de6d8134ff67101aa1a883a0c6bd","address":"212.6.177.12:26656","provider":"Saturn Validator"},{"id":"95d55f5d4a61d18508441f3357fadf221abe43ca","address":"64.251.18.192:26656","provider":"Mars Validator"},{"id":"15376dbf45a1cf907958e2a684c436a62cc0825d","address":"67.207.180.166:26656","provider":"Jupiter Validator"}]},"apis":{"rpc":[{"address":"https://rpc.medas-digital.io:26657/","provider":"Neptun Validator"}],"rest":[{"address":"https://lcd.medas-digital.io:1317/","provider":"Neptun Validator"}],"grpc":[{"address":"grpc.medas-digital.io:9090","provider":"Neptun Validator"}]},"explorers":[{"kind":"BigDipper","url":"https://explorer.medas-digital.io:3100/medasdigital","tx_page":"https://explorer.medas-digital.io:3100/medasdigital/transactions/${txHash}","account_page":"explorer.medas-digital.io:3100/medasdigital/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/frontier/medasdigital","tx_page":"https://atomscan.com/frontier/medasdigital/transactions/${txHash}","account_page":"https://atomscan.com/frontier/medasdigital/accounts/${accountAddress}"}]},"meme-1":{"$schema":"../chain.schema.json","chain_name":"meme","chain_id":"meme-1","pretty_name":"MEME","status":"live","network_type":"mainnet","bech32_prefix":"meme","daemon_name":"memed","node_home":"$HOME/.memed","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umeme","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.035,"high_gas_price":0.045}]},"staking":{"staking_tokens":[{"denom":"umeme"}]},"codebase":{"git_repo":"https://github.com/memecosmos/meme/","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://github.com/memecosmos/mainnet/raw/main/meme-1/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"}],"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"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14756","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"90570d614d01c617953645faa4b955616fbb8d64","address":"205.209.120.105:26656","provider":"MEME Foundation"},{"id":"f3ee4c635b8b6165c25abef548c164c53014b90e","address":"165.140.242.34:26656","provider":"MEME Foundation"},{"id":"c57fce65a0e6be87763ae38d607b817b3acde620","address":"173.212.215.104:26656","provider":"Theamsolutions"},{"id":"c57fce65a0e6be87763ae38d607b817b3acde620","address":"173.212.215.104:26656","provider":"Theamsolutions"},{"id":"40e748da7a72c039f8ba47b2c6bd90cc0e203587","address":"49.12.246.204:23656","provider":"[NODERS]TEAM"},{"id":"fce4cbc9f8a9528fcd06948247025c3316991214","address":"116.203.35.46:26656","provider":"Stake-Take"}]},"apis":{"rpc":[{"address":"https://rpc-meme-1.meme.sx/","provider":"MEME Foundation"},{"address":"https://meme-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://rpc-meme.pupmos.network/","provider":"PUPMØS"},{"address":"https://meme.rpc.m.anode.team","provider":"ANODE TEAM"}],"rest":[{"address":"https://api-meme-1.meme.sx/","provider":"MEME Foundation"},{"address":"https://meme-api.polkachu.com/","provider":"Polkachu"},{"address":"https://api-meme.pupmos.network/","provider":"PUPMØS"},{"address":"https://meme.api.m.anode.team","provider":"ANODE TEAM"},{"address":"https://meme.api.m.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"meme-grpc.polkachu.com:14790","provider":"Polkachu"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/meme","tx_page":"https://ping.pub/meme/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/meme","tx_page":"https://atomscan.com/meme/transactions/${txHash}","account_page":"https://atomscan.com/meme/accounts/${accountAddress}"},{"kind":"MEME Explorer","url":"https://explorer.meme.sx/meme","tx_page":"https://explorer.meme.sx/meme/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/meme","tx_page":"https://atomscan.com/meme/transactions/${txHash}","account_page":"https://atomscan.com/meme/accounts/${accountAddress}"},{"kind":"Brochain","url":"https://explorer.brocha.in/meme","tx_page":"https://explorer.brocha.in/meme/tx/${txHash}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/meme","tx_page":"https://explorer.stake-take.com/meme/tx/${txHash}","account_page":"https://explorer.stake-take.com/meme/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Meme","tx_page":"https://explorer.stavr.tech/Meme/tx/${txHash}","account_page":"https://explorer.stavr.tech/Meme/account/${accountAddress}"}]},"microtick-1":{"$schema":"../chain.schema.json","chain_name":"microtick","chain_id":"microtick-1","pretty_name":"Microtick","status":"killed","network_type":"mainnet","bech32_prefix":"micro","daemon_name":"mtm","slip44":118,"fees":{"fee_tokens":[{"denom":"utick","low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"utick"}]},"codebase":{"git_repo":"https://github.com/microtick/mtzone","recommended_version":"mtm-v2.0.4","compatible_versions":["mtm-v2.0.4"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/microtick/stargate-genesis/master/genesis.json"},"versions":[{"name":"mtm-v2.0.4","recommended_version":"mtm-v2.0.4","compatible_versions":["mtm-v2.0.4"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"}],"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"},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/microtick","tx_page":"https://ping.pub/microtick/tx/${txHash}"}]},"migaloo-1":{"$schema":"../chain.schema.json","chain_name":"migaloo","chain_id":"migaloo-1","pretty_name":"Migaloo","website":"https://www.whitewhale.money/","status":"live","network_type":"mainnet","bech32_prefix":"migaloo","daemon_name":"migalood","node_home":"$HOME/.migalood","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uwhale","fixed_min_gas_price":1,"low_gas_price":1,"average_gas_price":2,"high_gas_price":3}]},"staking":{"staking_tokens":[{"denom":"uwhale"}]},"codebase":{"git_repo":"https://github.com/White-Whale-Defi-Platform/migaloo-chain","recommended_version":"v4.1.3","compatible_versions":["v4.1.3"],"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/White-Whale-Defi-Platform/migaloo-chain/release/v2.0.x/networks/mainnet/genesis.json"},"versions":[{"name":"v2.0.0","next_version_name":"v2.2.5","recommended_version":"v2.0.5","compatible_versions":["v2.0.0","v2.0.4","v2.0.5"],"cosmos_sdk_version":"0.46.11","consensus":{"type":"cometbft","version":"0.34.27"},"cosmwasm_version":"v0.30.1-0.20230320091624-f5072b9b04a6","cosmwasm_enabled":true,"ibc_go_version":"6.1.0"},{"name":"v2.2.5","height":2342302,"proposal":10,"next_version_name":"v3.0.0","recommended_version":"v2.2.7-hotfix","compatible_versions":["v2.2.7-hotfix"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"0.34.29"},"cosmwasm_version":"v0.30.1-0.20230320091624-f5072b9b04a6","cosmwasm_enabled":true,"ibc_go_version":"6.2.0"},{"name":"v3.0.0","height":3574316,"proposal":13,"next_version_name":"v3.0.2","recommended_version":"v3.0.1-hotfix","compatible_versions":["v3.0.1-hotfix"],"cosmos_sdk_version":"0.46.15","consensus":{"type":"cometbft","version":"0.34.29"},"cosmwasm_version":"v0.30.1-0.20230320091624-f5072b9b04a6","cosmwasm_enabled":true,"ibc_go_version":"6.2.0"},{"name":"v3.0.2","height":4128108,"proposal":19,"next_version_name":"v4.1.0","recommended_version":"v3.0.4","compatible_versions":["v3.0.4"],"cosmos_sdk_version":"0.46.15","consensus":{"type":"cometbft","version":"0.34.29"},"cosmwasm_version":"v0.30.1-0.20230320091624-f5072b9b04a6","cosmwasm_enabled":true,"ibc_go_version":"6.2.0"},{"name":"v4.1.2","height":5962700,"proposal":31,"next_version_name":"","recommended_version":"v4.1.3","compatible_versions":["v4.1.3"],"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:12856","provider":"Lavender.Five Nodes 🐝"},{"id":"c936ae78abca1169362e068e3e94c87a0ace96c7","address":"seeds.cros-nest.com:27656","provider":"Cros-Nest"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"whitewhale-mainnet-seed.autostake.com:27096","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:20756","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"whitewhale-mainnet-peer.autostake.com:27096","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://migaloo-rpc.polkachu.com:443","provider":"Polkachu"},{"address":"https://migaloo-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-migaloo.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://migaloo-rpc.kleomedes.network:443","provider":"Kleomedes"},{"address":"https://rpc.whitewhale.nodestake.top","provider":"NodeStake"},{"address":"https://migaloo-rpc.cosmosrescue.com","provider":"cosmosrescue"},{"address":"https://migaloo-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"}],"rest":[{"address":"https://migaloo-api.polkachu.com:443","provider":"Polkachu"},{"address":"https://migaloo-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-migaloo.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://migaloo-api.kleomedes.network:443","provider":"Kleomedes"},{"address":"https://api.whitewhale.nodestake.top","provider":"NodeStake"},{"address":"https://migaloo-api.cosmosrescue.com","provider":"cosmosrescue"},{"address":"https://migaloo-api.highstakes.ch","provider":"High Stakes 🇨🇭"}],"grpc":[{"address":"migaloo-grpc.polkachu.com:20790","provider":"Polkachu"},{"address":"migaloo-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"whitewhale-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-migaloo.cosmos-spaces.cloud:4810","provider":"Cosmos Spaces"},{"address":"https://grpc.whitewhale.nodestake.top","provider":"NodeStake"},{"address":"migaloo-grpc.cosmosrescue.com:9090","provider":"cosmosrescue"}]},"explorers":[{"kind":"Migaloo Explorers Guru","url":"https://migaloo.explorers.guru","tx_page":"https://migaloo.explorers.guru/transaction/${txHash}","account_page":"https://migaloo.explorers.guru/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/migaloo","tx_page":"https://ping.pub/migaloo/tx/${txHash}"},{"kind":"Silk Nodes","url":"https://explorer.silknodes.io/migaloo","tx_page":"https://explorer.silknodes.io/migaloo/tx/${txHash}","account_page":"https://explorer.silknodes.io/migaloo/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/migaloo","tx_page":"https://atomscan.com/migaloo/transactions/${txHash}","account_page":"https://atomscan.com/migaloo/accounts/${accountAddress}"}]},"mainnet":{"$schema":"../chain.schema.json","chain_name":"mises","chain_id":"mainnet","pretty_name":"Mises","website":"https://mises.site","status":"live","network_type":"mainnet","bech32_prefix":"mises","daemon_name":"misestmd","node_home":"$HOME/.misestm","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umis","fixed_min_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"umis"}]},"codebase":{"git_repo":"https://github.com/mises-id/mises-tm","recommended_version":"v1.0.4","compatible_versions":["v1.0.4"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/mises-id/mainnet/master/genesis.json"},"versions":[{"name":"v1.0.4","recommended_version":"v1.0.4","compatible_versions":["v1.0.4"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png"},"peers":{"seeds":[{"id":"40a8318fa18fa9d900f4b0d967df7b1020689fa0","address":"e1.mises.site:26656","provider":"Mises-2"},{"id":"0d25c5db4cbdc4171c8272278040db774011c268","address":"e2.mises.site:26656","provider":"Mises-3"},{"id":"1adcfe9b030125b9caa72f3eae3b1274cbaca2cd","address":"w1.mises.site:26656","provider":"Mises-4"},{"id":"1a96557a74cb8448249b9d15c3cc38cd3aff553d","address":"w2.mises.site:26656","provider":"Mises-5"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.gw.mises.site:443","provider":"Mises-1"},{"address":"https://e2.mises.site:443","provider":"Mises-3"}],"rest":[],"grpc":[]},"explorers":[{"kind":"Mises-GW Explorer","url":"https://gw.mises.site","tx_page":"https://gw.mises.site/tx/${txHash}"},{"kind":"Jambulmerah ping.pub based","url":"https://explorer.jambulmerah.dev/mises","tx_page":"https://explorer.jambulmerah.dev/mises/tx/${txHash}"}]},"mun-1":{"$schema":"../chain.schema.json","chain_name":"mun","chain_id":"mun-1","pretty_name":"Mun","website":"https://mun.money","status":"live","network_type":"mainnet","bech32_prefix":"mun","daemon_name":"mund","node_home":"$HOME/.mun","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umun","fixed_min_gas_price":0.025}]},"staking":{"staking_tokens":[{"denom":"umun"}]},"codebase":{"git_repo":"https://github.com/munblockchain/mun-node","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://mainnet1rpc.mun.money/genesis"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"},"peers":{"seeds":[{"id":"036c564e3de76ffad3e013bea52c16eb1de5a400","address":"31.14.40.112:26656","provider":"Mun"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"d28d8c1d31fa97fe668c90700797709f3a0f1b6c","address":"rpc.mun.indonode.net:55656","provider":"Indonode"},{"id":"7d630b6e517598b4dc84a07c15fe328709a2705b","address":"mainnet-mun.konsortech.xyz:28656","provider":"KonsorTech"}]},"apis":{"rpc":[{"address":"https://mainnet1rpc.mun.money","provider":"Mun"},{"address":"https://mainnet-mun-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://rpc.mun.tcnetwork.io","provider":"TC Network"}],"rest":[{"address":"https://mainnet1.mun.money","provider":"Mun"},{"address":"https://mainnet-mun-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://rest.mun.tcnetwork.io","provider":"TC Network"}],"grpc":[]},"explorers":[{"url":"https://explorer.mun.money/mun","tx_page":"https://explorer.mun.money/mun/${txHash}"},{"url":"https://explorer.indonode.net/mun/staking","tx_page":"https://explorer.indonode.net/mun/${txHash}"},{"url":"https://explorer.konsortech.xyz/mun/staking","tx_page":"https://explorer.konsortech.xyz/mun/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/mun","tx_page":"https://ping.pub/mun/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/mun","tx_page":"https://explorer.tcnetwork.io/mun/transaction/${txHash}"}]},"mythos_7001-1":{"$schema":"../chain.schema.json","chain_name":"mythos","chain_id":"mythos_7001-1","pretty_name":"Mythos","status":"live","network_type":"mainnet","bech32_prefix":"mythos","daemon_name":"mythosd","node_home":"$HOME/.mythosd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aMYT"}]},"codebase":{},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://mythos-rpc.provable.dev:443/","provider":"laurel.provable"}],"rest":[{"address":"https://mythos.provable.dev/rest/","provider":"laurel.provable"}],"grpc":[{"address":"mythos-grpc.provable.dev:443","provider":"laurel.provable"}],"evm-http-jsonrpc":[]},"explorers":[],"extra_codecs":["ethermint"]},"neura_266-1":{"$schema":"../chain.schema.json","chain_name":"neura","chain_id":"neura_266-1","pretty_name":"Neura","website":"https://www.neuraprotocol.io/","status":"upcoming","network_type":"mainnet","bech32_prefix":"neura","daemon_name":"neurad","node_home":"$HOME/.neurad","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"atankr"}]},"staking":{"staking_tokens":[{"denom":"atankr"}]},"codebase":{"versions":[{"name":"v0.0.1","height":0}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png"}],"extra_codecs":["ethermint"]},"Neutaro-1":{"$schema":"../chain.schema.json","chain_name":"neutaro","chain_id":"Neutaro-1","pretty_name":"Neutaro","website":"https://neutaro.com/","status":"live","network_type":"mainnet","bech32_prefix":"neutaro","daemon_name":"neutaro","node_home":"$HOME/.Neutaro","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uneutaro","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0.035}]},"staking":{"staking_tokens":[{"denom":"uneutaro"}]},"codebase":{"git_repo":"https://github.com/Neutaro/Neutaro","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"http://154.26.153.186/genesis.json"},"versions":[{"name":"Neutaro1","next_version_name":"","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg"},"peers":{"seeds":[{"id":"2fd06277f46e845ca73df8f81caf68e6579bbe32","address":"86.48.20.122:26656","provider":"Neutaro"}],"persistent_peers":[{"id":"fabdabd6c438f0ac45a5bb62702fd4ce0b84e876","address":"38.242.255.37:26656","provider":"Arvy"}]},"apis":{"rpc":[{"address":"https://rpc2.neutaro.tech:443","provider":"Neutaro"},{"address":"https://rpc-neutaro.blockval.io","provider":"Blockval"}],"rest":[{"address":"https://api2.neutaro.tech:443","provider":"Neutaro"},{"address":"https://api-neutaro.blockval.io","provider":"Blockval"}],"grpc":[{"address":"https://grpc2.neutaro.tech:443","provider":"Neutaro"},{"address":"https://grpc-neutaro.blockval.io","provider":"Blockval"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer.neutaro.tech/Neutaro","tx_page":"https://explorer.neutaro.tech/Neutaro/tx/${txHash}","account_page":"https://explorer.neutaro.tech/Neutaro/account/${accountAddress}"}]},"cataclysm-1":{"$schema":"../chain.schema.json","chain_name":"nibiru","chain_id":"cataclysm-1","pretty_name":"Nibiru","website":"https://nibiru.fi/","status":"live","network_type":"mainnet","bech32_prefix":"nibi","daemon_name":"nibid","node_home":"$HOME/.nibid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unibi","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.05,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"unibi"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/NibiruChain/nibiru","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_darwin_arm64.tar.gz"},"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/NibiruChain/Networks/main/Mainnet/cataclysm-1/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","height":1,"next_version_name":"v1.0.1","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.45.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.nibid/data/wasm","ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz"}},{"name":"v1.0.1","tag":"v1.0.1","height":2753803,"proposal":2,"next_version_name":"v1.0.2","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"}},{"name":"v1.0.2","tag":"v1.0.2","height":3539699,"proposal":6,"next_version_name":"v1.0.3","recommended_version":"v1.0.2","compatible_versions":["v1.0.2"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.2/nibid_1.0.2_darwin_arm64.tar.gz"}},{"name":"v1.0.3","tag":"v1.0.3","height":4088799,"proposal":8,"next_version_name":"v1.1.0","recommended_version":"v1.0.3","compatible_versions":["v1.0.3"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.3/nibid_1.0.3_darwin_arm64.tar.gz"}},{"name":"v1.1.0","tag":"v1.1.0","height":4447094,"proposal":9,"next_version_name":"v1.2.0","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.1.0/nibid_1.1.0_darwin_arm64.tar.gz"}},{"name":"v1.2.0","tag":"v1.2.0","height":4804662,"proposal":10,"next_version_name":"v1.3.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.2.0/nibid_1.2.0_darwin_arm64.tar.gz"}},{"name":"v1.3.0","tag":"v1.3.0","height":6281429,"proposal":12,"next_version_name":"","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.3.0/nibid_1.3.0_darwin_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:19856","provider":"Lavender.Five Nodes 🐝"},{"id":"b7262df35a7e1d1fb4027464efe9d9d6218ca4c7","address":"35.233.111.89:26656","provider":"Nibiru Foundation"},{"id":"ebf72163ad536ca73a037fa5d564d511be59c2f4","address":"34.34.137.54:26656","provider":"Nibiru Foundation"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"nibiru.rpc.kjnodes.com:13959","provider":"kjnodes.com 🦄"},{"id":"c416d67c3dbb2d30b803611469e6d2634099292d","address":"nibiru.seed.stavr.tech:11036","provider":"🔥STAVR🔥"}],"persistent_peers":[{"id":"05106550b6e738d8ce50cb857520124bbcce318f","address":"35.189.236.126:26656","provider":"Nibiru Foundation"},{"id":"e7af24b15365bff9537e2776c2a5fdf01b933dc5","address":"34.76.178.49:26656","provider":"Nibiru Foundation"},{"id":"637077d431f618181597706810a65c826524fd74","address":"nibiru.rpc.nodeshub.online:19856","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"id":"c2f97c34c7df4ed57fcaf088ef59dd568dd19f01","address":"nibiru-mainnet.peer.stakevillage.net:16156","provider":"Stake Village"}]},"apis":{"rpc":[{"address":"https://rpc.nibiru.fi","provider":"Nibiru Foundation"},{"address":"https://nibiru.rpc.kjnodes.com","provider":"kjnodes.com 🦄"},{"address":"https://rpc.nibiru.nodestake.org","provider":"NodeStake"},{"address":"https://nibiru-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.nibiru.silentvalidator.com","provider":"silent"},{"address":"https://nibiru.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://nibiru-rpc.cogwheel.zone","provider":"Cogwheel ⚙️"},{"address":"https://nibiru.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"address":"https://nibiru.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://nibiru-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://nibiru-mainnet.rpc.stakevillage.net:443","provider":"Stake Village"},{"address":"https://nibiru-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://lcd.nibiru.fi","provider":"Nibiru Foundation"},{"address":"https://nibiru.api.kjnodes.com","provider":"kjnodes.com 🦄"},{"address":"https://api.nibiru.nodestake.org","provider":"NodeStake"},{"address":"https://api.nibiru.silentvalidator.com","provider":"silent"},{"address":"https://nibiru-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://nibiru.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://nibiru-api.cogwheel.zone","provider":"Cogwheel ⚙️"},{"address":"https://nibiru.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://nibiru.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"address":"https://nibiru.api.staking-explorer.com","provider":"Daily DROP | 2% Fee"},{"address":"https://nibiru-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://nibiru-mainnet.api.stakevillage.net","provider":"Stake Village"},{"address":"https://nibiru-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc.nibiru.fi:443","provider":"Nibiru Foundation"},{"address":"nibiru.grpc.kjnodes.com:443","provider":"kjnodes.com 🦄"},{"address":"grpc.nibiru.nodestake.org:443","provider":"NodeStake"},{"address":"grpc.nibiru.silentvalidator.com:443","provider":"silent"},{"address":"https://nibiru-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"nibiru.grpc.liveraven.net:443","provider":"LiveRaveN"},{"address":"nibiru-grpc.cogwheel.zone:443","provider":"Cogwheel ⚙️"},{"address":"https://nibiru.grpc.nodeshub.online","provider":"Nodes Hub"},{"address":"nibiru.grpc.m.stavr.tech:5023","provider":"🔥STAVR🔥"},{"address":"nibiru-grpc.noders.services:35090","provider":"[NODERS]TEAM"},{"address":"nibiru-mainnet.grpc.stakevillage.net:443","provider":"Stake Village"},{"address":"nibiru-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"wss":[{"address":"wss://rpc.nibiru.fi/websocket","provider":"Nibiru Foundation"}]},"explorers":[{"kind":"Nodes Guru","url":"https://nibiru.explorers.guru/","tx_page":"https://nibiru.explorers.guru/transaction/${txHash}","account_page":"https://nibiru.explorers.guru/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.org/nibiru","tx_page":"https://explorer.nodestake.org/nibiru/tx/${txHash}","account_page":"https://explorer.nodestake.org/nibiru/account/${accountAddress}"},{"kind":"LiveRaveN","url":"https://mainnet.explorer.liveraven.net/nibiru","tx_page":"https://mainnet.explorer.liveraven.net/nibiru/tx/${txHash}","account_page":"https://mainnet.explorer.liveraven.net/nibiru/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Nibiru-Mainnet","tx_page":"https://explorer.stavr.tech/Nibiru-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Nibiru-Mainnet/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/nibiru/","tx_page":"https://explorer.nodeshub.online/nibiru/tx/${txHash}","account_page":"https://explorer.nodeshub.online/nibiru/accounts/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/nibiru-mainnet","tx_page":"https://exp.stakevillage.net/nibiru-mainnet/tx/${txHash}","account_page":"https://exp.stakevillage.net/nibiru-mainnet/accounts/${accountAddress}"}]},"nim_1122-1":{"$schema":"../chain.schema.json","chain_name":"nim","chain_id":"nim_1122-1","pretty_name":"Nim Network","website":"https://ai.nim.network","status":"live","network_type":"mainnet","bech32_prefix":"nim","slip44":60,"fees":{"fee_tokens":[{"denom":"anim","low_gas_price":20000000000,"average_gas_price":20000000000,"high_gas_price":20000000000}]},"staking":{"staking_tokens":[{"denom":"anim"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/Nim-Network-Foundation/mainnet","recommended_version":"v2.1.3-rc02","compatible_versions":["v2.1.3-rc02"],"genesis":{"genesis_url":"https://github.com/Nim-Network-Foundation/mainnet/raw/main/genesis.json"},"versions":[{"name":"v2.1","recommended_version":"v2.1.3-rc02","compatible_versions":["v2.1.3-rc02"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"},"apis":{"rpc":[{"address":"https://nim-mainnet-tendermint.public.blastapi.io","provider":"BlastAPI"}],"rest":[{"address":"https://nim-mainnet-rest.public.blastapi.io","provider":"BlastAPI"}],"evm-http-jsonrpc":[{"address":"https://nim-mainnet.public.blastapi.io","provider":"BlastAPI"}]},"explorers":[{"kind":"FYI","url":"https://dym.fyi/r/nim","tx_page":"https://dym.fyi/r/nim/tx/${txHash}","account_page":"https://dym.fyi/r/nim/address/${accountAddress}"}]},"neutron-1":{"$schema":"../chain.schema.json","chain_name":"neutron","chain_id":"neutron-1","pretty_name":"Neutron","website":"https://neutron.org/","status":"live","network_type":"mainnet","bech32_prefix":"neutron","daemon_name":"neutrond","node_home":"$HOME/.neutrond","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"untrn","low_gas_price":0.0053,"average_gas_price":0.0053,"high_gas_price":0.0053},{"denom":"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9","low_gas_price":0.0008,"average_gas_price":0.0008,"high_gas_price":0.0008},{"denom":"ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349","low_gas_price":0.008,"average_gas_price":0.008,"high_gas_price":0.008},{"denom":"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH","low_gas_price":2903231.6597,"average_gas_price":2903231.6597,"high_gas_price":2903231.6597},{"denom":"ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130","low_gas_price":2564102564.1026,"average_gas_price":2564102564.1026,"high_gas_price":2564102564.1026},{"denom":"ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7","low_gas_price":0.0004,"average_gas_price":0.0004,"high_gas_price":0.0004}]},"staking":{"staking_tokens":[{"denom":"untrn"}]},"codebase":{"git_repo":"https://github.com/neutron-org/neutron","recommended_version":"v3.0.6","compatible_versions":["v3.0.6"],"binaries":{"linux/amd64":"https://github.com/neutron-org/neutron/releases/download/v3.0.6/neutrond-linux-amd64"},"cosmos_sdk_version":"neutron-org/cosmos-sdk v0.47.10-neutron","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json"},"versions":[{"name":"v1.0.1","next_version_name":"v2.0.0","recommended_version":"v1.0.4","compatible_versions":["v1.0.3","v1.0.4"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.0"},{"name":"v2.0.0","height":5416000,"proposal":25,"next_version_name":"v3.0.1","recommended_version":"v2.0.4","compatible_versions":["v2.0.4"],"cosmos_sdk_version":"v0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/neutron-org/neutron/releases/download/v2.0.4/neutrond-linux-amd64"}},{"name":"v3.0.1","height":9034900,"proposal":35,"next_version_name":"v3.0.5","recommended_version":"v3.0.2","compatible_versions":["v3.0.2"],"cosmos_sdk_version":"neutron-org/cosmos-sdk v0.47.10-neutron","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2","binaries":{"linux/amd64":"https://github.com/neutron-org/neutron/releases/download/v3.0.2/neutrond-linux-amd64"}},{"name":"v3.0.5","height":10525000,"proposal":37,"next_version_name":"","recommended_version":"v3.0.6","compatible_versions":["v3.0.6"],"cosmos_sdk_version":"neutron-org/cosmos-sdk v0.47.10-neutron","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/neutron-org/neutron/releases/download/v3.0.6/neutrond-linux-amd64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg"},"peers":{"seeds":[{"id":"74f3a4a0423e72334f4439b438b29934e5f0dbbd","address":"p2p-xyphion.neutron-1.neutron.org:26656","provider":"Neutron"},{"id":"65beeffac5c0f29e6c3749687f03b2040d265895","address":"p2p-talzor.neutron-1.neutron.org:26656","provider":"Neutron"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:19156","provider":"Lavender.Five Nodes 🐝"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:19156","provider":"WhisperNode 🤐"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"e5d2743d9a3de514e4f7b9461bf3f0c1500c58d9","address":"neutron.peer.stakewith.us:39956","provider":"StakeWithUs"}]},"apis":{"rpc":[{"address":"https://rpc.novel.remedy.tm.p2p.org","provider":"P2P"},{"address":"https://neutron-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-neutron.whispernode.com","provider":"WhisperNode 🤐"},{"address":"https://rpc-neutron.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"http://rpc.neutron.nodestake.top","provider":"NodeStake"},{"address":"https://neutron-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://community.nuxian-node.ch:6797/neutron/trpc","provider":"PRO Delegators"},{"address":"https://rpc.neutron.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://rpc.neutron.quokkastake.io","provider":"🐹 Quokka Stake"}],"rest":[{"address":"https://api.novel.remedy.tm.p2p.org","provider":"P2P"},{"address":"https://neutron-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://lcd-neutron.whispernode.com","provider":"WhisperNode 🤐"},{"address":"https://api-neutron.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"http://api.neutron.nodestake.top","provider":"NodeStake"},{"address":"https://neutron-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://community.nuxian-node.ch:6797/neutron/crpc","provider":"PRO Delegators"},{"address":"https://lcd.neutron.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://api.neutron.quokkastake.io","provider":"🐹 Quokka Stake"}],"grpc":[{"address":"grpc-kralum.neutron-1.neutron.org:80","provider":"Neutron"},{"address":"neutron-grpc-pub.rpc.p2p.world:3001","provider":"P2P"},{"address":"neutron-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"grpc-neutron.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"grpc-neutron.cosmos-spaces.cloud:3090","provider":"Cosmos Spaces"},{"address":"grpc.neutron.nodestake.top:9090","provider":"NodeStake"},{"address":"neutron-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://grpc.neutron.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"rpc.neutron.quokkastake.io:9090","provider":"🐹 Quokka Stake"}]},"explorers":[{"kind":"Mintscan","url":"https://www.mintscan.io/neutron","tx_page":"https://www.mintscan.io/neutron/transactions/${txHash}","account_page":"https://www.mintscan.io/neutron/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/neutron","tx_page":"https://ezstaking.app/neutron/txs/${txHash}","account_page":"https://ezstaking.app/neutron/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/neutron","tx_page":"https://mainnet.whispernode.com/neutron/tx/${txHash}","account_page":"https://mainnet.whispernode.com/neutron/account/${accountAddress}"}]},"noble-1":{"$schema":"../chain.schema.json","chain_name":"noble","chain_id":"noble-1","pretty_name":"Noble","website":"https://nobleassets.xyz/","status":"live","network_type":"mainnet","bech32_prefix":"noble","daemon_name":"nobled","node_home":"$HOME/.noble","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uusdc","fixed_min_gas_price":0.1,"low_gas_price":0.1,"average_gas_price":0.1,"high_gas_price":0.2},{"denom":"ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.01,"high_gas_price":0.02}]},"staking":{"staking_tokens":[{"denom":"ustake"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/strangelove-ventures/noble","recommended_version":"v4.1.3","compatible_versions":["v4.1.3"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_enabled":false,"ibc_go_version":"v4.5.1","ics_enabled":["ics20-1"],"genesis":{"name":"v1.0.0","genesis_url":"https://raw.githubusercontent.com/strangelove-ventures/noble-networks/main/mainnet/noble-1/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","height":0,"next_version_name":"neon","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.45","consensus":{"type":"tendermint","version":"v0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0","ics_enabled":["ics20-1"]},{"name":"neon","tag":"v2.0.1","height":119000,"next_version_name":"radon","recommended_version":"v2.0.1","compatible_versions":["v2.0.1","v2.0.0"],"cosmos_sdk_version":"v0.45","consensus":{"type":"tendermint","version":"v0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0","ics_enabled":["ics20-1"]},{"name":"radon","tag":"v3.0.0","height":1296000,"next_version_name":"v3.1.0","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"v0.45.15","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0","ics_enabled":["ics20-1"]},{"name":"v3.1.0","tag":"v3.1.0","height":2672000,"next_version_name":"argon","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"cosmos_sdk_version":"v0.45.15","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0","ics_enabled":["ics20-1"]},{"name":"argon","tag":"v4.0.3","height":3408600,"next_version_name":"fusion","recommended_version":"v4.0.3","compatible_versions":["v4.0.3"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_enabled":false,"ibc_go_version":"v4.5.1","ics_enabled":["ics20-1"]},{"name":"fusion","tag":"v4.1.3","height":5797500,"next_version_name":"","recommended_version":"v4.1.3","compatible_versions":["v4.1.3"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_enabled":false,"ibc_go_version":"v4.5.1","ics_enabled":["ics20-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:21590","provider":"Lavender.Five Nodes 🐝"}]},"apis":{"rpc":[{"address":"https://noble-rpc.polkachu.com","provider":"polkachu"},{"address":"https://noble-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}],"rest":[{"address":"https://noble-api.polkachu.com","provider":"polkachu"},{"address":"https://noble-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}],"grpc":[{"address":"noble-grpc.polkachu.com:21590","provider":"polkachu"},{"address":"https://noble-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/noble","tx_page":"https://www.mintscan.io/noble/txs/${txHash}","account_page":"https://www.mintscan.io/noble/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/noble","tx_page":"https://ezstaking.app/noble/txs/${txHash}","account_page":"https://ezstaking.app/noble/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/noble","account_page":"https://stakeflow.io/noble/accounts/${accountAddress}"}]},"nois-1":{"$schema":"../chain.schema.json","chain_name":"nois","chain_id":"nois-1","pretty_name":"Nois","website":"https://nois.network","status":"live","network_type":"mainnet","bech32_prefix":"nois","daemon_name":"noisd","node_home":"$HOME/.noisd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unois","fixed_min_gas_price":0.05,"low_gas_price":0.05,"average_gas_price":0.05,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"unois"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/noislabs/noisd","recommended_version":"v1.0.4","compatible_versions":["v1.0.0","v1.0.4"],"cosmos_sdk_version":"v0.45.15","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"v0.31.0","cosmwasm_enabled":true,"genesis":{"name":"v1","genesis_url":"https://raw.githubusercontent.com/noislabs/networks/nois1.final.1/nois-1/genesis.json"},"versions":[{"name":"v1","tag":"v1.0.4","height":0,"recommended_version":"v1.0.4","compatible_versions":["v1.0.0","v1.0.4"],"cosmos_sdk_version":"v0.45.15","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"v0.31.0","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","theme":{"primary_color_hex":"#0C0914"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png"},"peers":{"seeds":[{"id":"b3e3bd436ee34c39055a4c9946a02feec232988c","address":"seeds.cros-nest.com:56656","provider":"Cros-Nest"},{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:17356","provider":"RHINO"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:17356","provider":"Polkachu"},{"id":"72cd4222818d25da5206092c3efc2c0dd0ec34fe","address":"161.97.96.91:36656","provider":"AM Solutions"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:17356","provider":"Lavender.Five Nodes 🐝"},{"id":"c8db99691545545402a1c45fa897f3cb1a05aea6","address":"nois-mainnet-seed.itrocket.net:36656","provider":"itrocket"},{"id":"1de5c83c5a5eb223c814401f0506b44b742741da","address":"nois.peer.stavr.tech:40136","provider":"🔥STAVR🔥"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}]},"apis":{"rpc":[{"address":"https://nois-rpc.nysa.network","provider":"nysa.network"},{"address":"https://nois.rpc.bccnodes.com","provider":"BccNodes"},{"address":"https://nois-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-nois.mib.tech/","provider":"MadeInBlock"},{"address":"https://m-nois.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"http://nois.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://rpc-nois.ezstaking.dev","provider":"EZStaking"},{"address":"https://nois-mainnet-rpc.itrocket.net","provider":"itrocket"},{"address":"https://rpc-nois.d-stake.xyz","provider":"D-Stake"},{"address":"https://rpc-nois.sr20de.xyz","provider":"SR20DE"},{"address":"https://nois-mainnet-rpc.autostake.com","provider":"AutoStake"},{"address":"https://nois-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://nois-rpc.kingnodes.com","provider":"kingnodes 👑"},{"address":"https://rpc.nois.silentvalidator.com","provider":"silent"},{"address":"https://nois-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc.nois.cumulo.org.es","provider":"Cumulo"}],"rest":[{"address":"https://m-nois.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://nois-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://lcd-nois.ezstaking.dev","provider":"EZStaking"},{"address":"https://lcd-nois.mib.tech/","provider":"MadeInBlock"},{"address":"https://nois.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://nois-mainnet-api.itrocket.net","provider":"itrocket"},{"address":"https://api-nois.d-stake.xyz","provider":"D-Stake"},{"address":"https://api-nois.sr20de.xyz","provider":"SR20DE"},{"address":"https://nois-api.polkachu.com","provider":"Polkachu"},{"address":"https://nois-rest.kingnodes.com","provider":"kingnodes 👑"},{"address":"https://api.nois.silentvalidator.com","provider":"silent"},{"address":"https://nois-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://api.nois.cumulo.org.es","provider":"Cumulo"}],"grpc":[{"address":"https://nois-grpc.nysa.network","provider":"nysa.network"},{"address":"nois.grpc.bccnodes.com:443","provider":"BccNodes"},{"address":"https://nois-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://grpc.noismain.mcbnode.online","provider":"mcbnode"},{"address":"http://nois.grpc.m.stavr.tech:191","provider":"🔥STAVR🔥"},{"address":"nois-mainnet-grpc.itrocket.net:36090","provider":"itrocket"},{"address":"nois-mainnet-grpc.itrocket.net:36090","provider":"itrocket"},{"address":"https://grpc.nois.nodestake.top","provider":"NodeStake"},{"address":"https://grpc-nois.d-stake.xyz","provider":"D-Stake"},{"address":"https://grpc.nois.hexnodes.co","provider":"HexNodes"},{"address":"https://grpc-nois.sr20de.xyz","provider":"SR20DE"},{"address":"https://nois-testnet-grpc.autostake.com","provider":"AutoStake"},{"address":"nois-grpc.polkachu.com:17390","provider":"Polkachu"},{"address":"https://nois-grpc.kingnodes.com","provider":"kingnodes 👑"},{"address":"grpc.nois.silentvalidator.com:443","provider":"silent"},{"address":"nois-grpc.stakeandrelax.net:17390","provider":"Stake&Relax 🦥"},{"address":"grpc.nois.cumulo.org.es:443","provider":"Cumulo"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/nois","tx_page":"https://ezstaking.app/nois/txs/${txHash}","account_page":"https://ezstaking.app/nois/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/nois-mainnet","tx_page":"https://explorer.stavr.tech/nois-mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/nois-mainnet/account/${accountAddress}"},{"kind":"BccNodes","url":"https://explorer.stavr.tech/nois-mainnet","tx_page":"https://explorer.bccnodes.com/nois-M/txs/${txHash}","account_page":"https://explorer.bccnodes.com/nois-M/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://nois.explorers.guru","tx_page":"https://nois.explorers.guru/transaction/${txHash}","account_page":"https://nois.explorers.guru/account/${accountAddress}"}],"keywords":["nois","randomness","drand","wasm"]},"pirin-1":{"$schema":"../chain.schema.json","chain_name":"nolus","chain_id":"pirin-1","pretty_name":"Nolus","website":"https://nolus.io/","status":"live","network_type":"mainnet","bech32_prefix":"nolus","daemon_name":"nolusd","node_home":"$HOME/.nolus","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unls","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.05}]},"staking":{"staking_tokens":[{"denom":"unls"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/nolus-protocol/nolus-core","recommended_version":"v0.5.2","compatible_versions":["v0.5.3"],"cosmos_sdk_version":"nolus-protocol/cosmos-sdk v0.47.8-nolus","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.4.0","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/nolus-protocol/nolus-networks/main/mainnet/pirin-1/genesis.json"},"versions":[{"name":"v0.3.0","next_version_name":"v0.4.0","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"],"cosmos_sdk_version":"0.45","cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.0","ics_enabled":["ics20-1","ics27-1"]},{"name":"v0.4.0","height":207300,"proposal":5,"next_version_name":"v0.4.1","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"],"cosmos_sdk_version":"0.45","cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.0","ics_enabled":["ics20-1","ics27-1"]},{"name":"v0.4.1","height":941000,"proposal":34,"next_version_name":"","recommended_version":"v0.4.1","compatible_versions":["v0.4.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"cometbft","version":"0.34.27"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.1","ics_enabled":["ics20-1","ics27-1"]},{"name":"v0.4.2","height":3044000,"proposal":54,"next_version_name":"v0.5.0","recommended_version":"v0.4.2","compatible_versions":["v0.4.2"],"cosmos_sdk_version":"v0.45.15-ics","consensus":{"type":"cometbft","version":"0.34.27"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.1","ics_enabled":["ics20-1","ics27-1"]},{"name":"v0.5.0","height":3659000,"proposal":72,"next_version_name":"v5.0.1","recommended_version":"v0.5.0","compatible_versions":["v0.5.0"],"cosmos_sdk_version":"v0.47.6-nolus","consensus":{"type":"cometbft","version":"0.34.27"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.1","ics_enabled":["ics20-1","ics27-1"]},{"name":"v0.5.1","height":3958000,"proposal":76,"next_version_name":"v0.5.2","recommended_version":"v0.5.1","compatible_versions":["v0.5.1"],"cosmos_sdk_version":"nolus-protocol/cosmos-sdk v0.47.6-nolus","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.1","ics_enabled":["ics20-1","ics27-1"]},{"name":"v0.5.2","height":4059500,"proposal":77,"next_version_name":"v0.5.3","recommended_version":"v0.5.2","compatible_versions":["v0.5.2"],"cosmos_sdk_version":"nolus-protocol/cosmos-sdk v0.47.6-nolus","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.1","ics_enabled":["ics20-1","ics27-1"]},{"name":"v0.5.3","height":4922500,"proposal":104,"next_version_name":"","recommended_version":"v0.5.3","compatible_versions":["v0.5.3"],"cosmos_sdk_version":"nolus-protocol/cosmos-sdk v0.47.8-nolus","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"neutron-org/wasmd v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.4.0","ics_enabled":["ics20-1","ics27-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11956","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"nolus-mainnet-seed.autostake.com:27016","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"nolus.rpc.kjnodes.com:14359","provider":"kjnodes"},{"id":"cefe4a5394dc57f318547258c511a9a96aaeaa7b","address":"seed-nolus.ibs.team:16665","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"nolus-mainnet-peer.autostake.com:27016","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://pirin-cl.nolus.network:26657","provider":"NolusProtocol"},{"address":"https://nolus-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://nolus-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://nolus.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://rpc-nolus.architectnodes.com","provider":"Architect Nodes"},{"address":"https://nolus.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://nolus-rpc.enigma-validator.com/","provider":"Enigma"},{"address":"https://nolus-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc-nolus.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://nolus-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://nolus-rpc.ibs.team","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://pirin-cl.nolus.network:1317","provider":"NolusProtocol"},{"address":"https://nolus-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://nolus-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-nolus.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://nolus.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://rest-nolus.architectnodes.com","provider":"Architect Nodes"},{"address":"https://nolus.api.kjnodes.com","provider":"kjnodes"},{"address":"https://nolus-lcd.enigma-validator.com/","provider":"Enigma"},{"address":"https://nolus-api.w3coins.io","provider":"w3coins"},{"address":"https://nolus-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://nolus-api.ibs.team","provider":"Inter Blockchain Services"}],"grpc":[{"address":"https://pirin-cl.nolus.network:9090","provider":"NolusProtocol"},{"address":"nolus-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://nolus-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://nolus.grpc.liveraven.net","provider":"LiveRaveN"},{"address":"grpc-nolus.architectnodes.com:1443","provider":"Architect Nodes"},{"address":"grpc-nolus.cosmos-spaces.cloud:1190","provider":"Cosmos Spaces"},{"address":"nolus.grpc.kjnodes.com:14390","provider":"kjnodes"},{"address":"nolus-grpc.w3coins.io:19790","provider":"w3coins"},{"address":"nolus-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"Nolus Explorer","url":"https://explorer.nolus.io/pirin-1","tx_page":"https://explorer.nolus.io/pirin-1/tx/${txHash}","account_page":"https://explorer.nolus.io/pirin-1/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/nolus","tx_page":"https://ping.pub/nolus/tx/${txHash}","account_page":"https://ping.pub/nolus/account/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/nolus","tx_page":"https://explorer.nodexcapital.com/nolus/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/nolus/account/${accountAddress}"},{"kind":"Nodes Guru Explorer","url":"https://nolus.explorers.guru","tx_page":"https://nolus.explorers.guru/transaction/${txHash}"},{"kind":"KJ Nodes Explorer","url":"https://explorer.kjnodes.com/nolus","tx_page":"https://explorer.kjnodes.com/nolus/tx/${txHash}","account_page":"https://explorer.kjnodes.com/nolus/account/${accountAddress}"}],"keywords":["mainnet"]},"nomic-stakenet-3":{"$schema":"../chain.schema.json","chain_name":"nomic","chain_id":"nomic-stakenet-3","pretty_name":"Nomic","website":"https://nomic.io/","status":"live","network_type":"mainnet","bech32_prefix":"nomic","bech32_config":{"bech32PrefixAccAddr":"nomic","bech32PrefixAccPub":"nomic","bech32PrefixValAddr":"nomic","bech32PrefixValPub":"nomic","bech32PrefixConsAddr":"nomic","bech32PrefixConsPub":"nomic"},"daemon_name":"nomic","node_home":"$HOME/.nomic-stakenet-3","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unom","low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"unom"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/nomic-io/nomic","recommended_version":"v8.0.0","compatible_versions":["v8.0.0"],"consensus":{"type":"tendermint","version":"v0.32.0"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/nomic-io/nomic/develop/genesis/stakenet-3.json"},"versions":[{"name":"v8.0.0","next_version_name":"","recommended_version":"v8.0.0","compatible_versions":["v8.0.0"],"consensus":{"type":"tendermint","version":"v0.32.0"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"},"peers":{"seeds":[{"id":"238120dfe716082754048057c1fdc3d6f09609b5","address":"rpc.nomic.mappum.io:26656","provider":"mappum"},{"id":"34544f82960d2ff2b1defb7b04f097557f4183be","address":"seeds.goldenratiostaking.net:26656","provider":"Golden Ratio Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:12756","provider":"WhisperNode 🤐"},{"id":"27b6d74c8408e033e2e5a9e966a0d15782e33596","address":"seeds.nethernode.xyz:12756","provider":"carbonZERO🌲"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"d4342c478c75704e8284dc3494fbd0acc444e674","address":"basementnodes.ca:20656","provider":"Basement Nodes ⚡️"}]},"apis":{"rpc":[{"address":"https://stakenet-rpc.nomic.io:2096","provider":"nomic-io"},{"address":"https://nomic-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://rpc-nomic.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://rpc.nomic.basementnodes.ca:443","provider":"Basement Nodes ⚡️"},{"address":"https://rpc.nomic.bronbro.io:443","provider":"Bro_n_Bro"}],"rest":[{"address":"https://app.nomic.io:8443","provider":"nomic-io"}]},"explorers":[{"kind":"bigdipper","url":"https://bigdipper.live/nomic","tx_page":"https://bigdipper.live/nomic/transactions/${txHash}","account_page":"https://bigdipper.live/nomic/accounts/${accountAddress}"},{"kind":"Zenscan.io","url":"https://nomic.zenscan.io/index.php","tx_page":"https://nomic.zenscan.io/transaction.php?hash=${txHash}","account_page":"https://nomic.zenscan.io/address.php?address=${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/nomic","tx_page":"https://mainnet.whispernode.com/nomic/tx/${txHash}","account_page":"https://mainnet.whispernode.com/nomic/account/${accountAddress}"}]},"nyx":{"$schema":"../chain.schema.json","chain_name":"nyx","chain_id":"nyx","pretty_name":"Nym","website":"https://nymtech.net/","status":"live","network_type":"mainnet","bech32_prefix":"n","daemon_name":"nyxd","node_home":"$HOME/.nyxd","slip44":118,"fees":{"fee_tokens":[{"denom":"unym","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.04},{"denom":"unyx","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"unyx"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/nymtech/nyxd/","recommended_version":"v0.43.0","compatible_versions":["v0.43.0"],"binaries":{"linux/amd64":"https://github.com/nymtech/nyxd/releases/tag/v0.43.0"},"cosmwasm_enabled":true,"genesis":{"genesis_url":"https://nymtech.net/genesis/genesis.json"},"versions":[{"name":"v0.31.1","tag":"v0.31.1","height":7710000,"proposal":8,"next_version_name":"v0.32.0","recommended_version":"v0.31.1","compatible_versions":["v0.31.1"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/nymtech/nyxd/releases/tag/v0.31.1"}},{"name":"v0.32.0","tag":"v0.32.0","height":8010500,"proposal":9,"next_version_name":"v0.43.0","recommended_version":"v0.32.0","compatible_versions":["v0.32.0"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/nymtech/nyxd/releases/tag/v0.32.0"}},{"name":"v0.43.0","tag":"v0.43.0","height":9912345,"proposal":10,"recommended_version":"v0.43.0","compatible_versions":["v0.43.0"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/nymtech/nyxd/releases/tag/v0.43.0"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg","theme":{}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg","theme":{}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:15356","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"4acf579e2744268f834c713e894850995bbf0ffa","address":"50.18.31.225:26656"},{"id":"a58b9b102e7d91f4900036b40b8232d386245c55","address":"3.65.247.65:26656"},{"id":"ee03a6777fb76a2efd0106c3769daaa064a3fcb5","address":"51.79.21.187:26656"},{"id":"6bac8d8e4b43a230d2da45480d82ec87144c2f23","address":"nyx-validator.nym.blockfend.com:26656"},{"id":"3905ef90a12784a6f0ae4435fcd8ad13816f12ac","address":"35.245.211.169:26656"},{"id":"2f57a4a5926ceadb91a6df09a82ebad322777a6c","address":"sentry-2.nym.ezstaking.xyz:26666"},{"id":"8fb63514b6325459fb90ede3b3697ec0827b6f50","address":"35.223.70.235:26656"},{"id":"6625c048105d86d8bd6c22bc1359e10f4de1e6d4","address":"34.125.78.165:26656"},{"id":"a0fd38e40fd53699437d90456e0a2e62df0607e0","address":"15.235.9.199:26656"},{"id":"22120fe1203d2721cda9dd2548a346fdae43aedb","address":"51.79.80.25:26656"},{"id":"611c8b24adc5ae17477b3dfedae32af117d6d276","address":"35.215.45.32:26656"},{"id":"4e1663adac48c439baa5fbaebb9c9ddde91f9c18","address":"51.79.72.10:26656"},{"id":"b436cf49cd0e163ea1aa9eaf38e3d2250eb42c9e","address":"51.222.248.217:26656"},{"id":"2e2ae7a117b22c0a09b685b963603150f702b6af","address":"144.126.133.37:10053"}]},"apis":{"rpc":[{"address":"https://rpc.nymtech.net/","provider":"Nym"},{"address":"https://rpc.nyx.nodes.guru/","provider":"nodes guru"},{"address":"https://rpc.nym.forbole.com/","provider":"forbole"},{"address":"https://nym-mainnet-rpc.commodum.io/","provider":"commodum"},{"address":"https://nym-rpc.polkachu.com/","provider":"Polkachu"}],"rest":[{"address":"https://nym-api.polkachu.com/","provider":"Polkachu"},{"address":"https://api.nyx.nodes.guru/","provider":"nodes guru"},{"address":"https://api.nymtech.net","provider":"Nym"}],"grpc":[{"address":"nym-grpc.polkachu.com:15390","provider":"Polkachu"},{"address":"grpc.nymtech.net:443","provider":"Nym"}]},"explorers":[{"kind":"Nodes Guru explorer","url":"https://nym.explorers.guru/","tx_page":"https://nym.explorers.guru/transaction/${txHash}","account_page":"https://nym.explorers.guru/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/nyx","tx_page":"https://ezstaking.app/nyx/txs/${txHash}","account_page":"https://ezstaking.app/nyx/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/nyx","tx_page":"https://www.mintscan.io/nyx/transactions/${txHash}","account_page":"https://www.mintscan.io/nyx/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/nyx","tx_page":"https://ping.pub/nyx/tx/${txHash}"}]},"octa":{"$schema":"../chain.schema.json","chain_name":"octa","chain_id":"octa","pretty_name":"Octa","status":"live","network_type":"mainnet","bech32_prefix":"octa","daemon_name":"octadaemon","node_home":"$HOME/.octa","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uocta","fixed_min_gas_price":0}]},"codebase":{"compatible_versions":[],"genesis":{"genesis_url":"https://octa-coin-assets.s3.eu-central-1.amazonaws.com/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[],"rest":[]},"explorers":[{"kind":"Octa explorer","url":"http://explorer.octa-coin.com/","tx_page":"http://explorer.octa-coin.com/txs/${txHash}"}]},"odin-mainnet-freya":{"$schema":"../chain.schema.json","chain_name":"odin","chain_id":"odin-mainnet-freya","pretty_name":"Odin Protocol","website":"https://odinprotocol.io/","status":"killed","network_type":"mainnet","bech32_prefix":"odin","daemon_name":"odind","node_home":"$HOME/.odin","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"loki","fixed_min_gas_price":0.0125,"low_gas_price":0.025,"average_gas_price":0.05,"high_gas_price":0.06}]},"staking":{"staking_tokens":[{"denom":"loki"}]},"codebase":{"git_repo":"https://github.com/ODIN-PROTOCOL/odin-core","recommended_version":"v0.6.2","compatible_versions":["v0.6.2"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/ODIN-PROTOCOL/networks/master/mainnets/odin-mainnet-freya/genesis.json"},"versions":[{"name":"v0.6.2","recommended_version":"v0.6.2","compatible_versions":["v0.6.2"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16856","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"odin-mainnet-seed.autostake.com:26766","provider":"AutoStake.net"}],"persistent_peers":[{"id":"9d16b1ce74a34b869d69ad5fe34eaca614a36ecd","address":"35.241.238.207:26656","provider":"Odin Protocol"},{"id":"02e905f49e1b869f55ad010979931b542302a9e6","address":"35.241.221.154:26656","provider":"Odin Protocol"},{"id":"4847c79f1601d24d3605278a0183d416a99aa093","address":"34.140.252.7:26656","provider":"Odin Protocol"},{"id":"0165cd0d60549a37abb00b6acc8227a54609c648","address":"34.79.179.216:26656","provider":"Odin Protocol"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"odin-mainnet-peer.autostake.com:26766","provider":"AutoStake.net"}]},"apis":{"rpc":[{"address":"http://34.79.179.216:26657","provider":"Odin Protocol"},{"address":"https://odin-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://odin-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"rest":[{"address":"http://34.79.179.216:1317/","provider":"Odin Protocol"},{"address":"https://odin-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://odin-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"grpc":[{"address":"odin-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"odin-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}]},"explorers":[{"kind":"odin web","url":"https://mainnet.odinprotocol.io/","tx_page":"https://mainnet.odinprotocol.io/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/odin","tx_page":"https://ping.pub/odin/tx/${txHash}"}]},"exchain-66":{"$schema":"../chain.schema.json","chain_name":"okexchain","chain_id":"exchain-66","pretty_name":"OKExChain","status":"live","network_type":"mainnet","bech32_prefix":"ex","daemon_name":"exchaind","node_home":"$HOME/.exchaind","slip44":60,"fees":{"fee_tokens":[{"denom":"wei","low_gas_price":200000000,"average_gas_price":250000000,"high_gas_price":400000000}]},"codebase":{"git_repo":"https://github.com/okex/exchain","recommended_version":"v1.6.1.1","compatible_versions":["v1.2.2","v1.6.1.1"],"binaries":{},"genesis":{"genesis_url":"https://raw.githubusercontent.com/okx/mainnet/main/genesis.json"},"versions":[{"name":"v1.6.1.1","recommended_version":"v1.6.1.1","compatible_versions":["v1.2.2","v1.6.1.1"],"binaries":{}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png"},"peers":{"seeds":[{"id":"e926c8154a2af4390de02303f0977802f15eafe2","address":"3.16.103.80:26656","provider":"Chillcrypto"},{"id":"7fa5b1d1f1e48659fa750b6aec702418a0e75f13","address":"175.41.191.69:26656","provider":"Unique farming"},{"id":"c8f32b793871b56a11d94336d9ce6472f893524b","address":"35.74.8.189:26656","provider":"DeLab"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://exchaintmrpc.okex.org","provider":"okx chain"}],"rest":[]},"explorers":[{"kind":"OKLink","url":"https://www.oklink.com/en/okc","tx_page":"https://www.oklink.com/en/okc/tx/${txHash}","account_page":"https://www.oklink.com/en/okc/address/${accountAddress}"}]},"omniflixhub-1":{"$schema":"../chain.schema.json","chain_name":"omniflixhub","chain_id":"omniflixhub-1","pretty_name":"OmniFlix","website":"https://omniflix.network/","status":"live","network_type":"mainnet","bech32_prefix":"omniflix","daemon_name":"omniflixhubd","node_home":"$HOME/.omniflixhub","slip44":118,"fees":{"fee_tokens":[{"denom":"uflix","fixed_min_gas_price":0,"low_gas_price":0.001,"average_gas_price":0.0025,"high_gas_price":0.025}]},"staking":{"staking_tokens":[{"denom":"uflix"}]},"codebase":{"git_repo":"https://github.com/OmniFlix/omniflixhub","recommended_version":"v4.1.0","compatible_versions":["v4.1.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/OmniFlix/mainnet/main/omniflixhub-1/genesis.json"},"versions":[{"name":"v0.8.0","next_version_name":"v0.10.0","recommended_version":"v0.8.0","compatible_versions":["v0.8.0"],"cosmos_sdk_version":"v0.45.10","consensus":{"type":"tendermint","version":"v0.34.22"},"ibc_go_version":"v3.3.1"},{"name":"v0.10.0","height":6262420,"proposal":6,"next_version_name":"v0.11.0","recommended_version":"v0.10.0","compatible_versions":["v0.10.0"],"cosmos_sdk_version":"v0.45.15","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v3.4.0"},{"name":"v0.11.0","height":7339200,"proposal":12,"next_version_name":"v0.12.x","recommended_version":"v0.11.1","compatible_versions":["v0.11.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v4.4.2"},{"name":"v0.12.x","height":8054200,"proposal":15,"next_version_name":"v2.0.0","recommended_version":"v0.12.1","compatible_versions":["v0.12.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v4.4.2"},{"name":"v2.0.0","height":10428200,"proposal":28,"next_version_name":"v2.1","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.3.1"},{"name":"v2.1","height":10678600,"proposal":29,"next_version_name":"v3","recommended_version":"v2.1.0","compatible_versions":["v2.1.0"],"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.3.1"},{"name":"v3","height":10872800,"proposal":31,"next_version_name":"v4","recommended_version":"v3.3.0","compatible_versions":["v3.3.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","ibc_go_version":"v7.3.2"},{"name":"v4","height":11914000,"proposal":36,"next_version_name":"","recommended_version":"v4.1.0","compatible_versions":["v4.1.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","ibc_go_version":"v7.4.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:16956","provider":"RHINO"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"omniflixhub-mainnet-seed.autostake.com:27306","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:16956","provider":"Lavender.Five Nodes 🐝"},{"id":"9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152","address":"omniflix.seed.mzonder.com:10656","provider":"MZONDER"},{"id":"6b0ffcce9b59b91ceb8eea5d4599e27707e3604a","address":"seeds.stakeup.tech:10215","provider":"StakeUp"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"574b37cc6e80663e70673cbe848147c2643ca48e","address":"35.240.187.174:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"omniflixhub-mainnet-peer.autostake.com:27306","provider":"AutoStake 🛡️ Slash Protected"},{"id":"d8e371758cdb310906bc32ba0bb922642bb33536","address":"65.21.91.99:26756","provider":"Staketab"},{"id":"82feb443470ff81afa830e15fea387cac4849aac","address":"mainnet.omniflix.peers.stakr.space:36656","provider":"STAKR.space"}]},"apis":{"rpc":[{"address":"https://omniflix-rpc.kingnodes.com","provider":"kingnodes 👑"},{"address":"https://rpc.omniflix.nodestake.top","provider":"NodeStake"},{"address":"https://rpc.omniflix.chaintools.tech/","provider":"ChainTools"},{"address":"https://rpc-omniflixhub-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://omniflixhub-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.omniflix.silentvalidator.com/","provider":"silent"},{"address":"https://omniflixhub-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-omniflix.architectnodes.com","provider":"Architect Nodes"},{"address":"https://omniflix-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://rpc-omniflixhub.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://omniflix-rpc.dakshavalidator.in","provider":"Daksha Validator"},{"address":"https://rpc-omniflix.mzonder.com:443","provider":"MZONDER"},{"address":"https://rpc.omniflix.stakeup.tech:443","provider":"StakeUp"},{"address":"https://rpc.omniflix.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://omniflix-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://mainnet.omniflix.rpc.srv.stakr.space","provider":"STAKR.space"}],"rest":[{"address":"https://api.omniflix.nodestake.top","provider":"NodeStake"},{"address":"https://api-omniflixhub-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://omniflixhub-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-omniflixhub.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://api.omniflix.silentvalidator.com/","provider":"silent"},{"address":"https://omniflix-rest.kingnodes.com","provider":"kingnodes 👑"},{"address":"https://omniflixhub-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest-omniflix.architectnodes.com","provider":"Architect Nodes"},{"address":"https://omniflix-rest.staketab.org","provider":"Staketab"},{"address":"https://omniflix-api.dakshavalidator.in","provider":"Daksha Validator"},{"address":"https://omniflix.api.staking-explorer.com","provider":"Daily DROP | 3% Fee"},{"address":"https://api.omniflix.stakeup.tech","provider":"StakeUp"},{"address":"https://lcd.omniflix.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://omniflix-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://mainnet.omniflix.api.srv.stakr.space","provider":"STAKR.space"}],"grpc":[{"address":"https://omniflix-grpc.kingnodes.com:443","provider":"kingnodes 👑"},{"address":"grpc.omniflix.nodestake.top:443","provider":"NodeStake"},{"address":"grpc-omniflixhub-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"omniflixhub-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"grpc-omniflixhub.cosmos-spaces.cloud:2230","provider":"Cosmos Spaces"},{"address":"omniflixhub-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-omniflix.architectnodes.com:1443","provider":"Architect Nodes"},{"address":"services.staketab.com:9015","provider":"Staketab"},{"address":"grpc-omniflix.mzonder.com:443","provider":"MZONDER"},{"address":"grpc.omniflix.stakeup.tech:443","provider":"StakeUp"},{"address":"https://grpc.omniflix.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"omniflix-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"mainnet.omniflix.grpc.stakr.space:39090","provider":"STAKR.space"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/omniflixhub","tx_page":"https://ezstaking.app/omniflixhub/txs/${txHash}","account_page":"https://ezstaking.app/omniflixhub/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/omniflix","tx_page":"https://www.mintscan.io/omniflix/transactions/${txHash}","account_page":"https://www.mintscan.io/omniflix/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/omniflixhub","tx_page":"https://atomscan.com/omniflixhub/transactions/${txHash}","account_page":"https://atomscan.com/omniflixhub/accounts/${accountAddress}"},{"kind":"STAKR.space explorer","url":"https://explorer.stakr.space/omniflix/","tx_page":"https://explorer.stakr.space/omniflix/tx/${txHash}","account_page":"https://explorer.stakr.space/omniflix/account/${accountAddress}"}]},"onex-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"onex","chain_id":"onex-mainnet-1","pretty_name":"ONEX","website":"https://app.onomy.io/","status":"live","network_type":"mainnet","bech32_prefix":"onomy","daemon_name":"onexd","node_home":"$HOME/.onomy_onex","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"aonex","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"aonex"}]},"codebase":{"git_repo":"https://github.com/onomyprotocol/onex","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"cometbft","version":"0.34.28"},"genesis":{"name":"v1","genesis_url":"https://raw.githubusercontent.com/onomyprotocol/onex/main/chain/onex-mainnet-1/genesis-with-ccv.json"},"versions":[{"name":"v1.1.0","tag":"v1.1.0","height":0,"next_version_name":"v1.2.0","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"cometbft","version":"0.34.28"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png","theme":{"primary_color_hex":"#000000"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png"},"peers":{"seeds":[{"id":"fdbeb23dab3a697751edcc723480723e8e788431","address":"141.95.85.153:17400","provider":"cosmostation"},{"id":"41caa4106f68977e3a5123e56f57934a2d34a1c1","address":"95.214.53.20:27386","provider":"autostake"}],"persistent_peers":[{"id":"2f96d16645fd52dba217fb477a66c7b637fbb3c7","address":"52.79.199.137:26656","provider":"cosmostation"},{"id":"2bd4696ae55870d031ff355460a57c8770b8747e","address":"149.102.128.71:26756","provider":"stakecito"}]},"apis":{"rpc":[{"address":"https://rpc.mainnet.onex.onomy.io","provider":"pendulum"}],"rest":[{"address":"https://rest.mainnet.onex.onomy.io","provider":"pendulum"}],"grpc":[{"address":"a.node.mainnet.onomy.io:19091","provider":"pendulum"}]},"explorers":[{"kind":"Dexplorer - must enter rpc link provided above","url":"https://dexplorer.cakralabs.site","tx_page":"https://dexplorer.cakralabs.site/txs/${txHash}","account_page":"https://dexplorer.cakralabs.site/${accountAddress}"}],"keywords":["dex"]},"onomy-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"onomy","chain_id":"onomy-mainnet-1","pretty_name":"Onomy","website":"https://onomy.io/","status":"live","network_type":"mainnet","bech32_prefix":"onomy","daemon_name":"onomyd","node_home":"$HOME/.onomyd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"anom","low_gas_price":0,"average_gas_price":0.03,"high_gas_price":0.06}]},"staking":{"staking_tokens":[{"denom":"anom"}]},"codebase":{"git_repo":"https://github.com/onomyprotocol/onomy","recommended_version":"v1.1.4","compatible_versions":["v1.1.4"],"binaries":{"linux/amd64":"https://github.com/onomyprotocol/onomy/releases/download/v1.1.4/onomyd","linux/arm64":"https://github.com/onomyprotocol/onomy/releases/download/v1.1.4/onomyd-arm"},"cosmos_sdk_version":"onomyprotocol/onomy-sdk v0.45.16-onomy-dev","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v4.4.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/onomyprotocol/onomy/main/genesis/mainnet/genesis-mainnet-1.json"},"versions":[{"name":"v1.0.1","tag":"v1.0.1","next_version_name":"v1.0.3","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"onomyprotocol/onomy-sdk v0.44.6-0.20221103153534-77ffa1c3fab2","consensus":{"type":"tendermint","version":"v0.34.14"},"ibc_go_version":"v2.0.4"},{"name":"v1.0.3","tag":"v1.0.3","height":2377000,"proposal":8,"next_version_name":"v1.0.3","recommended_version":"v1.0.3","compatible_versions":["v1.0.3"],"cosmos_sdk_version":"onomyprotocol/onomy-sdk v0.44.6-0.20230418124728-9c1be80b05bd","consensus":{"type":"tendermint","version":"v0.34.19"},"ibc_go_version":"v2.0.4"},{"name":"v1.1.2","tag":"v1.1.2","height":4010000,"proposal":17,"next_version_name":"v1.1.4","recommended_version":"v1.1.2","compatible_versions":["v1.1.2"],"cosmos_sdk_version":"onomyprotocol/onomy-sdk v0.45.16-onomy-dev","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v4.4.2"},{"name":"v1.1.4","tag":"v1.1.4","height":5280000,"proposal":18,"next_version_name":"","recommended_version":"v1.1.4","compatible_versions":["v1.1.4"],"cosmos_sdk_version":"onomyprotocol/onomy-sdk v0.45.16-onomy-dev","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v4.4.2","binaries":{"linux/amd64":"https://github.com/onomyprotocol/onomy/releases/download/v1.1.4/onomyd","linux/arm64":"https://github.com/onomyprotocol/onomy/releases/download/v1.1.4/onomyd-arm"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg"}],"peers":{"seeds":[{"id":"6d17f128057497699677012b558a7eaff98dfc9c","address":"a.seed.mainnet.onomy.io:26656","provider":"onomy"},{"id":"7e0f0acd32a3c1e85aaebeea56d9b72cece12252","address":"b.seed.mainnet.onomy.io:26656","provider":"onomy"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"onomy-mainnet-seed.autostake.com:27556","provider":"AutoStake 🛡️ Slash Protected"}],"persistent_peers":[{"id":"c213f678b9e3b7c37b9229318b3e27b95c9d5af4","address":"52.70.182.125:26656","provider":"WhisperNode 🤐"},{"id":"00ce2f84f6b91639a7cedb2239e38ffddf9e36de","address":"44.195.221.88:26656","provider":"cosmostation"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"onomy-mainnet-peer.autostake.com:27556","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc-mainnet.onomy.io","provider":"onomy"},{"address":"https://onomy-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"rest":[{"address":"https://rest-mainnet.onomy.io","provider":"onomy"},{"address":"https://onomy-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"grpc":[]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/onomy-protocol","tx_page":"https://www.mintscan.io/onomy-protocol/transactions/${txHash}","account_page":"https://www.mintscan.io/onomy-protocol/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/onomy","tx_page":"https://ezstaking.app/onomy/txs/${txHash}","account_page":"https://ezstaking.app/onomy/account/${accountAddress}"}],"keywords":["dex","stablecoin","bridge","staking","ics","rwa"]},"Oraichain":{"$schema":"../chain.schema.json","chain_name":"oraichain","chain_id":"Oraichain","pretty_name":"Oraichain","website":"https://orai.io/","status":"live","network_type":"mainnet","bech32_prefix":"orai","daemon_name":"oraid","node_home":"$WORKSPACE/.oraid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"orai","fixed_min_gas_price":0,"low_gas_price":0.003,"average_gas_price":0.005,"high_gas_price":0.007}]},"staking":{"staking_tokens":[{"denom":"orai"}]},"codebase":{"git_repo":"https://github.com/oraichain/orai","recommended_version":"v0.41.7","compatible_versions":["v0.41.3","v0.41.4","v0.41.6","v0.41.7"],"cosmwasm_version":"0.30.2","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/oraichain/oraichain-static-files/master/genesis.json"},"versions":[{"name":"v0.40","next_version_name":"v0.41","recommended_version":"v0.40.3","compatible_versions":["v0.40.3"],"binaries":{"linux/amd64":"https://orai.s3.us-east-2.amazonaws.com/v0.40.3/oraid"}},{"name":"v0.41","height":12353514,"proposal":185,"next_version_name":"","recommended_version":"v0.41.7","compatible_versions":["v0.41.3","v0.41.4","v0.41.5","v0.41.7"]}]},"images":[{"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"}],"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"},"peers":{"seeds":[{"id":"8b346750e75fd584645192a65c62c7ab88741791","address":"134.209.106.91:26656","provider":"oraichain-team"},{"id":"4d0f2d042405abbcac5193206642e1456fe89963","address":"3.134.19.98:26656","provider":"oraichain-team"},{"id":"d088d05d7689905819d4381ae30df4075dbb66e7","address":"34.75.13.200:26656","provider":"oraichain-team"},{"id":"2c328c41e0ace21c6351265a5a935e1b3f37b62d","address":"35.237.59.125:26656","provider":"oraichain-team"},{"id":"49165f4ef94395897d435f144964bdd14413ea28","address":"seed.orai.synergynodes.com:26656","provider":"synergynodes"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"oraichain-mainnet-seed.autostake.com:27436","provider":"AutoStake 🛡️ Slash Protected"},{"id":"f223f1be06ef35a6dfe54995f05daeb1897d94d7","address":"seed-node.mms.team:42656","provider":"MMS"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"fe0a0d46eb5436905bf8465f83d2da5a503bf4eb","address":"mainnet-seed.konsortech.xyz:33165","provider":"KonsorTech"},{"id":"bdf3f54758e6a712d13fbcda9f49b01f3c1c73b2","address":"seed.orai.mortysnode.nl:26656","provider":"Morty's Nodes"},{"id":"4babdcd4c81d589e789db3b294eebcd779f2227c","address":"orai.seed.stavr.tech:2056","provider":"🔥STAVR🔥"}],"persistent_peers":[{"id":"8b346750e75fd584645192a65c62c7ab88741791","address":"134.209.106.91:26656","provider":"oraichain-team"},{"id":"4d0f2d042405abbcac5193206642e1456fe89963","address":"3.134.19.98:26656","provider":"oraichain-team"},{"id":"d088d05d7689905819d4381ae30df4075dbb66e7","address":"34.75.13.200:26656","provider":"oraichain-team"},{"id":"2c328c41e0ace21c6351265a5a935e1b3f37b62d","address":"35.237.59.125:26656","provider":"oraichain-team"},{"id":"49165f4ef94395897d435f144964bdd14413ea28","address":"seed.orai.synergynodes.com:26656","provider":"synergynodes"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"oraichain-mainnet-seed.autostake.com:27436","provider":"AutoStake 🛡️ Slash Protected"},{"id":"c14df7b2e097d743aa7574c7cf65397a06ea3833","address":"peer-oraichain.mms.team:56103","provider":"MMS"},{"id":"efb9d22a6fdf7460f965982ae013d242bbbfd53c","address":"mainnet-orai.konsortech.xyz:33656","provider":"KonsorTech"},{"id":"bdf3f54758e6a712d13fbcda9f49b01f3c1c73b2","address":"seed.orai.mortysnode.nl:26656","provider":"Morty's Nodes"}]},"apis":{"rpc":[{"address":"https://rpc.orai.io","provider":"oraichain-team"},{"address":"https://rpc.orai.pfc.zone/","provider":"PFC"},{"address":"https://rpc-orai.nodine.id/","provider":"Nodine.ID"},{"address":"https://oraichain-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-oraichain.mms.team","provider":"MMS"},{"address":"https://rpc-orai.blockval.io/","provider":"Blockval"},{"address":"https://mainnet-orai-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://rpc.orai.mortysnode.nl","provider":"Morty's Nodes"},{"address":"https://orai.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://oraichain-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"http://lcd.orai.io","provider":"oraichain-team"},{"address":"https://oraichain-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api-oraichain.mms.team","provider":"MMS"},{"address":"https://api-orai.blockval.io","provider":"Blockval"},{"address":"https://mainnet-orai-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://orai.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://oraichain-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc-oraichain.mms.team:443","provider":"MMS"},{"address":"grpc.orai.pfc.zone:443","provider":"PFC"},{"address":"oraichain-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-orai.blockval.io:9390","provider":"Blockval"},{"address":"mainnet-orai.konsortech.xyz:33090","provider":"KonsorTech"},{"address":"orai.grpc.m.stavr.tech:110","provider":"🔥STAVR🔥"},{"address":"oraichain-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"oraiscan","url":"https://scan.orai.io","tx_page":"https://scan.orai.io/txs/${txHash}"},{"kind":"Nodine Explorer","url":"https://explorer.co.id/orai","tx_page":"https://explorer.co.id/orai/tx/${txHash}"},{"kind":"Blockval Explorer","url":"https://explorer.blockval.io/oraichain","tx_page":"https://explorer.blockval.io/oraichain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/orai","tx_page":"https://atomscan.com/orai/transactions/${txHash}","account_page":"https://atomscan.com/orai/accounts/${accountAddress}"},{"kind":"KonsorTech Explorer","url":"https://explorer.konsortech.xyz/oraichain","tx_page":"https://explorer.konsortech.xyz/oraichain/transactions/${txHash}","account_page":"https://explorer.konsortech.xyz/oraichain/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Orai-Mainnet","tx_page":"https://explorer.stavr.tech/Orai-Mainnet/transactions/${txHash}","account_page":"https://explorer.stavr.tech/Orai-Mainnet/accounts/${accountAddress}"}]},"panacea-3":{"$schema":"../chain.schema.json","chain_name":"panacea","chain_id":"panacea-3","pretty_name":"Medibloc","website":"https://medibloc.com/en/","status":"live","network_type":"mainnet","bech32_prefix":"panacea","daemon_name":"panacead","node_home":"$HOME/.panacead","key_algos":["secp256k1"],"slip44":371,"fees":{"fee_tokens":[{"denom":"umed","fixed_min_gas_price":5,"low_gas_price":5,"average_gas_price":7,"high_gas_price":9}]},"staking":{"staking_tokens":[{"denom":"umed"}]},"codebase":{"git_repo":"https://github.com/medibloc/panacea-core","recommended_version":"v2.0.6","compatible_versions":["v2.0.5"],"binaries":{},"genesis":{"genesis_url":"https://github.com/medibloc/panacea-mainnet/raw/master/panacea-3/genesis.json"},"versions":[{"name":"v2.0.6","recommended_version":"v2.0.6","compatible_versions":["v2.0.5"],"binaries":{}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"395aead00e99f828e4af92531dcd8c8da1255a8f","address":"3.36.50.133:26656","provider":"medibloc"},{"id":"c238f279c970764d6893ae44bdf5c949dc22b009","address":"13.114.44.199:26656","provider":"medibloc"},{"id":"00c57e36559b49ce7d29fa4920b5132584994368","address":"52.77.227.241:26656","provider":"medibloc"},{"id":"5cd589ab0f34dbeb07cb0e156741838b2c7d3737","address":"148.251.235.130:16656","provider":"Staketab"}]},"apis":{"rpc":[{"address":"https://rpc.gopanacea.org","provider":"medibloc"},{"address":"https://panacea-rpc.staketab.org:443","provider":"Staketab"}],"rest":[{"address":"https://api.gopanacea.org","provider":"medibloc"},{"address":"https://panacea-rest.staketab.org","provider":"Staketab"}],"grpc":[{"address":"services.staketab.com:9400","provider":"Staketab"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/medibloc","tx_page":"https://www.mintscan.io/medibloc/transactions/${txHash}","account_page":"https://www.mintscan.io/medibloc/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://explorer.gopanacea.org","tx_page":"https://explorer.gopanacea.org/transactions/${txHash}"}]},"passage-1":{"$schema":"../chain.schema.json","chain_name":"passage1","chain_id":"passage-1","pretty_name":"Passage","website":"https://passage3d.com/","status":"killed","network_type":"mainnet","bech32_prefix":"pasg","daemon_name":"passage","node_home":"$HOME/.passage","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"upasg","fixed_min_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"upasg"}]},"codebase":{"git_repo":"https://github.com/envadiv/Passage3D","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/envadiv/mainnet/main/passage-1/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},"explorers":[{"kind":"aneka","url":"https://passage.aneka.io","tx_page":"https://passage.aneka.io/txs/${txHash}","account_page":"https://passage.aneka.io/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/passage","tx_page":"https://www.mintscan.io/passage/txs/${txHash}","account_page":"https://www.mintscan.io/passage/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/passage","tx_page":"https://ezstaking.app/passage/txs/${txHash}","account_page":"https://ezstaking.app/passage/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/passage","tx_page":"https://atomscan.com/passage/transactions/${txHash}","account_page":"https://atomscan.com/passage/accounts/${accountAddress}"}]},"passage-2":{"$schema":"../chain.schema.json","chain_name":"passage","chain_id":"passage-2","pre_fork_chain_name":"passage1","pretty_name":"Passage","website":"https://passage3d.com/","status":"live","network_type":"mainnet","bech32_prefix":"pasg","daemon_name":"passage","node_home":"$HOME/.passage","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"upasg","fixed_min_gas_price":0,"low_gas_price":0.001,"average_gas_price":0.0025,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"upasg"}]},"codebase":{"git_repo":"https://github.com/envadiv/Passage3D","recommended_version":"v2.4.0","compatible_versions":["v2.4.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_version":"v0.31.0","ibc_go_version":"v4.4.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/envadiv/mainnet/main/passage-2/genesis.json"},"versions":[{"name":"v2.0.0","next_version_name":"v2.2.0","recommended_version":"v2.0.1","compatible_versions":["v2.0.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v4.4.2"},{"name":"v2.2.0","next_version_name":"v2.4.0","recommended_version":"v2.2.0","compatible_versions":["v2.2.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v4.4.2"},{"name":"v2.4.0","next_version_name":"","recommended_version":"v2.4.0","compatible_versions":["v2.4.0"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_version":"v0.31.0","ibc_go_version":"v4.4.2"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},"peers":{"seeds":[{"id":"aebb8431609cb126a977592446f5de252d8b7fa1","address":"104.236.201.138:26656"},{"id":"b6beabfb9309330944f44a1686742c2751748b83","address":"5.161.47.163:26656"},{"id":"7a9a36630523f54c1a0d56fc01e0e153fd11a53d","address":"167.235.24.145:26656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:15656","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:15656","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"passage-mainnet-seed.autostake.com:26916","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:15656","provider":"WhisperNode 🤐"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:10556","provider":"StakerHouse"},{"id":"2b238d2c05c47629e03608a6107e156fcb50344c","address":"65.108.101.158:20556","provider":"Validatrium"},{"id":"526d07b882df4cb820a8b9df819e14532d1811b0","address":"seed-passage.ibs.team:16666","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"d35d652b6cb3bf7d6cb8d4bd7c036ea03e7be2ab","address":"116.203.182.185:26656"},{"id":"8e0b0d4f80d0d2853f853fbd6a76390113f07d72","address":"65.108.127.249:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"passage-mainnet-peer.autostake.com:26916","provider":"AutoStake 🛡️ Slash Protected"},{"id":"621f75a74a95298fe16e0c2dd899c087bcba6594","address":"65.108.195.29:50656","provider":"Staketab"},{"id":"2b238d2c05c47629e03608a6107e156fcb50344c","address":"65.108.101.158:20556","provider":"Validatrium"}]},"apis":{"rpc":[{"address":"https://rpc.passage.vitwit.com","provider":"vitwit"},{"address":"https://passage-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://rpc-passage.ecostake.com","provider":"ecostake"},{"address":"https://passage-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-passage-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc-passage.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://rpc.passage.nodestake.top","provider":"NodeStake"},{"address":"https://passage-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://passage-rpc.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://rpc-passage.d-stake.xyz","provider":"D-stake"},{"address":"https://rpc-passage.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://passage-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://passage-rpc.stakerhouse.com","provider":"StakerHouse"},{"address":"https://passage-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://passage-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc-passage.mainnet.validatrium.club","provider":"Validatrium"},{"address":"https://rpc.passage.silentvalidator.com","provider":"silent"}],"rest":[{"address":"https://api.passage.vitwit.com","provider":"vitwit"},{"address":"https://passage-rest.staketab.org","provider":"Staketab"},{"address":"https://rest-passage.ecostake.com","provider":"ecostake"},{"address":"https://passage-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-passage.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://api-passage-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://api.passage.nodestake.top","provider":"NodeStake"},{"address":"https://passage-api.polkachu.com","provider":"Polkachu"},{"address":"https://passage-api.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://api-passage.d-stake.xyz","provider":"D-stake"},{"address":"https://passage-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://lcd-passage.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://passage-rest.stakerhouse.com","provider":"StakerHouse"},{"address":"https://passage-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://passage-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://api-passage.mainnet.validatrium.club","provider":"Validatrium"},{"address":"https://api.passage.silentvalidator.com","provider":"silent"}],"grpc":[{"address":"grpc-passage-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"passage-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"passage-grpc.polkachu.com:15690","provider":"Polkachu"},{"address":"grpc-passage.cosmos-spaces.cloud:2320","provider":"Cosmos Spaces"},{"address":"grpc.passage.nodestake.top:443","provider":"NodeStake"},{"address":"passage-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"services.staketab.com:9023","provider":"Staketab"},{"address":"passage-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"passage-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"passage-grpc.stakeandrelax.net:15690","provider":"Stake&Relax 🦥"},{"address":"grpc-passage.mainnet.validatrium.club:20590","provider":"Validatrium"},{"address":"grpc.passage.silentvalidator.com:443","provider":"silent"}]},"explorers":[{"kind":"aneka","url":"https://passage.aneka.io","tx_page":"https://passage.aneka.io/txs/${txHash}","account_page":"https://passage.aneka.io/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/passage","tx_page":"https://www.mintscan.io/passage/transactions/${txHash}","account_page":"https://www.mintscan.io/passage/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/passage","tx_page":"https://ezstaking.app/passage/txs/${txHash}","account_page":"https://ezstaking.app/passage/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/passage","tx_page":"https://atomscan.com/passage/transactions/${txHash}","account_page":"https://atomscan.com/passage/accounts/${accountAddress}"},{"kind":"cosmotracker","url":"https://cosmotracker.com/passage","tx_page":"https://cosmotracker.com/passage/tx/${txHash}","account_page":"https://cosmotracker.com/passage/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/passage","tx_page":"https://mainnet.whispernode.com/passage/tx/${txHash}","account_page":"https://mainnet.whispernode.com/passage/account/${accountAddress}"}]},"osmosis-1":{"$schema":"../chain.schema.json","chain_name":"osmosis","chain_id":"osmosis-1","pretty_name":"Osmosis","website":"https://osmosis.zone/","update_link":"https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json","status":"live","network_type":"mainnet","bech32_prefix":"osmo","daemon_name":"osmosisd","node_home":"$HOME/.osmosisd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uosmo","fixed_min_gas_price":0.0025,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uosmo"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/osmosis-labs/osmosis","recommended_version":"v25.0.0","compatible_versions":["v25.0.0"],"binaries":{"linux/amd64":"https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-25.0.0-linux-amd64","linux/arm64":"https://github.com/osmosis-labs/osmosis/releases/download/v25.0.0/osmosisd-25.0.0-linux-arm64"},"cosmos_sdk_version":"osmosis-labs/cosmos-sdk v0.47.5-v25-osmo-1","consensus":{"type":"cometbft","version":"osmosis-labs/cometbft v0.37.4-v25-osmo-2"},"cosmwasm_version":"osmosis-labs/wasmd v0.45.0-osmo","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0","ics_enabled":["ics20-1"],"genesis":{"name":"v3","genesis_url":"https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json"}},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},"peers":{"seeds":[{"id":"f515a8599b40f0e84dfad935ba414674ab11a668","address":"osmosis.blockpane.com:26656","provider":"blockpane"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:12556","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:12556","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"osmosis-mainnet-seed.autostake.com:26716","provider":"AutoStake 🛡️ Slash Protected"},{"id":"3cc024d1c760c9cd96e6413abaf3b36a8bdca58e","address":"seeds.goldenratiostaking.net:1630","provider":"Golden Ratio Staking"},{"id":"e891d42c31064fb7e0d99839536164473c4905c2","address":"seed-osmosis.freshstaking.com:31656","provider":"FreshSTAKING"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:12556","provider":"WhisperNode 🤐"},{"id":"38ab18cb2ea1dfeb6232b429e1508f56b6ae5031","address":"seed-osmosis-01.stakeflow.io:65535","provider":"Stakeflow"},{"id":"954ab3a0551b592b654b1554af8fc8746ed7b362","address":"seed-node.mms.team:31656","provider":"MMS"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"2cb8dd6195c65458e3c18505bb70ce2ff624f85c","address":"seed.osmosis.validatus.com:2000","provider":"Validatus"}],"persistent_peers":[{"id":"4d9ac3510d9f5cfc975a28eb2a7b8da866f7bc47","address":"37.187.38.191:26656","provider":"stakelab"},{"id":"2f9c16151400d8516b0f58c030b3595be20b804c","address":"37.120.245.167:26656","provider":"syncnode"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"osmosis-mainnet-peer.autostake.com:26716","provider":"AutoStake 🛡️ Slash Protected"},{"id":"e891d42c31064fb7e0d99839536164473c4905c2","address":"seed-osmosis.freshstaking.com:31656","provider":"FreshSTAKING"},{"id":"38ab18cb2ea1dfeb6232b429e1508f56b6ae5031","address":"peer-osmosis-01.stakeflow.io:65535","provider":"Stakeflow"},{"id":"6f1d92857e39a6f26a3a914f807064824c255939","address":"65.21.91.99:16956","provider":"Staketab"},{"id":"50d0865decf5657eaf8e50e51bd9d8ce5f927f6c","address":"peer-osmosis.mms.team:56102","provider":"MMS"},{"id":"b95edbc3337a6fdd672cd6af2790c0e9ade2c4dd","address":"65.108.195.213:41656","provider":"StakeTown"},{"id":"10539f7c0e3ab233cf0deec9930aa8b660aeeabf","address":"osmosis-mainnet.peers.l0vd.com:12656","provider":"L0vd.com ❤️"}]},"apis":{"rpc":[{"address":"https://rpc.osmosis.zone/","provider":"Osmosis Foundation"},{"address":"https://rpc-osmosis.blockapsis.com","provider":"chainapsis"},{"address":"https://osmosis-rpc.onivalidator.com","provider":"Oni Validator ⛩️"},{"address":"https://osmosis-rpc.quickapi.com:443","provider":"Chainlayer"},{"address":"https://rpc-osmosis.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://osmosis-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-osmosis.ecostake.com","provider":"ecostake"},{"address":"https://rpc-osmosis.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://osmosis-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-osmosis-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://osmosis.rpc.stakin-nodes.com","provider":"Stakin"},{"address":"https://osmosis-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://osmosis.api.onfinality.io/public","provider":"OnFinality"},{"address":"https://rpc-osmosis-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://osmosis-rpc.w3coins.io","provider":"w3coins"},{"address":"https://osmosis-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://community.nuxian-node.ch:6797/osmosis/trpc","provider":"PRO Delegators"},{"address":"http://rpc-osmosis.freshstaking.com:31657","provider":"FreshSTAKING"},{"address":"https://osmosis-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://osmosis-mainnet.rpc.l0vd.com:443","provider":"L0vd.com ❤️"},{"address":"https://osmosis-rpc.reece.sh","provider":"Reecepbcups"},{"address":"https://rpc.osmosis.validatus.com","provider":"Validatus"},{"address":"https://rpc.osmosis.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://osmosis.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"},{"address":"https://public.stakewolle.com/cosmos/osmosis/rpc","provider":"Stakewolle"},{"address":"https://rpc.cros-nest.com/osmosis","provider":"Crosnest"},{"address":"https://rpc-osmo.kewrnode.com","provider":"Kewr Node"},{"address":"https://rpc.osmosis.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://osmosis-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://lcd.osmosis.zone/","provider":"Osmosis Foundation"},{"address":"https://rest.osmosis.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://osmosis-lcd.quickapi.com:443","provider":"Chainlayer"},{"address":"https://lcd-osmosis.blockapsis.com","provider":"chainapsis"},{"address":"https://osmosis-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rest-osmosis.ecostake.com","provider":"ecostake"},{"address":"https://api-osmosis-ia.cosmosia.notional.ventures","provider":"Notional"},{"address":"https://api-osmosis.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://osmosis-api.polkachu.com","provider":"Polkachu"},{"address":"https://osmosis.rest.stakin-nodes.com","provider":"Stakin"},{"address":"https://osmosis-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api-osmosis-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://osmosis-api.w3coins.io","provider":"w3coins"},{"address":"https://lcd-osmosis.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://osmosis-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://community.nuxian-node.ch:6797/osmosis/crpc","provider":"PRO Delegators"},{"address":"https://osmosis-api.stake-town.com","provider":"StakeTown"},{"address":"https://osmosis-api.reece.sh","provider":"Reecepbcups"},{"address":"https://api.osmosis.validatus.com:443","provider":"Validatus"},{"address":"https://lcd.osmosis.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://osmosis-rest.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"},{"address":"https://public.stakewolle.com/cosmos/osmosis/rest","provider":"Stakewolle"},{"address":"https://rest.cros-nest.com/osmosis","provider":"Crosnest"},{"address":"https://rest-osmo.kewrnode.com","provider":"Kewr Node"},{"address":"https://osmosis-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"osmosis-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"grpc-osmosis-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"osmosis.grpc.stakin-nodes.com:443","provider":"Stakin"},{"address":"osmosis-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-osmosis.cosmos-spaces.cloud:1130","provider":"Cosmos Spaces"},{"address":"grpc-osmosis-01.stakeflow.io:6754","provider":"Stakeflow"},{"address":"services.staketab.com:9010","provider":"Staketab"},{"address":"osmosis-grpc.w3coins.io:12590","provider":"w3coins"},{"address":"grpc-osmosis.mms.team:443","provider":"MMS"},{"address":"osmosis-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"osmosis-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"https://grpc-osmosis.nodeist.net","provider":"Nodeist"},{"address":"osmosis-mainnet.grpc.l0vd.com:80","provider":"L0vd.com ❤️"},{"address":"grpc-osmosis.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"grpc.osmosis.validatus.com:443","provider":"Validatus"},{"address":"https://grpc.osmosis.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"osmosis-grpc.noders.services:10090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/osmosis","tx_page":"https://ezstaking.app/osmosis/txs/${txHash}","account_page":"https://ezstaking.app/osmosis/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/osmosis","tx_page":"https://www.mintscan.io/osmosis/transactions/${txHash}","account_page":"https://www.mintscan.io/osmosis/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/osmosis","tx_page":"https://ping.pub/osmosis/tx/${txHash}"},{"kind":"explorers.guru","url":"https://osmosis.explorers.guru","tx_page":"https://osmosis.explorers.guru/transaction/${txHash}","account_page":"https://osmosis.explorers.guru/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/osmosis","tx_page":"https://atomscan.com/osmosis/transactions/${txHash}","account_page":"https://atomscan.com/osmosis/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/osmosis","tx_page":"https://explorer.tcnetwork.io/osmosis/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/osmosis/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/osmosis","account_page":"https://stakeflow.io/osmosis/accounts/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/osmosis","tx_page":"https://exp.nodeist.net/osmosis/tx/${txHash}"},{"kind":"L0vd.com ❤️","url":"https://explorers.l0vd.com/osmosis-mainnet","tx_page":"https://explorers.l0vd.com/osmosis-mainnet/tx/${txHash}"},{"kind":"Chainscope","url":"https://chainsco.pe/osmosis","tx_page":"https://chainsco.pe/osmosis/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/osmosis","tx_page":"https://mainnet.whispernode.com/osmosis/tx/${txHash}","account_page":"https://mainnet.whispernode.com/osmosis/account/${accountAddress}"}],"keywords":["dex"]},"point_10687-1":{"$schema":"../chain.schema.json","chain_name":"point","chain_id":"point_10687-1","pretty_name":"Point Network","status":"live","network_type":"mainnet","bech32_prefix":"point","daemon_name":"pointd","node_home":"$HOME/.pointd","slip44":60,"fees":{"fee_tokens":[{"denom":"apoint","low_gas_price":5000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"apoint"}]},"codebase":{"git_repo":"https://github.com/pointnetwork/point-chain","recommended_version":"v8.0.0","compatible_versions":["v8.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/pointnetwork/point-chain-config/main/mainnet-1/genesis.json"},"versions":[{"name":"v8.0.0","recommended_version":"v8.0.0","compatible_versions":["v8.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg"},"peers":{"seeds":[{"id":"8673c1f04c29c464189e8bf29e51fb0b38da2f19","address":"rpc-mainnet-1.point.space:26656","provider":"Point Network"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"8673c1f04c29c464189e8bf29e51fb0b38da2f19","address":"rpc-mainnet-1.point.space:26656","provider":"Point Network"},{"id":"f675d544f5e6b8bc7ef9923d6f594dd0a3570190","address":"point.peer.stavr.tech:1056","provider":"🔥STAVR🔥"},{"id":"9c7902cf292e1dbb79b2a0c3ed18f9e6f826483f","address":"rpc.point.indonode.net:21656","provider":"Indonode"}]},"apis":{"rpc":[{"address":"https://rpc-mainnet-1.point.space:26657","provider":"Point Network"},{"address":"https://rpc.point.nodestake.top","provider":"NodeStake"},{"address":"https://point.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc.point.indonode.net","provider":"Indonode"}],"rest":[{"address":"https://rpc-mainnet-1.point.space:1317","provider":"Point Network"},{"address":"https://point.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.point.nodestake.top","provider":"NodeStake"},{"address":"https://api.point.indonode.net","provider":"Indonode"}],"grpc":[{"address":"grpc.point.nodestake.top:443","provider":"NodeStake"},{"address":"point.grpc.m.stavr.tech:2050","provider":"🔥STAVR🔥"},{"address":"https://grpc.point.nodexcapital.com","provider":"⚡NodeX Validator⚡"},{"address":"https://grpc.point.indonode.net:21090","provider":"Indonode"}],"evm-http-jsonrpc":[{"address":"https://rpc-mainnet-1.point.space","provider":"Point Network"},{"address":"https://jsonrpc.point.nodestake.top","provider":"NodeStake"}]},"explorers":[{"kind":"blockscout","url":"https://explorer.pointnetwork.io/","tx_page":"https://explorer.pointnetwork.io/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Point-Mainnet","tx_page":"https://explorer.stavr.tech/Point-Mainnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://cosmos.pointnetwork.io/","tx_page":"https://cosmos.pointnetwork.io/point/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/point","tx_page":"https://explorer.nodexcapital.com/point/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/point","tx_page":"https://atomscan.com/point/transactions/${txHash}","account_page":"https://atomscan.com/point/accounts/${accountAddress}"}]},"core-1":{"$schema":"../chain.schema.json","chain_name":"persistence","chain_id":"core-1","pretty_name":"Persistence","website":"https://persistence.one/","status":"live","network_type":"mainnet","bech32_prefix":"persistence","daemon_name":"persistenceCore","node_home":"$HOME/.persistenceCore","key_algos":["secp256k1"],"slip44":118,"alternative_slip44s":[750],"fees":{"fee_tokens":[{"denom":"uxprt","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uxprt"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/persistenceOne/persistenceCore","recommended_version":"v11.13.0","compatible_versions":["v11.13.0"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v11.13.0/persistenceCore-v11.13.0-linux-amd64.tar.gz"},"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.10-lsm-rc0","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.4.0","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json"},"versions":[{"name":"v7","tag":"v7.0.0","next_version_name":"v8","recommended_version":"v7.0.0","compatible_versions":["v7.0.0"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v7.0.0/persistenceCore-v7.0.0-linux-amd64.tar.gz"}},{"name":"v8","tag":"v8.1.0","height":13046600,"proposal":42,"next_version_name":"v9","recommended_version":"v8.1.0","compatible_versions":["v8.1.0"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v8.1.0/persistenceCore-v8.1.0-linux-amd64.tar.gz"}},{"name":"v9","tag":"v9.2.1","height":13160000,"proposal":43,"next_version_name":"v10","recommended_version":"v9.2.1","compatible_versions":["v9.1.1","v9.1.0","v9.2.1"],"cosmos_sdk_version":"v0.47.3-lsm","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.40.2-lsm3","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.2.0-lsm3","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v9.2.1/persistenceCore-v9.2.1-linux-amd64.tar.gz"}},{"name":"v10","tag":"v10.0.0","height":13870350,"proposal":55,"next_version_name":"v10.3.0","recommended_version":"v10.0.0","compatible_versions":["v10.0.0"],"cosmos_sdk_version":"v0.47.3-lsm","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.47.3-lsm5","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.2.0-lsm3","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v10.0.0/persistenceCore-v10.0.0-linux-amd64.tar.gz"}},{"name":"v10.3.0","tag":"v10.3.0","height":14965000,"proposal":67,"next_version_name":"v10.4.0","recommended_version":"v10.3.0","compatible_versions":["v10.3.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.3-lsm5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"persistenceOne/wasmd v0.40.2-lsm3","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"persistenceOne/ibc-go/v7 v7.2.0-lsm3","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v10.3.0/persistenceCore-v10.3.0-linux-amd64.tar.gz"}},{"name":"v10.4.0","tag":"v10.4.0","height":15242222,"proposal":68,"next_version_name":"v10.4.1","recommended_version":"v10.4.0","compatible_versions":["v10.4.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.3-lsm5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"persistenceOne/wasmd v0.40.2-lsm3","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"persistenceOne/ibc-go/v7 v7.2.0-lsm3","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v10.4.0/persistenceCore-v10.4.0-linux-amd64.tar.gz"}},{"name":"v10.4.1","tag":"v10.5.0","height":15386200,"proposal":76,"next_version_name":"v11","recommended_version":"v10.5.0","compatible_versions":["v10.5.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.3-lsm5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"persistenceOne/wasmd v0.40.2-lsm3","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"persistenceOne/ibc-go/v7 v7.2.0-lsm3","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v10.5.0/persistenceCore-v10.5.0-linux-amd64.tar.gz"}},{"name":"v11","tag":"v11.8.1","height":15860600,"proposal":84,"next_version_name":"v11.9.0","recommended_version":"v11.8.1","compatible_versions":["v11.8.1"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.3-lsm5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"persistenceOne/wasmd v0.40.2-lsm3","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"persistenceOne/ibc-go/v7 v7.2.0-lsm3","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v11.8.1/persistenceCore-v11.8.1-linux-amd64.tar.gz"}},{"name":"v11.9.0","tag":"v11.9.0","height":16250000,"proposal":90,"next_version_name":"v11.10.0","recommended_version":"v11.9.0","compatible_versions":["v11.9.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.10-lsm-rc0","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.4.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v11.9.0/persistenceCore-v11.9.0-linux-amd64.tar.gz"}},{"name":"v11.10.0","tag":"v11.10.0","height":16392000,"proposal":96,"next_version_name":"v11.11.0","recommended_version":"v11.10.0","compatible_versions":["v11.10.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.10-lsm-rc0","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.4.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v11.10.0/persistenceCore-v11.10.0-linux-amd64.tar.gz"}},{"name":"v11.11.0","tag":"v11.11.0","height":16578000,"proposal":100,"next_version_name":"v11.12.0","recommended_version":"v11.11.0","compatible_versions":["v11.11.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.10-lsm-rc0","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.4.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v11.11.0/persistenceCore-v11.11.0-linux-amd64.tar.gz"}},{"name":"v11.12.0","tag":"v11.12.0","height":16851000,"proposal":105,"next_version_name":"v11.13.0","recommended_version":"v11.12.0","compatible_versions":["v11.12.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.10-lsm-rc0","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.4.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v11.12.0/persistenceCore-v11.12.0-linux-amd64.tar.gz"}},{"name":"v11.13.0","tag":"v11.13.0","height":16980000,"proposal":108,"next_version_name":"","recommended_version":"v11.13.0","compatible_versions":["v11.13.0"],"cosmos_sdk_version":"persistenceOne/cosmos-sdk v0.47.10-lsm-rc0","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.4.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v11.13.0/persistenceCore-v11.13.0-linux-amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"}],"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"},"peers":{"seeds":[{"id":"eaa76966cad27a9807b7d8b9a62c9b2ca4924581","address":"tenderseed.ccvalidators.com:26003"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"persistence-mainnet-seed.autostake.com:26896","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:15456","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ab7fc0b9b3c523dacec0500c9f9f1f7f4699d551","address":"persis-m.seed.stavr.tech:4056","provider":"🔥STAVR🔥"},{"id":"ce9dc9467af943bf35f17f04cfcdf3895914d867","address":"seed-persistence-01.stakeflow.io:33656","provider":"Stakeflow"},{"id":"ba6ca269cfcf412c175dd6259c1ae15ee5370b08","address":"seed.persistence.validatus.com:3000","provider":"Validatus"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"persistence-mainnet-peer.autostake.com:26896","provider":"AutoStake 🛡️ Slash Protected"},{"id":"137818b03a705cf86622b4d97a074091f2f22589","address":"185.225.233.30:26756","provider":"Cosmonaut Stakes"},{"id":"bb7c2cddd665303a0b4233e3d47f5bf2c3ac21ba","address":"135.181.142.60:15601","provider":"POSTHUMAN∞DVS"},{"id":"3a4aa732fc9ad4f971ce081a34d6fc06e08dd7c6","address":"141.95.33.97:26656","provider":"Stakewolle.com | Auto-compound"},{"id":"ce9dc9467af943bf35f17f04cfcdf3895914d867","address":"peer-persistence-01.stakeflow.io:33656","provider":"Stakeflow"},{"id":"aba2148170161c274d2d786bffbe6a692c535dfe","address":"65.108.195.213:53656","provider":"StakeTown"}]},"apis":{"rpc":[{"address":"https://rpc.core.persistence.one","provider":"Persistence"},{"address":"https://rpc-persistent-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://persistence.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://persistence-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://persistence-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://rpc-persistence.architectnodes.com","provider":"Architect Nodes"},{"address":"https://rpc-persistence.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://persistence-mainnet-rpc.cosmonautstakes.com","provider":"Cosmonaut Stakes"},{"address":"https://persistence-rpc.quantnode.tech","provider":"QuantNode"},{"address":"https://persistence-rpc.zenscape.one","provider":"Zenscape"},{"address":"https://persistence-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://persistence-rpc.stakeandrelax.net","provider":"Stake&Relax Validator 🦥"},{"address":"https://rpc.persistence.posthuman.digital:443","provider":"POSTHUMAN∞DVS"},{"address":"https://rpc-persistence-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://persistence-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://persistence-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://persistence-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc.persistence.validatus.com","provider":"Validatus"},{"address":"https://public.stakewolle.com/cosmos/persistence/rpc","provider":"Stakewolle"},{"address":"https://xprt-rpc.antrixy.org/","provider":"Antrix Validators"},{"address":"https://persistence-rpc.stake-town.com","provider":"StakeTown"}],"rest":[{"address":"https://rest.core.persistence.one","provider":"Persistence"},{"address":"https://api-persistent-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://persistence.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://persistence-api.polkachu.com","provider":"Polkachu"},{"address":"https://api-persistence.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://persistence-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://rest-persistence.architectnodes.com","provider":"Architect Nodes"},{"address":"https://persistence-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://persistence-mainnet-rest.cosmonautstakes.com","provider":"Cosmonaut Stakes"},{"address":"https://persistence-lcd.quantnode.tech","provider":"QuantNode"},{"address":"https://persistence-rest.zenscape.one","provider":"Zenscape"},{"address":"https://persistence-api.stakeandrelax.net","provider":"Stake&Relax Validator 🦥"},{"address":"https://rest.persistence.posthuman.digital:443","provider":"POSTHUMAN∞DVS"},{"address":"https://api-persistence-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://persistence-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://persistence-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://persistence-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://api.persistence.validatus.com","provider":"Validatus"},{"address":"https://public.stakewolle.com/cosmos/persistence/rest","provider":"Stakewolle"},{"address":"https://xprt-rest.antrixy.org/","provider":"Antrix Validators"},{"address":"https://persistence-api.stake-town.com","provider":"StakeTown"}],"grpc":[{"address":"grpc.core.persistence.one:443","provider":"Persistence"},{"address":"grpc-persistent-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"persistence.grpc.m.stavr.tech:410","provider":"🔥STAVR🔥"},{"address":"persistence-grpc.polkachu.com:15490","provider":"Polkachu"},{"address":"persistence-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc.persistence.posthuman.digital:80","provider":"POSTHUMAN∞DVS"},{"address":"grpc-persistence.cosmos-spaces.cloud:1180","provider":"Cosmos Spaces"},{"address":"141.95.33.97:9090","provider":"Stakewolle.com | Auto-compound"},{"address":"grpc-persistence-01.stakeflow.io:49090","provider":"Stakeflow"},{"address":"persistence-grpc.w3coins.io:15490","provider":"w3coins"},{"address":"persistence-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"persistence-grpc.stakeandrelax.net:15490","provider":"Stake&Relax 🦥"},{"address":"grpc.persistence.validatus.com","provider":"Validatus"},{"address":"https://xprt-grpc.antrixy.org/","provider":"Antrix Validators"},{"address":"persistence-grpc.stake-town.com:443","provider":"StakeTown"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/persistence","tx_page":"https://www.mintscan.io/persistence/transactions/${txHash}","account_page":"https://www.mintscan.io/persistence/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/persistence","tx_page":"https://ezstaking.app/persistence/txs/${txHash}","account_page":"https://ezstaking.app/persistence/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/persistence","tx_page":"https://ping.pub/persistence/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Persistence-Mainnet","tx_page":"https://explorer.stavr.tech/Persistence-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/persistence","tx_page":"https://atomscan.com/persistence/transactions/${txHash}","account_page":"https://atomscan.com/persistence/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/persistence","account_page":"https://stakeflow.io/persistence/accounts/${accountAddress}"}]},"planq_7070-2":{"$schema":"../chain.schema.json","chain_name":"planq","chain_id":"planq_7070-2","pretty_name":"Planq","website":"https://planq.network/","status":"live","network_type":"mainnet","bech32_prefix":"plq","daemon_name":"planqd","node_home":"$HOME/.planqd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aplanq","fixed_min_gas_price":20000000000,"low_gas_price":30000000000,"average_gas_price":35000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"aplanq"}]},"codebase":{"git_repo":"https://github.com/planq-network/planq","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"binaries":{"linux/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_darwin_arm64.tar.gz","windows/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_windows_amd64.zip"},"cosmos_sdk_version":"v0.46.3","consensus":{"type":"cometbft","version":"0.34.26"},"ibc_go_version":"5.0.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/planq-network/networks/main/mainnet/genesis.json"},"versions":[{"name":"v1.0.3","recommended_version":"v1.0.3","compatible_versions":["v1.0.0","v1.0.1","v1.0.2","v1.0.3"],"binaries":{"linux/amd64":"https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/planq-network/planq/releases/download/v1.0.3/planq_1.0.3_Windows_x86_64.zip"}},{"name":"v1.0.7","next_version_name":"","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"cosmos_sdk_version":"v0.46.3","consensus":{"type":"cometbft","version":"0.34.26"},"ibc_go_version":"5.0.2","binaries":{"linux/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_darwin_arm64.tar.gz","windows/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.0/planq_1.1.0_windows_amd64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"},"peers":{"seeds":[{"id":"dd2f0ceaa0b21491ecae17413b242d69916550ae","address":"135.125.247.70:26656","provider":"Planq Foundation EU"},{"id":"5966b4ef17da12ee63ef30e50512ad41d541195c","address":"seeds-planq.sxlzptprjkt.xyz:18656","provider":"sxlzptprjkt | VALIDATOR"},{"id":"c443eb8888e96e260dc23b9ef3c5a5773ec0e261","address":"rpc.planq.nodexcapital.com:12756","provider":"NodeX Validator"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"66b66bd2d97649da2062deb102d4ff195e2f2d39","address":"mainnet-seed.konsortech.xyz:10165","provider":"KonsorTech"}],"persistent_peers":[{"id":"dd2f0ceaa0b21491ecae17413b242d69916550ae","address":"135.125.247.70:26656","provider":"Planq Foundation EU"},{"id":"e6d553dffbbabbfe9602b43d87e5b0ac1a46348a","address":"135.125.247.70:26656","provider":"Nodine.ID"},{"id":"192ff55d15d7ad9fc9ded5c5a9f4393beba9b222","address":"planq.peer.stavr.tech:1076","provider":"🔥STAVR🔥"},{"id":"b611a4058ac5caf8b56c1012c695afc75aea4217","address":"peers-planq.sxlzptprjkt.xyz:18656","provider":"sxlzptprjkt | VALIDATOR"},{"id":"2702b546525dd402197483121800a09edd4edea1","address":"rpc.planq.indonode.net:10656","provider":"Indonode"},{"id":"3eb12284b7fb707490b8adfda6fa7d94e2fa5cd9","address":"p2p-pve01.roomit.xyz:16603","provider":"RoomIT"},{"id":"8391cf5a7fe59098205015870635f90acfb5dcb4","address":"rpc.planq.hexnodes.co:33656","provider":"Hexnodes"},{"id":"c48fd9194479c2f462bded977cfff7fa46327d17","address":"95.214.55.138:28656","provider":"genznodes"},{"id":"e755cbe005d920e5bca555f14251abae464b6a54","address":"p2p.planq.safeblock.space:26656","provider":"Safe Block"},{"id":"a3b8955aa523285d0aed51c7bfaf19eb20264ef5","address":"mainnet-planq.konsortech.xyz:10656","provider":"KonsorTech"}]},"apis":{"rpc":[{"address":"https://rpc.planq.network","provider":"planq.network"},{"address":"https://planq.rpc.bccnodes.com","provider":"BccNodes"},{"address":"https://planq.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc.planq.nodestake.top","provider":"NodeStake"},{"address":"https://planq-rpc.kynraze.com","provider":"Kynraze"},{"address":"https://rpc.planq.indonode.net","provider":"Indonode"},{"address":"https://rpc.planq.roomit.xyz","provider":"RoomIT"},{"address":"https://planq-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://rpc.planq.safeblock.space","provider":"Safe Block"},{"address":"https://planq.rpc.skynodejs.net","provider":"skynodejs"},{"address":"https://planq-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://mainnet-planq-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://planq_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"},{"address":"https://rpc-planq.blockval.io","provider":"Blockval"}],"rest":[{"address":"https://rest.planq.network","provider":"planq.network"},{"address":"https://planq.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.planq.nodestake.top","provider":"NodeStake"},{"address":"https://planq-api.kynraze.com","provider":"Kynraze"},{"address":"https://api.planq.indonode.net","provider":"Indonode"},{"address":"https://api.planq.roomit.xyz","provider":"RoomIT"},{"address":"https://planq-api.genznodes.dev","provider":"genznodes"},{"address":"https://api.planq.safeblock.space","provider":"Safe Block"},{"address":"https://planq.api.skynodejs.net","provider":"skynodejs"},{"address":"https://planq-api.stake-town.com","provider":"StakeTown"},{"address":"https://mainnet-planq-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://planq_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"},{"address":"https://api-planq.blockval.io","provider":"Blockval"}],"grpc":[{"address":"grpc.planq.network:443","provider":"planq.network"},{"address":"planq.grpc.m.stavr.tech:2070","provider":"🔥STAVR🔥"},{"address":"planq.grpc.bccnodes.com:443","provider":"BccNodes"},{"address":"grpc.planq.nodestake.top:443","provider":"NodeStake"},{"address":"https://grpc-planq.nodine.id","provider":"Nodine.id"},{"address":"https://grpc-planq.sxlzptprjkt.xyz:443","provider":"sxlzptprjkt | VALIDATOR"},{"address":"https://grpc.planq.nodexcapital.com:443","provider":"NodeX Validator"},{"address":"https://grpc.planq.roomit.xyz:8443","provider":"RoomIT"},{"address":"https://grpc.planq.hexnodes.co:33090","provider":"Hexnodes"},{"address":"planq-grpc.genznodes.dev:28090","provider":"genznodes"},{"address":"grpc.planq.safeblock.space:9090","provider":"Safe Block"},{"address":"https://planq.grpc.skynodejs.net","provider":"skynodejs"},{"address":"planq-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"mainnet-planq.konsortech.xyz:10090","provider":"KonsorTech"},{"address":"https://grpc-planq.blockval.io","provider":"Blockval"}],"evm-http-jsonrpc":[{"address":"https://evm-rpc.planq.network","provider":"planq.network"},{"address":"https://jsonrpc.planq.nodestake.top","provider":"NodeStake"},{"address":"https://rpc-evm-planq.sxlzptprjkt.xyz","provider":"sxlzptprjkt | VALIDATOR"},{"address":"https://jsonrpc.planq.nodexcapital.com","provider":"NodeX Validator"},{"address":"https://planq-rpc-evm.genznodes.dev","provider":"genznodes"},{"address":"https://evm.planq.safeblock.space","provider":"Safe Block"},{"address":"https://planq-jsonrpc.stake-town.com","provider":"StakeTown"},{"address":"https://mainnet-planq-evmrpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://planq_mainnet_evm.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.planq.network","tx_page":"https://explorer.planq.network/transactions/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Planq-Mainnet","tx_page":"https://explorer.stavr.tech/Planq-Mainnet/tx/${txHash}"},{"kind":"blockscout","url":"https://evm.planq.network","tx_page":"https://evm.planq.network/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/planq","tx_page":"https://explorer.nodestake.top/planq/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/planq","tx_page":"https://explorer.tcnetwork.io/planq/transaction/${txHash}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/planq","tx_page":"https://explorer.tendermint.roomit.xyz/planq/transaction/${txHash}"},{"kind":"Kynraze","url":"https://explorer.kynraze.com/planq","tx_page":"https://explorer.kynraze.com/planq/tx/${txHash}"},{"kind":"THE EXPLORER","url":"https://explorer.sxlzptprjkt.xyz/planq","tx_page":"https://explorer.sxlzptprjkt.xyz/planq/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/planq","tx_page":"https://explorer.nodexcapital.com/planq/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/planq","tx_page":"https://atomscan.com/planq/transactions/${txHash}","account_page":"https://atomscan.com/planq/accounts/${accountAddress}"},{"kind":"Indonode","url":"https://explorer.indonode.net/planq","tx_page":"https://explorer.indonode.net/planq/tx/${txHash}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/planq","tx_page":"https://explorer.safeblock.space/planq/tx/${txHash}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/planq","tx_page":"https://explorer.konsortech.xyz/planq/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/planq","tx_page":"https://explorer.whenmoonwhenlambo.money/tx/${txHash}"}]},"pryzm-1":{"$schema":"../chain.schema.json","chain_name":"pryzm","chain_id":"pryzm-1","pretty_name":"Pryzm","status":"live","network_type":"mainnet","bech32_prefix":"pryzm","daemon_name":"pryzmd","node_home":"$HOME/.pryzm","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.01,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"upryzm"}]},"codebase":{"git_repo":"https://github.com/pryzm-finance/pryzm-core","recommended_version":"v0.17.0","compatible_versions":["v0.17.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.1","genesis":{"genesis_url":"https://storage.googleapis.com/pryzm-zone/pryzm-1/genesis.json"},"versions":[{"name":"v0.16.0","next_version_name":"v0.17.0","recommended_version":"v0.16.0","compatible_versions":["v0.16.0"],"cosmos_sdk_version":"0.47.10","consensus":{"type":"tendermint","version":"0.37.4"},"ibc_go_version":"7.4.0"},{"name":"v0.17.0","height":542700,"proposal":5,"next_version_name":"","recommended_version":"v0.17.0","compatible_versions":["v0.17.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"0.37.5"},"ibc_go_version":"7.4.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.svg"},"peers":{"seeds":[{"id":"3fce94795e925fb28e95acbaf1e5bd16e6885824","address":"seed.pryzm.zone:26656","provider":"PRYZM"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:24856","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"pryzm-mainnet-seed.autostake.com:27406","provider":"AutoStake 🛡️ Slash Protected"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"pryzm-mainnet-peer.autostake.com:27406","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc.pryzm.zone","provider":"PRYZM"},{"address":"https://pryzm-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://pryzm-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"rest":[{"address":"https://api.pryzm.zone","provider":"PRYZM"},{"address":"https://pryzm-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://pryzm-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"grpc":[{"address":"https://grpc.pryzm.zone","provider":"PRYZM"},{"address":"https://pryzm-grpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"pryzm-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}]},"explorers":[{"kind":"Chainscope","url":"https://chainsco.pe/pryzm","tx_page":"https://chainsco.pe/pryzm/tx/${txHash}","account_page":"https://chainsco.pe/pryzm/address/${accountAddress}"},{"kind":"PingPub","url":"https://cosmosrun.info/pryzm","tx_page":"https://cosmosrun.info/pryzm/tx/${txHash}","account_page":"https://cosmosrun.info/pryzm/account/${accountAddress}"}]},"PUNDIX":{"$schema":"../chain.schema.json","chain_name":"pundix","chain_id":"PUNDIX","pretty_name":"Pundi X Chain","website":"https://pundix.com","status":"live","network_type":"mainnet","bech32_prefix":"px","daemon_name":"pundixd","node_home":"$HOME/.pundix","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78","fixed_min_gas_price":2000000000000,"low_gas_price":2000000000000,"average_gas_price":2500000000000,"high_gas_price":3000000000000}]},"staking":{"staking_tokens":[{"denom":"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78"}]},"codebase":{"git_repo":"https://github.com/pundix/pundix","recommended_version":"v0.2.3","compatible_versions":["v0.2.3"],"binaries":{"linux/amd64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Windows_x86_64.zip"},"cosmos_sdk_version":"0.45.11","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.0","genesis":{"name":"pxv1","genesis_url":"https://raw.githubusercontent.com/pundix/pundix/main/public/mainnet/genesis.json"},"versions":[{"name":"pxv1","tag":"v0.1.3","height":0,"next_version_name":"pxv2","recommended_version":"v0.1.3","compatible_versions":["v0.1.3"],"binaries":{"linux/amd64":"https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/pundix/pundix/releases/download/v0.1.3/pundix_0.1.3_Windows_x86_64.zip"}},{"name":"pxv2","tag":"v0.2.3","height":6869100,"recommended_version":"v0.2.3","compatible_versions":["v0.2.3"],"binaries":{"linux/amd64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/pundix/pundix/releases/download/v0.2.3/pundix_0.2.3_Windows_x86_64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.svg"},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.svg"},"peers":{"seeds":[{"id":"78d3eb3f15a20ab1d567660d35776abe0dee71d0","address":"pundix-mainnet-seed-node-1.pundix.com:26656","provider":"Pundi X"},{"id":"3c37c6c42dfd9094117549794299a62d49c122eb","address":"pundix-mainnet-seed-node-2.pundix.com:26656","provider":"Pundi X"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"8bd41ea9f8ba7cfee4d19887cab487cdfc1177f4","address":"pundix-mainnet-node-1.pundix.com:26656","provider":"Pundi X"},{"id":"6c1738220234a5e1b3caf94403ecd651e9759952","address":"pundix-mainnet-node-2.pundix.com:26656","provider":"Pundi X"},{"id":"23abe2346d40f82cf0606e47931e58752f8b9348","address":"pundix-mainnet-node-3.pundix.com:26656","provider":"Pundi X"},{"id":"20d275af6d025be144765291db5337ea059cce18","address":"pundix-mainnet-node-4.pundix.com:26656","provider":"Pundi X"},{"id":"47f97d7baf028ddfd3b223baab0fa062eae75310","address":"pundix-mainnet-node-5.pundix.com:26656","provider":"Pundi X"},{"id":"637077d431f618181597706810a65c826524fd74","address":"pundix.rpc.nodeshub.online:26156","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://px-json.pundix.com","provider":"Pundi X"},{"address":"https://pundix.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"rest":[{"address":"https://px-rest.pundix.com","provider":"Pundi X"},{"address":"https://pundix.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"grpc":[{"address":"https://px-grpc.pundix.com","provider":"Pundi X"},{"address":"https://pundix.grpc.nodeshub.online","provider":"Nodes Hub"}]},"explorers":[{"kind":"starscan","url":"https://starscan.io","tx_page":"https://starscan.io/pundix/tx/${txHash}","account_page":"https://starscan.io/pundix/address/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/pundix/","tx_page":"https://explorer.nodeshub.online/pundix/tx/${txHash}","account_page":"https://explorer.nodeshub.online/pundix/accounts/${accountAddress}"}]},"pio-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"provenance","chain_id":"pio-mainnet-1","pretty_name":"Provenance","website":"https://provenance.io/","status":"live","network_type":"mainnet","bech32_prefix":"pb","daemon_name":"provenanced","node_home":"$HOME/Provenance","key_algos":["secp256k1"],"slip44":505,"fees":{"fee_tokens":[{"denom":"nhash","fixed_min_gas_price":1905,"low_gas_price":1905,"average_gas_price":2100,"high_gas_price":2500}]},"staking":{"staking_tokens":[{"denom":"nhash"}]},"codebase":{"git_repo":"https://github.com/provenance-io/provenance","recommended_version":"v1.17.0","compatible_versions":["v1.17.0"],"binaries":{"linux/amd64":"https://github.com/provenance-io/provenance/releases/download/v1.17.0/provenance-linux-amd64-v1.17.0.zip"},"cosmos_sdk_version":"0.46.13","consensus":{"type":"tendermint","version":"0.34.29"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"6.2.0","ics_enabled":["ics20-1","ics27-1"],"genesis":{"name":"v1.0.1","genesis_url":"https://raw.githubusercontent.com/provenance-io/mainnet/main/pio-mainnet-1/genesis.json"},"versions":[{"name":"v1.0.1","tag":"v1.0.1","height":0,"next_version_name":"bluetiful"},{"name":"bluetiful","tag":"v1.3.1","height":352000,"next_version_name":"citrine","recommended_version":"v1.3.1","compatible_versions":["v1.3.0","v1.3.1"]},{"name":"citrine","tag":"v1.4.1","height":940500,"next_version_name":"desert","recommended_version":"v1.4.1","compatible_versions":["v1.4.0","v1.4.1"]},{"name":"desert","tag":"v1.5.0","height":1442070,"next_version_name":"desert","recommended_version":"v1.5.0","compatible_versions":["v1.5.0"]},{"name":"usdf.c-hotfix","tag":"v1.6.0","height":2000000,"next_version_name":"feldgrau","recommended_version":"v1.6.0","compatible_versions":["v1.6.0"]},{"name":"feldgrau","tag":"v1.7.6","height":2641250,"next_version_name":"green","recommended_version":"v1.7.6","compatible_versions":["v1.7.0","v1.7.1","v1.7.2","v1.7.3","v1.7.4","v1.7.5","v1.7.6"]},{"name":"green","tag":"v1.8.2","height":4808400,"next_version_name":"lava","recommended_version":"v1.8.2","compatible_versions":["v1.8.0","v1.8.1","v1.8.2"]},{"name":"lava","tag":"v1.10.0","height":5689885,"next_version_name":"mango","recommended_version":"v1.10.0","compatible_versions":["v1.10.0"]},{"name":"mango","tag":"v1.11.1","height":6512577,"next_version_name":"neoncarrot","recommended_version":"v1.11.1","compatible_versions":["v1.11.0","v1.11.1"]},{"name":"neoncarrot","tag":"v1.12.2","height":7334444,"next_version_name":"ochre","recommended_version":"v1.12.2","compatible_versions":["v1.12.0","v1.12.1","v1.12.2"]},{"name":"ochre","tag":"v1.13.1","height":8485555,"next_version_name":"paua","recommended_version":"v1.13.1","compatible_versions":["v1.13.0","v1.13.1"]},{"name":"paua","tag":"v1.14.1","height":9828888,"next_version_name":"quicksilver","recommended_version":"v1.14.1","compatible_versions":["v1.14.0","v1.14.1"],"cosmos_sdk_version":"0.46.10","consensus":{"type":"tendermint","version":"0.34.26"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"6.1.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/provenance-io/provenance/releases/download/v1.14.1/provenance-linux-amd64-v1.14.1.zip"}},{"name":"quicksilver","tag":"v1.15.2","height":11130222,"next_version_name":"rust","recommended_version":"v1.15.2","compatible_versions":["v1.15.0","v1.15.1","v1.15.2"],"cosmos_sdk_version":"0.46.10","consensus":{"type":"tendermint","version":"0.34.26"},"ibc_go_version":"6.1.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/provenance-io/provenance/releases/download/v1.15.2/provenance-linux-amd64-v1.15.2.zip"}},{"name":"rust","tag":"v1.16.0","height":11842000,"recommended_version":"v1.16.0","compatible_versions":["v1.16.0"],"cosmos_sdk_version":"0.46.13","consensus":{"type":"tendermint","version":"0.34.28"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"6.2.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/provenance-io/provenance/releases/download/v1.16.0/provenance-linux-amd64-v1.16.0.zip"}},{"name":"saffron","tag":"v1.17.0","height":13736000,"recommended_version":"v1.17.0","compatible_versions":["v1.17.0"],"cosmos_sdk_version":"0.46.13","consensus":{"type":"tendermint","version":"0.34.29"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"6.2.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/provenance-io/provenance/releases/download/v1.17.0/provenance-linux-amd64-v1.17.0.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"},"peers":{"seeds":[{"id":"a85a651a3cf1746694560c5b6f76d566c04ca581","address":"provenance-seed.takeshi.team:10556","provider":"TAKESHI"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"provenance-mainnet-seed.autostake.com:27376","provider":"AutoStake 🛡️ Slash Protected"},{"id":"40f9493fa7ab4259159240e9a8ba12f90743079b","address":"seed.provenance.io:26656","provider":"Figure"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ad3386812bb9f2fee4e9da6d9f37547afc948977","address":"provenance-seed.panthea.eu:42656","provider":"Panthea EU"},{"id":"10ed1e176d874c8bb3c7c065685d2da6a4b86475","address":"seed-provenance.ibs.team:16675","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"provenance-mainnet-peer.autostake.com:27376","provider":"AutoStake 🛡️ Slash Protected"},{"id":"aa808927715ad82be258605060c21fc5afc1cd00","address":"provenance-peer.panthea.eu:34656","provider":"Panthea EU"}]},"apis":{"rpc":[{"address":"https://rpc-provenance.takeshi.team/","provider":"TAKESHI"},{"address":"https://rpc.provenance.io/","provider":"Figure"},{"address":"https://rpc-provenance-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://provenance-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://provenance-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://provenance-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://rpc.provenance.blockval.io/","provider":"Blockval"},{"address":"https://provenance-rpc.panthea.eu","provider":"Panthea EU"},{"address":"https://provenance_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://api-provenance.takeshi.team","provider":"TAKESHI"},{"address":"https://provenance-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://api.provenance.io","provider":"Figure"},{"address":"https://provenance.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-provenance-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://provenance-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://provenance-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://api.provenance.blockval.io","provider":"Blockval"},{"address":"https://provenance-api.panthea.eu","provider":"Panthea EU"},{"address":"https://provenance_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"grpc-provenance.takeshi.team:443","provider":"TAKESHI"},{"address":"provenance-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-provenance-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"grpc.provenance.blockval.io:9290","provider":"Blockval"},{"address":"provenance-grpc.panthea.eu:16780","provider":"Panthea EU"}]},"explorers":[{"kind":"Provenance","url":"https://explorer.provenance.io","tx_page":"https://explorer.provenance.io/tx/${txHash}"},{"kind":"hubble","url":"https://hubble.figment.io/provenance/chains/pio-mainnet-1","tx_page":"https://hubble.figment.io/provenance/chains/pio-mainnet-1/${block}/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/provenance","tx_page":"https://ping.pub/provenance/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/provenance","tx_page":"https://www.mintscan.io/provenance/transactions/${txHash}","account_page":"https://www.mintscan.io/provenance/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Provenance","tx_page":"https://explorer.stavr.tech/Provenance/txs/${txHash}","account_page":"https://explorer.stavr.tech/Provenance/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/provenance","tx_page":"https://ezstaking.app/provenance/txs/${txHash}","account_page":"https://ezstaking.app/provenance/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/provenance","tx_page":"https://atomscan.com/provenance/transactions/${txHash}","account_page":"https://atomscan.com/provenance/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/provenance","tx_page":"https://explorer.whenmoonwhenlambo.money/provenance/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/provenance/account/${accountAddress}"}]},"pylons-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"pylons","chain_id":"pylons-mainnet-1","pretty_name":"Pylons","website":"https://pylons.tech","status":"live","network_type":"mainnet","bech32_prefix":"pylo","daemon_name":"pylonsd","node_home":"$HOME/.pylons","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubedrock","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.5,"high_gas_price":1}]},"staking":{"staking_tokens":[{"denom":"ubedrock"}]},"codebase":{"git_repo":"https://github.com/Pylons-tech/pylons.git","recommended_version":"v1.1.4","compatible_versions":["v1.1.4"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/Pylons-tech/pylons/main/networks/pylons-mainnet-1/genesis.json"},"versions":[{"name":"v1.1.4","recommended_version":"v1.1.4","compatible_versions":["v1.1.4"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"},"peers":{"seeds":[{"id":"0d25c5db4cbdc4171c8272278040db774011c268","address":"5.161.229.9:26656"},{"id":"e9e64412c3d43de4f2e5f7a3e9289b4190e4ed78","address":"88.198.32.17:33656"},{"id":"030e6a01aef8913bcee33b957e9204986203bc81","address":"135.125.4.73:46656"}]},"apis":{"rpc":[{"address":"https://rpc.nodejumper.io:443/pylons","provider":"Nodejumper.io"},{"address":"https:/pylons-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://rest.nodejumper.io/pylons","provider":"Nodejumper.io"},{"address":"https://pylons-api.noders.services","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"Nodes.guru","url":"https://pylons.explorers.guru/","tx_page":"https://pylons.explorers.guru/transaction/${txHash}"}]},"quasar-1":{"$schema":"../chain.schema.json","chain_name":"quasar","chain_id":"quasar-1","pretty_name":"Quasar","website":"https://www.quasar.fi/","status":"live","network_type":"mainnet","bech32_prefix":"quasar","daemon_name":"quasarnoded","node_home":"$HOME/.quasarnode","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uqsr","fixed_min_gas_price":0.1,"low_gas_price":0.1,"average_gas_price":0.25,"high_gas_price":0.3},{"denom":"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03},{"denom":"ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03},{"denom":"ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uqsr"}]},"codebase":{"git_repo":"https://github.com/quasar-finance/quasar-preview","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_version":"v0.31.0","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/quasar-finance/networks/main/quasar-1/definitive-genesis.json"},"versions":[{"name":"v0.1.0","next_version_name":"v1","recommended_version":"v0.1.1","compatible_versions":["v0.1.0","v0.1.1"],"cosmos_sdk_version":"v0.45.14","consensus":{"type":"tendermint","version":"v0.34.26"},"cosmwasm_version":"0.27","cosmwasm_enabled":true},{"name":"v1","height":2249500,"proposal":9,"next_version_name":"","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.45.16","consensus":{"type":"cometbft","version":"0.34.27"},"cosmwasm_version":"0.31.0","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:18256","provider":"Lavender.Five Nodes 🐝"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:18256","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"quasar.rpc.kjnodes.com:14859","provider":"kjnodes"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"quasar-mainnet-seed.autostake.com:27146","provider":"AutoStake 🛡️ Slash Protected"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:18256","provider":"WhisperNode 🤐"},{"id":"86fd17151eec60145e6c1a635e8365aff70a77d7","address":"seed-quasar.ibs.team:16667","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"298e0e1faf8a5da43514cc2908d2908658e732a0","address":"298e0e1faf8a5da43514cc2908d2908658e732a0@38.146.3.148:18256"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"quasar-mainnet-peer.autostake.com:27146","provider":"AutoStake 🛡️ Slash Protected"},{"id":"f85f57bd852fd460bc99628444df26c45e02e95a","address":"95.214.55.138:29656","provider":"genznodes"}]},"apis":{"rpc":[{"address":"https://quasar-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://quasar-rpc.polkachu.com","provider":"polkachu"},{"address":"https://rpc-quasar.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://quasar-rpc.enigma-validator.com","provider":"Enigma"},{"address":"https://rpc-quasar.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://quasar-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://quasar.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc-quasar.validavia.me","provider":"Validavia"},{"address":"https://quasar-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://quasar-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://quasar-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://quasar-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://quasar-rpc.genznodes.dev","provider":"genznodes"}],"rest":[{"address":"https://quasar-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://quasar-api.polkachu.com","provider":"polkachu"},{"address":"https://lcd-quasar.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://api-quasar.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://quasar-lcd.enigma-validator.com","provider":"Enigma"},{"address":"https://quasar-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://quasar.api.kjnodes.com","provider":"kjnodes"},{"address":"https://lcd-quasar.validavia.me","provider":"Validavia"},{"address":"https://quasar-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://quasar-api.stake-town.com","provider":"StakeTown"},{"address":"https://quasar-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://quasar-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://quasar-api.genznodes.dev","provider":"genznodes"}],"grpc":[{"address":"https://quasar-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"quasar-grpc.polkachu.com:18290","provider":"polkachu"},{"address":"grpc-quasar.cosmos-spaces.cloud:12890","provider":"Cosmos Spaces"},{"address":"quasar-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"quasar.grpc.kjnodes.com:14890","provider":"kjnodes"},{"address":"quasar-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"quasar-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"quasar-grpc.stakeandrelax.net:18290","provider":"Stake&Relax 🦥"},{"address":"quasar-grpc.genznodes.dev:29090","provider":"genznodes"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/quasar","tx_page":"https://www.mintscan.io/quasar/transactions/${txHash}","account_page":"https://www.mintscan.io/quasar/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/quasar","tx_page":"https://ezstaking.app/quasar/txs/${txHash}","account_page":"https://ezstaking.app/quasar/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/quasar","tx_page":"https://mainnet.whispernode.com/quasar/tx/${txHash}","account_page":"https://mainnet.whispernode.com/quasar/account/${accountAddress}"}],"keywords":["mainnet"]},"qwoyn-1":{"$schema":"../chain.schema.json","chain_name":"qwoyn","chain_id":"qwoyn-1","pretty_name":"Qwoyn","website":"https://qwoyn.studio/","status":"live","network_type":"mainnet","bech32_prefix":"qwoyn","daemon_name":"qwoynd","node_home":"$HOME/.qwoynd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uqwoyn","fixed_min_gas_price":0.03,"low_gas_price":0.03,"average_gas_price":0.05,"high_gas_price":0.075}]},"staking":{"staking_tokens":[{"denom":"uqwoyn"}]},"codebase":{"git_repo":"https://github.com/cosmic-horizon/QWOYN","recommended_version":"v5.4.1","compatible_versions":["v5.4.1"],"cosmos_sdk_version":"0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"0.40.0","ibc_go_version":"7.3.1","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/cosmic-horizon/mainnet/main/genesis.json"},"versions":[{"name":"v5.0.2","tag":"v5.0.2","next_version_name":"v5.1.0","recommended_version":"v5.0.2","compatible_versions":["v5.0.2"],"cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"v0.37.1"},"ibc_go_version":"7.0.1","binaries":{"linux/amd64":"https://github.com/cosmic-horizon/QWOYN/releases/download/v5.0.2/qwoynd_5.0.2_linux_amd64.zip"}},{"name":"v5.1.0","tag":"v5.1.0","height":280850,"proposal":1,"next_version_name":"v5.2.0","recommended_version":"v5.1.0","compatible_versions":["v5.1.0"],"cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"v0.37.1"},"ibc_go_version":"7.0.1"},{"name":"v5.2.0","tag":"v5.2.0","height":805404,"proposal":4,"next_version_name":"v5.3.0","recommended_version":"v5.2.0","compatible_versions":["v5.2.0"],"cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"v0.37.1"},"ibc_go_version":"7.0.1"},{"name":"v5.3.0","tag":"v5.3.0","height":2789768,"proposal":13,"next_version_name":"v5.4.1","recommended_version":"v5.3.0","compatible_versions":["v5.3.0"],"cosmos_sdk_version":"0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"0.40.0","ibc_go_version":"7.0.1","ics_enabled":["ics20-1","ics27-1"]},{"name":"v5.4.1","tag":"v5.4.1","height":3395000,"proposal":15,"next_version_name":"","recommended_version":"v5.4.1","compatible_versions":["v5.4.1"],"cosmos_sdk_version":"0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"0.40.0","ibc_go_version":"7.3.1","ics_enabled":["ics20-1","ics27-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:23556"},{"id":"2a22c052e6ffe875bf38d1c25ad7e04daa638967","address":"seed-qwoyn.theamsolutions.info:22256"},{"id":"9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152","address":"qwoyn.seed.mzonder.com:11656","provider":"MZONDER"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"3a519507bb033a9b10b299adfd7cafb96d35215c","address":"47.5.80.5:26646"},{"id":"becf65550dd8453e36393cb2b97ca4e2494b2460","address":"qwoyn.peer.stavr.tech:11206"},{"id":"499d72d9954c0fd2011eeee3629bf993c5d920ae","address":"62.171.166.106:33657"},{"id":"d0c6ae2457d0066331f30638b0240b162e695cb5","address":"94.250.203.61:33657"},{"id":"9c89c3644518d295b51b2e396dce00db0b16cd4d","address":"148.251.235.130:13656"}]},"apis":{"rpc":[{"address":"https://rpc.qwoyn.studio:443","provider":"Qwoyn Studios"},{"address":"https://rpc-qwoyn.theamsolutions.info:443","provider":"AM Solutions"},{"address":"https://qwoyn.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://qwoyn-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://qwoyn-rpc-archive.staketab.org:443","provider":"Staketab archive"},{"address":"https://qwoyn-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-qwoyn.mzonder.com:443","provider":"MZONDER"},{"address":"https://rpc.qwoyn.bronbro.io:443","provider":"Bro_n_Bro"}],"rest":[{"address":"https://rest-qwoyn.theamsolutions.info:443","provider":"AM Solutions"},{"address":"https://qwoyn-rest.staketab.org","provider":"Staketab"},{"address":"https://qwoyn.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://qwoyn-rest-archive.staketab.org","provider":"Staketab archive"},{"address":"https://qwoyn-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-qwoyn.mzonder.com","provider":"MZONDER"},{"address":"https://lcd.qwoyn.bronbro.io:443","provider":"Bro_n_Bro"}],"grpc":[{"address":"services.staketab.com:9430","provider":"Staketab"},{"address":"qwoyn.grpc.m.stavr.tech:1907","provider":"🔥STAVR🔥"},{"address":"services.staketab.com:2000","provider":"Staketab archive"},{"address":"https://grpc-qwoyn.theamsolutions.info:443","provider":"AM Solutions"},{"address":"https://qwoyn-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"grpc-qwoyn.mzonder.com:443","provider":"MZONDER"},{"address":"https://grpc.qwoyn.bronbro.io:443","provider":"Bro_n_Bro"}]},"explorers":[{"kind":"ping","url":"https://explorer.theamsolutions.info/qwoyn-main/","tx_page":"https://explorer.theamsolutions.info/qwoyn-main/blocks","account_page":"https://explorer.theamsolutions.info/qwoyn-main/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Qwoyn-Mainnet","tx_page":"https://explorer.stavr.tech/Qwoyn-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Qwoyn-Mainnet/account/${accountAddress}"},{"kind":"ping","url":"https://explorer.theamsolutions.info/QWOYN-MAIN","tx_page":"https://explorer.theamsolutions.info/QWOYN-MAIN/tx/${txHash}","account_page":"https://explorer.theamsolutions.info/QWOYN-MAIN/account/${accountAddress}"}]},"realionetwork_3301-1":{"$schema":"../chain.schema.json","chain_name":"realio","chain_id":"realionetwork_3301-1","pretty_name":"Realio Network","website":"https://realio.network/","status":"live","network_type":"mainnet","bech32_prefix":"realio","daemon_name":"realio-networkd","node_home":"$HOME/.realio-network","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"ario","fixed_min_gas_price":1000000000,"low_gas_price":4000000000,"average_gas_price":5000000000,"high_gas_price":8000000000}]},"staking":{"staking_tokens":[{"denom":"ario"},{"denom":"arst"}]},"codebase":{"git_repo":"https://github.com/realiotech/realio-network","recommended_version":"v0.9.2","compatible_versions":["v0.9.2"],"binaries":{"linux/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Windows_x86_64.zip"},"cosmos_sdk_version":"v0.46.12","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v6.1.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/realiotech/mainnet/main/realionetwork_3301-1/genesis.json"},"versions":[{"name":"v0.8.0-rc4","next_version_name":"v0.8.1","recommended_version":"v0.8.0-rc4","compatible_versions":["v0.8.0-rc4"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.0"},{"name":"v0.8.1","next_version_name":"v0.8.3","recommended_version":"v0.8.1","compatible_versions":["v0.8.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.1"},{"name":"v0.8.3","next_version_name":"multistaking","recommended_version":"v0.8.3","compatible_versions":["v0.8.2","v0.8.3"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34.27"},"ibc_go_version":"6.1.1","binaries":{"linux/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.8.3/realio-network_Windows_x86_64.zip"}},{"name":"multistaking","height":5989000,"proposal":7,"next_version_name":"","recommended_version":"v0.9.2","compatible_versions":["v0.9.2"],"cosmos_sdk_version":"v0.46.12","consensus":{"type":"cometbft","version":"v0.34.27"},"ibc_go_version":"v6.1.1","binaries":{"linux/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/realiotech/realio-network/releases/download/v0.9.2/realio-network_Windows_x86_64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png"},"peers":{"seeds":[{"id":"09ba537d6563018b97c502979c3478df4decf426","address":"realio-seed.genznodes.dev:21656","provider":"genznodes"},{"id":"6b236897e8c5f5de93f65c7299dff990ee5fcb45","address":"realio.seed.bccnodes.com","provider":"BccNodes"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"96ab7d2dafe2039cbb55e59cb99bcb7e1369c9a0","address":"95.214.55.138:30656","provider":"genznodes"},{"id":"b09d477f5b59e5e99632ad3a8a11806381efa46f","address":"realio.peers.stavr.tech:21096","provider":"🔥STAVR🔥"},{"id":"ebd1438f2f6e583d6e5accf749eda5e8005702e9","address":"148.251.66.248:26656","provider":"[NODERS]TEAM"},{"id":"9fe6d3bd18bb5367396b6602a65e20b302d36b33","address":"rpc.realio.indonode.net:18656","provider":"Indonode"},{"id":"042ecfc55f2ca63a850d17921d55f241c8de7ce0","address":"65.108.206.74:22656","provider":"vinjan"},{"id":"2b66ae5a5c13e0efd9875c0faf4015e3dcb10c26","address":"p2p.realio.safeblock.space:26656","provider":"Safe Block"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"realio.declab.pro:26624","provider":"Decloud Nodes Lab"}]},"apis":{"rpc":[{"address":"https://realio-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://realio.rpc.bccnodes.com/","provider":"BccNodes"},{"address":"https://rpc-realio-network.nodeist.net","provider":"Nodeist"},{"address":"http://realio.rpc.m.stavr.tech:21097","provider":"🔥STAVR🔥"},{"address":"https://rpc.realio.indonode.net","provider":"Indonode"},{"address":"https://rpc-realio.vinjan.xyz","provider":"vinjan"},{"address":"https://api-realio.sr20de.xyz","provider":"Sr20de"},{"address":"https://rpc.realio.safeblock.space","provider":"Safe Block"},{"address":"https://realio.declab.pro:26622","provider":"Decloud Nodes Lab"},{"address":"https://realio-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://rpc-realio.blockval.io","provider":"Blockval"}],"rest":[{"address":"https://realio-api.genznodes.dev","provider":"genznodes"},{"address":"https://realio.lcd.bccnodes.com/","provider":"BccNodes"},{"address":"https://api-realio-network.nodeist.net","provider":"Nodeist"},{"address":"https://realio.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.realio.indonode.net","provider":"Indonode"},{"address":"https://api-realio.vinjan.xyz","provider":"vinjan"},{"address":"https://rpc-realio.sr20de.xyz","provider":"Sr20de"},{"address":"https://api.realio.safeblock.space","provider":"Safe Block"},{"address":"https://realio.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://realio-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://api-realio.blockval.io","provider":"Blockval"}],"grpc":[{"address":"realio-grpc.genznodes.dev:30090","provider":"genznodes"},{"address":"realio.grpc.bccnodes.com:10990","provider":"BccNodes"},{"address":"http://realio.grpc.m.stavr.tech:9062","provider":"🔥STAVR🔥"},{"address":"https://grpc-realio.nodeist.net","provider":"Nodeist"},{"address":"https://grpc.realio.nodestake.top:443","provider":"NodeStake"},{"address":"https://grpc-realio.sr20de.xyz","provider":"Sr20de"},{"address":"grpc.realio.safeblock.space:9090","provider":"Safe Block"},{"address":"realio.grpc.skynodejs.net","provider":"skynodejs"},{"address":"https://realio.declab.pro:9015","provider":"Decloud Nodes Lab"},{"address":"realio-grpc.noders.services:22090","provider":"[NODERS]TEAM"},{"address":"https://grpc-realio.blockval.io","provider":"Blockval"}],"evm-http-jsonrpc":[{"address":"https://realio-rpc-evm.genznodes.dev","provider":"genznodes"},{"address":"https://jsonrpc.realio.nodestake.top","provider":"NodeStake"},{"address":"https://evm-realio.sr20de.xyz","provider":"Sr20de"},{"address":"https://evm.realio.safeblock.space","provider":"Safe Block"},{"address":"https://realio-jsonrpc.noders.services","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/realio-mainnet","tx_page":"https://explorer.stavr.tech/realio-mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/realio-mainnet/account/{$accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/realio","tx_page":"https://explorer.nodestake.top/realio/tx/${txHash}","account_page":"https://explorer.nodestake.top/realio/account/{$accountAddress}"},{"kind":"Sr20de Explorer","url":"https://explorer.sr20de.xyz/Realio","tx_page":"https://explorer.sr20de.xyz/Realio/tx/${txHash}","account_page":"https://explorer.sr20de.xyz/Realio/account/{$accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/realio","tx_page":"https://explorer.tcnetwork.io/realio/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/realio/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/realio","tx_page":"https://explorer.safeblock.space/realio/tx/${txHash}","account_page":"https://explorer.safeblock.space/realio/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/realio","tx_page":"https://explorer.declab.pro/realio/tx/${txHash}","account_page":"https://explorer.declab.pro/realio/account/{$accountAddress}"}]},"quicksilver-2":{"$schema":"../chain.schema.json","chain_name":"quicksilver","chain_id":"quicksilver-2","pretty_name":"Quicksilver","website":"https://quicksilver.zone/","status":"live","network_type":"mainnet","bech32_prefix":"quick","daemon_name":"quicksilverd","node_home":"$HOME/.quicksilverd","slip44":118,"fees":{"fee_tokens":[{"denom":"uqck","fixed_min_gas_price":0.0001,"low_gas_price":0.0001,"average_gas_price":0.0001,"high_gas_price":0.00025}]},"staking":{"staking_tokens":[{"denom":"uqck"}]},"codebase":{"git_repo":"https://github.com/ingenuity-build/quicksilver","recommended_version":"v1.5.7","compatible_versions":["v1.5.7"],"binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.7/quicksilverd-v1.5.7-amd64"},"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.32"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.4.0","genesis":{"genesis_url":"https://github.com/ingenuity-build/mainnet/raw/main/genesis.json"},"versions":[{"name":"v1.2.9-hotfix.0","next_version_name":"v1.2.10","recommended_version":"v1.2.9-hotfix.0","compatible_versions":["v1.2.9-hotfix.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.0"},{"name":"v1.2.10","height":1936600,"proposal":13,"next_version_name":"v1.2.13","recommended_version":"v1.2.10","compatible_versions":["v1.2.10"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.0","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.10/quicksilverd-v1.2.10-amd64"}},{"name":"v1.2.13","height":2148751,"next_version_name":"v1.2.15","recommended_version":"v1.2.14","compatible_versions":["v1.2.13","v1.2.14"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.1","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.14/quicksilverd-v1.2.14-amd64"}},{"name":"v1.2.15","height":3052279,"proposal":18,"next_version_name":"v1.2.17","recommended_version":"v1.2.16","compatible_versions":["v1.2.15","v1.2.16"],"cosmos_sdk_version":"0.46.14","consensus":{"type":"cometbft","version":"0.34.29"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.3.1","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.16/quicksilverd-v1.2.16-amd64"}},{"name":"v1.2.17","height":4530000,"proposal":26,"next_version_name":"v1.4.5","recommended_version":"v1.2.17","compatible_versions":["v1.2.17"],"cosmos_sdk_version":"0.46.15","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.2.17/quicksilverd-v1.2.17-amd64"}},{"name":"v1.4.5","height":5432500,"proposal":27,"next_version_name":"v1.4.6","recommended_version":"v1.4.5","compatible_versions":["v1.4.5"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.4.5/quicksilverd-v1.4.5-amd64"}},{"name":"v1.4.6","height":5493000,"proposal":28,"next_version_name":"v1.4.7","recommended_version":"v1.4.6","compatible_versions":["v1.4.6"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.4.6/quicksilverd-v1.4.6-amd64"}},{"name":"v1.4.7","height":5848000,"proposal":30,"next_version_name":"v1.5.0","recommended_version":"v1.4.7","compatible_versions":["v1.4.7"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.4.7/quicksilverd-v1.4.7-amd64"}},{"name":"v1.5.0","height":6365700,"proposal":31,"next_version_name":"v1.5.1","recommended_version":"v1.5.0","compatible_versions":["v1.5.0"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.0/quicksilverd-v1.5.0-amd64"}},{"name":"v1.5.1","height":6452000,"proposal":32,"next_version_name":"v1.5.3","recommended_version":"v1.5.2","compatible_versions":["v1.5.1","v1.5.2"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.29"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.2/quicksilverd-v1.5.2-amd64"}},{"name":"v1.5.3","height":6556300,"proposal":34,"next_version_name":"v1.5.4","recommended_version":"v1.5.3","compatible_versions":["v1.5.3"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.32"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.3/quicksilverd-v1.5.3-amd64"}},{"name":"v1.5.4","height":6673000,"proposal":35,"next_version_name":"v1.5.5","recommended_version":"v1.5.4","compatible_versions":["v1.5.4"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.32"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.3.2","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.4/quicksilverd-v1.5.4-amd64"}},{"name":"v1.5.5","height":6926000,"proposal":37,"next_version_name":"v1.5.6","recommended_version":"v1.5.5","compatible_versions":["v1.5.5","v1.5.5-hotfix.0"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.32"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.4.0","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.5/quicksilverd-v1.5.5-amd64"}},{"name":"v1.5.6","height":7810000,"proposal":40,"next_version_name":"","recommended_version":"v1.5.7","compatible_versions":["v1.5.7"],"cosmos_sdk_version":"v0.46.16","consensus":{"type":"cometbft","version":"v0.34.32"},"cosmwasm_version":"notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956","cosmwasm_enabled":true,"ibc_go_version":"v5.4.0","binaries":{"linux/amd64":"https://github.com/ingenuity-build/quicksilver/releases/download/v1.5.7/quicksilverd-v1.5.7-amd64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg"},"peers":{"seeds":[{"id":"940c0dc153b0e344de6368d101a97fd4d9e69eff","address":"seeds.cros-nest.com:25656","provider":"Cros-Nest"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:11156","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11156","provider":"Lavender.Five Nodes 🐝"},{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:11156","provider":"rhinostake"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"quicksilver-mainnet-seed.autostake.com:27026","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"quicksilver.rpc.kjnodes.com:11159","provider":"kjnodes"},{"id":"a85a651a3cf1746694560c5b6f76d566c04ca581","address":"quicksilver-seed.takeshi.team:10456","provider":"TAKESHI"},{"id":"559e316b30830ddd5e93617592ef70330ecce86d","address":"seed-quicksilver.ibs.team:16668","provider":"Inter Blockchain Services"},{"id":"95fe6a416dff4150e0394f8b429743db60ea1327","address":"seed-node.mms.team:27656","provider":"MMS"},{"id":"20783f43c3b574e9020d22be3415f8a545f0617f","address":"seed.quicksilver.validatus.com:4000","provider":"Validatus"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"quicksilver-mainnet-peer.autostake.com:27026","provider":"AutoStake 🛡️ Slash Protected"},{"id":"3461638afd470034067392e5dba8dcf6de49f81f","address":"rpc.quicksilver.indonode.net:28656","provider":"Indonode"},{"id":"958d4be52e81fb4d2cbca134ba7fc9f91cfef247","address":"65.108.226.26:16656","provider":"[NODERS]TEAM"},{"id":"ae44851a5d63d70382c1621bc7727db2a40d10d0","address":"quick.peers.stavr.tech:21026","provider":"🔥STAVR🔥"},{"id":"58fe3a7b075e7302f8b46b8171a0aa19ff4a427a","address":"65.108.195.29:31126","provider":"Staketab"},{"id":"9bd2b7e39fb0d823402f22c90e3000fdf3cd05bf","address":"88.99.104.180:26656","provider":"Stake-Take"},{"id":"8200b77d075f2634e6f9dab11fd56726a2e6d75b","address":"quicksilver-seed.theamsolutions.info:31656","provider":"AM Solutions"},{"id":"82b49e6cc0826642e745b7a7a621aecbf8083af7","address":"peer-quicksilver.mms.team:56103","provider":"MMS"},{"id":"3b3384dc98b0e0d8bb12eb21c396c19ce0e46cb0","address":"138.201.21.197:50656","provider":"StakeTown"},{"id":"66a0cd5eff87ec7b1ea2e3b41032c1c2d22aa284","address":"mainnet-quicksilver.konsortech.xyz:46657","provider":"KonsorTech"}]},"apis":{"rpc":[{"address":"https://rpc-quicksilver.takeshi.team:443","provider":"TAKESHI"},{"address":"https://rpc.quicksilver.zone:443","provider":"Quicksilver"},{"address":"https://rpc-quicksilver-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"https://quicksilver-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc-quicksilver.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://m-quicksilver.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"http://quick.rpc.m.stavr.tech:21027","provider":"🔥STAVR🔥"},{"address":"https://quicksilver-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://quicksilver-rpc.ibs.team:443","provider":"Inter Blockchain Services"},{"address":"https://quicksilver.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc-quicksilver.architectnodes.com","provider":"Architect Nodes"},{"address":"https://rpc.quicksilver.indonode.net","provider":"Indonode"},{"address":"https://quicksilver-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://quicksilver-rpc.theamsolutions.info","provider":"AM Solutions"},{"address":"https://quicksilver-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc-quicksilver.mms.team/","provider":"MMS"},{"address":"https://quicksilver-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://quicksilver-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://mainnet-quicksilver-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://quicksilver.tdrsys.com:2053","provider":"TdrSys"},{"address":"https://rpc.quicksilver.validatus.com","provider":"Validatus"},{"address":"https://quicksilver-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://api-quicksilver.takeshi.team:443","provider":"TAKESHI"},{"address":"https://api-quicksilver-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"https://quicksilver-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api-quicksilver.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://quicksilver-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://m-quicksilver.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://quick.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://quicksilver.api.kjnodes.com","provider":"kjnodes"},{"address":"https://rest-quicksilver.architectnodes.com","provider":"Architect Nodes"},{"address":"https://api.quicksilver.indonode.net","provider":"Indonode"},{"address":"https://quicksilver-rest.staketab.org","provider":"Staketab"},{"address":"https://quicksilver-api.theamsolutions.info","provider":"AM Solutions"},{"address":"https://quicksilver-api.w3coins.io","provider":"w3coins"},{"address":"https://api-quicksilver.mms.team","provider":"MMS"},{"address":"https://quicksilver-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://quicksilver-api.stake-town.com","provider":"StakeTown"},{"address":"https://mainnet-quicksilver-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://quicksilver.tdrsys.com","provider":"TdrSys"},{"address":"https://api.quicksilver.validatus.com","provider":"Validatus"},{"address":"https://quicksilver-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"grpc-quicksilver.takeshi.team:443","provider":"TAKESHI"},{"address":"grpc-quicksilver-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"quicksilver-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"quicksilver.grpc.nodersteam.com:9161","provider":"[NODERS]TEAM"},{"address":"grpc-quicksilver.cosmos-spaces.cloud:3300","provider":"Cosmos Spaces"},{"address":"quicksilver-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"quicksilver.grpc.kjnodes.com:11190","provider":"kjnodes"},{"address":"quick.grpc.m.stavr.tech:9113","provider":"🔥STAVR🔥"},{"address":"grpc-quicksilver.architectnodes.com:1443","provider":"Architect Nodes"},{"address":"archive-grpc-quicksilver.huginn.tech:9090","provider":"Huginn"},{"address":"https://grpc.quicksilver.indonode.net:28090","provider":"Indonode"},{"address":"services.staketab.com:9034","provider":"Staketab"},{"address":"https://quicksilver-grpc.theamsolutions.info:9797","provider":"AM Solutions"},{"address":"quicksilver-grpc.w3coins.io:11190","provider":"w3coins"},{"address":"grpc-quicksilver.mms.team:443","provider":"MMS"},{"address":"quicksilver-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"quicksilver-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"mainnet-quicksilver.konsortech.xyz:46090","provider":"KonsorTech"},{"address":"https://quicksilver.tdrsys.com:2083","provider":"TdrSys"},{"address":"grpc.quicksilver.validatus.com","provider":"Validatus"},{"address":"quicksilver-grpc.noders.services:16090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/quicksilver","tx_page":"https://www.mintscan.io/quicksilver/transactions/${txHash}","account_page":"https://www.mintscan.io/quicksilver/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/quicksilver","tx_page":"https://ezstaking.app/quicksilver/txs/${txHash}","account_page":"https://ezstaking.app/quicksilver/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 explorer","url":"https://exp.utsa.tech/quicksilver","tx_page":"https://exp.utsa.tech/quicksilver/tx/${txHash}"},{"kind":"🔥STAVR🔥 explorer","url":"https://explorer.stavr.tech/quicksilver-mainnet","tx_page":"https://explorer.stavr.tech/quicksilver-mainnet/tx/${txHash}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/quicksilver","tx_page":"https://explorer.stake-take.com/quicksilver/tx/${txHash}"},{"kind":"AM Solutions Explorers","url":"https://explorer.theamsolutions.info/quicksilver-main/staking","tx_page":"https://explorer.theamsolutions.info/quicksilver-main/tx/${txHash}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/quicksilver/staking","tx_page":"https://explorer.konsortech.xyz/quicksilver/tx/${txHash}"}]},"reb_1111-1":{"$schema":"../chain.schema.json","chain_name":"rebus","chain_id":"reb_1111-1","pretty_name":"Rebus","website":"https://www.rebuschain.com/","status":"live","network_type":"mainnet","bech32_prefix":"rebus","daemon_name":"rebusd","node_home":"$HOME/.rebusd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"arebus","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"arebus"}]},"codebase":{"git_repo":"https://github.com/rebuschain/rebus.core","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"],"genesis":{"genesis_url":"https://github.com/rebuschain/rebus.mainnet/raw/master/reb_1111-1/genesis.zip"},"versions":[{"name":"v0.1.2","tag":"v0.1.2","height":0,"next_version_name":"v0.2.0"},{"name":"v0.2.0","tag":"v0.2.3","height":473400,"proposal":18,"next_version_name":"v0.3.0","recommended_version":"v0.2.3","compatible_versions":["v0.2.3"]},{"name":"v0.3.0","tag":"v0.3.0","height":4167000,"proposal":25,"next_version_name":"v0.3.0","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"]},{"name":"v0.4.0","tag":"v0.4.0","height":9464700,"proposal":31,"next_version_name":"","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"},"peers":{"seeds":[{"id":"718706d1a1e93c2fe9a3059588236cf96c457ff4","address":"seed.rebus.cros-nest.com:26656"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:17256","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"rebus-mainnet-seed.autostake.com:26906","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"0863966356f6532377aeba663415258d44ddbd13","address":"rebus.peer.stavr.tech:40106","provider":"🔥STAVR🔥"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"rebus-mainnet-peer.autostake.com:26906","provider":"AutoStake 🛡️ Slash Protected"},{"id":"9c7c067bd73bddfe8da39087cdae37c4fc5ec6e3","address":"5.9.69.107:26656","provider":"[NODERS]TEAM"}]},"apis":{"rpc":[{"address":"https://api.rebuschain.com:26657/","provider":"Rebuschain"},{"address":"https://rebus.rpc.bccnodes.com:443","provider":"BccNodes"},{"address":"https://rebus.rpc.manticore.team:443/","provider":"MantiCore"},{"address":"https://rpc.rebus.nodestake.top/","provider":"NodeStake"},{"address":"http://rebus.rpc.m.stavr.tech:40107","provider":"🔥STAVR🔥"},{"address":"https://rpc-1.rebus.nodes.guru","provider":"Nodes.Guru"},{"address":"https://api.mainnet.rebus.money:26657","provider":"Rebuschain"},{"address":"https://rebus-rpc.brocha.in","provider":"Brochain"},{"address":"https://rebus-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rebus.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://rebus-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rebus-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://api.rebuschain.com:1317/","provider":"Rebuschain"},{"address":"https://rebus.api.manticore.team:443/","provider":"MantiCore"},{"address":"https://api.rebus.nodestake.top/","provider":"NodeStake"},{"address":"https://rebus.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-1.rebus.nodes.guru","provider":"Nodes.Guru"},{"address":"https://api.mainnet.rebus.money:1317","provider":"Rebuschain"},{"address":"https://rebus-rest.brocha.in","provider":"Brochain"},{"address":"https://rebus-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rebus.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://rebus-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https:/rebus-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"rebus.grpc.manticore.team:443","provider":"MantiCore"},{"address":"rebus.grpc.bccnodes.com:14090","provider":"BccNodes"},{"address":"grpc.rebus.nodestake.top:443","provider":"NodeStake"},{"address":"rebus.grpc.nodersteam.com:9181","provider":"[NODERS]TEAM"},{"address":"http://rebus.grpc.m.stavr.tech:3211","provider":"🔥STAVR🔥"},{"address":"rebus-grpc.brocha.in:443","provider":"Brochain"},{"address":"rebus-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rebus.grpc.liveraven.net","provider":"LiveRaveN"},{"address":"rebus-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"rebus-grpc.noders.services:18090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"explorers.guru","url":"https://rebus.explorers.guru","tx_page":"https://rebus.explorers.guru/transaction/${txHash}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/rebus","tx_page":"https://explorer.nodestake.top/rebus/tx/${txHash}"},{"kind":"BccNodes","url":"https://explorer.bccnodes.com/rebus-M","tx_page":"https://explorer.bccnodes.com/rebus-M/tx/${txHash}"},{"kind":"Brochain","url":"https://explorer.brocha.in/rebus","tx_page":"https://explorer.brocha.in/rebus/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/rebus","tx_page":"https://explorer.stavr.tech/rebus/tx/${txHash}"},{"kind":"tcnetwork","url":"https://rebus.tcnetwork.io","tx_page":"https://rebus.tcnetwork.io/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/rebus","tx_page":"https://atomscan.com/rebus/transactions/${txHash}","account_page":"https://atomscan.com/rebus/accounts/${accountAddress}"}]},"titan-1":{"$schema":"../chain.schema.json","chain_name":"rizon","chain_id":"titan-1","pretty_name":"Rizon","website":"https://rizon.world/","status":"live","network_type":"mainnet","bech32_prefix":"rizon","daemon_name":"rizond","node_home":"$HOME/.rizon","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uatolo","low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.035}]},"staking":{"staking_tokens":[{"denom":"uatolo"}]},"codebase":{"git_repo":"https://github.com/rizon-world/rizon","recommended_version":"v0.4.1","compatible_versions":["v0.4.1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/rizon-world/mainnet/master/genesis.json"},"versions":[{"name":"v0.4.1","recommended_version":"v0.4.1","compatible_versions":["v0.4.1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"}],"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"},"peers":{"seeds":[{"id":"83c9cdc2db2b4eff4acc9cd7d664ad5ae6191080","address":"seed-1.mainnet.rizon.world:26656"},{"id":"ae1476777536e2be26507c4fbcf86b67540adb64","address":"seed-2.mainnet.rizon.world:26656"},{"id":"8abf316257a264dc8744dee6be4981cfbbcaf4e4","address":"seed-3.mainnet.rizon.world:26656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"f9b189e17add85a42a36d05fc57ed83c957e011e","address":"seed-rizon.ibs.team:16657","provider":"Inter Blockchain Services"},{"id":"f1dc52dd12a4e96d3ef2aa3ff1e6f648b4d232da","address":"seed-node.mms.team:38656","provider":"MMS"}],"persistent_peers":[{"id":"71622e78b1840a1ca7c864a0b617dd4342a6c693","address":"peer-rizon.mms.team:26656","provider":"MMS"}]},"apis":{"rpc":[{"address":"https://rpcapi.rizon.world/","provider":"HDAC Technology AG"},{"address":"https://rpc.rizon.chaintools.tech/","provider":"ChainTools"},{"address":"https://rizon-rpc.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://rizon-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://restapi.rizon.world/","provider":"HDAC Technology AG"},{"address":"https://api.rizon.chaintools.tech/","provider":"ChainTools"},{"address":"https://rizon-api.ibs.team/","provider":"Inter Blockchain Services"},{"address":"https://rizon-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rizon.api.m.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"grpc-rizon.mms.team:443","provider":"MMS"},{"address":"rizon-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/rizon","tx_page":"https://ezstaking.app/rizon/txs/${txHash}","account_page":"https://ezstaking.app/rizon/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/rizon","tx_page":"https://www.mintscan.io/rizon/transactions/${txHash}","account_page":"https://www.mintscan.io/rizon/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/rizon","tx_page":"https://ping.pub/rizon/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/rizon","tx_page":"https://atomscan.com/rizon/transactions/${txHash}","account_page":"https://atomscan.com/rizon/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://bigdipper.live/rizon","tx_page":"https://bigdipper.live/rizon/transactions/${txHash}","account_page":"https://bigdipper.live/rizon/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Rizon","tx_page":"https://explorer.stavr.tech/Rizon/tx/${txHash}","account_page":"https://explorer.stavr.tech/Rizon/accounts/${accountAddress}"}]},"regen-1":{"$schema":"../chain.schema.json","chain_name":"regen","chain_id":"regen-1","pretty_name":"Regen","website":"https://www.regen.network/","status":"live","network_type":"mainnet","bech32_prefix":"regen","daemon_name":"regen","node_home":"$HOME/.regen","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uregen","low_gas_price":0.015,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uregen"}]},"codebase":{"git_repo":"https://github.com/regen-network/regen-ledger","recommended_version":"v5.0.0","compatible_versions":["v5.0.0"],"binaries":{"linux/amd64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_linux_amd64.zip","linux/arm64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_linux_arm64.zip","darwin/amd64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_darwin_amd64.zip","darwin/arm64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_darwin_arm64.zip"},"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.2","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/regen-network/mainnet/main/regen-1/genesis.json"},"versions":[{"name":"v5.0.0","recommended_version":"v5.0.0","compatible_versions":["v5.0.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.2","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_linux_amd64.zip","linux/arm64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_linux_arm64.zip","darwin/amd64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_darwin_amd64.zip","darwin/arm64":"https://github.com/regen-network/regen-ledger/releases/download/v5.0.0/regen-ledger_5.0.0_darwin_arm64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"},"peers":{"seeds":[{"id":"aebb8431609cb126a977592446f5de252d8b7fa1","address":"104.236.201.138:26656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"dc7121500d58d40c98f06f14d5a9065935a7adf6","address":"regen.seed.stavr.tech:2126","provider":"🔥STAVR🔥"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"regen-mainnet-seed.autostake.com:27216","provider":"AutoStake 🛡️ Slash Protected"}],"persistent_peers":[{"id":"d35d652b6cb3bf7d6cb8d4bd7c036ea03e7be2ab","address":"116.203.182.185:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"regen-mainnet-peer.autostake.com:27216","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc-regen.ecostake.com","provider":"ecostake"},{"address":"http://public-rpc.regen.vitwit.com:26657","provider":"vitwit"},{"address":"https://regen.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://regen.stakesystems.io:2053","provider":"stakesystems"},{"address":"http://rpc.regen.forbole.com:80","provider":"forbole"},{"address":"https://rpc-regen-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://regen-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://regen-rpc.easy2stake.com","provider":"Easy 2 Stake"},{"address":"https://regen-rpc.theamsolutions.info","provider":"AM Solutions"},{"address":"https://regen-rpc.w3coins.io","provider":"w3coins"},{"address":"https://regen-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"http://public-rpc.regen.vitwit.com:1317","provider":"vitwit"},{"address":"https://regen.stakesystems.io","provider":"stakesystems"},{"address":"https://regen.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-regen-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://regen-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest-regen.ecostake.com","provider":"ecostake"},{"address":"https://regen-lcd.easy2stake.com","provider":"Easy 2 Stake"},{"address":"https://regen-api.theamsolutions.info","provider":"AM Solutions"},{"address":"https://regen-api.w3coins.io","provider":"w3coins"},{"address":"https://regen-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc-regen-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"regen-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"regen.grpc.m.stavr.tech:124","provider":"🔥STAVR🔥"},{"address":"regen-grpc.w3coins.io:22790","provider":"w3coins"},{"address":"regen-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/regen","tx_page":"https://ezstaking.app/regen/txs/${txHash}","account_page":"https://ezstaking.app/regen/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Regen-Mainnet","tx_page":"https://explorer.stavr.tech/Regen-Mainnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/regen","tx_page":"https://ping.pub/regen/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/regen-network","tx_page":"https://atomscan.com/regen-network/transactions/${txHash}","account_page":"https://atomscan.com/regen-network/accounts/${accountAddress}"}]},"scorum-1":{"$schema":"../chain.schema.json","chain_name":"scorum","chain_id":"scorum-1","pretty_name":"Scorum Network","website":"https://scorum.com/","status":"live","network_type":"mainnet","bech32_prefix":"scorum","daemon_name":"scorumd","node_home":"$HOME/.scorum","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"gas","fixed_min_gas_price":1,"low_gas_price":1,"average_gas_price":1,"high_gas_price":1}]},"staking":{"staking_tokens":[{"denom":"nsp"}]},"codebase":{"git_repo":"https://github.com/scorum/cosmos-network","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/scorum/cosmos-network/main/genesis/mainnet/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"7c0008a9d13cbfc2672bc241547b3219b9fa6cca","address":"scorum-blockchain-mainnet-p2p-1.scorum.com:26656","provider":"scorum"},{"id":"68e34a95b67f28d4b9c25a1fe3d2bdde4b921187","address":"scorum-blockchain-mainnet-p2p-2.scorum.com:26656","provider":"scorum"},{"id":"0f97a484fcd027cf57243b21c3ebe21d02605657","address":"scorum-blockchain-mainnet-p2p-3.scorum.com:26656","provider":"scorum"},{"id":"a75acca4c04f05b62a323c6492870cb988b1505f","address":"scorum-blockchain-mainnet-p2p-4.scorum.com:26656","provider":"scorum"}]},"apis":{"rpc":[{"address":"https://scorum-blockchain-mainnet-rpc.scorum.com","provider":"scorum"}],"rest":[{"address":"https://scorum-blockchain-mainnet-api.scorum.com","provider":"scorum"}],"grpc":[{"address":"https://scorum-blockchain-mainnet-grpc.scorum.com","provider":"scorum"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/scorum","tx_page":"https://ezstaking.app/scorum/txs/${txHash}","account_page":"https://ezstaking.app/scorum/account/${accountAddress}"},{"kind":"bigdipper","url":"https://cosmos.scorum.com/scorum","tx_page":"https://cosmos.scorum.com/scorum/transactions/${txHash}","account_page":"https://cosmos.scorum.com/scorum/accounts/${accountAddress}"}]},"ssc-1":{"$schema":"../chain.schema.json","chain_name":"saga","chain_id":"ssc-1","pretty_name":"Saga","website":"https://www.saga.xyz/","status":"live","network_type":"mainnet","bech32_prefix":"saga","daemon_name":"sscd","node_home":"$HOME/.ssc","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usaga","low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"usaga"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/sagaxyz/ssc","recommended_version":"v0.1.5","compatible_versions":["v0.1.5"],"cosmos_sdk_version":"osmosis-labs/cosmos-sdk v0.47.5","consensus":{"type":"cometbft","version":"osmosis-labs/cometbft v0.37.2"},"cosmwasm_enabled":false,"ibc_go_version":"v7.3.1","ics_enabled":["ics20-1"],"genesis":{"name":"v0.1.5","genesis_url":"https://raw.githubusercontent.com/sagaxyz/mainnet/main/genesis/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},"peers":{"seeds":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"saga-mainnet-seed.autostake.com:27426","provider":"AutoStake 🛡️ Slash Protected"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:24956","provider":"Lavender.Five Nodes 🐝"}],"persistent_peers":[{"id":"9e22163e2bf159883557ea36d1025ca3468f0d71","address":"211.216.47.211:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"saga-mainnet-peer.autostake.com:27426","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"saga.rpc.kjnodes.com:17659","provider":"kjnodes"}]},"apis":{"rpc":[{"address":"https://rpc-saga.keplr.app","provider":"chainapsis"},{"address":"https://saga-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://saga-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc.saga.nodestake.org","provider":"NodeStake"},{"address":"https://saga.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc.saga.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://rpc.saga.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://saga-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}],"rest":[{"address":"https://saga-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://saga-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rest.saga.goldenratiostaking.net","provider":"Golden Ratio Staking"},{"address":"https://api.saga.nodestake.org","provider":"NodeStake"},{"address":"https://saga.api.kjnodes.com","provider":"kjnodes"},{"address":"https://lcd.saga.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://saga-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}],"grpc":[{"address":"saga-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"saga-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc.saga.nodestake.org:443","provider":"NodeStake"},{"address":"saga.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"grpc.saga.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://saga-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/saga","tx_page":"https://www.mintscan.io/saga/transactions/${txHash}","account_page":"https://www.mintscan.io/saga/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/saga","tx_page":"https://ezstaking.app/saga/txs/${txHash}","account_page":"https://ezstaking.app/saga/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.org/saga","tx_page":"https://explorer.nodestake.org/saga/tx/${txHash}","account_page":"https://explorer.nodestake.org/saga/account/${accountAddress}"}]},"secret-4":{"$schema":"../chain.schema.json","chain_name":"secretnetwork","chain_id":"secret-4","pretty_name":"Secret Network","website":"https://scrt.network/","status":"live","network_type":"mainnet","bech32_prefix":"secret","daemon_name":"secretd","node_home":"$HOME/.secretd","key_algos":["secp256k1"],"slip44":529,"alternative_slip44s":[118],"fees":{"fee_tokens":[{"denom":"uscrt","fixed_min_gas_price":0.05,"low_gas_price":0.05,"average_gas_price":0.1,"high_gas_price":0.25}]},"staking":{"staking_tokens":[{"denom":"uscrt"}]},"codebase":{"git_repo":"https://github.com/scrtlabs/SecretNetwork","recommended_version":"v1.12.1","compatible_versions":["v1.12.1"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.12.1/secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb"},"genesis":{"genesis_url":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.2.0/genesis.json"},"versions":[{"name":"v1.2","tag":"v1.2","height":0,"next_version_name":"v1.3"},{"name":"v1.3","tag":"v1.3","height":3343000,"next_version_name":"v1.4"},{"name":"v1.4","tag":"v1.4","height":5309200,"next_version_name":"v1.5"},{"name":"v1.5","tag":"v1.5","height":5941700,"next_version_name":"v1.6"},{"name":"v1.6","tag":"v1.6","height":6537300,"next_version_name":"v1.7"},{"name":"v1.7","tag":"v1.7.1","height":7719500,"next_version_name":"v1.8"},{"name":"v1.8","tag":"v1.8.0","height":7760000,"next_version_name":"v1.9","recommended_version":"v1.8.0","compatible_versions":["v1.8.0"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.8.0/secretnetwork_1.8.0_mainnet_goleveldb_amd64.deb"}},{"name":"v1.9","tag":"v1.9.0","height":8861800,"recommended_version":"v1.9.0","compatible_versions":["v1.9.0"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.9.0/secretnetwork_1.9.0_mainnet_goleveldb_amd64.deb"}},{"name":"v1.9","tag":"v1.9.2","height":8861815,"next_version_name":"v1.10","recommended_version":"v1.9.2","compatible_versions":["v1.9.2"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.9.2/secretnetwork_1.9.2_mainnet_goleveldb_amd64.deb"}},{"name":"v1.10","tag":"v1.10.0","height":10186400,"next_version_name":"v1.11","recommended_version":"v1.10.0","compatible_versions":["v1.10.0"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.10.0/secretnetwork_1.10.0_mainnet_goleveldb_amd64.deb"}},{"name":"v1.11","tag":"v1.11.0","height":10824000,"next_version_name":"v1.12","recommended_version":"v1.11.0","compatible_versions":["v1.11.0"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.11.0/secretnetwork_1.11.0_mainnet_goleveldb_amd64.deb"}},{"name":"v1.12","tag":"v1.12.1","height":11136666,"next_version_name":"","recommended_version":"v1.12.1","compatible_versions":["v1.12.1"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.12.1/secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"}],"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"},"peers":{"seeds":[{"id":"6fb7169f7630da9468bf7cc0bcbbed1eb9ed0d7b","address":"scrt-seed-01.scrtlabs.com:26656","provider":"SCRT Labs"},{"id":"ab6394e953e0b570bb1deeb5a8b387aa0dc6188a","address":"scrt-seed-02.scrtlabs.com:26656","provider":"SCRT Labs"},{"id":"9cdaa5856e0245ecd73bd464308fb990fbc53b57","address":"scrt-seed-03.scrtlabs.com:26656","provider":"SCRT Labs"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:17156","provider":"Lavender.Five Nodes 🐝"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:17156","provider":"WhisperNode 🤐"},{"id":"5b0d6ef879fe1326045fa18d5bf767c5968704e6","address":"secretnetwork-mainnet-seed.autostake.com:26656","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"5b0d6ef879fe1326045fa18d5bf767c5968704e6","address":"secretnetwork-mainnet-peer.autostake.com:26656","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://scrt.public-rpc.com","provider":"ANKR"},{"address":"https://secretnetwork-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://1rpc.io/scrt-rpc","provider":"1RPC - Automata Network"},{"address":"https://secretnetwork-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://rpc.mainnet.secretsaturn.net","provider":"🪐 𝕊ecret 𝕊aturn"},{"address":"https://rpc-secret.01node.com","provider":"01node"},{"address":"https://public.stakewolle.com/cosmos/secretnetwork/rpc","provider":"Stakewolle"}],"rest":[{"address":"https://secretnetwork-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"http://secretnetwork-mainnet-lcd.autostake.com:1317","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://1rpc.io/scrt-lcd","provider":"1RPC - Automata Network"},{"address":"https://secretnetwork-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://lcd.mainnet.secretsaturn.net","provider":"🪐 𝕊ecret 𝕊aturn"},{"address":"https://rest-secret.01node.com","provider":"01node"},{"address":"https://public.stakewolle.com/cosmos/secretnetwork/rest","provider":"Stakewolle"}],"grpc":[{"address":"secretnetwork-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"secretnetwork-mainnet-grpc.autostake.com:9090","provider":"AutoStake 🛡️ Slash Protected"}],"grpc-web":[{"address":"https://grpc.mainnet.secretsaturn.net","provider":"🪐 𝕊ecret 𝕊aturn"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/secretnetwork","tx_page":"https://ezstaking.app/secretnetwork/txs/${txHash}","account_page":"https://ezstaking.app/secretnetwork/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/secret","tx_page":"https://ping.pub/secret/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/secret","tx_page":"https://www.mintscan.io/secret/transactions/${txHash}","account_page":"https://www.mintscan.io/secret/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/secret-network","tx_page":"https://atomscan.com/secret-network/transactions/${txHash}","account_page":"https://atomscan.com/secret-network/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/secret","tx_page":"https://mainnet.whispernode.com/secret/tx/${txHash}","account_page":"https://mainnet.whispernode.com/secret/account/${accountAddress}"}]},"seda-1":{"$schema":"../chain.schema.json","chain_name":"seda","chain_id":"seda-1","pretty_name":"SEDA","website":"https://www.seda.xyz/","status":"live","network_type":"mainnet","bech32_prefix":"seda","daemon_name":"sedad","node_home":"$HOME/.sedad","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"aseda","fixed_min_gas_price":10000000000,"low_gas_price":10000000000,"average_gas_price":10000000000,"high_gas_price":14000000000}]},"staking":{"staking_tokens":[{"denom":"aseda"}]},"codebase":{"git_repo":"https://github.com/sedaprotocol/seda-chain","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"binaries":{"linux/amd64":"https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.1/sedad-amd64","linux/arm64":"https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.1/sedad-arm64"},"cosmos_sdk_version":"v0.50.5","consensus":{"type":"cometbft","version":"v0.38.6"},"ibc_go_version":"v8.2.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/mainnet/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"},"peers":{"seeds":[{"id":"31f54fbcf445a9d9286426be59a17a811dd63f84","address":"18.133.231.208:26656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:25856","provider":"Polkachu"},{"id":"cec848e7d4c5a7ae305b27cda133d213435c110f","address":"seed-seda.ibs.team:16679","provider":"Inter Blockchain Services"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"seda.rpc.kjnodes.com:17359","provider":"kjnodes"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:25856","provider":"Lavender.Five Nodes 🐝"},{"id":"cec848e7d4c5a7ae305b27cda133d213435c110f","address":"seed-seda.ibs.team:16679","provider":"Inter Blockchain Services"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"seda-mainnet-seed.autostake.com:26866","provider":"AutoStake 🛡️ Slash Protected"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:25856","provider":"WhisperNode 🤐"}],"persistent_peers":[{"id":"31f54fbcf445a9d9286426be59a17a811dd63f84","address":"18.133.231.208:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"seda-mainnet-peer.autostake.com:26866","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://rpc.mainnet.seda.xyz/","provider":"SEDA"},{"address":"https://seda-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://seda.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://seda-rpc.synergynodes.com/","provider":"Synergy Nodes"},{"address":"https://seda-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://seda-rpc.kleomedes.network/","provider":"Kleomedes"},{"address":"https://seda-rpc.ibs.team:443","provider":"Inter Blockchain Services"},{"address":"https://seda-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc.seda.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://rpc-seda.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://seda-rpc.applejuice.256x25.tech:443","provider":"Apple juice 🧃"},{"address":"https://seda-rpc.bluestake.net:443","provider":"BlueStake 🚀"}],"rest":[{"address":"https://lcd.mainnet.seda.xyz/","provider":"SEDA"},{"address":"https://seda-api.polkachu.com/","provider":"Polkachu"},{"address":"https://seda.api.kjnodes.com","provider":"kjnodes"},{"address":"https://seda-api.synergynodes.com/","provider":"Synergy Nodes"},{"address":"https://seda-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://seda-api.kleomedes.network/","provider":"Kleomedes"},{"address":"https://seda-api.ibs.team:443","provider":"Inter Blockchain Services"},{"address":"https://seda-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://lcd.seda.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://api-seda.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://seda-api.applejuice.256x25.tech:443","provider":"Apple juice 🧃"},{"address":"https://seda-api.bluestake.net","provider":"BlueStake 🚀"}],"grpc":[{"address":"seda-grpc.polkachu.com:25890","provider":"Polkachu"},{"address":"https://seda-grpc.synergynodes.com/","provider":"Synergy Nodes"},{"address":"seda.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"https://seda-grpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"seda-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://grpc.seda.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"grpc-seda.whispernode.com:443","provider":"WhisperNode 🤐"}]},"explorers":[{"kind":"sedaexplorer","url":"https://explorer.seda.xyz/","tx_page":"https://explorer.seda.xyz/txs/${txHash}","account_page":"https://explorer.seda.xyz/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://seda.explorers.guru","tx_page":"https://seda.explorers.guru/transaction/${txHash}","account_page":"https://seda.explorers.guru/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/seda","tx_page":"https://mainnet.whispernode.com/seda/tx/${txHash}","account_page":"https://mainnet.whispernode.com/seda/account/${accountAddress}"},{"kind":"Apple juice 🧃","url":"https://explorer.256x25.tech/seda-mainnet","tx_page":"https://explorer.256x25.tech/seda-mainnet/tx/${txHash}","account_page":"https://explorer.256x25.tech/seda-mainnet/account/${accountAddress}"}]},"pacific-1":{"$schema":"../chain.schema.json","chain_name":"sei","chain_id":"pacific-1","pretty_name":"Sei","website":"https://www.sei.io/","status":"live","network_type":"mainnet","bech32_prefix":"sei","daemon_name":"seid","node_home":"$HOME/.sei","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usei","fixed_min_gas_price":0.02,"low_gas_price":0.02,"average_gas_price":0.02,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"usei"}]},"codebase":{"git_repo":"https://github.com/sei-protocol/sei-chain","recommended_version":"v5.5.5","compatible_versions":["v5.5.5"],"cosmos_sdk_version":"sei-cosmos v0.3.19","consensus":{"type":"sei-tendermint","version":"v0.3.3"},"cosmwasm_version":"sei-wasmd v0.1.5","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/sei-protocol/testnet/main/pacific-1/genesis.json"},"versions":[{"name":"v.0.8","next_version_name":"v3.0.9","recommended_version":"3.0.8","compatible_versions":["3.0.8"],"cosmos_sdk_version":"v0.45.10","cosmwasm_version":"v0.27.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"v3.0.0"},{"name":"v3.0.9","height":25259000,"proposal":24,"next_version_name":"v3.1.1","recommended_version":"v3.0.9","compatible_versions":["v3.0.9"],"cosmos_sdk_version":"v0.45.10","cosmwasm_version":"v0.27.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"v3.1.0"},{"name":"v3.1.1","height":29772820,"proposal":32,"next_version_name":"v3.2.1","recommended_version":"v3.1.1","compatible_versions":["v3.1.1"],"cosmos_sdk_version":"v0.45.10","cosmwasm_version":"v0.27.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"v3.2.0"},{"name":"v3.2.1","height":34078260,"proposal":42,"next_version_name":"v3.3.0","recommended_version":"v3.2.1","compatible_versions":["v3.2.1"],"cosmos_sdk_version":"v0.45.10","cosmwasm_version":"v0.27.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"v3.2.0"},{"name":"v3.3.0","next_version_name":"v3.5.0","recommended_version":"v3.3.4","compatible_versions":["v3.3.1","v3.3.2","v3.3.3","v3.3.4"],"cosmos_sdk_version":"sei-cosmos v0.2.63","consensus":{"type":"sei-tendermint","version":"v0.2.28"},"cosmwasm_version":"sei-wasmd v0.0.2","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.0"},{"name":"v3.5.0","next_version_name":"v3.6.1","recommended_version":"v3.5.1","compatible_versions":["v3.5.0","V3.5.1"],"cosmos_sdk_version":"sei-cosmos v0.2.63","consensus":{"type":"sei-tendermint","version":"v0.2.35"},"cosmwasm_version":"sei-wasmd v0.0.4","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.0"},{"name":"v3.6.1","height":53894102,"proposal":49,"next_version_name":"v3.7.0","recommended_version":"v3.6.1","compatible_versions":["v3.6.1"],"cosmos_sdk_version":"sei-cosmos v0.2.72","consensus":{"type":"sei-tendermint","version":"v0.2.37"},"cosmwasm_version":"sei-wasmd v0.0.4","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.0"},{"name":"v3.7.0","height":60622970,"proposal":51,"next_version_name":"v3.8.0","recommended_version":"v3.7.0","compatible_versions":["v3.7.0"],"cosmos_sdk_version":"sei-cosmos v0.2.74","consensus":{"type":"sei-tendermint","version":"v0.2.37"},"cosmwasm_version":"sei-wasmd v0.0.4","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.0"},{"name":"v3.8.0","height":64851894,"proposal":53,"next_version_name":"v3.9.0","recommended_version":"v3.8.2","compatible_versions":["v3.8.0","v3.8.2"],"cosmos_sdk_version":"sei-cosmos v0.2.77","consensus":{"type":"sei-tendermint","version":"v0.2.39"},"cosmwasm_version":"sei-wasmd v0.0.8","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.0"},{"name":"v3.9.0","height":79123881,"proposal":54,"next_version_name":"v5.5.2","recommended_version":"v5.5.2","compatible_versions":["v5.5.2"],"cosmos_sdk_version":"sei-cosmos v0.2.83","consensus":{"type":"sei-tendermint","version":"v0.2.40"},"cosmwasm_version":"sei-wasmd v0.1.1","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.0"},{"name":"v5.5.2","height":73290488,"proposal":55,"next_version_name":"v5.5.5","recommended_version":"v5.5.2","compatible_versions":["v5.5.2"],"cosmos_sdk_version":"sei-cosmos v0.3.13","consensus":{"type":"sei-tendermint","version":"v0.3.3"},"cosmwasm_version":"sei-wasmd v0.1.5","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.0"},{"name":"v5.5.5","height":84006014,"proposal":58,"next_version_name":"","recommended_version":"v5.5.5","compatible_versions":["v5.5.5"],"cosmos_sdk_version":"sei-cosmos v0.3.19","consensus":{"type":"sei-tendermint","version":"v0.3.3"},"cosmwasm_version":"sei-wasmd v0.1.5","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.sei/wasm","ibc_go_version":"sei-ibc-go/v3 v3.3.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11956","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sei-mainnet-seed.autostake.com:26806","provider":"AutoStake 🛡️ Slash Protected"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:11956","provider":"WhisperNode 🤐"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"sei.rpc.kjnodes.com:16859","provider":"kjnodes"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11956","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sei-mainnet-peer.autostake.com:26806","provider":"AutoStake 🛡️ Slash Protected"},{"id":"d9bfa29e0cf9c4ce0cc9c26d98e5d97228f93b0b","address":"sei.rpc.kjnodes.com:16856","provider":"kjnodes"}]},"apis":{"rpc":[{"address":"https://sei-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://sei-rpc.polkachu.com/","provider":"polkachu.com"},{"address":"https://sei-rpc.brocha.in/","provider":"Brochain"},{"address":"https://rpc-sei.stingray.plus/","provider":"StingRay"},{"address":"https://rpc-sei.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://sei.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://sei-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://sei-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://sei-api.polkachu.com/","provider":"polkachu.com"},{"address":"https://sei-rest.brocha.in/","provider":"Brochain"},{"address":"https://api-sei.stingray.plus/","provider":"StingRay"},{"address":"https://lcd-sei.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://sei.api.kjnodes.com","provider":"kjnodes"},{"address":"https://sei-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"https://sei-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://sei-grpc.polkachu.com:11990/","provider":"polkachu.com"},{"address":"sei-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-sei.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"sei.grpc.kjnodes.com:443","provider":"kjnodes"},{"address":"sei-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"evm-http-jsonrpc":[{"address":"https://evm-rpc.sei-apis.com","provider":"Rhino"},{"address":"https://seievm-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://sei-jsonrpc.lavenderfive.com","provider":"Lavender.Five Nodes"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/sei","tx_page":"https://ping.pub/sei/tx/${txHash}","account_page":"https://ping.pub/sei/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/sei","tx_page":"https://www.mintscan.io/sei/transactions/${txHash}","account_page":"https://www.mintscan.io/sei/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/sei","tx_page":"https://ezstaking.app/sei/txs/${txHash}","account_page":"https://ezstaking.app/sei/account/${accountAddress}"},{"kind":"seiscan","url":"https://www.seiscan.app/pacific-1","tx_page":"https://www.seiscan.app/pacific-1/txs/${txHash}","account_page":"https://www.seiscan.app/pacific-1/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/sei","tx_page":"https://mainnet.whispernode.com/sei/tx/${txHash}","account_page":"https://mainnet.whispernode.com/sei/account/${accountAddress}"}]},"self-1":{"$schema":"../chain.schema.json","chain_name":"self","chain_id":"self-1","pretty_name":"Self Chain","website":"https://selfchain.xyz","status":"live","network_type":"mainnet","bech32_prefix":"self","daemon_name":"selfchaind","node_home":"$HOME/.selfchain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uslf","fixed_min_gas_price":0.005,"low_gas_price":0.005,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uslf"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png"},"peers":{"seeds":[{"id":"b307b56b94bd3a02fcad5b6904464a391e13cf48","address":"128.199.33.181:26656","provider":"Self Chain"},{"id":"71b8d630e7c3e31f2743fda68e6d3ac64f41cece","address":"209.97.174.97:26656","provider":"Self Chain"},{"id":"6ae10267d8581414b37553655be22297b2f92087","address":"174.138.25.159:26656","provider":"Self Chain"},{"id":"763fb8fa53e11fd88241313f1536b448c7465d5f","address":"seeds.cros-nest.com:26767","provider":"Crosnest"}],"persistent_peers":[{"id":"b307b56b94bd3a02fcad5b6904464a391e13cf48","address":"128.199.33.181:26656","provider":"Self Chain"},{"id":"71b8d630e7c3e31f2743fda68e6d3ac64f41cece","address":"209.97.174.97:26656","provider":"Self Chain"},{"id":"6ae10267d8581414b37553655be22297b2f92087","address":"174.138.25.159:26656","provider":"Self Chain"}]},"apis":{"rpc":[{"address":"https://rpc.selfchain.io:26657","provider":"Self Chain"}],"rest":[{"address":"https://api.selfchain.io","provider":"Self Chain"}],"grpc":[]},"explorers":[{"kind":"Self Chain","url":"https://explorer.selfchain.xyz/selfchain","tx_page":"https://explorer.selfchain.xyz/selfchain/tx/${txHash}","account_page":"https://explorer.selfchain.xyz/selfchain/account/${accountAddress}"}]},"sentinelhub-2":{"$schema":"../chain.schema.json","chain_name":"sentinel","chain_id":"sentinelhub-2","pretty_name":"Sentinel","website":"https://sentinel.co/","status":"live","network_type":"mainnet","bech32_prefix":"sent","daemon_name":"sentinelhub","node_home":"$HOME/.sentinelhub","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"udvpn","low_gas_price":0.1,"average_gas_price":0.25,"high_gas_price":0.4}]},"staking":{"staking_tokens":[{"denom":"udvpn"}]},"codebase":{"git_repo":"https://github.com/sentinel-official/hub","recommended_version":"v0.11.3","compatible_versions":["v0.11.2","v0.11.1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/sentinel-official/networks/main/sentinelhub-2/genesis.zip"},"versions":[{"name":"upgrade-1","recommended_version":"v0.7.0","compatible_versions":["v0.7.0"]},{"name":"upgrade-2","recommended_version":"v0.8.3","compatible_versions":["v0.8.3"]},{"name":"upgrade-3","recommended_version":"v0.9.3","compatible_versions":["v0.9.3"]},{"name":"upgrade-4","recommended_version":"v0.10.1","compatible_versions":["v0.10.1"]},{"name":"v11","recommended_version":"v0.11.3","compatible_versions":["v0.11.2","v0.11.1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"},"peers":{"seeds":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sentinel-mainnet-seed.autostake.com:26706","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"b46d8fea2e951ba21594c047c8746ab6dc315cea","address":"p2p-pve01.roomit.xyz:16604","provider":"RoomIT"},{"id":"e8b2ebbd5e90bd89cb89160dd040fda7d04984a4","address":"seeds.badgerbite.io:26656","provider":"BadgerBite"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:17256","provider":"WhisperNode 🤐"}],"persistent_peers":[{"id":"9174af5f16f74660cccf49f893d243949af45f7f","address":"54.177.29.46:26656"},{"id":"a77f6a094578dad899e2f40e0626b4c6d4705311","address":"3.36.165.232:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sentinel-mainnet-peer.autostake.com:26706","provider":"AutoStake 🛡️ Slash Protected"},{"id":"01cf083bf6e4667c4c1d2bb9454a2e06d6d5e415","address":"85.237.193.117:26656"},{"id":"13a32c4a2bdd78d4017bedb60b1d61a8558b7a88","address":"85.10.211.82:36656"},{"id":"233592737772cf4e8aca29623cb54d53e978bf84","address":"51.159.185.51:26656"},{"id":"2a426a8a0070a6830bad32b96cd3da1b7b6a2faa","address":"65.108.11.250:29656"},{"id":"36b67a90b368716bb9ce3e47f5198816405c4de3","address":"195.201.63.87:46666"},{"id":"4398bd773ac885b7365de3604eb487be10c54563","address":"95.214.55.227:26706"},{"id":"440d002ecaaf99a53ff551e1add65b60319ae1b3","address":"131.153.175.94:30656"},{"id":"442e7d3d100a91ed2d16c15879b36a8beef7faca","address":"89.58.26.9:26656"},{"id":"44a6007450d5b8292c19e193ab53f5ad9861b60b","address":"46.20.245.42:26656"},{"id":"45ed1c0498e1ba7894e1362d533583b8c0fa1ae7","address":"136.243.67.189:23956"},{"id":"464d1b0650ee82c975e1e7f40ae737f4f688ae32","address":"178.154.212.189:26656"},{"id":"471518432477e31ea348af246c0b54095d41352c","address":"169.155.47.161:26656"},{"id":"4c011a64e66a38df4139ad2af5e8fe0798d00624","address":"65.109.97.249:23956"},{"id":"4e1c2471efb89239fb04a4b75f9f87177fd91d00","address":"169.155.171.37:26656"},{"id":"5ace0e57784e34930360bf6cc00dd5265278f708","address":"65.108.238.166:23956"},{"id":"662ccbd8c9885ddff6800a707da3dc6b0c4ed49d","address":"15.235.115.148:10001"},{"id":"6f32a2ed276e66d27d0b3e3de8010fc755a26825","address":"35.196.143.233:26656"},{"id":"89757803f40da51678451735445ad40d5b15e059","address":"169.155.169.176:26656"},{"id":"8b505a3c417852b0fb00b4e82a7c10d76501ff66","address":"pve5.badgerbite.io:56656"},{"id":"9026bf3d313ef789e614f10eba8c6fcdde2e8768","address":"54.176.220.6:26656"},{"id":"a07b6a5332a51bc18177ab27567bcbffd49da88d","address":"35.237.231.212:26656"},{"id":"a0b098de62c3f2f1fd62c4db50c716f734a9153b","address":"146.190.53.167:30543"},{"id":"abc27c91439681b1e7fa4b08b54ebbcc42855973","address":"65.108.195.12:26656"},{"id":"b212d5740b2e11e54f56b072dc13b6134650cfb5","address":"169.155.45.136:26656"},{"id":"c124ce0b508e8b9ed1c5b6957f362225659b5343","address":"134.65.192.134:26656"},{"id":"e1b058e5cfa2b836ddaa496b10911da62dcf182e","address":"169.155.168.109:26656"},{"id":"e1be5e84e6f76bdc4d24d2f39830b6f50857e684","address":"78.107.253.133:33656"},{"id":"e407ce1485c5c5abe86d4c4b04f21bc04c321edc","address":"89.58.31.128:36656"},{"id":"e726816f42831689eab9378d5d577f1d06d25716","address":"169.155.170.219:26656"},{"id":"e7b825983d15eef809e929b44b2085dcec9d27b6","address":"51.68.44.219:26556"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"95.214.55.198:26706"},{"id":"f6e4a9bd29b8629dc93b813ec784114ca604dff8","address":"65.108.238.219:23956"},{"id":"f7111587af92ebe3c57c6080d68755dd74e13a3b","address":"104.196.120.61:26656"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"sentinel.declab.pro:26630"},{"id":"637077d431f618181597706810a65c826524fd74","address":"sentinel.rpc.nodeshub.online:23956","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://rpc-sentinel.busurnode.com","provider":"Busurnode"},{"address":"https://rpc-sentinel-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc-sentinel.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://rpc.sentinel.chaintools.tech/","provider":"ChainTools"},{"address":"https://rpc.sentinel.quokkastake.io","provider":"🐹 Quokka Stake"},{"address":"https://rpc.dvpn.roomit.xyz","provider":"RoomIT"},{"address":"https://sentinel-rpc.badgerbite.io/","provider":"BadgerBite"},{"address":"https://sentinel-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://sentinel-rpc.validatornode.com/","provider":"ValidatorNode"},{"address":"https://rpc.trinityvalidator.com","provider":"Trinity Validator"},{"address":"https://rpc.sentinelgrowthdao.com","provider":"Sentinel Growth DAO"},{"address":"https://public.stakewolle.com/cosmos/sentinel/rpc","provider":"Stakewolle"},{"address":"http://163.197.193.2:26657","provider":"Tesla Full Node"},{"address":"https://sentinel.declab.pro:26628","provider":"Decloud Nodes Lab"},{"address":"https://sentinel.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"address":"https://rpc.dvpn.me:443","provider":"MathNodes China"},{"address":"https://rpc.ro.mathnodes.com:443","provider":"MathNodes Romania"},{"address":"https://rpc.noncompliant.network:443","provider":"Noncompliant Network"}],"rest":[{"address":"https://api-sentinel.busurnode.com","provider":"Busurnode"},{"address":"https://api-sentinel-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://lcd-sentinel.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://api.sentinel.quokkastake.io","provider":"🐹 Quokka Stake"},{"address":"https://api.dvpn.roomit.xyz","provider":"RoomIT"},{"address":"https://sentinel-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://sentinel-api.validatornode.com","provider":"ValidatorNode"},{"address":"https://api.trinityvalidator.com","provider":"Trinity Validator"},{"address":"https://api.sentinelgrowthdao.com","provider":"Sentinel Growth DAO"},{"address":"https://public.stakewolle.com/cosmos/sentinel/rest","provider":"Stakewolle"},{"address":"http://163.197.193.2:26657","provider":"Tesla Full Node"},{"address":"https://sentinel.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://sentinel.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"address":"https://api.dvpn.me:443","provider":"MathNodes China"},{"address":"https://api.ro.mathnodes.com:443","provider":"MathNodes Romania"},{"address":"https://api.noncompliant.network:443","provider":"Noncompliant Network"}],"grpc":[{"address":"grpc-sentinel-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"sentinel.grpcui.chaintools.host:443","provider":"ChainTools"},{"address":"sentinel-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc.dvpn.roomit.xyz:8443","provider":"RoomIT"},{"address":"sentinel-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://sentinel.declab.pro:9019","provider":"Decloud Nodes Lab"},{"address":"https://sentinel.grpc.nodeshub.online","provider":"Nodes Hub"},{"address":"https://grpc.dvpn.me:443","provider":"MathNodes China"},{"address":"https://grc.mathnodes.com:443","provider":"MathNodes Romania"},{"address":"https://grpc.noncompliant.network:443","provider":"Noncompliant Network"},{"address":"https://grpc.dvpn.me:9090","provider":"MathNodes China (Insecure)"},{"address":"https://grc.mathnodes.com:9000","provider":"MathNodes Romania (Insecure)"},{"address":"https://grpc.noncompliant.network:9090","provider":"Noncompliant Network (Insecure)"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/sentinel","tx_page":"https://www.mintscan.io/sentinel/transactions/${txHash}","account_page":"https://www.mintscan.io/sentinel/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/sentinel","tx_page":"https://ezstaking.app/sentinel/txs/${txHash}","account_page":"https://ezstaking.app/sentinel/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/sentinel","tx_page":"https://atomscan.com/sentinel/transactions/${txHash}","account_page":"https://atomscan.com/sentinel/accounts/${accountAddress}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/sentinel-mainnet","tx_page":"https://explorer.tendermint.roomit.xyz/sentinel-mainnet/transactions/${txHash}","account_page":"https://explorer.tendermint.roomit.xyz/sentinel-mainnet/accounts/${accountAddress}"},{"kind":"ValidatorNode","url":"https://explorer.validatornode.com/sentinel","tx_page":"https://explorer.validatornode.com/sentinel/tx/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Sentinel","tx_page":"https://explorer.declab.pro/Sentinel/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/sentinel/","tx_page":"https://explorer.nodeshub.online/sentinel/tx/${txHash}","account_page":"https://explorer.nodeshub.online/sentinel/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/sentinel","tx_page":"https://mainnet.whispernode.com/sentinel/tx/${txHash}","account_page":"https://mainnet.whispernode.com/sentinel/account/${accountAddress}"}]},"sgenet-1":{"$schema":"../chain.schema.json","chain_name":"sge","chain_id":"sgenet-1","pretty_name":"SGE","status":"live","network_type":"mainnet","bech32_prefix":"sge","daemon_name":"sged","node_home":"$HOME/.sge","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usge","fixed_min_gas_price":0.001,"low_gas_price":0.1,"average_gas_price":0.25,"high_gas_price":0.5}]},"staking":{"staking_tokens":[{"denom":"usge"}]},"codebase":{"git_repo":"https://github.com/sge-network/sge","recommended_version":"v1.7.0-tmfix","compatible_versions":["v1.7.0-tmfix"],"cosmos_sdk_version":"sge-network/cosmos-sdk v0.47.9-0.20240409081440-054c8c413d45","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/sge-network/networks/master/mainnet/sgenet-1/genesis.json"},"versions":[{"name":"v1.1.0","next_version_name":"v1.1.1","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"cosmos_sdk_version":"v0.46.14","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.2.1"},{"name":"v1.1.1","height":1097000,"proposal":1,"next_version_name":"v1.2.0","recommended_version":"v1.1.1","compatible_versions":["v1.1.1"],"cosmos_sdk_version":"v0.46.14","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.3.1"},{"name":"v1.2.0","height":1564215,"proposal":3,"next_version_name":"v1.3.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"cosmos_sdk_version":"v0.46.14","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.3.1"},{"name":"v1.3.0","height":1887954,"proposal":4,"next_version_name":"v1.3.1","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"cosmos_sdk_version":"v0.46.14","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.3.1"},{"name":"v1.3.1","height":1911750,"proposal":5,"next_version_name":"V1.5.2","recommended_version":"v1.3.1","compatible_versions":["v1.3.1"],"cosmos_sdk_version":"v0.46.17-0.20231114190313-b9164dd660b6","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.3.1"},{"name":"v1.5.2","height":2867354,"proposal":6,"next_version_name":"v1.5.3","recommended_version":"v1.5.2","compatible_versions":["v1.5.2"],"cosmos_sdk_version":"sge-network/cosmos-sdk v0.46.17-0.20240223100624-2a2661276cb4","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.3.1"},{"name":"v1.5.3","height":2973740,"proposal":7,"next_version_name":"v1.6.2","recommended_version":"v1.5.3","compatible_versions":["v1.5.3"],"cosmos_sdk_version":"sge-network/cosmos-sdk v0.46.17-0.20240223100624-2a2661276cb4","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.3.1"},{"name":"v1.6.2","height":3685910,"proposal":8,"next_version_name":"v1.7.0","recommended_version":"v1.6.2","compatible_versions":["v1.6.2"],"cosmos_sdk_version":"sge-network/cosmos-sdk v0.46.17-0.20240430064306-1b044d03d56c","consensus":{"type":"cometbft","version":"v0.34.29"},"ibc_go_version":"v5.3.1"},{"name":"v1.7.0","height":3976350,"proposal":9,"next_version_name":"","recommended_version":"v1.7.0-tmfix","compatible_versions":["v1.7.0-tmfix"],"cosmos_sdk_version":"sge-network/cosmos-sdk v0.47.9-0.20240409081440-054c8c413d45","consensus":{"type":"cometbft","version":"v0.37.5"},"ibc_go_version":"v7.4.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:17756","provider":"rhinostake.com"},{"id":"a973f744ec9b00cd387f62fc8d69ae1d753c060e","address":"seed.sge.cros-nest.com:26656","provider":"cros-nest.com"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:17756","provider":"lavenderfive.com"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:11156","provider":"stakerhouse.com"},{"id":"b7f6da1a8aea371206b4d234398c4888c0564066","address":"p2p-pve01.roomit.xyz:16605","provider":"RoomIT"},{"id":"af9d9bd15ca597eb77dab73c56b0ae51bafcbb28","address":"sge.ramuchi.tech:16656","provider":"ramuchi.tech"},{"id":"6a727128f427d166d90a1185c7965b178235aaee","address":"rpc.sge.nodestake.top:666","provider":"nodestake.top"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"d09a5df7a13c758928ab1de0dc7342cab2e7b686","address":"74.50.74.98:36656","provider":"jayjay"},{"id":"401a4986e78fe74dd7ead9363463ba4c704d8759","address":"38.146.3.183:17756","provider":"RHINO"},{"id":"88f341a9670494c3d529934dc578eec1b00f4aa1","address":"141.94.168.85:26656","provider":"NodeStake"},{"id":"5dcd45e5e1c49b87179993651abe04df01001159","address":"sge.peers.stavr.tech:1156","provider":"🔥STAVR🔥"},{"id":"af9d9bd15ca597eb77dab73c56b0ae51bafcbb28","address":"142.132.202.86:16656","provider":"ramuchi.tech"},{"id":"8cb8fecf6470ceaba3f2e7b7c3442b19bd692dea","address":"34.168.149.213:26656","provider":"BlissDynamics"},{"id":"17da9d2fea9d6d431d390c3b9575547d8881da2b","address":"185.16.39.190:11156","provider":"StakerHouse"},{"id":"7e82897f6fa112e11f0b8defda1a9290f90a5320","address":"p2p.sge.safeblock.space:33656","provider":"Safe Block"},{"id":"b7f6da1a8aea371206b4d234398c4888c0564066","address":"p2p-pve01.roomit.xyz:16605","provider":"RoomIT"},{"id":"26238cbb6bf285816bd06ca946b190e7248c389c","address":"mainnet-sge.konsortech.xyz:22656","provider":"KonsorTech"}]},"apis":{"rpc":[{"address":"https://sge-rpc.lavenderfive.com/","provider":"Lavenderfive"},{"address":"https://sge-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://rpc.sge.nodestake.top/","provider":"Nodestake"},{"address":"https://rpc.sge.roomit.xyz/","provider":"RoomIT"},{"address":"https://sge.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc-sge.nodeist.net/","provider":"Nodeist"},{"address":"https://sge-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://sge-rpc.stakerhouse.com","provider":"StakerHouse"},{"address":"https://rpc.sge.tcnetwork.io","provider":"TC Network"},{"address":"https://sge-rpc.sr20de.xyz","provider":"Sr20de"},{"address":"https://rpc.sge.safeblock.space","provider":"Safe Block"},{"address":"https://mainnet-sge-rpc.konsortech.xyz","provider":"KonsorTech"},{"address":"https://sge-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://sge_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://sge-api.lavenderfive.com/","provider":"Lavenderfive"},{"address":"https://sge-api.polkachu.com/","provider":"Polkachu"},{"address":"https://api.sge.nodestake.top/","provider":"Nostake"},{"address":"https://api-sge.nodeist.net/","provider":"Nodeist"},{"address":"https://sge.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://sge-api.ramuchi.tech/","provider":"ramuchi.tech"},{"address":"https://sge-rest.stakerhouse.com","provider":"StakerHouse"},{"address":"https://rest.sge.tcnetwork.io","provider":"TC Network"},{"address":"https://sge-api.sr20de.xyz","provider":"Sr20de"},{"address":"https://api.sge.safeblock.space","provider":"Safe Block"},{"address":"https://mainnet-sge-api.konsortech.xyz","provider":"KonsorTech"},{"address":"https://sge-api.genznodes.dev","provider":"genznodes"},{"address":"https://api.sge.roomit.xyz/","provider":"RoomIT"},{"address":"https://sge_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"sge-grpc.lavenderfive.com:443","provider":"Lavenderfive"},{"address":"https://grpc.sge.nodestake.top/","provider":"Nodestake"},{"address":"https://grpc-sge.nodeist.net/","provider":"Nodeist"},{"address":"https://sge-grpc.ramuchi.tech:443","provider":"ramuchi.tech"},{"address":"http://sge.grpc.m.stavr.tech:543","provider":"🔥STAVR🔥"},{"address":"sge-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"https://sge-grpc.sr20de.xyz","provider":"Sr20de"},{"address":"mainnet-sge.konsortech.xyz:22090","provider":"KonsorTech"},{"address":"sge-grpc.genznodes.dev:5090","provider":"genznodes"},{"address":"grpc.sge.roomit.xyz:8443","provider":"RoomIT"}]},"explorers":[{"kind":"ping.pub","url":"https://blockexplorer.sgenetwork.io/sge","tx_page":"https://blockexplorer.sgenetwork.io/sge/tx/${txHash}"},{"kind":"nodestake.top","url":"https://explorer.nodestake.top/sge","tx_page":"https://explorer.nodestake.top/sge/tx/${txHash}"},{"kind":"stakerhouse","url":"https://cosmotracker.com/sge","tx_page":"https://cosmotracker.com/sge/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sge-Mainnet","tx_page":"https://explorer.stavr.tech/Sge-Mainnet/transaction/${txHash}","account_page":"https://explorer.stavr.tech/Sge-Mainnet/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/sge","tx_page":"https://explorer.tcnetwork.io/sge/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/sge/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/sge","tx_page":"https://explorer.safeblock.space/sge/tx/${txHash}","account_page":"https://explorer.safeblock.space/sge/account/${accountAddress}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/sge","tx_page":"https://explorer.konsortech.xyz/sge/tx/${txHash}","account_page":"https://explorer.konsortech.xyz/sge/account/${accountAddress}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/sge-mainnet","tx_page":"https://explorer.tendermint.roomit.xyz/sge-mainnet/tx/${txHash}","account_page":"https://explorer.tendermint.roomit.xyz/sge-mainnet/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/sge","tx_page":"https://explorer.whenmoonwhenlambo.money/sge/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/sge/account/${accountAddress}"}]},"ShareRing-VoyagerNet":{"$schema":"../chain.schema.json","chain_name":"shareledger","chain_id":"ShareRing-VoyagerNet","pretty_name":"Shareledger","website":"https://www.sharering.network/","status":"live","network_type":"mainnet","bech32_prefix":"shareledger","daemon_name":"shareledger","node_home":"$HOME/.shareledger","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"nshr","fixed_min_gas_price":0,"low_gas_price":2000,"average_gas_price":3000,"high_gas_price":4000}]},"staking":{"staking_tokens":[{"denom":"nshr"}]},"codebase":{"git_repo":"https://github.com/ShareRing/Shareledger/","recommended_version":"1.4.1","compatible_versions":["1.4.1"],"binaries":{"linux/amd64":"https://github.com/ShareRing/Shareledger/releases/download/v1.4.1/shareledger"},"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.27","cosmwasm_enabled":true,"ibc_go_version":"3.0.0","ics_enabled":["ics20-1"],"genesis":{"name":"v1","genesis_url":"https://github.com/ShareRing/Shareledger/releases/download/v1.2.0/genesis.json"},"versions":[{"name":"v1","tag":"v1.2.0","height":4382920,"next_version_name":"v2"},{"name":"v2","tag":"v1.3.0","height":6905000,"next_version_name":"v3"},{"name":"v3","tag":"v1.4.0","height":7325550,"next_version_name":"v4"},{"name":"v4","tag":"v1.4.1","height":7507600,"next_version_name":"v5","recommended_version":"1.4.1","compatible_versions":["1.4.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.27","cosmwasm_enabled":true,"ibc_go_version":"3.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/ShareRing/Shareledger/releases/download/v1.4.1/shareledger"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg"},"peers":{"seeds":[]},"apis":{"rpc":[{"address":"https://rpc.explorer.shareri.ng","provider":"ShareRing"}],"rest":[{"address":"https://lcd.explorer.shareri.ng/","provider":"ShareRing"}],"grpc":[{"address":"rpc.explorer.shareri.ng:443","provider":"ShareRing"}]},"explorers":[{"kind":"big dipper","url":"https://explorer.shareri.ng","tx_page":"https://explorer.shareri.ng/transactions/${txHash}","account_page":"https://explorer.shareri.ng/accounts/${accountAddress}"}],"keywords":["id"]},"shentu-2.2":{"$schema":"../chain.schema.json","chain_name":"shentu","chain_id":"shentu-2.2","pretty_name":"Shentu","website":"https://www.shentu.technology/","status":"live","network_type":"mainnet","bech32_prefix":"shentu","daemon_name":"shentud","node_home":"$HOME/.shentud","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uctk","low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uctk"}]},"codebase":{"git_repo":"https://github.com/ShentuChain/shentu","recommended_version":"v2.8.0","compatible_versions":["v2.8.0"],"binaries":{"linux/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_linux_amd64","darwin/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_arm64_macos","windows/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_win_x86_64.exe"},"ibc_go_version":"v4.2.1","ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/ShentuChain/mainnet/main/shentu-2.2/genesis.json"},"versions":[{"name":"v2.6.0","tag":"v2.6.0","height":10485430,"proposal":14,"next_version_name":"v2.7.0","recommended_version":"v2.6.0","compatible_versions":["v2.6.0"],"ibc_go_version":"v4.2.0","binaries":{"linux/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_linux_amd64","darwin/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_arm64_macos","windows/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.6.0/shentud_2.6.0_win_x86_64.exe"}},{"name":"v2.7.0","tag":"v2.7.0","height":12926000,"proposal":17,"next_version_name":"v2.7.2","recommended_version":"v2.7.0","compatible_versions":["v2.7.0"],"ibc_go_version":"v4.2.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_linux_amd64","darwin/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_arm64_macos","windows/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.7.1/shentud_2.7.1_win_x86_64.exe"}},{"name":"v2.7.2","tag":"v2.7.2","height":14875800,"proposal":21,"next_version_name":"v2.8.0","recommended_version":"v2.7.2","compatible_versions":["v2.7.2"],"ibc_go_version":"v4.2.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_linux_amd64","darwin/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_arm64_macos","windows/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.7.2/shentud_2.7.2_win_x86_64.exe"}},{"name":"v2.8.0","tag":"v2.8.0","height":15094300,"proposal":23,"next_version_name":"","recommended_version":"v2.8.0","compatible_versions":["v2.8.0"],"ibc_go_version":"v4.2.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_linux_amd64","darwin/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_arm64_macos","windows/amd64":"https://github.com/shentufoundation/shentu/releases/download/v2.8.0/shentud_2.8.0_win_x86_64.exe"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14056","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"f97807210f9547b8a5016fb18000b46072ca5e30","address":"seed-shentu-01.stakeflow.io:2407","provider":"Stakeflow"},{"id":"3edd4e16b791218b623f883d04f8aa5c3ff2cca6","address":"shentu-seed.panthea.eu:36656","provider":"Panthea EU"}],"persistent_peers":[{"id":"8f91d396e3395210ef3a8394d48d1888af6d01cd","address":"shentu.ramuchi.tech:56656","provider":"ramuchi.tech"},{"id":"060027d3bc10ff7ebc1ec315ae5671c541e1568c","address":"shentu.peer.stavr.tech:20016","provider":"🔥STAVR🔥"},{"id":"f97807210f9547b8a5016fb18000b46072ca5e30","address":"peer-shentu-01.stakeflow.io:2407","provider":"Stakeflow"},{"id":"207c47bed435e4174844064ef3f51ca35b059de2","address":"shentu-peer.panthea.eu:26656","provider":"Panthea EU"}]},"apis":{"rpc":[{"address":"https://shenturpc.noopsbycertik.com/","provider":"Shentu"},{"address":"https://shentu-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://shentu.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://shentu-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://rpc-shentu-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://shentu-rpc.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://shentu-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://shentu-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://shentu-rpc.panthea.eu","provider":"Panthea EU"},{"address":"https://shentu-rpc.kleomedes.network","provider":"Kleomedes"}],"rest":[{"address":"https://rest.noopsbycertik.com/","provider":"Shentu"},{"address":"https://shentu-api.polkachu.com","provider":"Polkachu"},{"address":"https://shentu.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://shentu-api.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://api-shentu-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://shentu-api.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://shentu-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://shentu-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://shentu-api.panthea.eu","provider":"Panthea EU"},{"address":"https://shentu-api.kleomedes.network","provider":"Kleomedes"}],"grpc":[{"address":"shentu-grpc.polkachu.com:14090","provider":"Polkachu"},{"address":"shentu.grpc.m.stavr.tech:9593","provider":"🔥STAVR🔥"},{"address":"https://shentu-grpc.ramuchi.tech:12090","provider":"ramuchi.tech"},{"address":"grpc-shentu-01.stakeflow.io:2402","provider":"Stakeflow"},{"address":"shentu-grpc.tienthuattoan.ventures:9490","provider":"TienThuatToan"},{"address":"shentu-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"shentu-grpc.panthea.eu:16700","provider":"Panthea EU"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/shentu","tx_page":"https://ezstaking.app/shentu/txs/${txHash}","account_page":"https://ezstaking.app/shentu/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Shentu-Mainnet","tx_page":"https://explorer.stavr.tech/Shentu-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Shentu-Mainnet/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/shentu","tx_page":"https://www.mintscan.io/shentu/transactions/${txHash}","account_page":"https://www.mintscan.io/shentu/accounts/${accountAddress}"},{"kind":"Shentu Explorer","url":"https://explorer.shentu.technology/?net=shentu-2.2","tx_page":"https://explorer.shentu.technology/transactions/${txHash}?net=shentu-2.2"},{"kind":"ping.pub","url":"https://ping.pub/shentu","tx_page":"https://ping.pub/shentu/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/shentu","tx_page":"https://atomscan.com/shentu/transactions/${txHash}","account_page":"https://atomscan.com/shentu/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://bigdipper.live/shentu","tx_page":"https://bigdipper.live/shentu/transactions/${txHash}","account_page":"https://bigdipper.live/shentu/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/shentu","account_page":"https://stakeflow.io/shentu/accounts/${accountAddress}"}]},"shido_9008-1":{"$schema":"../chain.schema.json","chain_name":"shido","chain_id":"shido_9008-1","pretty_name":"Shido","website":"https://shido.io/","status":"live","network_type":"mainnet","bech32_prefix":"shido","daemon_name":"shidod","node_home":"$HOME/.shidod","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"shido","fixed_min_gas_price":250000000,"low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"shido"}]},"codebase":{"git_repo":"https://github.com/ShidoGlobal/shidochain","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/ShidoGlobal/mainnetShidoNodeSync/releases/download/v1.0.0/ubuntu_22.04.tar.gz"},"cosmos_sdk_version":"v0.47.4","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/ShidoGlobal/mainnetShidoNodeSync/main/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.47.4","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/ShidoGlobal/mainnetShidoNodeSync/releases/download/v1.0.0/ubuntu_22.04.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"},"peers":{"seeds":[{"id":"181fcc5672fee87751eb369491744e85ba0651f5","address":"18.153.233.126:26656","provider":"SHIDO"},{"id":"8d46e292347951d651486611abac77825a0c83f8","address":"18.199.25.117:26656","provider":"SHIDO"},{"id":"cdf19a7234ee8ec12519f6ad066408f09e1b73e0","address":"15.157.50.94:26656","provider":"SHIDO"},{"id":"8793ad6de6efdb6919d31e74e61a1be57a6d6d32","address":"3.97.121.236:26656","provider":"SHIDO"}],"persistent_peers":[{"id":"181fcc5672fee87751eb369491744e85ba0651f5","address":"18.153.233.126:26656","provider":"SHIDO"},{"id":"8d46e292347951d651486611abac77825a0c83f8","address":"18.199.25.117:26656","provider":"SHIDO"},{"id":"cdf19a7234ee8ec12519f6ad066408f09e1b73e0","address":"15.157.50.94:26656","provider":"SHIDO"},{"id":"8793ad6de6efdb6919d31e74e61a1be57a6d6d32","address":"3.97.121.236:26656","provider":"SHIDO"},{"id":"ecfa8fecb479d1e30be4cac20dc8b0f3ef8b761d","address":"rpc.shido.indonode.net:23657","provider":"Indonode"}]},"apis":{"rpc":[{"address":"https://tendermint.shidoscan.com","provider":"Shido"},{"address":"https://shidochain_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"},{"address":"https://s2.shido-rpc.applejuice.256x25.tech:443","provider":"Apple juice 🧃"},{"address":"https://rpc.shido.indonode.net:443","provider":"Indonode"}],"rest":[{"address":"https://swagger.shidoscan.com","provider":"Shido"},{"address":"https://shidochain_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"},{"address":"https://s2.shido-api.applejuice.256x25.tech:443","provider":"Apple juice 🧃"},{"address":"https://api.shido.indonode.net","provider":"Indonode"}],"grpc":[{"address":"https://grpc.shidoscan.com","provider":"shido.io"},{"address":"https://grpc-web.shidoscan.com","provider":"shido.io"},{"address":"https://s2.shido-grpc.applejuice.256x25.tech","provider":"Apple juice 🧃"}],"evm-http-jsonrpc":[{"address":"https://rpc-nodes.shidoscan.com","provider":"Shido"},{"address":"https://rpc-delta-nodes.shidoscan.com","provider":"Shido"},{"address":"https://shidochain_mainnet_evm.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"},{"address":"https://s2.shido-evm.applejuice.256x25.tech:443","provider":"Apple juice 🧃"}]},"explorers":[{"kind":"shido","url":"https://shidoscan.com","tx_page":"https://shidoscan.com/tx/${txHash}","account_page":"https://shidoscan.com/address/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/shido","tx_page":"https://explorer.whenmoonwhenlambo.money/shido/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}"},{"kind":"Apple juice 🧃","url":"https://explorer.256x25.tech/shido","tx_page":"https://explorer.256x25.tech/shido/tx/${txHash}","account_page":"https://explorer.256x25.tech//shido/account/${accountAddress}"},{"kind":"MavNode","url":"https://explorer.mavnode.io/shido","tx_page":"https://explorer.mavnode.io/shido/tx/${txHash}","account_page":"https://explorer.mavnode.io/shido/account/${accountAddress}"},{"kind":"Indonode","url":"https://explorer.indonode.net/shido","tx_page":"https://explorer.indonode.net/shido/tx/${txHash}","account_page":"https://explorer.indonode.net/shido/account/${accountAddress}"}],"extra_codecs":["ethermint"]},"sifchain-1":{"$schema":"../chain.schema.json","chain_name":"sifchain","chain_id":"sifchain-1","pretty_name":"Sifchain","website":"https://sifchain.finance/","status":"live","network_type":"mainnet","bech32_prefix":"sif","daemon_name":"sifnoded","node_home":"$HOME/.sifnoded","slip44":118,"fees":{"fee_tokens":[{"denom":"rowan","low_gas_price":1000000000000,"average_gas_price":1500000000000,"high_gas_price":2000000000000}]},"staking":{"staking_tokens":[{"denom":"rowan"}]},"codebase":{"git_repo":"https://github.com/Sifchain/sifnode.git","recommended_version":"v1.2.0-beta","compatible_versions":["v1.2.0-beta"],"binaries":{"linux/amd64":"https://github.com/Sifchain/sifnode/releases/download/v1.2.0-beta/sifnoded-v1.2.0-beta-linux-amd64.tar.gz"},"genesis":{"genesis_url":"https://github.com/Sifchain/networks/blob/master/betanet/sifchain-1/genesis.json.gz?raw=true"},"versions":[{"name":"v1.0.14-beta","height":9263818,"proposal":132,"next_version_name":"v1.1.0-beta","recommended_version":"v1.0.14-beta","compatible_versions":["v1.0.14-beta"],"binaries":{"linux/amd64":"https://github.com/Sifchain/sifnode/releases/download/v1.0.14-beta/sifnoded-v1.0.14-beta-linux-amd64.zip"}},{"name":"v1.1.0-beta","height":9663352,"proposal":141,"next_version_name":"v1.2.0-beta","recommended_version":"v1.1.0-beta","compatible_versions":["v1.1.0-beta"],"binaries":{"linux/amd64":"https://github.com/Sifchain/sifnode/releases/download/v1.1.0-beta/sifnoded-v1.1.0-beta-linux-amd64.zip"}},{"name":"v1.2.0-beta","height":14556000,"proposal":144,"next_version_name":"","recommended_version":"v1.2.0-beta","compatible_versions":["v1.2.0-beta"],"binaries":{"linux/amd64":"https://github.com/Sifchain/sifnode/releases/download/v1.2.0-beta/sifnoded-v1.2.0-beta-linux-amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg"}],"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"},"peers":{"seeds":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sifchain-mainnet-seed.autostake.com:26686","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13256","provider":"Polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"0d4981bdaf4d5d73bad00af3b1fa9d699e4d3bc0","address":"44.235.108.41:26656"},{"id":"bcc2d07a14a8a0b3aa202e9ac106dec0bef91fda","address":"13.55.247.60:26656"},{"id":"663dec65b754aceef5fcccb864048305208e7eb2","address":"34.248.110.88:26656"},{"id":"0120f0a48e7e81cc98829ef4f5b39480f11ecd5a","address":"52.76.185.17:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sifchain-mainnet-peer.autostake.com:26686","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://sifchain-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://sifchain-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://sifchain-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://api-sifchain-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://sifchain-api.polkachu.com","provider":"Polkachu"},{"address":"https://sifchain-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://sifchain-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://sifchain.api.m.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"sifchain-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"sifchain-grpc.polkachu.com:13290","provider":"Polkachu"},{"address":"sifchain-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/sifchain","tx_page":"https://ping.pub/sifchain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/sifchain","tx_page":"https://atomscan.com/sifchain/transactions/${txHash}","account_page":"https://atomscan.com/sifchain/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sifchain","tx_page":"https://explorer.stavr.tech/Sifchain/tx/${txHash}","account_page":"https://explorer.stavr.tech/Sifchain/accounts/${accountAddress}"}]},"sixnet":{"$schema":"../chain.schema.json","chain_name":"six","chain_id":"sixnet","pretty_name":"SIX Protocol","status":"live","network_type":"mainnet","bech32_prefix":"6x","daemon_name":"sixd","node_home":"$HOME/.six","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usix","fixed_min_gas_price":1.25,"low_gas_price":1.25,"average_gas_price":1.5,"high_gas_price":1.75}]},"staking":{"staking_tokens":[{"denom":"usix"}]},"codebase":{"git_repo":"https://github.com/thesixnetwork/six-protocol","recommended_version":"v3.1.1-fn","compatible_versions":["v3.1.1-fn"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"genesis":{"genesis_url":"https://github.com/thesixnetwork/chain-info/genesis.json"},"versions":[{"name":"v3.1.1-fn","recommended_version":"v3.1.1-fn","compatible_versions":["v3.1.1-fn"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"}}]},"peers":{"seeds":[{"id":"b1ea86f31de4e38c9b6b2b5a62404c59fadcf82e","address":"34.143.194.56:26656"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}]},"apis":{"rpc":[{"address":"https://sixnet-rpc.sixprotocol.net:443"}],"rest":[{"address":"https://sixnet-api.sixprotocol.net:443"}]},"explorers":[{"kind":"sixscan","url":"https://sixscan.io/sixnet","tx_page":"https://sixscan.io/sixnet/tx/${txHash}"}],"keywords":["sixprotocol","sixnetwork","sixnet","six"]},"sommelier-3":{"$schema":"../chain.schema.json","chain_name":"sommelier","chain_id":"sommelier-3","pretty_name":"Sommelier","website":"https://sommelier.finance/","status":"live","network_type":"mainnet","bech32_prefix":"somm","daemon_name":"sommelier","node_home":"$HOME/.sommelier","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usomm","low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"usomm"}]},"codebase":{"git_repo":"https://github.com/PeggyJV/sommelier","recommended_version":"v7.0.1","compatible_versions":["v7.0.0","v7.0.1"],"binaries":{"linux/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_darwin_arm64.tar.gz","windows/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_windows_amd64.tar.gz"},"cosmos_sdk_version":"v0.46.14","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v6.2.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/PeggyJV/sommelier/main/contrib/mainnet/sommelier-2/genesis.json"},"versions":[{"name":"v5.0.0","recommended_version":"v5.0.0","compatible_versions":["v5.0.0"],"binaries":{"linux/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_darwin_arm64.tar.gz","windows/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v5.0.0/sommelier_5.0.0_windows_amd64.tar.gz"}},{"name":"v6.0.0","next_version_name":"v7","recommended_version":"v6.0.0","compatible_versions":["v6.0.0"],"binaries":{"linux/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_linux_arm64.tar.gz","darwin/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_darwin_arm64.tar.gz","windows/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v6.0.0/sommelier_6.0.0_windows_amd64.tar.gz"}},{"name":"v7","height":13010200,"proposal":119,"next_version_name":"","recommended_version":"v7.0.1","compatible_versions":["v7.0.0","v7.0.1"],"cosmos_sdk_version":"v0.46.14","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v6.2.0","binaries":{"linux/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_darwin_arm64.tar.gz","windows/amd64":"https://github.com/PeggyJV/sommelier/releases/download/v7.0.1/sommelier_7.0.1_windows_amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"}],"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"},"peers":{"seeds":[{"id":"c94fd60124e3656df54ff965d178e36c760c195d","address":"65.108.57.224:26656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:14156","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:14156","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sommelier-mainnet-seed.autostake.com:27176","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ab5a8afdc5db008c1288e129c2eb9e3e900e7fda","address":"seed.sommelier.validatus.com:6000","provider":"Validatus"},{"id":"ac65237d8760a58be6818566139d33713983d9ef","address":"sommelier.seed.stavr.tech:2076","provider":"🔥STAVR🔥"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"6533beebc826f84376e503bbc3265b07b26b9ad5","address":"sommelier.standardcryptovc.com:26656","provider":"standardcrypto"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"sommelier-mainnet-peer.autostake.com:27176","provider":"AutoStake 🛡️ Slash Protected"}]},"apis":{"rpc":[{"address":"https://sommelier-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-sommelier.pupmos.network","provider":"PUPMØS"},{"address":"https://somm.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://sommelier-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://sommelier-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://somm-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://sommelier-rpc.w3coins.io","provider":"w3coins"}],"rest":[{"address":"https://api-sommelier.pupmos.network","provider":"PUPMØS"},{"address":"https://sommelier-api.polkachu.com","provider":"Polkachu"},{"address":"https://som.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://sommelier-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://sommelier-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://somm-api.kleomedes.network","provider":"Kleomedes"}],"grpc":[{"address":"sommelier-grpc.polkachu.com:14190","provider":"Polkachu"},{"address":"somm.grpc.m.stavr.tech:114","provider":"🔥STAVR🔥"},{"address":"sommelier-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"sommelier-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://grpc.sommelier.nodexcapital.com","provider":"⚡NodeX Validator⚡"},{"address":"sommelier-grpc.w3coins.io:14190","provider":"w3coins"},{"address":"grpc.sommelier.validatus.com","provider":"Validatus"}]},"explorers":[{"kind":"sommscan","url":"https://sommscan.io","tx_page":"https://sommscan.io"},{"kind":"mintscan","url":"https://www.mintscan.io/sommelier","tx_page":"https://www.mintscan.io/sommelier/transactions/${txHash}","account_page":"https://www.mintscan.io/sommelier/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/sommelier","tx_page":"https://ezstaking.app/sommelier/txs/${txHash}","account_page":"https://ezstaking.app/sommelier/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sommelier-Mainnet","tx_page":"https://explorer.stavr.tech/Sommelier-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Sommelier-Mainnet/account/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/sommelier","tx_page":"https://explorer.nodexcapital.com/sommelier/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/sommelier/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/sommelier","tx_page":"https://atomscan.com/sommelier/transactions/${txHash}","account_page":"https://atomscan.com/sommelier/accounts/${accountAddress}"}]},"source-1":{"$schema":"../chain.schema.json","chain_name":"source","chain_id":"source-1","pretty_name":"Source","website":"https://www.sourceprotocol.io/","status":"live","network_type":"mainnet","bech32_prefix":"source","daemon_name":"sourced","node_home":"$HOME/.source","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usource","fixed_min_gas_price":0.05,"low_gas_price":0.05,"average_gas_price":0.075,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"usource"}]},"codebase":{"git_repo":"https://github.com/Source-Protocol-Cosmos/source","recommended_version":"v3.0.1","compatible_versions":["v3.0.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/Source-Protocol-Cosmos/mainnet/master/source-1/genesis.json"},"versions":[{"name":"v3.0.0","recommended_version":"v3.0.1","compatible_versions":["v3.0.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"},"peers":{"seeds":[{"id":"7347b05f140e4ed5d3da7b26c754a486dc1d2ecd","address":"source-mainnet-seed.itrocket.net:32656","provider":"ITRocket"},{"id":"dea711723efa15ce2eb8412182ad11c8f1275c91","address":"source.seed.bccnodes.com:40656","provider":"BccNodes"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"source-mainnet-seed.autostake.com:27446","provider":"AutoStake 🛡️ Slash Protected"},{"id":"738be29546d9504b3845d781b9dc35bc6f996c5f","address":"rpc.source.nodestake.top:666","provider":"NodeStake"},{"id":"637077d431f618181597706810a65c826524fd74","address":"source.rpc.nodeshub.online:15856","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"source-mainnet-seed.autostake.com:27446","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8fb118f995c146357b67798e9bdd650d0c4161ea","address":"seed.source.validatus.com:3000","provider":"Validatus"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"96d63849a529a15f037a28c276ea6e3ac2449695","address":"34.222.1.252:26656"},{"id":"8a812024b8a5b4539878b03ac2f822655831ca5f","address":"source-mainnet-peer.itrocket.net:32656","provider":"ITRocket"},{"id":"79adf04741f4a019684efc73e42467cb7d6d3a69","address":"148.251.19.41:25656","provider":"[NODERS]TEAM"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"source-mainnet-peer.autostake.com:27446","provider":"AutoStake 🛡️ Slash Protected"},{"id":" 3c729ffe80393abd430a7c723fab2e8aa60ffa46","address":"source.peers.stavr.tech:20056","provider":"🔥STAVR🔥"},{"id":"bf1a4f212727debe13519362322d06d03a5d395b","address":"95.217.160.123:26656","provider":"NodeStake"},{"id":"afc8fa287e2b6b46bbeba57dfcb4bd6dcab6b6a3","address":"138.201.21.197:28656","provider":"StakeTown"},{"id":"7e153e83fbe2f5618fffbdfd803f70ee78ad797d","address":"rpc.source.indonode.net:12656","provider":"Indonode"},{"id":"47b858cda8717aef908f2567b05ef312d18bb6f3","address":"p2p-pve01.roomit.xyz:16602","provider":"RoomIT"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"source.declab.pro:26606","provider":"Decloud Nodes Lab"}]},"apis":{"rpc":[{"address":"https://rpc.source.nodestake.top","provider":"NodeStake"},{"address":"https://source.rpc.bccnodes.com/","provider":"BccNodes"},{"address":"https://source.rpc.moonbridge.team/","provider":"MoonBridge"},{"address":"https://source.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://rpc-source.nodeist.net","provider":"Nodeist"},{"address":"https://source-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://source-mainnet-rpc.itrocket.net:443","provider":"ITRocket"},{"address":"https://rpc-source.sr20de.xyz:443","provider":"Sr20de"},{"address":"https://source-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://rpc.source.tcnetwork.io","provider":"TC Network"},{"address":"https://rpc.source.indonode.net","provider":"Indonode"},{"address":"https://source.rpc.skynodejs.net/","provider":"skynodejs"},{"address":"https://source.rpc.nodeshub.online/","provider":"Nodes Hub"},{"address":"https://rpc.source.roomit.xyz/","provider":"RoomIT"},{"address":"https://rpc.source.posthuman.digital","provider":"posthuman"},{"address":"https://source.declab.pro:26604","provider":"Decloud Nodes Lab"},{"address":"https://rpc.source.stakeup.tech","provider":"StakeUp"},{"address":"https://source_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://api.source.nodestake.top","provider":"NodeStake"},{"address":"https://source.lcd.bccnodes.com/","provider":"BccNodes"},{"address":"https://api-source.nodeist.net","provider":"Nodeist"},{"address":"https://source.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://source-mainnet-api.itrocket.net:443","provider":"ITRocket"},{"address":"https://source-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://source.api.moonbridge.team/","provider":"MoonBridge"},{"address":"https://api-source.sr20de.xyz","provider":"Sr20de"},{"address":"https://source-api.stake-town.com","provider":"StakeTown"},{"address":"https://rest.source.tcnetwork.io","provider":"TC Network"},{"address":"https://api.source.indonode.net","provider":"Indonode"},{"address":"https://source.api.nodeshub.online/","provider":"Nodes Hub"},{"address":"https://api.source.validatus.com","provider":"Validatus"},{"address":"https://api.source.roomit.xyz","provider":"RoomIT"},{"address":"https://rest.source.posthuman.digital","provider":"posthuman"},{"address":"https://source.api.staking-explorer.com","provider":"Daily DROP | 3% Fee"},{"address":"https://source.declab.pro:443","provider":"Decloud Nodes Lab"},{"address":"https://api.source.stakeup.tech","provider":"StakeUp"},{"address":"https://source_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"source-mainnet-grpc.itrocket.net:32090","provider":"ITRocket"},{"address":"source.grpc.bccnodes.com:443","provider":"BccNodes"},{"address":"http://source.grpc.m.stavr.tech:9590","provider":"🔥STAVR🔥"},{"address":"https://grpc-source.nodeist.net:443","provider":"Nodeist"},{"address":"https://grpc.source.nodestake.top:443","provider":"NodeStake"},{"address":"https://grpc-source.sr20de.xyz:443","provider":"Sr20de"},{"address":"source-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"source-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"https://source.grpc.skynodejs.net","provider":"skynodejs"},{"address":"https://source.grpc.nodeshub.online","provider":"Nodes Hub"},{"address":"https://grpc.source.validatus.com","provider":"Validatus"},{"address":"grpc.source.roomit.xyz:8443","provider":"RoomIT"},{"address":"https://source.declab.pro:9003","provider":"Decloud Nodes Lab"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Source-Mainnet/","tx_page":"https://explorer.stavr.tech/Source-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Source-Mainnet/accounts/${accountAddress}"},{"kind":"Nodeist","url":"https://exp.nodeist.net/source/","tx_page":"https://exp.nodeist.net/source/tx/${txHash}","account_page":"https://exp.nodeist.net/source/accounts/${accountAddress}"},{"kind":"MoonBridge","url":"https://explorer.moonbridge.team/source","tx_page":"https://explorer.moonbridge.team/source/tx/${txHash}","account_page":"https://explorer.moonbridge.team/source/accounts/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/source","tx_page":"https://explorer.nodestake.top/source/tx/${txHash}","account_page":"https://explorer.nodestake.top/source/accounts/${accountAddress}"},{"kind":"Sr20de","url":"https://explorer.sr20de.xyz/Source-mainnet","tx_page":"https://explorer.sr20de.xyz/Source-mainnet/tx/${txHash}","account_page":"https://explorer.sr20de.xyz/Source-mainnet/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/source","tx_page":"https://explorer.tcnetwork.io/source/transaction/${txHash}"},{"kind":"Indonode","url":"https://explorer.indonode.net/source","tx_page":"https://explorer.indonode.net/source/tx/${txHash}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/source-mainnet/","tx_page":"https://explorer.tendermint.roomit.xyz/source-mainnet/tx/${txHash}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/source","tx_page":"https://explorer.posthuman.digital/source/tx/${txHash}","account_page":"https://explorer.posthuman.digital/source/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Source","tx_page":"https://explorer.declab.pro/Source/tx/${txHash}","account_page":"https://explorer.declab.pro/Source/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/source","tx_page":"https://explorer.whenmoonwhenlambo.money/source/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/source/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/source/","tx_page":"https://explorer.nodeshub.online/source/tx/${txHash}","account_page":"https://explorer.nodeshub.online/source/accounts/${accountAddress}"}]},"stafihub-1":{"$schema":"../chain.schema.json","chain_name":"stafihub","chain_id":"stafihub-1","pretty_name":"StaFi Hub","website":"https://stafihub.io/","status":"live","network_type":"mainnet","bech32_prefix":"stafi","daemon_name":"stafihubd","node_home":"$HOME/.stafihub","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ufis","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ufis"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/stafihub/stafihub","recommended_version":"v0.5.0","compatible_versions":["v0.5.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.2.1","ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/stafihub/network/main/mainnets/stafihub-1(dragonberry)/genesis.json"},"versions":[{"name":"v020","tag":"v0.2.3","height":0,"next_version_name":"v030"},{"name":"v030","tag":"v0.3.0","height":2626590,"proposal":1,"next_version_name":"v040"},{"name":"v040","tag":"v0.4.0","height":3766566,"proposal":2,"next_version_name":"v050"},{"name":"v050","tag":"v0.5.0","height":5868372,"proposal":4,"next_version_name":"v060","recommended_version":"v0.5.0","compatible_versions":["v0.5.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.2.1","ics_enabled":["ics20-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub-chain-logo.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub-chain-logo.png"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"bed296dfadd972ed07cab82c87a0ee5c182dea43","address":"18.136.189.120:26656"},{"id":"045fe6e054a5abe35f5433bd333f0a1b18aa28cf","address":"45.136.28.11:26656"},{"id":"20c0b45c47426c51b3187aa5dca82d9900c2fb36","address":"5.161.88.157:26656"},{"id":"70230067eb1e668d2566329e727c72c930e54de3","address":"116.202.30.7:26656"},{"id":"03f3cb61c7c472044c37aeededde2ffe8884fa02","address":"159.69.108.86:26656"}]},"apis":{"rpc":[{"address":"https://public-rpc1.stafihub.io:443","provider":"StaFiHub"},{"address":"https://public-rpc2.stafihub.io:443","provider":"StaFiHub"},{"address":"https://rpc.stafihub.nodestake.top:443","provider":"NodeStake"}],"rest":[{"address":"https://public-rest-rpc1.stafihub.io","provider":"StaFiHub"},{"address":"https://public-rest-rpc2.stafihub.io","provider":"StaFiHub"},{"address":"https://api.stafihub.nodestake.top","provider":"NodeStake"}],"grpc":[{"address":"public-grpc-rpc1.stafihub.io:443","provider":"StaFiHub"},{"address":"public-grpc-rpc2.stafihub.io:443","provider":"StaFiHub"},{"address":"grpc.stafihub.nodestake.top:443","provider":"NodeStake"},{"address":"stafihub.nodejumper.io:9090","provider":"NODEJUMPER"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/stafi","tx_page":"https://www.mintscan.io/stafi/transactions/${txHash}","account_page":"https://www.mintscan.io/stafi/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/stafihub","tx_page":"https://ezstaking.app/stafihub/txs/${txHash}","account_page":"https://ezstaking.app/stafihub/account/${accountAddress}"},{"kind":"ping-pub","url":"https://ping.pub/stafihub","tx_page":"https://ping.pub/stafihub/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/stafihub","tx_page":"https://atomscan.com/stafihub/transactions/${txHash}","account_page":"https://atomscan.com/stafihub/accounts/${accountAddress}"}],"keywords":["liquid staking"]},"stargaze-1":{"$schema":"../chain.schema.json","chain_name":"stargaze","chain_id":"stargaze-1","pretty_name":"Stargaze","website":"https://stargaze.zone/","status":"live","network_type":"mainnet","bech32_prefix":"stars","daemon_name":"starsd","node_home":"$HOME/.starsd","slip44":118,"fees":{"fee_tokens":[{"denom":"ustars","fixed_min_gas_price":1,"low_gas_price":1,"average_gas_price":1.1,"high_gas_price":1.2}]},"staking":{"staking_tokens":[{"denom":"ustars"}]},"codebase":{"git_repo":"https://github.com/public-awesome/stargaze","recommended_version":"v13.0.0","compatible_versions":["v13.0.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/public-awesome/mainnet/main/stargaze-1/genesis.tar.gz"},"versions":[{"name":"v9","next_version_name":"v10","recommended_version":"v9.1.0","compatible_versions":["v9.1.0","v9.0.0"]},{"name":"v10","next_version_name":"v11","recommended_version":"v10.0.1","compatible_versions":["v10.0.1","v10.0.0"]},{"name":"v11","next_version_name":"v12","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"]},{"name":"v12","next_version_name":"v13","recommended_version":"v12.0.0","compatible_versions":["v12.0.0"]},{"name":"v13","height":12801683,"proposal":260,"next_version_name":"","recommended_version":"v13.0.0","compatible_versions":["v13.0.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.2"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},"peers":{"seeds":[{"id":"70ed826888f102c7c1ceb4d07287956628a53508","address":"174.138.124.7:36656"},{"id":"722079345d941cd2da3daedea548c909d9b83ec5","address":"104.248.101.113:36656"},{"id":"d5fc4f479c4e212c96dff5704bb2468ea03b8ae3","address":"sg-seed.blockpane.com:26656","provider":"[ block pane ]"},{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:13756","provider":"RHINO"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13756","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"stargaze-mainnet-seed.autostake.com:26986","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:13756","provider":"WhisperNode 🤐"},{"id":"96e0040d44a2f0b59d2a07e128369363d8535b67","address":"seed-stargaze.ibs.team:16669","provider":"Inter Blockchain Services"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:10356","provider":"StakerHouse"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"stargaze-mainnet-peer.autostake.com:26986","provider":"AutoStake 🛡️ Slash Protected"},{"id":"344c62c700a59de6137ccd6cade56721cb1e9777","address":"stargaze.ramuchi.tech:26656","provider":"ramuchi.tech"},{"id":"f132374f5e70088e855c81df98dd8bb28ea7491d","address":"65.21.91.99:46656","provider":"Staketab"}]},"apis":{"rpc":[{"address":"https://rpc.stargaze-apis.com/","provider":"Stargaze Foundation"},{"address":"https://rpc-stargaze.pupmos.network","provider":"PUPMØS"},{"address":"https://rpc-stargaze.ezstaking.dev","provider":"EZStaking.io"},{"address":"https://stargaze-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-stargaze-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://stargaze.c29r3.xyz:443/rpc/","provider":"c29r3"},{"address":"https://rpc-stargaze.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://stargaze-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://rpc-stargaze.d-stake.xyz","provider":"D-stake"},{"address":"https://rpc.stargaze.silentvalidator.com/","provider":"silent"},{"address":"https://rpc-stargaze.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://stargaze-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://stargaze-rpc.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://stargaze-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://stargaze-rpc.w3coins.io","provider":"w3coins"},{"address":"https://stargaze-rpc.stakerhouse.com","provider":"StakerHouse"},{"address":"https://stargaze-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://stargaze-rpc.reece.sh:443","provider":"Reecepbcups"},{"address":"https://rpc.stargaze.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://stargaze-rpc.kleomedes.network","provider":"Kleomedes"}],"rest":[{"address":"https://rest.stargaze-apis.com/","provider":"Stargaze Foundation"},{"address":"https://api-stargaze.pupmos.network","provider":"PUPMØS"},{"address":"https://api-stargaze.ezstaking.dev","provider":"EZStaking.io"},{"address":"https://api-stargaze-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://stargaze.c29r3.xyz:443/api/","provider":"c29r3"},{"address":"https://stargaze-api.polkachu.com","provider":"Polkachu"},{"address":"https://stargaze-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://api-stargaze.d-stake.xyz","provider":"D-stake"},{"address":"https://api-stargaze.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://api.stargaze.silentvalidator.com/","provider":"silent"},{"address":"https://stargaze-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://lcd-stargaze.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://stargaze-api.ramuchi.tech","provider":"ramuchi.tech"},{"address":"https://stargaze-rest.staketab.org","provider":"Staketab"},{"address":"https://stargaze-api.w3coins.io","provider":"w3coins"},{"address":"https://stargaze-rest.stakerhouse.com","provider":"StakerHouse"},{"address":"https://stargaze-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://stargaze-api.reece.sh:443","provider":"Reecepbcups"},{"address":"https://lcd.stargaze.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://stargaze-api.kleomedes.network","provider":"Kleomedes"}],"grpc":[{"address":"grpc-stargaze-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"stargaze-grpc.polkachu.com:13790","provider":"Polkachu"},{"address":"stargaze-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc-stargaze.cosmos-spaces.cloud:1150","provider":"Cosmos Spaces"},{"address":"https://stargaze-grpc.ramuchi.tech:9090","provider":"ramuchi.tech"},{"address":"services.staketab.com:9092","provider":"Staketab"},{"address":"stargaze-grpc.w3coins.io:13790","provider":"w3coins"},{"address":"stargaze-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"stargaze-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"https://grpc.stargaze.bronbro.io:443","provider":"Bro_n_Bro"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/stargaze","tx_page":"https://ezstaking.app/stargaze/txs/${txHash}","account_page":"https://ezstaking.app/stargaze/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/stargaze/","tx_page":"https://www.mintscan.io/stargaze/transactions/${txHash}","account_page":"https://www.mintscan.io/stargaze/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/stargaze","tx_page":"https://ping.pub/stargaze/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/stargaze","tx_page":"https://atomscan.com/stargaze/transactions/${txHash}","account_page":"https://atomscan.com/stargaze/accounts/${accountAddress}"},{"kind":"Starscan","url":"https://starscan.net/","tx_page":"https://starscan.net/stargaze-1/tx/${txHash}","account_page":"https://starscan.net/stargaze-1/address/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/stargaze","tx_page":"https://mainnet.whispernode.com/stargaze/tx/${txHash}","account_page":"https://mainnet.whispernode.com/stargaze/account/${accountAddress}"}]},"iov-mainnet-ibc":{"$schema":"../chain.schema.json","chain_name":"starname","chain_id":"iov-mainnet-ibc","pretty_name":"Starname","website":"https://www.starname.me/","status":"live","network_type":"mainnet","bech32_prefix":"star","slip44":234,"alternative_slip44s":[118],"fees":{"fee_tokens":[{"denom":"uiov","low_gas_price":1,"average_gas_price":2,"high_gas_price":3}]},"staking":{"staking_tokens":[{"denom":"uiov"}]},"codebase":{"git_repo":"https://github.com/iov-one/starnamed","recommended_version":"v0.11.7","compatible_versions":["v0.11.7"],"genesis":{"genesis_url":"https://gist.githubusercontent.com/davepuchyr/6bea7bf369064d118195e9b15ea08a0f/raw/genesis.json"},"versions":[{"name":"v0.10","next_version_name":"v0.11","recommended_version":"v0.10.18","compatible_versions":["v0.10.17","v0.10.18"]},{"name":"v0.11","recommended_version":"v0.11.7","compatible_versions":["v0.11.7"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"}],"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"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"9aabe0ac122f3104d8fc098e19c66714c6f1ace9","address":"3.37.140.5:26656"},{"id":"68d03f2594a4d7ae2aa9d27f208dbea4de77b048","address":"34.65.26.71:26656"}]},"apis":{"rpc":[{"address":"https://rpc-starname-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rpc.starname.app","provider":"Chainmasters"}],"rest":[{"address":"https://api-starname-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://rest.starname.app","provider":"Chainmasters"}],"grpc":[{"address":"grpc-starname-ia.cosmosia.notional.ventures:443","provider":"starname"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/starname","tx_page":"https://ping.pub/starname/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/starname","tx_page":"https://atomscan.com/starname/transactions/${txHash}","account_page":"https://atomscan.com/starname/accounts/${accountAddress}"}]},"stratos-1":{"$schema":"../chain.schema.json","chain_name":"stratos","chain_id":"stratos-1","pretty_name":"Stratos","website":"https://www.thestratos.org","status":"live","network_type":"mainnet","bech32_prefix":"st","daemon_name":"stchaind","node_home":"$HOME/.stchaind","key_algos":["ethsecp256k1"],"slip44":606,"fees":{"fee_tokens":[{"denom":"wei"}]},"codebase":{"git_repo":"https://github.com/stratosnet/stratos-chain","recommended_version":"v0.11.2","compatible_versions":["v0.11.2"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/stratosnet/mainnet/main/genesis/genesis.json"},"versions":[{"name":"v0.11.2","recommended_version":"v0.11.2","compatible_versions":["v0.11.2"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg"},"peers":{"seeds":[{"id":"cdbd7ce27584e699d9b9e6d72a1551666c750e4d","address":"35.86.41.142:26656","provider":"thestratos.org"},{"id":"ce225e67f7a383b50c91aeb902a86dd3ecb70d65","address":"34.84.212.13:26656","provider":"thestratos.org"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:21856","provider":"WhisperNode 🤐"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"8a57d4701e87096c9bf151c376aafa97f9f516c7","address":"78.46.174.39:25656","provider":"[NODERS]TEAM"}]},"apis":{"rpc":[{"address":"https://rpc.thestratos.org","provider":"thestratos.org"},{"address":"http://stratos.rpc.nodersteam.com:26657/","provider":"[NODERS]TEAM"},{"address":"https://rpc-stratos.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://stratos-rpc.noders.services:443","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://rest.thestratos.org","provider":"thestratos.org"},{"address":"https://lcd-stratos.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://stratos-api.noders.services:443","provider":"[NODERS]TEAM"}],"grpc":[{"address":"https://grpc.thestratos.org","provider":"thestratos.org"},{"address":"https://grpc.stratos.nodestake.top","provider":"NodeStake"},{"address":"stratos.grpc.nodersteam.com:9090","provider":"[NODERS]TEAM"},{"address":"stratos-grpc.noders.services:29090","provider":"[NODERS]TEAM"}],"evm-http-jsonrpc":[{"address":"https://web3-rpc.thestratos.org","provider":"thestratos.org"},{"address":"https://jsonrpc.stratos.nodestake.top","provider":"NodeStake"},{"address":"https://stratos-jsonrpc.noders.services","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.thestratos.org","tx_page":"https://explorer.thestratos.org/transactions/${txHash}","account_page":"https://explorer.thestratos.org/accounts/${accountAddress}"},{"kind":"blockscout","url":"https://web3-explorer.thestratos.org","tx_page":"https://web3-explorer.thestratos.org/tx/${txHash}","account_page":"https://web3-explorer.thestratos.org/address/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/stratos","tx_page":"https://explorer.nodestake.top/stratos/tx/${txHash}","account_page":"https://explorer.nodestake.top/stratos/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/stratos","tx_page":"https://explorer.tcnetwork.io/stratos/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/stratos/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/stratos","tx_page":"https://mainnet.whispernode.com/stratos/tx/${txHash}","account_page":"https://mainnet.whispernode.com/stratos/account/${accountAddress}"}],"extra_codecs":[]},"stride-1":{"$schema":"../chain.schema.json","chain_name":"stride","chain_id":"stride-1","pretty_name":"Stride","website":"https://stride.zone/","status":"live","network_type":"mainnet","bech32_prefix":"stride","daemon_name":"strided","node_home":"$HOME/.stride","key_algos":["ed25519"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ustrd","fixed_min_gas_price":0.0005,"low_gas_price":0.005,"average_gas_price":0.005,"high_gas_price":0.05},{"denom":"stuatom","fixed_min_gas_price":0.0001,"low_gas_price":0.0001,"average_gas_price":0.0002,"high_gas_price":0.0005},{"denom":"stuosmo","fixed_min_gas_price":0.001,"low_gas_price":0.001,"average_gas_price":0.002,"high_gas_price":0.004},{"denom":"stustars","fixed_min_gas_price":1,"low_gas_price":1,"average_gas_price":1.1,"high_gas_price":1.2},{"denom":"stujuno","fixed_min_gas_price":0.075,"low_gas_price":0.075,"average_gas_price":0.1,"high_gas_price":0.125},{"denom":"stuluna","fixed_min_gas_price":0.0125,"low_gas_price":0.0125,"average_gas_price":0.015,"high_gas_price":0.04},{"denom":"staevmos","fixed_min_gas_price":250000000,"low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000},{"denom":"stinj","fixed_min_gas_price":500000000,"low_gas_price":500000000,"average_gas_price":700000000,"high_gas_price":900000000},{"denom":"stucmdx","fixed_min_gas_price":0.02,"low_gas_price":0.02,"average_gas_price":0.025,"high_gas_price":0.04},{"denom":"stuumee","fixed_min_gas_price":0.1,"low_gas_price":0.1,"average_gas_price":0.12,"high_gas_price":0.2},{"denom":"stutia","fixed_min_gas_price":0.002,"low_gas_price":0.01,"average_gas_price":0.02,"high_gas_price":0.1},{"denom":"stadydx","fixed_min_gas_price":15000000000,"low_gas_price":15000000000,"average_gas_price":15000000000,"high_gas_price":20000000000},{"denom":"stadym","fixed_min_gas_price":15000000000,"low_gas_price":15000000000,"average_gas_price":15000000000,"high_gas_price":20000000000},{"denom":"stusaga","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.015,"high_gas_price":0.03},{"denom":"ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801","fixed_min_gas_price":0.002,"low_gas_price":0.01,"average_gas_price":0.02,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"ustrd"}]},"codebase":{"git_repo":"https://github.com/Stride-Labs/stride","recommended_version":"v21.0.0","compatible_versions":["v21.0.0"],"cosmos_sdk_version":"Stride-Labs/cosmos-sdk v0.47.10-stride-distribution-fix-0","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/Stride-Labs/testnet/main/mainnet/genesis.json","ics_ccv_url":"https://raw.githubusercontent.com/Stride-Labs/mainnet/main/ics-instructions/ccv.json"},"versions":[{"name":"v8","next_version_name":"v9","recommended_version":"v8.0.0","compatible_versions":["v8.0.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.1.0"},{"name":"v9","height":3396933,"proposal":202,"next_version_name":"v10","recommended_version":"v9.2.1","compatible_versions":["v9.0.0","v9.2.1"]},{"name":"v10","height":4191914,"proposal":206,"next_version_name":"v11","recommended_version":"v10.0.0","compatible_versions":["v10.0.0"],"cosmos_sdk_version":"0.47.3","ibc_go_version":"7.1.0"},{"name":"v11","tag":"v11.0.0","height":4291924,"proposal":207,"next_version_name":"v12","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"ibc_go_version":"7.2.0"},{"name":"v12","tag":"v12.1.0","height":4616678,"proposal":208,"next_version_name":"v13","recommended_version":"v12.1.0","compatible_versions":["v12.1.0"],"consensus":{"type":"cometbft","version":"0.37.2"},"ibc_go_version":"7.2.0"},{"name":"v13","tag":"v13.1.0","height":5044405,"proposal":211,"next_version_name":"v14","recommended_version":"v13.1.0","compatible_versions":["v13.1.0"],"consensus":{"type":"cometbft","version":"0.37.2"},"ibc_go_version":"7.2.0"},{"name":"v14","tag":"v14.0.0","height":5223225,"proposal":214,"next_version_name":"v15","recommended_version":"v14.0.0","compatible_versions":["v14.0.0"],"consensus":{"type":"cometbft","version":"0.37.2"},"ibc_go_version":"7.2.0"},{"name":"v15","tag":"v15.0.0","height":5532355,"proposal":217,"next_version_name":"v16","recommended_version":"v15.0.0","compatible_versions":["v15.0.0"],"consensus":{"type":"cometbft","version":"0.37.2"},"ibc_go_version":"7.2.0"},{"name":"v16","tag":"v16.0.0","height":5932395,"proposal":220,"next_version_name":"v17","recommended_version":"v16.0.0","compatible_versions":["v16.0.0"],"consensus":{"type":"cometbft","version":"0.37.2"},"ibc_go_version":"7.2.0"},{"name":"v17","tag":"v17.0.0","height":7244427,"proposal":226,"next_version_name":"v18","recommended_version":"v17.0.0","compatible_versions":["v17.0.0"],"cosmos_sdk_version":"v0.47.5-stride-distribution-fix-0","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"7.3.1"},{"name":"v18","tag":"v18.0.0","height":7464647,"proposal":229,"next_version_name":"v19","recommended_version":"v18.0.0","compatible_versions":["v18.0.0"],"cosmos_sdk_version":"Stride-Labs/cosmos-sdk v0.47.5-stride-distribution-fix-0","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"7.3.1"},{"name":"v19","tag":"v19.0.0","height":8064608,"proposal":233,"next_version_name":"v20","recommended_version":"v19.0.0","compatible_versions":["v19.0.0"],"cosmos_sdk_version":"Stride-Labs/cosmos-sdk v0.47.5-stride-distribution-fix-0","consensus":{"type":"cometbft","version":"v0.37.2"},"ibc_go_version":"7.3.1"},{"name":"v20","tag":"v20.0.0","height":8269628,"proposal":235,"next_version_name":"v21","recommended_version":"v20.0.0","compatible_versions":["v20.0.0"],"cosmos_sdk_version":"Stride-Labs/cosmos-sdk v0.47.10-stride-distribution-fix-0","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.3.1"},{"name":"v21","tag":"v21.0.0","height":8370738,"proposal":236,"next_version_name":"","recommended_version":"v21.0.0","compatible_versions":["v21.0.0"],"cosmos_sdk_version":"Stride-Labs/cosmos-sdk v0.47.10-stride-distribution-fix-0","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"7.3.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stride-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stride-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:12256","provider":"RHINO"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:12256","provider":"Polkachu"},{"id":"cb91a11588d66cfd9c01f99541df4978a08e0e39","address":"seedv1.main.stridenet.co:26656","provider":"Stride"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:12256","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"stride-mainnet-seed.autostake.com:26886","provider":"AutoStake 🛡️ Slash Protected"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"stride.rpc.kjnodes.com:11659","provider":"kjnodes"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"stride.seed.node75.org:10456","provider":"Pro-Nodes75"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"c28827cb96c14c905b127b92065a3fb4cd77d7f6","address":"seeds.whispernode.com:12256","provider":"WhisperNode 🤐"},{"id":"ced7684f4d60399986cdbc1465ac00a420a14202","address":"seed-stride-01.stakeflow.io:1807","provider":"Stakeflow"}],"persistent_peers":[{"id":"df3f533e6b9776c11f08da804edcb810cbdd2080","address":"65.108.234.23:12256","provider":"Polkachu-2"},{"id":"e821acdaf0c7a3c60ea3cd4eb4a98a62dad06f58","address":"43.201.12.41:26656","provider":"Cosmostation-2"},{"id":"a7b4cf6f65138ba61518c2c45402da32dc8e28b7","address":"stride.peer.stavr.tech:21016","provider":"🔥STAVR🔥"},{"id":"b5f9fa874781f975687018ae559f0d952d3a2e24","address":"52.52.208.179:26656","provider":"Cosmostation-3"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"stride-mainnet-peer.autostake.com:26886","provider":"AutoStake 🛡️ Slash Protected"},{"id":"ced7684f4d60399986cdbc1465ac00a420a14202","address":"peer-stride-01.stakeflow.io:1807","provider":"Stakeflow"},{"id":"4d17c6e85a1e6282efee950ff3dfe85b4b043f0f","address":"148.251.51.144:26656","provider":"Stake-Take"}]},"apis":{"rpc":[{"address":"https://stride-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://stride-rpc.onivalidator.com","provider":"Oni Validator ⛩️"},{"address":"https://stride-rpc.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.stride.silentvalidator.com/","provider":"silent"},{"address":"https://rpc-stride.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://stride.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc-stride.pupmos.network","provider":"PUPMØS"},{"address":"https://rpc-stride.architectnodes.com","provider":"Architect Nodes"},{"address":"https://rpc-stride.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://stride-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-stride-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://stride-rpc.w3coins.io","provider":"w3coins"},{"address":"https://stride-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://community.nuxian-node.ch:6797/stride/trpc","provider":"PRO Delegators"},{"address":"https://stride-rpc.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://rpc.stride.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://public.stakewolle.com/cosmos/stride/rpc","provider":"Stakewolle"}],"rest":[{"address":"https://stride-api.polkachu.com/","provider":"Polkachu"},{"address":"https://api-stride.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://stride-api.lavenderfive.com/","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api.stride.silentvalidator.com/","provider":"silent"},{"address":"https://stride.api.kjnodes.com","provider":"kjnodes"},{"address":"https://api-stride.pupmos.network","provider":"PUPMØS"},{"address":"https://stride-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest-stride.architectnodes.com","provider":"Architect Nodes"},{"address":"https://lcd-stride.whispernode.com:443","provider":"WhisperNode 🤐"},{"address":"https://api-stride-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://stride-api.w3coins.io","provider":"w3coins"},{"address":"https://stride-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://community.nuxian-node.ch:6797/stride/crpc","provider":"PRO Delegators"},{"address":"https://stride-api.stakeandrelax.net","provider":"Stake&Relax 🦥"},{"address":"https://lcd.stride.bronbro.io:443","provider":"Bro_n_Bro"},{"address":"https://public.stakewolle.com/cosmos/stride/rest","provider":"Stakewolle"}],"grpc":[{"address":"stride.grpc.bccnodes.com:443","provider":"BccNodes"},{"address":"stride-grpc.polkachu.com:12290","provider":"Polkachu"},{"address":"stride-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"http://stride.grpc.m.stavr.tech:9986","provider":"🔥STAVR🔥"},{"address":"grpc-stride.cosmos-spaces.cloud:1140","provider":"Cosmos Spaces"},{"address":"stride-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"stride.grpc.kjnodes.com:11690","provider":"kjnodes"},{"address":"grpc-stride-01.stakeflow.io:1802","provider":"Stakeflow"},{"address":"stride-grpc.w3coins.io:12290","provider":"w3coins"},{"address":"stride-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"stride-grpc.stakeandrelax.net:12290","provider":"Stake&Relax 🦥"},{"address":"https://grpc.stride.bronbro.io:443","provider":"Bro_n_Bro"}]},"explorers":[{"kind":"BccNodes","url":"https://explorer.bccnodes.com/stride-M","tx_page":"https://explorer.bccnodes.com/stride-M/tx/${txHash}","account_page":"https://explorer.bccnodes.com/stride-M/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/stride","tx_page":"https://ezstaking.app/stride/txs/${txHash}","account_page":"https://ezstaking.app/stride/account/${accountAddress}"},{"kind":"Apollo","url":"https://apollo.chandrastation.com/stride","tx_page":"https://apollo.chandrastation.com/stride/tx/${txHash}","account_page":"https://apollo.chandrastation.com/stride/account/${accountAddress}"},{"kind":"Stride Ping Pub","url":"https://explorer.stride.zone/stride","tx_page":"https://explorer.stride.zone/stride/tx/${txHash}","account_page":"https://explorer.stride.zone/stride/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/stride","tx_page":"https://explorer.stavr.tech/stride/tx/${txHash}","account_page":"https://explorer.stavr.tech/stride/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/stride","tx_page":"https://www.mintscan.io/stride/transactions/${txHash}","account_page":"https://www.mintscan.io/stride/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/stride","tx_page":"https://atomscan.com/stride/transactions/${txHash}","account_page":"https://atomscan.com/stride/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/stride","account_page":"https://stakeflow.io/stride/accounts/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/stride","tx_page":"https://explorer.stake-take.com/stride/tx/${txHash}","account_page":"https://explorer.stake-take.com/stride/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/stride","tx_page":"https://mainnet.whispernode.com/stride/tx/${txHash}","account_page":"https://mainnet.whispernode.com/stride/account/${accountAddress}"}]},"sunrise-1":{"$schema":"../chain.schema.json","chain_name":"sunrise","chain_id":"sunrise-1","pretty_name":"Sunrise","website":"https://sunriselayer.io/","status":"upcoming","network_type":"mainnet","bech32_prefix":"sunrise","daemon_name":"sunrised","node_home":"$HOME/.sunrise","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"urise","fixed_min_gas_price":0.002,"low_gas_price":0.01,"average_gas_price":0.02,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"uvrise"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/sunriselayer/sunrise","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised"},"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","versions":[{"name":"v0.0.7","recommended_version":"v0.0.7","compatible_versions":["v0.0.7"],"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.0.7/sunrised"}},{"name":"v0.0.8","recommended_version":"v0.0.8","compatible_versions":["v0.0.8"],"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.0.8/sunrised"}},{"name":"v0.1.1","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[],"rest":[],"grpc":[]},"explorers":[]},"tenet_1559-1":{"$schema":"../chain.schema.json","chain_name":"tenet","chain_id":"tenet_1559-1","pretty_name":"Tenet","website":"https://tenet.org/","status":"live","network_type":"mainnet","bech32_prefix":"tenet","daemon_name":"tenetd","node_home":"$HOME/.tenetd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"atenet","fixed_min_gas_price":250000000,"low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"atenet"}]},"codebase":{"git_repo":"https://github.com/tenet-org/tenet-mainnet","recommended_version":"v11.2.1","compatible_versions":["v11.2.1"],"binaries":{"linux/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Linux_amd64.tar.gz","linux/arm64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Windows_amd64.zip"},"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/tenet-org/tenet-mainnet/master/config/genesis.json"},"versions":[{"name":"v11","next_version_name":"multichain","recommended_version":"v11.0.6","compatible_versions":["v11.0.6"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.0","binaries":{"linux/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Linux_amd64.tar.gz","linux/arm64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Darwin_arm64.tar.gz","darwin/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.0.6/tenet-mainnet_11.0.6_Windows_amd64.zip"}},{"name":"multichain","height":2330000,"proposal":2,"next_version_name":"","recommended_version":"v11.2.1","compatible_versions":["v11.2.0","v11.2.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"6.1.0","binaries":{"linux/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Linux_amd64.tar.gz","linux/arm64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Darwin_amd64.tar.gz","darwin/arm64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/tenet-org/tenet-mainnet/releases/download/v11.2.1/tenet-mainnet_11.2.1_Windows_amd64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"},"peers":{"seeds":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"tenet-mainnet-seed.autostake.com:27386","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"f8432cc5094870c96f34a0ebb36ffb0d38a53ad4","address":"164.92.209.223:26656","provider":"tenet"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"tenet-mainnet-peer.autostake.com:27386","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}]},"apis":{"rpc":[{"address":"https://tendermint-1.rpc.tenet.org","provider":"tenet"},{"address":"https://tenet-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://tenet_mainnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://app.rpc.tenet.org","provider":"tenet"},{"address":"https://tenet-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://tenet_mainnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"tenet-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"kichain-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}],"evm-http-jsonrpc":[{"address":"https://rpc.tenet.org","provider":"tenet"},{"address":"https://tenet-evm.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pub/tenet","tx_page":"https://ping.pub/tenet/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/Tenet","tx_page":"https://exp.nodeist.net/Tenet/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/tenet","tx_page":"https://explorer.tcnetwork.io/tenet/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/tenet/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/tenet","tx_page":"https://explorer.whenmoonwhenlambo.money/tenet/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/tenet/account/${accountAddress}"}],"extra_codecs":["ethermint"]},"teritori-1":{"$schema":"../chain.schema.json","chain_name":"teritori","chain_id":"teritori-1","pretty_name":"Teritori","website":"https://teritori.com/","status":"live","network_type":"mainnet","bech32_prefix":"tori","daemon_name":"teritorid","node_home":"$HOME/.teritorid","slip44":118,"fees":{"fee_tokens":[{"denom":"utori","low_gas_price":0,"average_gas_price":0.25,"high_gas_price":0.5}]},"staking":{"staking_tokens":[{"denom":"utori"}]},"codebase":{"git_repo":"https://github.com/TERITORI/teritori-chain","recommended_version":"v2.0.6","compatible_versions":["v2.0.6"],"cosmos_sdk_version":"v0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.teritorid/data/wasm","ibc_go_version":"v7.3.1","genesis":{"genesis_url":"https://github.com/TERITORI/teritori-chain/raw/mainnet/mainnet/teritori-1/genesis.json"},"versions":[{"name":"v1.3.1","next_version_name":"v1.4.0","recommended_version":"v1.3.1","compatible_versions":["v1.3.1"]},{"name":"v1.4.0","height":3699425,"proposal":34,"next_version_name":"v2.0.0","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"]},{"name":"v2.0.0","height":7199342,"proposal":38,"next_version_name":"","recommended_version":"v2.0.6","compatible_versions":["v2.0.6"],"cosmos_sdk_version":"v0.47.6","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.teritorid/data/wasm","ibc_go_version":"v7.3.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.svg"},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:15956","provider":"RHINO"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:15956","provider":"Polkachu"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"teritori.rpc.kjnodes.com:11959","provider":"kjnodes"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"teritori-mainnet-seed.autostake.com:27166","provider":"AutoStake 🛡️ Slash Protected"},{"id":"1ef268d56b79edbd0c32815f4bf9c362a0617ed4","address":"seed-teritori.ibs.team:16670","provider":"Inter Blockchain Services"},{"id":"38d107de6a22ca6e1a6bafd2041e38f5d50a6945","address":"seed-node.mms.team:40656","provider":"MMS"}],"persistent_peers":[{"id":"8f28518afd31a42ea81bb3232a50ab0cec4dcdf7","address":"10.201.190.1:26656","provider":"teritori-core-1 ⛩"},{"id":"6046cec27c36f0a7596cb9fa9f2c5decbd4e87cb","address":"10.193.255.1:26656","provider":"teritori-core-2 ⛩⛩"},{"id":"29c218fb6d31d2316b854c1178327157fbce8aa7","address":"teritori.peers.stavr.tech:38026","provider":"🔥STAVR🔥"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"teritori-mainnet-peer.autostake.com:27166","provider":"AutoStake 🛡️ Slash Protected"},{"id":"669470aba9778ccccd07127115dcdc30e141d7ae","address":"peer-teritori.mms.team:33656","provider":"MMS"}]},"apis":{"rpc":[{"address":"https://teritori-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://teritori.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://rpc.teritori.silentvalidator.com/","provider":"silent"},{"address":"https://teritori-rpc.brocha.in","provider":"Brochain"},{"address":"https://teritori-rpc.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://teritori.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc.tori.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://teritori-rpc.kleomedes.network","provider":"Kleomedes"},{"address":"https://m-teritori.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://rpc-teritori.pupmos.network","provider":"PUPMØS"},{"address":"https://teritori-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rpc-teritori.ecostake.com","provider":"ecostake"},{"address":"https://teritori-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://teritori-api.polkachu.com","provider":"Polkachu"},{"address":"https://teritori.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.teritori.silentvalidator.com/","provider":"silent"},{"address":"https://teritori-api.ibs.team","provider":"Inter Blockchain Services"},{"address":"https://teritori.api.kjnodes.com","provider":"kjnodes"},{"address":"https://api.tori.bh.rocks","provider":"BlockHunters 🎯"},{"address":"https://teritori-api.kleomedes.network","provider":"Kleomedes"},{"address":"https://m-teritori.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://api-teritori.pupmos.network","provider":"PUPMØS"},{"address":"https://teritori-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://rest-teritori.ecostake.com","provider":"ecostake"},{"address":"https://teritori-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"grpc.teritori.nodestake.top:443","provider":"NodeStake"},{"address":"teritori.grpc.m.stavr.tech:6705","provider":"🔥STAVR🔥"},{"address":"teritori-grpc.brocha.in:443","provider":"Brochain"},{"address":"teritori-grpc.polkachu.com:15990","provider":"Polkachu"},{"address":"teritori.grpc.silknodes.io:443","provider":"Silk Nodes"},{"address":"teritori-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"teritori.grpc.kjnodes.com:11990","provider":"kjnodes"},{"address":"teritori-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/teritori","tx_page":"https://ezstaking.app/teritori/txs/${txHash}","account_page":"https://ezstaking.app/teritori/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.teritori.com/teritori","tx_page":"https://explorer.teritori.com/teritori/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/teritori-main","tx_page":"https://explorer.stavr.tech/teritori-main/tx/${txHash}"},{"kind":"guru","url":"https://teritori.explorers.guru/","tx_page":"https://teritori.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://explorer.brocha.in/teritori","tx_page":"https://explorer.brocha.in/teritori/tx/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/teritori","tx_page":"https://exp.utsa.tech/teritori/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/teritori","tx_page":"https://www.mintscan.io/teritori/transactions/${txHash}","account_page":"https://www.mintscan.io/teritori/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/teritori","tx_page":"https://explorer.tcnetwork.io/teritori/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/teritori","tx_page":"https://atomscan.com/teritori/transactions/${txHash}","account_page":"https://atomscan.com/teritori/accounts/${accountAddress}"}]},"columbus-5":{"$schema":"../chain.schema.json","chain_name":"terra","chain_id":"columbus-5","pretty_name":"Terra Classic","status":"live","network_type":"mainnet","bech32_prefix":"terra","daemon_name":"terrad","node_home":"$HOME/.terra","slip44":330,"fees":{"fee_tokens":[{"denom":"uluna","low_gas_price":28.325,"average_gas_price":28.325,"high_gas_price":50},{"denom":"usdr","low_gas_price":0.52469,"average_gas_price":0.52469,"high_gas_price":0.52469},{"denom":"uusd","low_gas_price":0.75,"average_gas_price":0.75,"high_gas_price":0.75},{"denom":"ukrw","low_gas_price":850,"average_gas_price":850,"high_gas_price":850},{"denom":"umnt","low_gas_price":2142.855,"average_gas_price":2142.855,"high_gas_price":2142.855},{"denom":"ueur","low_gas_price":0.625,"average_gas_price":0.625,"high_gas_price":0.625},{"denom":"ucny","low_gas_price":4.9,"average_gas_price":4.9,"high_gas_price":4.9},{"denom":"ujpy","low_gas_price":81.85,"average_gas_price":81.85,"high_gas_price":81.85},{"denom":"ugbp","low_gas_price":0.55,"average_gas_price":0.55,"high_gas_price":0.55},{"denom":"uinr","low_gas_price":54.4,"average_gas_price":54.4,"high_gas_price":54.4},{"denom":"ucad","low_gas_price":0.95,"average_gas_price":0.95,"high_gas_price":0.95},{"denom":"uchf","low_gas_price":0.7,"average_gas_price":0.7,"high_gas_price":0.7},{"denom":"uaud","low_gas_price":0.95,"average_gas_price":0.95,"high_gas_price":0.95},{"denom":"usgd","low_gas_price":1,"average_gas_price":1,"high_gas_price":1},{"denom":"uthb","low_gas_price":23.1,"average_gas_price":23.1,"high_gas_price":23.1},{"denom":"usek","low_gas_price":6.25,"average_gas_price":6.25,"high_gas_price":6.25},{"denom":"unok","low_gas_price":6.25,"average_gas_price":6.25,"high_gas_price":6.25},{"denom":"udkk","low_gas_price":4.5,"average_gas_price":4.5,"high_gas_price":4.5},{"denom":"uidr","low_gas_price":10900,"average_gas_price":10900,"high_gas_price":10900},{"denom":"uphp","low_gas_price":38,"average_gas_price":38,"high_gas_price":38},{"denom":"uhkd","low_gas_price":5.85,"average_gas_price":5.85,"high_gas_price":5.85},{"denom":"umyr","low_gas_price":3,"average_gas_price":3,"high_gas_price":3},{"denom":"utwd","low_gas_price":20,"average_gas_price":20,"high_gas_price":20}]},"staking":{"staking_tokens":[{"denom":"uluna"}]},"codebase":{"git_repo":"https://github.com/classic-terra/core","recommended_version":"v2.1.1","compatible_versions":["v2.1.1"],"genesis":{"name":"1.0.5","genesis_url":"https://tfl-columbus-5.s3.amazonaws.com/genesis.json"},"versions":[{"name":"1.0.5","tag":"v1.0.5-full-archive","height":0,"next_version_name":"1.1.0","binaries":{"linux/amd64":"https://github.com/terra-money/classic-core/releases/download/v1.0.5-full-archive/terra_1.0.5_Linux_x86_64.tar.gz?checksum=sha256:af3ee3bd99bd719d6d9a93a40af9f0bc49bb3866c68e923e284876784126f38c"}},{"name":"1.1.0","tag":"v1.1.0","height":11734000,"next_version_name":"2.0.1","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"binaries":{"linux/amd64":"https://github.com/terra-money/classic-core/releases/download/v1.1.0/terra_1.1.0_Linux_x86_64.tar.gz?checksum=sha256:fd83c14bcfadea36ad444c219ab557b9d65d2f74be0684498a5c41e3df7cb535"}},{"name":"2.0.1","tag":"v2.0.1","height":12815210,"cosmos_sdk_version":"0.45.13","consensus":{"type":"tendermint","version":"0.34.24"},"cosmwasm_version":"0.16.7","cosmwasm_enabled":true,"ibc_go_version":"1.3.1","binaries":{"linux/amd64":"https://github.com/terra-money/classic-core/releases/download/v2.0.1/terra_2.0.1_Linux_x86_64.tar.gz?checksum=sha256:b9edfd51080c9c9ae16b30afd1b8490d7278e51d521ccc0f2afcbb7e3b389b8d"}},{"name":"2.1.1","tag":"v2.1.1","height":13215800,"cosmos_sdk_version":"0.45.14","consensus":{"type":"tendermint","version":"0.34.24"},"cosmwasm_version":"0.30.0","cosmwasm_enabled":true,"ibc_go_version":"4.3.1","binaries":{"linux/amd64":"https://github.com/terra-money/classic-core/releases/download/v2.1.1/terra_2.1.1_Linux_x86_64.tar.gz?checksum=sha256:9bf91be244af95f1afcf7fc1ddb1852aa96651adf94e9668c16c7df5596100d6"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg"}],"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"},"peers":{"seeds":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"terraclassic-mainnet-seed.autostake.com:26676","provider":"AutoStake 🛡️ Slash Protected"},{"id":"b1bdf6249fb58b4c8284aff8a9c5b2804d822261","address":"seed.terra.synergynodes.com:26656","provider":"www.synergynodes.com"},{"id":"65d86ab6024153286b823a3950e9055478effb04","address":"terra.inotel.ro:26656","provider":"www.inotel.ro"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"terraclassic-mainnet-peer.autostake.com:26676","provider":"AutoStake 🛡️ Slash Protected"},{"id":"b1bdf6249fb58b4c8284aff8a9c5b2804d822261","address":"seed.terra.synergynodes.com:26656","provider":"www.synergynodes.com"},{"id":"65d86ab6024153286b823a3950e9055478effb04","address":"terra.inotel.ro:26656","provider":"www.inotel.ro"}]},"apis":{"rpc":[{"address":"https://terra-classic-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc-terra-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://terraclassic-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://terraclassic-rpc-server-01.stakely.io","provider":"Stakely"}],"rest":[{"address":"https://terra-classic-lcd.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api-terra-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://terraclassic-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://terraclassic-lcd-server-01.stakely.io","provider":"Stakely"}],"grpc":[{"address":"grpc.terrarebels.net","provider":"Terra Rebels"},{"address":"terra-classic-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc-terra-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"terraclassic-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"}]},"explorers":[{"kind":"ezstaking","url":"https://ezstaking.app/terra","tx_page":"https://ezstaking.app/terra/txs/${txHash}","account_page":"https://ezstaking.app/terra/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/terra-luna","tx_page":"https://ping.pub/terra-luna/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/terra","tx_page":"https://atomscan.com/terra/transactions/${txHash}","account_page":"https://atomscan.com/terra/accounts/${accountAddress}"},{"kind":"finder","url":"https://finder.terra.money/classic","tx_page":"https://finder.terra.money/classic/tx/${txHash}","account_page":"https://finder.terra.money/classic/address/${accountAddress}"},{"kind":"finder","url":"https://finder.terrarebels.net/classic","tx_page":"https://finder.terrarebels.net/classic/tx/${txHash}","account_page":"https://finder.terrarebels.net/classic/address/${accountAddress}"}]},"phoenix-1":{"$schema":"../chain.schema.json","chain_name":"terra2","chain_id":"phoenix-1","pretty_name":"Terra","website":"https://www.terra.money/","status":"live","network_type":"mainnet","bech32_prefix":"terra","daemon_name":"terrad","node_home":"$HOME/.terra","slip44":330,"fees":{"fee_tokens":[{"denom":"uluna","fixed_min_gas_price":0.015,"low_gas_price":0.015,"average_gas_price":0.015,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uluna"}]},"codebase":{"git_repo":"https://github.com/terra-money/core/","recommended_version":"v2.11.4","compatible_versions":["v2.11.4"],"binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.11.4/terra_2.11.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.11.4/terra_2.11.4_Linux_arm64.tar.gz"},"genesis":{"name":"v2.0","genesis_url":"https://tfl-phoenix-1.s3.amazonaws.com/genesis.json"},"versions":[{"name":"v2.0","tag":"v2.0.1","height":1,"next_version_name":"v2.1","recommended_version":"v2.0.1","cosmos_sdk_version":"0.45.4","consensus":{"type":"tendermint","version":"0.34.19"},"cosmwasm_version":"0.27.0","cosmwasm_enabled":true,"ibc_go_version":"3.0.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.0.1/terra_2.0.1_Linux_x86_64.tar.gz?checksum=sha256:eae23aad59b36ea2adaa541a7662a6119569279d2e6c4013e3deee96e9263b30","darwin/amd64":"https://github.com/terra-money/core/releases/download/v2.0.1/terra_2.0.1_Darwin_x86_64.tar.gz?checksum=sha256:c2a6b1bff922b127a31757bdb0c8f05a34f3b1f879dee1e862f9f8b748e15a54"}},{"name":"v2.1","tag":"v2.1.4","height":890000,"next_version_name":"v2.2","recommended_version":"v2.1.4","cosmos_sdk_version":"0.46.9","consensus":{"type":"tendermint","version":"0.34.21"},"cosmwasm_version":"0.27.0","cosmwasm_enabled":true,"ibc_go_version":"3.0.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.1.4/terra_2.1.4_Linux_x86_64.tar.gz?checksum=sha256:e05b85ae2eac5df886f4f9d0ecf719b82ebe4da4fc59cae93a34af7c3e89ddfb","darwin/amd64":"https://github.com/terra-money/core/releases/download/v2.1.4/terra_2.1.4_Darwin_x86_64.tar.gz?checksum=sha256:4b66ebf800cb903f7b6c07686636eff43e686f5956c9fadc307f077afd7f23bb"}},{"name":"v2.2","tag":"v2.2.1","height":2979805,"next_version_name":"v2.3","recommended_version":"v2.2.1","compatible_versions":["v2.2.0","v2.2.1"],"cosmos_sdk_version":"v0.46.11","consensus":{"type":"tendermint","version":"v0.34.21"},"cosmwasm_version":"v0.27.0","cosmwasm_enabled":true,"ibc_go_version":"v3.4.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.2.1/terra_2.2.1_Linux_x86_64.tar.gz?checksum=sha256:8a9353ae3c33a750ce2a9d236f00c12c5449c41fad96e9885a5c0b8678fcf8bc"}},{"name":"v2.3","tag":"v2.3.5","height":4711800,"next_version_name":"v2.4","recommended_version":"v2.3.5","compatible_versions":["v2.3.0","v2.3.1","v2.3.2","v2.3.4","v2.3.5"],"cosmos_sdk_version":"v0.46.11","consensus":{"type":"tendermint","version":"v0.34.27"},"cosmwasm_version":"v0.30.0","cosmwasm_enabled":true,"ibc_go_version":"v6.1.1","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.3.5/terra_2.3.5_Linux_x86_64.tar.gz?checksum=sha256:8c3ac7392436b102dcdd63fd275fa73b1e0201e65e420af71954782cee682ac6","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.3.5/terra_2.3.5_Linux_arm64.tar.gz?checksum=sha256:93b0c508e16f779b93f0e76629ab247ddaf5fa0db96573405b3b2b11e3eb6859"}},{"name":"v2.4","tag":"v2.4.1","height":5994365,"proposal":4737,"next_version_name":"v2.5","cosmos_sdk_version":"v0.46.11","consensus":{"type":"tendermint","version":"v0.34.27"},"cosmwasm_version":"v0.30.0","cosmwasm_enabled":true,"ibc_go_version":"v6.1.1","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.4.1/terra_2.4.1_Linux_arm64.tar.gz"}},{"name":"v2.5","tag":"v2.5.2","height":7316000,"proposal":4785,"next_version_name":"v2.6","cosmos_sdk_version":"v0.47.5-terra.2","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.41.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.5.2/terra_2.5.2_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.5.2/terra_2.5.2_Linux_arm64.tar.gz"}},{"name":"v2.6","tag":"v2.6.4","height":7722000,"proposal":4792,"next_version_name":"v2.9","recommended_version":"v2.6.4","compatible_versions":["v2.6.3","v2.6.4"],"cosmos_sdk_version":"v0.47.5-terra.2","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.43.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.6.4/terra_2.6.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.6.4/terra_2.6.4_Linux_arm64.tar.gz"}},{"name":"v2.9","tag":"v2.9.3","height":8782000,"proposal":4798,"next_version_name":"v2.10","recommended_version":"v2.9.4","compatible_versions":["v2.9.4"],"cosmos_sdk_version":"v0.47.5-terra.2","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.43.0-terra","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.9.4/terra_2.9.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.9.4/terra_2.9.4_Linux_arm64.tar.gz"}},{"name":"v2.10","tag":"v2.10.4","height":9444000,"proposal":4805,"next_version_name":"v2.11","recommended_version":"v2.10.5","compatible_versions":["v2.10.4","v2.10.5"],"cosmos_sdk_version":"v0.47.5-terra.2","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.43.0-terra","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.10.5/terra_2.10.5_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.10.5/terra_2.10.5_Linux_arm64.tar.gz"}},{"name":"v2.11","tag":"v2.11.4","height":10136000,"proposal":4807,"next_version_name":"","recommended_version":"v2.11.4","compatible_versions":["v2.11.4"],"cosmos_sdk_version":"terra-money/cosmos-sdk v0.47.6-terra.0","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"terra-money/ibc-go/v7 v7.3.1-terra.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.11.4/terra_2.11.4_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/terra-money/core/releases/download/v2.11.4/terra_2.11.4_Linux_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},"peers":{"seeds":[{"id":"406bcf90a7b29df6ae475a1f94abe04ebde805af","address":"phoenix.seed.stakebin.io:16656"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:11756","provider":"Polkachu"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:11756","provider":"Lavender.Five Nodes 🐝"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"terra-mainnet-seed.autostake.com:27486","provider":"AutoStake 🛡️ Slash Protected"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"a8d12536bdcc210ac35a9f092f3295360b97830d","address":"seed-terra-01.stakeflow.io:33007","provider":"Stakeflow"}],"persistent_peers":[{"id":"0f1096278efafcf3f0d3bd5b6544e6b8dcc36a0e","address":"206.189.129.195:26656"},{"id":"9038d63588e0ab421fa71582720c1efb1ee867f6","address":"45.34.1.114:27656"},{"id":"f2069012aec5ced4e88e7e4311391eabe72bb5a3","address":"node-phoenix.terra.lunastations.online:26656"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"terra-mainnet-peer.autostake.com:27486","provider":"AutoStake 🛡️ Slash Protected"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"terra.seed.node75.org:10856","provider":"Pro-Nodes75"},{"id":"a8d12536bdcc210ac35a9f092f3295360b97830d","address":"peer-terra-01.stakeflow.io:33007","provider":"Stakeflow"}]},"apis":{"rpc":[{"address":"https://terra2-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://terra-rpc.polkachu.com","provider":"polkachu"},{"address":"https://terra-rpc.stakely.io:443/","provider":"stakely"},{"address":"https://phoenix-rpc.terra.dev:443","provider":"Terraform Labs"},{"address":"https://terra-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc-terra-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://rpc-terra.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://terra-phoenix-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://rpc-terra.wildsage.io","provider":"🧙 WildSage Labs"},{"address":"https://terra.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"},{"address":"https://terra2.tdrsys.com:2053","provider":"TdrSys"},{"address":"https://terra-rpc.cosmosrescue.dev:8443","provider":"cosmosrescue"}],"rest":[{"address":"https://lcd-terra.wildsage.io","provider":"🧙 WildSage Labs"},{"address":"https://phoenix-lcd.terra.dev:443","provider":"Terraform Labs"},{"address":"https://api-terra.cosmos-spaces.cloud","provider":"Cosmos Spaces"},{"address":"https://terra-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api-terra-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://terra-phoenix-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://terra-rest.interstellar-lounge.org","provider":"Interstellar Lounge 🍸"},{"address":"https://terra2.tdrsys.com","provider":"TdrSys"},{"address":"https://terra-api.cosmosrescue.dev:8443","provider":"cosmosrescue"}],"grpc":[{"address":"terra2-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"terra-grpc.polkachu.com:11790","provider":"Polkachu"},{"address":"terra-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"terra-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc-terra.cosmos-spaces.cloud:2690","provider":"Cosmos Spaces"},{"address":"grpc-terra-01.stakeflow.io:1102","provider":"Stakeflow"},{"address":"https://terra2.tdrsys.com:2083","provider":"TdrSys"}]},"explorers":[{"kind":"atomscan","url":"https://atomscan.com/terra2","tx_page":"https://atomscan.com/terra2/transactions/${txHash}","account_page":"https://atomscan.com/terra2/accounts/${accountAddress}"},{"kind":"finder","url":"http://finder.terra.money/","tx_page":"https://finder.terra.money/mainnet/tx/${txHash}","account_page":"https://finder.terra.money/mainnet/address/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/terra","account_page":"https://stakeflow.io/terra/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/terra","tx_page":"https://www.mintscan.io/terra/transactions/${txHash}","account_page":"https://www.mintscan.io/terra/accounts/${accountAddress}"}]},"tgrade-mainnet-1":{"$schema":"../chain.schema.json","chain_name":"tgrade","chain_id":"tgrade-mainnet-1","pretty_name":"Tgrade","website":"https://tgrade.finance/","status":"live","network_type":"mainnet","bech32_prefix":"tgrade","daemon_name":"tgrade","node_home":"$HOME/.tgrade","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utgd","fixed_min_gas_price":0.05,"low_gas_price":0.05,"average_gas_price":0.075,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"utgd"}]},"codebase":{"git_repo":"https://github.com/confio/tgrade","recommended_version":"v2.0.4","compatible_versions":["v2.0.4"],"cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/confio/tgrade-networks/main/mainnet-1/config/genesis.json"},"versions":[{"name":"v2.0.4","recommended_version":"v2.0.4","compatible_versions":["v2.0.4"],"cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"0a63421f67d02e7fb823ea6d6ceb8acf758df24d","address":"142.132.226.137:26656","provider":"Confio"},{"id":"4a319eead699418e974e8eed47c2de6332c3f825","address":"167.235.255.9:26656","provider":"Confio"}]},"apis":{"rpc":[{"address":"https://rpc.mainnet-1.tgrade.confio.run","provider":"Confio"},{"address":"https://rpc.tgrade.posthuman.digital","provider":"POSTHUMAN ꝏ DVS"}],"rest":[{"address":"https://api.mainnet-1.tgrade.confio.run","provider":"Confio"},{"address":"https://lcd.tgrade.posthuman.digital","provider":"POSTHUMAN ꝏ DVS"}],"grpc":[]},"explorers":[{"kind":"aneka","url":"https://tgrade.aneka.io","tx_page":"https://tgrade.aneka.io/txs/${txHash}","account_page":"https://tgrade.aneka.io/accounts/${accountAddress}"}]},"thorchain-mainnet-v1":{"$schema":"../chain.schema.json","chain_name":"thorchain","chain_id":"thorchain-mainnet-v1","pretty_name":"THORChain","website":"https://thorchain.org/","status":"live","network_type":"mainnet","bech32_prefix":"thor","daemon_name":"thord","node_home":"$HOME/.thornode","slip44":931,"codebase":{"git_repo":"https://gitlab.com/thorchain/thornode","recommended_version":"chaosnet-multichain","compatible_versions":["chaosnet-multichain"],"genesis":{"genesis_url":"https://rpc.thorchain.info/genesis"},"versions":[{"name":"chaosnet-multichain","recommended_version":"chaosnet-multichain","compatible_versions":["chaosnet-multichain"]}]},"peers":{"seeds":[{"id":"5e89caf0ca79e0fb3371d5892efd96d66042d0d6","address":"157.90.34.75:27146"},{"id":"6c7d780bb7384142f6943543ed4c3ba537f4a411","address":"138.197.59.244:27146"},{"id":"2d25606076036716a31611185d39880fe8237e97","address":"3.230.67.253:27146"}]},"apis":{"rpc":[],"rest":[]},"explorers":[{"kind":"THORChain explorer","url":"https://thorchain.net","tx_page":"https://thorchain.net/#/txs/${txHash}"},{"kind":"viewblock","url":"https://viewblock.io/thorchain","tx_page":"https://viewblock.io/thorchain/tx/${txHash}"}]},"titan_18888-1":{"$schema":"../chain.schema.json","chain_name":"titan","chain_id":"titan_18888-1","pretty_name":"Titan","website":"https://titanlab.io/","status":"live","network_type":"mainnet","bech32_prefix":"titan","daemon_name":"titand","node_home":"$HOME/.titand","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"atkx","fixed_min_gas_price":100000000000,"low_gas_price":100000000000,"average_gas_price":110000000000,"high_gas_price":200000000000}]},"staking":{"staking_tokens":[{"denom":"atkx"}]},"codebase":{"git_repo":"https://github.com/titantkx/titan","recommended_version":"v2.0.1","compatible_versions":["v2.0.1"],"cosmos_sdk_version":"0.47.6-titan.4","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.0","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/titantkx/titan-mainnet/main/public/genesis.json"},"versions":[{"name":"v2.0.1","tag":"v2.0.1","height":0,"recommended_version":"v2.0.1","compatible_versions":["v2.0.1"],"cosmos_sdk_version":"0.47.6-titan.4","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.0","ics_enabled":["ics20-1","ics27-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.svg"},"peers":{"seeds":[{"id":"bee5ef5680cf90fe40d6cde872cdc52e53c8338d","address":"titan-p2p-seed-1.titanlab.io:26656","provider":"Titanlab.io"},{"id":"a7e03c50f9b85ac2c9488d20913a37c2d1a9361c","address":"titan-p2p-seed-1-seoul.titanlab.io:26656","provider":"Titanlab.io"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://titan-rpc.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-rpc-tokyo.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-rpc-seoul.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-rpc-hongkong.titanlab.io:443","provider":"Titanlab.io"}],"rest":[{"address":"https://titan-lcd.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-lcd-tokyo.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-lcd-seoul.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-lcd-hongkong.titanlab.io:443","provider":"Titanlab.io"}],"grpc":[{"address":"titan-grpc.titanlab.io:443","provider":"Titanlab.io"},{"address":"titan-grpc-hongkong.titanlab.io:443","provider":"Titanlab.io"},{"address":"titan-grpc-tokyo.titanlab.io:443","provider":"Titanlab.io"},{"address":"titan-grpc-seoul.titanlab.io:443","provider":"Titanlab.io"}],"evm-http-jsonrpc":[{"address":"https://titan-json-rpc.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-json-rpc-tokyo.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-json-rpc-seoul.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-json-rpc-hongkong.titanlab.io:443","provider":"Titanlab.io"}]},"explorers":[{"kind":"ping.pub","url":"https://tkxscan.io","tx_page":"https://tkxscan.io/Titan/tx/${txHash}","account_page":"https://tkxscan.io/Titan/account/${accountAddress}"}],"extra_codecs":["ethermint"]},"FUND-MainNet-2":{"$schema":"../chain.schema.json","chain_name":"unification","chain_id":"FUND-MainNet-2","pretty_name":"Unification","website":"https://unification.com/","status":"live","network_type":"mainnet","bech32_prefix":"und","daemon_name":"und","node_home":"$HOME/.und_mainchain","key_algos":["secp256k1"],"slip44":5555,"fees":{"fee_tokens":[{"denom":"nund","fixed_min_gas_price":25,"low_gas_price":100,"average_gas_price":200,"high_gas_price":300}]},"staking":{"staking_tokens":[{"denom":"nund"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/unification-com/mainchain","recommended_version":"v1.8.2","compatible_versions":["v1.8.1","v1.8.0"],"binaries":{"linux/amd64":"https://github.com/unification-com/mainchain/releases/download/v1.8.2/und_v1.8.2_linux_x86_64.tar.gz","darwin/amd64":"https://github.com/unification-com/mainchain/releases/download/v1.8.2/und_v1.8.2_darwin_x86_64.tar.gz","windows/amd64":"https://github.com/unification-com/mainchain/releases/download/v1.8.2/und_v1.8.2_windows_x86_64.tar.gz"},"cosmos_sdk_version":"0.46.15","consensus":{"type":"tendermint","version":"0.34.29"},"cosmwasm_enabled":false,"ibc_go_version":"5.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/unification-com/mainnet/master/latest/genesis.json"},"versions":[{"name":"1-ibc","tag":"v1.6.3","height":2002620,"proposal":6,"next_version_name":"v1.7.0","cosmos_sdk_version":"0.45.9","consensus":{"type":"tendermint","version":"0.34.21"},"cosmwasm_enabled":false,"ibc_go_version":"3.1.0","ics_enabled":["ics20-1"]},{"name":"2-grog","tag":"v1.7.0","height":4727000,"proposal":13,"next_version_name":"v1.8.0","cosmos_sdk_version":"0.45.14","consensus":{"type":"tendermint","version":"0.34.26"},"cosmwasm_enabled":false,"ibc_go_version":"3.4.0","ics_enabled":["ics20-1"]},{"name":"3-keyleth","tag":"v1.8.2","height":6943000,"proposal":14,"recommended_version":"v1.8.2","compatible_versions":["v1.8.1","v1.8.0"],"cosmos_sdk_version":"0.46.15","consensus":{"type":"tendermint","version":"0.34.29"},"cosmwasm_enabled":false,"ibc_go_version":"5.3.1","ics_enabled":["ics20-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"},"peers":{"seeds":[{"id":"0c2b65bc604a18a490f5f55bb7b4140cfb512ced","address":"seed1.unification.io:26656","provider":"Unification"},{"id":"e66e0f89af19da09f676c85b262d591b8c2bb9d8","address":"seed2.unification.io:26656","provider":"Unification"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"cbfbef01568737d2c7327bc198b8d929ea648b9c","address":"162.55.32.89:26656","provider":"Chainmasters"},{"id":"677060cb6a19cb2c2e9650c35abc509e8210022b","address":"65.108.209.227:26656","provider":"Chainmasters"}]},"apis":{"rpc":[{"address":"https://rpc1.unification.io:443","provider":"Unification"},{"address":"https://rpc.unification.chainmasters.ninja/","provider":"Chainmasters"}],"rest":[{"address":"https://rest.unification.io","provider":"Unification"},{"address":"https://rest.unification.chainmasters.ninja/","provider":"Chainmasters"}],"grpc":[{"address":"grpc.unification.io:443","provider":"Unification"},{"address":"grpc.unification.chainmasters.info","provider":"Chainmasters"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.unification.io/","tx_page":"https://explorer.unification.io/transactions/${txHash}","account_page":"https://explorer.unification.io/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.unification.chainmasters.ninja/unification","tx_page":"https://explorer.unification.chainmasters.ninja/unification/tx/${txHash}","account_page":"https://explorer.unification.chainmasters.ninja/Unification/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/unification","tx_page":"https://atomscan.com/unification/transactions/${txHash}","account_page":"https://atomscan.com/unification/accounts/${accountAddress}"}]},"ununifi-beta-v1":{"$schema":"../chain.schema.json","chain_name":"ununifi","chain_id":"ununifi-beta-v1","pretty_name":"UnUniFi","website":"https://ununifi.io/","status":"live","network_type":"mainnet","bech32_prefix":"ununifi","daemon_name":"ununifid","node_home":"$HOME/.ununifi","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uguu","fixed_min_gas_price":0.0025,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uguu"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/UnUniFi/chain","recommended_version":"v4.0.2","compatible_versions":["v4.0.2"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v4.0.1/ununifid"},"cosmos_sdk_version":"ununifi/cosmos-sdk v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","ics_enabled":["ics20-1"],"genesis":{"name":"beta-v1","genesis_url":"https://raw.githubusercontent.com/UnUniFi/network/main/launch/ununifi-beta-v1/genesis.json"},"versions":[{"name":"v2","next_version_name":"v2_1","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.40","cosmwasm_enabled":true,"ibc_go_version":"7.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v2.0.0/ununifid"}},{"name":"v2_1","height":5630000,"proposal":12,"next_version_name":"v2_2","recommended_version":"v2.1.0","compatible_versions":["v2.1.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.40","cosmwasm_enabled":true,"ibc_go_version":"7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v2.1.0/ununifid"}},{"name":"v2_2","height":5736100,"proposal":13,"next_version_name":"v3","recommended_version":"v2.2.0","compatible_versions":["v2.2.0"],"cosmos_sdk_version":"v0.47.1-bank-rc2","consensus":{"type":"cometbft","version":"v0.37.1"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v2.2.0/ununifid"}},{"name":"v3","height":5807100,"proposal":14,"next_version_name":"v3_1","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"v0.37.1"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v3.0.0/ununifid"}},{"name":"v3_1","height":6577693,"proposal":15,"next_version_name":"v3_2_1","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"cosmos_sdk_version":"v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"v0.37.1"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v3.1.0/ununifid"}},{"name":"v3_2_1","height":6754737,"proposal":16,"next_version_name":"v3_2_2","recommended_version":"v3.2.1","compatible_versions":["v3.2.1"],"cosmos_sdk_version":"v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"v0.37.1"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v3.2.1/ununifid"}},{"name":"v3_2_2","height":7061394,"proposal":18,"next_version_name":"v4","recommended_version":"v3.2.2-query","compatible_versions":["v3.2.2","v3.2.2-query"],"cosmos_sdk_version":"v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"v0.37.1"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v3.2.2-query/ununifid"}},{"name":"v4","height":8197583,"proposal":24,"next_version_name":"v4_0_1","recommended_version":"v4.0.0","compatible_versions":["v4.0.0"],"cosmos_sdk_version":"v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"v0.37.1"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v4.0.0/ununifid"}},{"name":"v4_0_1","height":8299656,"proposal":25,"next_version_name":"v4_0_2","recommended_version":"v4.0.1","compatible_versions":["v4.0.1"],"cosmos_sdk_version":"v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"v0.37.1"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v4.0.1/ununifid"}},{"name":"v4_0_2","height":9974824,"proposal":26,"next_version_name":"","recommended_version":"v4.0.2","compatible_versions":["v4.0.2"],"cosmos_sdk_version":"ununifi/cosmos-sdk v0.47.3-custom-bank-1","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/UnUniFi/chain/releases/download/v4.0.2/ununifid"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"fa38d2a851de43d34d9602956cd907eb3942ae89","address":"a.ununifi.cauchye.net:26656","provider":"CauchyE"},{"id":"404ea79bd31b1734caacced7a057d78ae5b60348","address":"b.ununifi.cauchye.net:26656","provider":"CauchyE"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"ununifi-mainnet-seed.autostake.com:26746","provider":"AutoStake 🛡️ Slash Protected"},{"id":"1357ac5cd92b215b05253b25d78cf485dd899d55","address":"[2600:1f1c:534:8f02:7bf:6b31:3702:2265]:26656"},{"id":"25006d6b85daeac2234bcb94dafaa73861b43ee3","address":"[2600:1f1c:534:8f02:a407:b1c6:e8f5:94b]:26656"},{"id":"caf792ed396dd7e737574a030ae8eabe19ecdf5c","address":"[2600:1f1c:534:8f02:b0a4:dbf6:e50b:d64e]:26656"},{"id":"796c62bb2af411c140cf24ddc409dff76d9d61cf","address":"[2600:1f1c:534:8f02:ca0e:14e9:8e60:989e]:26656"},{"id":"cea8d05b6e01188cf6481c55b7d1bc2f31de0eed","address":"[2600:1f1c:534:8f02:ba43:1f69:e23a:df6b]:26656"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:23256","provider":"Lavender.Five Nodes 🐝"}]},"apis":{"rpc":[{"address":"http://a.lcd.ununifi.cauchye.net:26657","provider":"CauchyE"},{"address":"https://rpc.ununifi.nodestake.top","provider":"NodeStake"},{"address":"https://ununifi-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://ununifi-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://ununifi-rpc.genznodes.dev","provider":"genznodes"}],"rest":[{"address":"https://a.lcd.ununifi.cauchye.net:1318","provider":"CauchyE"},{"address":"https://b.lcd.ununifi.cauchye.net:1318","provider":"CauchyE"},{"address":"https://api.ununifi.nodestake.top","provider":"NodeStake"},{"address":"https://ununifi-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://ununifi-api.genznodes.dev","provider":"genznodes"}],"grpc":[{"address":"a.lcd.ununifi.cauchye.net:9092","provider":"CauchyE"},{"address":"b.lcd.ununifi.cauchye.net:9092","provider":"CauchyE"},{"address":"ununifi-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"grpc.ununifi.nodestake.top:9090","provider":"NodeStake"},{"address":"https://grpc-ununifi.nodeist.net","provider":"Nodeist"},{"address":"https://ununifi-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"ununifi-grpc.genznodes.dev:54090","provider":"genznodes"}]},"explorers":[{"kind":"UnUniFi Explorer","url":"https://ununifi.io/explorer","tx_page":"https://ununifi.io/explorer/txs/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/ununifi","tx_page":"https://explorer.nodestake.top/ununifi/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/Ununifi","tx_page":"https://exp.nodeist.net/Ununifi/tx/${txHash}"}],"keywords":["staking","wasm","assets","nft"]},"umee-1":{"$schema":"../chain.schema.json","chain_name":"umee","chain_id":"umee-1","pretty_name":"UX Chain","website":"https://www.ux.xyz","status":"live","network_type":"mainnet","bech32_prefix":"umee","daemon_name":"umeed","node_home":"$HOME/.umee","slip44":118,"fees":{"fee_tokens":[{"denom":"uumee","fixed_min_gas_price":0.1,"low_gas_price":0.1,"average_gas_price":0.12,"high_gas_price":0.2}]},"staking":{"staking_tokens":[{"denom":"uumee"}]},"codebase":{"git_repo":"https://github.com/umee-network/umee","recommended_version":"v6.3.0","compatible_versions":["v6.3.0"],"binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v6.3.0/umeed-v6.3.0-linux-amd64.tar.gz"},"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.43","cosmwasm_enabled":true,"ibc_go_version":"7.3.2","genesis":{"name":"v1.0.1","genesis_url":"https://raw.githubusercontent.com/umee-network/mainnet/main/genesis.json"},"versions":[{"name":"v1.0.1","tag":"v1.0.1","height":0,"next_version_name":"v1.1.0","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"2.0.3","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-linux-amd64.tar.gz","linux/arm64":"https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-linux-arm64.tar.gz","darwin/amd64":"https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/umee-network/umee/releases/download/v1.0.1/umeed-v1.0.1-darwin-arm64.tar.gz"}},{"name":"v1.1.0","tag":"v1.1.0","height":3023282,"next_version_name":"v1.1-v3.0","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"2.0.3","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-linux-arm64.tar.gz","darwin/amd64":"https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/umee-network/umee/releases/download/v1.1.0/umeed-v1.1.0-darwin-arm64.tar.gz"}},{"name":"v1.1-v3.0","tag":"v3.0.0","height":3215778,"next_version_name":"v3.1.0","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.0.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-linux-arm64.tar.gz","darwin/amd64":"https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/umee-network/umee/releases/download/v3.0.0/umeed-v3.0.0-darwin-arm64.tar.gz"}},{"name":"v3.1.0","tag":"v3.1.0","height":3623090,"next_version_name":"v3.1-v3.3","recommended_version":"v3.1.0","compatible_versions":["v3.1.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.0.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-linux-amd64","linux/arm64":"https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-linux-arm64","darwin/amd64":"https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-darwin-amd64","darwin/arm64":"https://github.com/umee-network/umee/releases/download/v3.1.0/umeed-v3.1.0-darwin-arm64"}},{"name":"v3.1-v3.3","tag":"v3.3.0","height":4513362,"next_version_name":"v4.0","recommended_version":"v3.3.0","compatible_versions":["v3.3.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v3.3.0/umeed-v3.3.0-linux-amd64"}},{"name":"v4.0","tag":"v4.0.0","height":4949483,"next_version_name":"v4.0.1","recommended_version":"v4.0.0","compatible_versions":["v4.0.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v4.0.0/umeed-v4.0.0-linux-amd64"}},{"name":"v4.0.1","tag":"v4.0.1","height":5243631,"next_version_name":"v4.1.0","recommended_version":"v4.0.1","compatible_versions":["v4.0.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v4.0.1/umeed-v4.0.1-linux-amd64"}},{"name":"v4.1.0","tag":"v4.1.0","height":5433933,"next_version_name":"v4.2","recommended_version":"v4.1.0","compatible_versions":["v4.1.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v4.1.0/umeed-v4.1.0-linux-amd64"}},{"name":"v4.2","tag":"v4.2.0","height":5741480,"next_version_name":"v4.3","recommended_version":"v4.2.0","compatible_versions":["v4.2.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v4.2.0/umeed-v4.2.0-linux-amd64"}},{"name":"v4.3","tag":"v4.3.0","height":6049552,"recommended_version":"v4.3.0","compatible_versions":["v4.3.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"6.1.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v4.3.0/umeed-v4.3.0-linux-amd64"}},{"name":"v4.4","tag":"v4.4.1","height":6547400,"recommended_version":"v4.4.1","compatible_versions":["v4.4.1","v4.4.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"6.1.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v4.4.0/umeed-v4.4.0-linux-amd64"}},{"name":"v5.0","tag":"v5.0.1","height":6986150,"recommended_version":"v5.0.1","compatible_versions":["v5.0.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"6.1.1","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v5.0.1/umeed-v5.0.1-linux-amd64.tar.gz"}},{"name":"v5.1","tag":"v5.1.0","height":7428000,"recommended_version":"v5.1.0","compatible_versions":["v5.1.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v5.1.0/umeed-v5.1.0-linux-amd64.tar.gz"}},{"name":"v5.2","tag":"v5.2.0","height":8220900,"recommended_version":"v5.2.0","compatible_versions":["v5.2.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v5.2.0/umeed-v5.2.0-linux-amd64.tar.gz"}},{"name":"v6.0","tag":"v6.0.2","height":8427800,"recommended_version":"v6.0.2","compatible_versions":["v6.0.2"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v6.0.2/umeed-v6.0.2-linux-amd64.tar.gz"}},{"name":"v6.1","tag":"v6.1.0","height":8941650,"recommended_version":"v6.1.0","compatible_versions":["v6.1.0"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"6.2.0","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v6.1.0/umeed-v6.1.0-linux-amd64.tar.gz"}},{"name":"v6.2","tag":"v6.2.0","height":9561500,"recommended_version":"v6.2.0","compatible_versions":["v6.2.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.43","cosmwasm_enabled":true,"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v6.2.0/umeed-v6.2.0-linux-amd64.tar.gz"}},{"name":"v6.3","tag":"v6.3.0","height":10046600,"recommended_version":"v6.3.0","compatible_versions":["v6.3.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.43","cosmwasm_enabled":true,"ibc_go_version":"7.3.1","binaries":{"linux/amd64":"https://github.com/umee-network/umee/releases/download/v6.3.0/umeed-v6.3.0-linux-amd64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13656","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"umee-mainnet-seed.autostake.com:26756","provider":"AutoStake 🛡️ Slash Protected"},{"id":"86bd5cb6e762f673f1706e5889e039d5406b4b90","address":"umee.seed.node75.org:10656","provider":"Pro-Nodes75"},{"id":"88373a3bf385c20ef0b4040f924cd99848012535","address":"seed-umee-01.stakeflow.io:26696","provider":"Stakeflow"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"umee.rpc.kjnodes.com:16259","provider":"kjnodes"},{"id":"64cdbb45575825f764af7ff9d6c71471bc131f87","address":"seed-node.mms.team:32656","provider":"MMS"},{"id":"9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152","address":"umee.seed.mzonder.com:10256","provider":"MZONDER"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"seeds.polkachu.com:13656","provider":"Polkachu"},{"id":"ebc272824924ea1a27ea3183dd0b9ba713494f83","address":"umee-mainnet-peer.autostake.com:26756","provider":"AutoStake 🛡️ Slash Protected"},{"id":"345970b5bdac916d95d8c64243d901766aff5475","address":"95.217.204.48:26656","provider":"[NODERS]TEAM"},{"id":"1b728581c6d308078e2b969a0c6243852f77d28d","address":"umee.peers.m.stavr.tech:10456","provider":"🔥STAVR🔥"},{"id":"88373a3bf385c20ef0b4040f924cd99848012535","address":"peer-umee-01.stakeflow.io:26696","provider":"Stakeflow"},{"id":"5656c2e3f18ffeb2e21bacbc62ca10f890525cf6","address":"65.21.91.99:16856","provider":"Staketab"},{"id":"532ffd92d571900b56fd3ad97dad186f7601c2ca","address":"159.69.110.238:46656","provider":"Stake-Take"},{"id":"618b74f829cc2dc7eeccf647b3a25168289f30c3","address":"peer-umee.mms.team:56102","provider":"MMS"},{"id":"635debe6c5cbcb6861b6c8b32c47d8ee84d99c16","address":"138.201.21.197:29656","provider":"StakeTown"},{"id":"09b99a210b93a4e66571d7fd745f2d52dfbf59f2","address":"umee.peer.stakevillage.net:11056","provider":"Stake Village"}]},"apis":{"rpc":[{"address":"https://umee-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-umee-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://umee-mainnet-rpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"http://umee.rpc.m.stavr.tech:10457","provider":"🔥STAVR🔥"},{"address":"http://rpc-umee-0.node75.org:26657","provider":"Pro-Nodes75"},{"address":"https://umee-rpc.quantnode.tech","provider":"QuantNode"},{"address":"https://umee-rpc.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://rpc-umee-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://umee-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://umee-rpc.theamsolutions.info","provider":"AM Solutions"},{"address":"https://umee.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://umee-rpc.w3coins.io","provider":"w3coins"},{"address":"https://rpc-umee.mms.team","provider":"MMS"},{"address":"https://rpc-umee.mzonder.com","provider":"MZONDER"},{"address":"https://umee-rpc.stake-town.com","provider":"StakeTown"},{"address":"https://umee-rpc.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://umee.rpc.stakevillage.net:443","provider":"Stake Village"},{"address":"https://umee-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://api-umee-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://umee.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://umee-mainnet-lcd.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"https://umee-api.polkachu.com","provider":"Polkachu"},{"address":"https://umee-lcd.quantnode.tech","provider":"QuantNode"},{"address":"https://umee-api.tienthuattoan.ventures","provider":"TienThuatToan"},{"address":"https://api-umee-01.stakeflow.io","provider":"Stakeflow"},{"address":"https://umee-rest.staketab.org","provider":"Staketab"},{"address":"https://umee-api.theamsolutions.info","provider":"AM Solutions"},{"address":"https://umee.api.kjnodes.com","provider":"kjnodes"},{"address":"https://umee-api.w3coins.io","provider":"w3coins"},{"address":"https://api-umee.mms.team","provider":"MMS"},{"address":"https://api-umee.mzonder.com","provider":"MZONDER"},{"address":"https://umee-api.stake-town.com","provider":"StakeTown"},{"address":"https://umee-api.highstakes.ch","provider":"High Stakes 🇨🇭"},{"address":"https://umee.api.stakevillage.net","provider":"Stake Village"},{"address":"https://umee-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"grpc-umee-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"umee-grpc.polkachu.com:13690","provider":"Polkachu"},{"address":"umee-mainnet-grpc.autostake.com:443","provider":"AutoStake 🛡️ Slash Protected"},{"address":"umee-grpc.quantnode.tech:9090","provider":"QuantNode gRPC"},{"address":"umee.grpc.m.stavr.tech:9090","provider":"🔥STAVR🔥"},{"address":"umee-grpc.quantnode.tech:9091","provider":"QuantNode gRPCweb"},{"address":"umee-grpc.tienthuattoan.ventures:9090","provider":"TienThuatToan"},{"address":"grpc-umee-01.stakeflow.io:9990","provider":"Stakeflow"},{"address":"services.staketab.com:9020","provider":"Staketab"},{"address":"umee.grpc.kjnodes.com:16290","provider":"kjnodes"},{"address":"umee-grpc.w3coins.io:13690","provider":"w3coins"},{"address":"grpc-umee.mms.team:443","provider":"MMS"},{"address":"grpc-umee.mzonder.com:443","provider":"MZONDER"},{"address":"umee-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"umee.grpc.stakevillage.net:11090","provider":"Stake Village"},{"address":"umee-grpc.noders.services:32090","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/umee/","tx_page":"https://www.mintscan.io/umee/transactions/${txHash}","account_page":"https://www.mintscan.io/umee/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/umee","tx_page":"https://ping.pub/umee/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/umee","tx_page":"https://explorer.stavr.tech/umee/tx/${txHash}"},{"kind":"explorers.guru","url":"https://umee.explorers.guru","tx_page":"https://umee.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/umee","tx_page":"https://atomscan.com/umee/transactions/${txHash}","account_page":"https://atomscan.com/umee/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/umee","account_page":"https://stakeflow.io/umee/accounts/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/umee","tx_page":"https://explorer.stake-take.com/umee/transactions/${txHash}","account_page":"https://explorer.stake-take.com/umee/account/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/umee","tx_page":"https://exp.stakevillage.net/umee/tx/${txHash}","account_page":"https://exp.stakevillage.net/umee/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/umee","tx_page":"https://ezstaking.app/umee/txs/${txHash}","account_page":"https://ezstaking.app/umee/account/${accountAddress}"}]},"uptick_117-1":{"$schema":"../chain.schema.json","chain_name":"uptick","chain_id":"uptick_117-1","pretty_name":"Uptick","website":"https://uptick.network/","status":"live","network_type":"mainnet","bech32_prefix":"uptick","daemon_name":"uptickd","node_home":"$HOME/.uptickd","key_algos":["secp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"auptick","fixed_min_gas_price":13000000000,"low_gas_price":13000000000,"average_gas_price":16000000000,"high_gas_price":20000000000}]},"staking":{"staking_tokens":[{"denom":"auptick"}]},"codebase":{"git_repo":"https://github.com/UptickNetwork/uptick","recommended_version":"v0.2.19","compatible_versions":["v0.2.19"],"binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.19.tar.gz"},"cosmos_sdk_version":"v0.47.5","consensus":{"type":"cometbft","version":"v0.37.3-0.20230920093934-46df7b597e3c"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/uptick-network/mainnet/main/genesis.json"},"versions":[{"name":"v0.2.4","next_version_name":"v0.2.8","recommended_version":"v0.2.4","compatible_versions":["v0.2.4"],"cosmos_sdk_version":"0.47.5","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"5.0.1","binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.4.tar.gz"}},{"name":"v0.2.8","height":1190080,"proposal":8,"next_version_name":"v0.2.11","recommended_version":"v0.2.8","compatible_versions":["v0.2.8"],"binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.8.tar.gz"}},{"name":"v0.2.11","height":2411600,"proposal":12,"next_version_name":"v0.2.17","recommended_version":"v0.2.11","compatible_versions":["v0.2.11"],"binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.11.tar.gz"}},{"name":"v0.2.17","height":4605201,"proposal":16,"next_version_name":"v0.2.18","recommended_version":"v0.2.17","compatible_versions":["v0.2.17"],"binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.17.tar.gz"}},{"name":"v0.2.18","height":4722001,"proposal":17,"next_version_name":"v0.2.19","recommended_version":"v0.2.18","compatible_versions":["v0.2.18"],"binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.18.tar.gz"}},{"name":"v0.2.19","recommended_version":"v0.2.19","compatible_versions":["v0.2.19"],"cosmos_sdk_version":"0.47.5","consensus":{"type":"cometbft","version":"v0.37.3-0.20230920093934-46df7b597e3c"},"cosmwasm_version":"v0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/archive/refs/tags/v0.2.19.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg"},"peers":{"seeds":[{"id":"f97a75fb69d3a5fe893dca7c8d238ccc0bd66a8f","address":"uptick.seed.brocha.in:30600","provider":"Brochain"},{"id":"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc","address":"uptick.rpc.kjnodes.com:11559","provider":"kjnodes"},{"id":"e71bae28852a0b603f7360ec17fe91e7f065f324","address":"uptick-mainnet-seed.itrocket.net:35656","provider":"itrocket"},{"id":"bfc5a787583ee52e9e5f2e160e6b32a9cfe213fd","address":"seed-node.mms.team:36656","provider":"MMS"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"seeds.stakerhouse.com:10656","provider":"StakerHouse"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"94b63fddfc78230f51aeb7ac34b9fb86bd042a77","address":"uptick-rpc.p2p.brocha.in:30601","provider":"Brochain"},{"id":"dd482d080820020b144ca2efaf128d78261dea82","address":"uptick-mainnet-peer.itrocket.net:10656","provider":"itrocket"},{"id":"c65c6ecfb60635fc8a076b6f90fcd2607aceaa64","address":"uptick.peers.stavr.tech:3156","provider":"🔥STAVR🔥"},{"id":"37604dc6535a2f1b91e38c35f77b5be4a93c35b2","address":"45.77.168.172:26656","provider":"[NODERS]TEAM"},{"id":"038aca614e49ec4e5e3a06c875976a94c478cb09","address":"65.108.195.29:21656","provider":"Staketab"},{"id":"3ffde1aaf638c681fb4bd3fa24f0786f68a16611","address":"peer-uptick.mms.team:56105","provider":"MMS"}]},"apis":{"rpc":[{"address":"https://uptick-rpc.brocha.in:443","provider":"Brochain"},{"address":"https://uptick.rpc.bccnodes.com:443","provider":"BccNodes"},{"address":"https://rpc.uptick.nodestake.top","provider":"NodeStake"},{"address":"https://uptick.rpc.kjnodes.com","provider":"kjnodes"},{"address":"http://uptick.rpc.m.stavr.tech:3157","provider":"🔥STAVR🔥"},{"address":"https://m-uptick.rpc.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://uptick-mainnet-rpc.itrocket.net:443","provider":"itrocket"},{"address":"https://uptick.rpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://uptick-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://uptick-rpc.stakerhouse.com","provider":"StakerHouse"},{"address":"https://rpc-uptick.cakralabs.site","provider":"Cakra Labs"},{"address":"https://rpc-uptick.sr20de.xyz","provider":"Sr20de"},{"address":"https://uptick-rpc.noders.services","provider":"[NODERS]TEAM"}],"rest":[{"address":"https://uptick-rest.brocha.in:443","provider":"Brochain"},{"address":"https://api.uptick.nodestake.top","provider":"NodeStake"},{"address":"https://uptick.api.kjnodes.com","provider":"kjnodes"},{"address":"https://uptick.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://m-uptick.api.utsa.tech","provider":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀"},{"address":"https://uptick-mainnet-api.itrocket.net:443","provider":"itrocket"},{"address":"https://uptick.api.liveraven.net","provider":"LiveRaveN"},{"address":"https://uptick-rest.staketab.org","provider":"Staketab"},{"address":"https://uptick-rest.stakerhouse.com","provider":"StakerHouse"},{"address":"https://rest-uptick.cakralabs.site","provider":"Cakra Labs"},{"address":"https://api-uptick.sr20de.xyz","provider":"Sr20de"},{"address":"https://uptick-api.noders.services","provider":"[NODERS]TEAM"}],"grpc":[{"address":"https://grpc.uptick.nodestake.top","provider":"NodeStake"},{"address":"uptick.rpc.bccnodes.com:9690","provider":"BccNodes"},{"address":"uptick.grpc.nodersteam.com:9211","provider":"[NODERS]TEAM"},{"address":"uptick.grpc.kjnodes.com:11590","provider":"kjnodes"},{"address":"uptick.grpc.m.stavr.tech:1901","provider":"🔥STAVR🔥"},{"address":"uptick-mainnet-grpc.itrocket.net:10090","provider":"itrocket"},{"address":"https://uptick.grpc.liveraven.net","provider":"LiveRaveN"},{"address":"services.staketab.com:9190","provider":"Staketab"},{"address":"uptick-grpc.stakerhouse.com:443","provider":"StakerHouse"},{"address":"grpc-uptick.mms.team:443","provider":"MMS"},{"address":"https://grpc-uptick.sr20de.xyz","provider":"Sr20de"},{"address":"uptick-grpc.noders.services:24090","provider":"[NODERS]TEAM"}],"evm-http-jsonrpc":[{"address":"https://jsonrpc.uptick.nodestake.top","provider":"NodeStake"},{"address":"https://uptick.jsonrpc.liveraven.net","provider":"LiveRaveN"},{"address":"https://evm-uptick.sr20de.xyz","provider":"Sr20de"},{"address":"https://uptick-jsonrpc.noders.services","provider":"[NODERS]TEAM"}]},"explorers":[{"kind":"ping.pub","url":"https://explorers.brocha.in/uptick","tx_page":"https://explorers.brocha.in/uptick/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/uptick","tx_page":"https://explorer.nodestake.top/uptick/tx/${txHash}"},{"kind":"BccNodes Explorer","url":"https://explorer.bccnodes.com/uptick-M","tx_page":"https://explorer.bccnodes.com/uptick-M/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/uptick-mainnet","tx_page":"https://explorer.stavr.tech/uptick-mainnet/tx/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/uptick","tx_page":"https://exp.utsa.tech/uptick/tx/${txHash}"},{"kind":"cosmotracker","url":"https://cosmotracker.com/uptick","tx_page":"https://cosmotracker.com/uptick/tx/${txHash}"},{"kind":"Upscan","url":"https://upscan.xyz/","tx_page":"https://upscan.xyz/uptick_117-1/tx/${txHash}"},{"kind":"Sr20de","url":"https://explorer.sr20de.xyz/uptick","tx_page":"https://explorer.sr20de.xyz/uptick/tx/${txHash}"}]},"dimension_37-1":{"$schema":"../chain.schema.json","chain_name":"xpla","chain_id":"dimension_37-1","pretty_name":"XPLA","website":"https://xpla.io","status":"live","network_type":"mainnet","bech32_prefix":"xpla","daemon_name":"xplad","node_home":"$HOME/.xpla","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"axpla","fixed_min_gas_price":850000000000,"low_gas_price":850000000000,"average_gas_price":1147500000000,"high_gas_price":1487500000000}]},"staking":{"staking_tokens":[{"denom":"axpla"}]},"codebase":{"git_repo":"https://github.com/xpladev/xpla","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"],"cosmos_sdk_version":"xpladev/cosmos-sdk v0.45.20-xpla","consensus":{"type":"cometbft","version":"0.34.29"},"cosmwasm_version":"v0.33.0","ibc_go_version":"v4.5.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json"},"versions":[{"name":"evm","next_version_name":"Volunteer","recommended_version":"v1.2.1","compatible_versions":["v1.2.1"],"cosmos_sdk_version":"0.45.9","consensus":{"type":"tendermint","version":"0.34.21"},"cosmwasm_version":"0.28.0"},{"name":"volunteer","next_version_name":"v1_4","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"cometbft","version":"0.34.27"},"cosmwasm_version":"0.33.0"},{"name":"v1_4","next_version_name":"","recommended_version":"v1.4.0","compatible_versions":["v1.4.0"],"cosmos_sdk_version":"xpladev/cosmos-sdk v0.45.20-xpla","consensus":{"type":"cometbft","version":"0.34.29"},"cosmwasm_version":"v0.33.0","ibc_go_version":"v4.5.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"},"peers":{"seeds":[{"id":"e7b6016ce5663a69ba71a982072315545eb0d5f6","address":"seed.xpla.delightlabs.io:26656","provider":"DELIGHT"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:20157","provider":"Lavender.Five Nodes 🐝"},{"id":"466c9c2e8b128389059bf4e7e68888fdde8cbebc","address":"xpla.seed.stavr.tech:2066","provider":"🔥STAVR🔥"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"7364858f416c1890c85a83afedf1afecccb9a9de","address":"34.86.128.71:26656","provider":"Holdings"},{"id":"d5c5908a5390b2278180ce975d94d4a43da4952b","address":"34.89.191.254:26656","provider":"Com2verse"},{"id":"fa9585ef51316cda0125bb9bed1d35f59d7448b9","address":"104.196.250.63:26656","provider":"Com2us"},{"id":"e6d30a1d191c64ff301c44f9ddd9d0b3d1f9ee7a","address":"35.230.121.77:26656","provider":"Com2us"},{"id":"88c62eea9c6229c26cd45d1f58cf48bfc1463b31","address":"130.211.121.170:26656","provider":"Hive Platform Lab"},{"id":"6592da1bfd8bea853b89946d4c502586e2712b4e","address":"34.87.100.83:26656","provider":"Crossnode Labs"},{"id":"15efa0a83dff372752369cc984492d9ee72f332b","address":"cdif46gvol8ecmg7jpqg.bdnodes.net:26656","provider":"DELIGHT"},{"id":"15d365ce8bfaff27ad4260e5db3fba480d334c39","address":"52.28.248.241:26656","provider":"Blockdaemon"}]},"apis":{"rpc":[{"address":"https://dimension-rpc.xpla.dev","provider":"Holdings"},{"address":"https://xpla.rpc.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://xpla-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://xpla-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://dimension-lcd.xpla.io","provider":"ZenaAD"},{"address":"https://dimension-lcd.xpla.dev","provider":"Holdings"},{"address":"https://xpla.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://xpla-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://xpla-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"xpla-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"evm-http-jsonrpc":[{"address":"https://dimension-evm-rpc.xpla.dev","provider":"Holdings"},{"address":"https://xpla-evm-rpc.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"explorer.xpla","url":"https://explorer.xpla.io","tx_page":"https://explorer.xpla.io/mainnet/tx/${txHash}"},{"kind":"finder","url":"https://finder.xpla.io","tx_page":"https://finder.xpla.io/mainnet/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Xpla-Mainnet","tx_page":"https://explorer.stavr.tech/Xpla-Mainnet/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/xpla","tx_page":"https://www.mintscan.io/xpla/transactions/${txHash}","account_page":"https://www.mintscan.io/xpla/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/xpla","tx_page":"https://ezstaking.app/xpla/txs/${txHash}","account_page":"https://ezstaking.app/xpla/account/${accountAddress}"}]},"vidulum-1":{"$schema":"../chain.schema.json","chain_name":"vidulum","chain_id":"vidulum-1","pretty_name":"Vidulum","website":"https://vidulum.app/","status":"live","network_type":"mainnet","bech32_prefix":"vdl","daemon_name":"vidulumd","node_home":"$HOME/.vidulum","key_algos":["secp256k1"],"slip44":370,"fees":{"fee_tokens":[{"denom":"uvdl","fixed_min_gas_price":0.0002,"low_gas_price":0.002,"average_gas_price":0.005,"high_gas_price":0.007}]},"staking":{"staking_tokens":[{"denom":"uvdl"}]},"codebase":{"git_repo":"https://github.com/vidulum/mainnet","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"binaries":{"linux/amd64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_linux_amd64.tar.gz","linux/arm64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_linux_arm64.tar.gz","darwin/amd64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_darwin_amd64.tar.gz","windows/amd64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_windows_amd64.zip"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/vidulum/mainnet/main/genesis.json"},"versions":[{"name":"v1.2.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"binaries":{"linux/amd64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_linux_amd64.tar.gz","linux/arm64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_linux_arm64.tar.gz","darwin/amd64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_darwin_amd64.tar.gz","windows/amd64":"https://github.com/vidulum/mainnet/releases/download/v1.2.0/vidulum_windows_amd64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"}],"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"},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"52051fef449e76eb399966312f523e8e5e27490b","address":"95.217.118.211:26656","provider":"minerpool"},{"id":"197f4d559555de6b7fe360c6a926ca8812a749be","address":"vidulum.peer.stavr.tech:1046","provider":"🔥STAVR🔥"},{"id":"209688f5bccb88f6397a97cc11ab545a014aa559","address":"137.184.92.115:26656","provider":"1square"},{"id":"73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d","address":"vidulum.declab.pro:26621","provider":"Decloud Nodes Lab"}]},"apis":{"rpc":[{"address":"https://mainnet-rpc.vidulum.app/","provider":"vidulum"},{"address":"https://vidulum.rpc.m.stavr.tech:443","provider":"🔥STAVR🔥"},{"address":"https://rpc-vidulum-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://vidulum.declab.pro:26619","provider":"Decloud Nodes Lab"}],"rest":[{"address":"https://mainnet-lcd.vidulum.app","provider":"vidulum"},{"address":"https://api-vidulum-ia.cosmosia.notional.ventures/","provider":"Notional"},{"address":"https://vidulum.api.m.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-vdl.nodine.id/","provider":"Nodine.ID"},{"address":"https://vidulum.declab.pro:443","provider":"Decloud Nodes Lab"}],"grpc":[{"address":"grpc-vidulum-ia.cosmosia.notional.ventures:443","provider":"Notional"},{"address":"vidulum.grpc.m.stavr.tech:2040","provider":"🔥STAVR🔥"},{"address":"https://vidulum.declab.pro:9013","provider":"Decloud Nodes Lab"}]},"explorers":[{"kind":"ping.pub","url":"https://explorers.vidulum.app/vidulum","tx_page":"https://explorers.vidulum.app/vidulum/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/vidulum","tx_page":"https://ping.pub/vidulum/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Vidulum-Mainnet","tx_page":"https://explorer.stavr.tech/Vidulum-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/vidulum","tx_page":"https://atomscan.com/vidulum/transactions/${txHash}","account_page":"https://atomscan.com/vidulum/accounts/${accountAddress}"},{"kind":"Nodine Explorer","url":"https://explorer.co.id/vidulum","tx_page":"https://explorer.co.id/vidulum/tx/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Vidulum","tx_page":"https://explorer.declab.pro/Vidulum/tx/${txHash}"}]},"zetachain_7000-1":{"$schema":"../../chain.schema.json","chain_name":"zetachain","chain_id":"zetachain_7000-1","pretty_name":"ZetaChain","status":"live","network_type":"mainnet","bech32_prefix":"zeta","daemon_name":"zetacored","node_home":"$HOME/.zetacored","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"azeta","low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"azeta"}]},"codebase":{"git_repo":"https://github.com/zeta-chain/node","recommended_version":"v14.0.0","compatible_versions":["v17.0.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://zetachain.blockpi.network/rpc/v1/public/genesis"},"versions":[{"name":"v11","next_version_name":"v12","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v6.1.0"},{"name":"v12","next_version_name":"v12.1.0","recommended_version":"v12.0.0","compatible_versions":["v12.0.0"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v6.1.0"},{"name":"v12.1.0","next_version_name":"v12.2.0","recommended_version":"v12.1.0","compatible_versions":["v12.1.0"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v6.1.0"},{"name":"v12.2.0","next_version_name":"v14.0.0","recommended_version":"v12.2.5","compatible_versions":["v12.2.5"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v6.1.0"},{"name":"v14.0.1","height":2074730,"proposal":21,"next_version_name":"v17","recommended_version":"v14.0.1","compatible_versions":["v14.0.1"],"cosmos_sdk_version":"v0.46.13","consensus":{"type":"cometbft","version":"v0.34.28"},"ibc_go_version":"v6.1.0"},{"name":"v17","height":3388200,"proposal":23,"next_version_name":"","recommended_version":"v17.0.0","compatible_versions":["v17.0.0"],"cosmos_sdk_version":"v0.47.10","consensus":{"type":"cometbft","version":"v0.37.4"},"ibc_go_version":"v7.4.0"}]},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:22556","provider":"Lavender.Five Nodes 🐝"}],"persistent_peers":[{"id":"8d93468c6022fb3b263963bdea46b0a131d247cd","address":"34.28.196.79:26656","provider":"ZetaChain"},{"id":"637077d431f618181597706810a65c826524fd74","address":"zetachain.rpc.nodeshub.online:22556","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}]},"apis":{"rpc":[{"address":"https://zetachain.blockpi.network/rpc/v1/public","provider":"BlockPI"},{"address":"https://zetachain-mainnet-archive.allthatnode.com:26657","provider":"All That Node"},{"address":"https://zetachain-rpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://rpc.zetachain.nodestake.org","provider":"NodeStake"},{"address":"https://zetachain-rpc.noders.services","provider":"[NODERS]TEAM"},{"address":"https://zetachain.rpc.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"rest":[{"address":"https://zetachain.blockpi.network/lcd/v1/public","provider":"BlockPI"},{"address":"https://zetachain-mainnet-archive.allthatnode.com:1317","provider":"All That Node"},{"address":"https://zetachain-api.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://api.zetachain.nodestake.org","provider":"NodeStake"},{"address":"https://zetachain-api.noders.services","provider":"[NODERS]TEAM"},{"address":"https://zetachain.api.nodeshub.online:443","provider":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"}],"grpc":[{"address":"https://zetachain-grpc.lavenderfive.com:443","provider":"Lavender.Five Nodes 🐝"},{"address":"https://grpc.zetachain.nodestake.org:443","provider":"NodeStake"},{"address":"zetachain-grpc.noders.services:28090","provider":"[NODERS]TEAM"},{"address":"https://zetachain.grpc.nodeshub.online","provider":"Nodes Hub"}]},"explorers":[{"kind":"ZetaScan","url":"https://explorer.zetachain.com/","tx_page":"https://explorer.zetachain.com/cc/tx/${txHash}"},{"kind":"BlockScout","url":"https://zetachain.blockscout.com/","tx_page":"https://zetachain.blockscout.com/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.org/zetachain","tx_page":"https://explorer.nodestake.org/zetachain/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/zetachain/","tx_page":"https://explorer.nodeshub.online/zetachain/tx/${txHash}","account_page":"https://explorer.nodeshub.online/zetachain/accounts/${accountAddress}"}],"extra_codecs":["ethermint"]},"sandbox-01":{"$schema":"../chain.schema.json","chain_name":"akashtestnet","chain_id":"sandbox-01","pretty_name":"Sandbox","website":"https://akash.network/","status":"live","network_type":"testnet","bech32_prefix":"akash","daemon_name":"akash","node_home":"$HOME/.akash","slip44":118,"fees":{"fee_tokens":[{"denom":"uakt","fixed_min_gas_price":0,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uakt"}]},"codebase":{"git_repo":"https://github.com/akash-network/node","recommended_version":"v0.22.0","compatible_versions":["v0.22.0"],"binaries":{"linux/amd64":"https://github.com/akash-network/node/releases/download/v0.22.0/akash_0.22.0_linux_amd64.zip","linux/arm64":"https://github.com/akash-network/node/releases/download/v0.22.0/akash_0.22.0_linux_arm64.zip"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/akash-network/net/master/sandbox/genesis.json"},"versions":[{"name":"v0","recommended_version":"v0.22.0","compatible_versions":["v0.22.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}],"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"},"peers":{"seeds":[{"id":"865b21750f7fc5a2fa901192f7ccbe1212cd6d55","address":"p2p.sandbox-01.aksh.pw:26656"}],"persistent_peers":[{"id":"865b21750f7fc5a2fa901192f7ccbe1212cd6d55","address":"p2p.sandbox-01.aksh.pw:26656"}]},"apis":{"rpc":[{"address":"https://rpc.sandbox-01.aksh.pw:443","provider":"akash"}],"rest":[{"address":"https://api.sandbox-01.aksh.pw:443","provider":"akash"}],"grpc":[{"address":"grpc.sandbox-01.aksh.pw:9090","provider":"akash"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer.sandbox-01.aksh.pw/akash","tx_page":"https://explorer.sandbox-01.aksh.pw/akash/tx/${txHash}"}]},"constantine-3":{"$schema":"../chain.schema.json","chain_name":"archwaytestnet","chain_id":"constantine-3","pretty_name":"Archway Testnet","website":"https://archway.io","status":"live","network_type":"testnet","bech32_prefix":"archway","daemon_name":"archwayd","node_home":"$HOME/.archway","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"aconst","low_gas_price":1000000000000,"average_gas_price":1500000000000,"high_gas_price":2000000000000}]},"staking":{"staking_tokens":[{"denom":"aconst"}]},"codebase":{"git_repo":"https://github.com/archway-network/archway"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.svg"},"apis":{"rpc":[{"address":"rpc.constantine.archway.io","provider":"Archway"},{"address":"https://archway-testnet-rpc.polkachu.com","provider":"Polkachu"}],"rest":[{"address":"https://api.constantine.archway.tech","provider":"Archway"}]},"explorers":[{"kind":"archwayscan","url":"https://testnet.archway.explorers.guru","tx_page":"https://testnet.archway.explorers.guru/transaction/${txHash}"}]},"arkeo":{"$schema":"../../chain.schema.json","chain_name":"arkeonetworktestnet","chain_id":"arkeo","pretty_name":"Arkeo Network","status":"live","network_type":"testnet","bech32_prefix":"tarkeo","daemon_name":"arkeod","node_home":"$HOME/.arkeo","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uarkeo"}]},"staking":{"staking_tokens":[{"denom":"uarkeo"}]},"codebase":{"git_repo":"https://github.com/arkeonetwork/arkeo"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:22856"}]},"apis":{"rpc":[{"address":"https://arkeonetwork-testnet.nodejumper.io:26657","provider":"NODEJUMPER"},{"address":"https://test-arkeo-rpc.kynraze.com","provider":"kynraze"},{"address":"https://testnet-arkeo-rpc.lavenderfive.com","provider":"lavenderfive"},{"address":"https://arkeo-rpc.siriusnodes.uk","provider":"siriusnodes"},{"address":"http://seed.arkeo.network:26657","provider":"arkeo"}],"rest":[{"address":"https://arkeonetwork-testnet.nodejumper.io:1317","provider":"NODEJUMPER"},{"address":"https://test-arkeo-api.kynraze.com","provider":"kynraze"},{"address":"https://testnet-arkeo-api.lavenderfive.com","provider":"lavenderfive"},{"address":"https://arkeo-api.siriusnodes.uk","provider":"siriusnodes"},{"address":"http://seed.arkeo.network:1317","provider":"arkeo"}],"grpc":[{"address":"https://arkeonetwork-testnet.nodejumper.io:9090/","provider":"NODEJUMPER"}]},"explorers":[{"url":"https://explorer.nodexcapital.com/arkeo","tx_page":"https://explorer.nodexcapital.com/arkeo/tx/${txHash}"}]},"artela_11820-1":{"$schema":"../../chain.schema.json","chain_name":"artelatestnet","chain_id":"artela_11820-1","pretty_name":"Artela Testnet","status":"live","network_type":"testnet","bech32_prefix":"art","daemon_name":"artelad","node_home":"$HOME/.artelad","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"uart","low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"uart"}]},"codebase":{"git_repo":"https://github.com/artela-network/artela","recommended_version":"v0.4.2-beta","compatible_versions":["v0.4.2-beta"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"ibc_go_version":"v7.1.0","genesis":{"genesis_url":"https://docs.artela.network/assets/files/genesis-697a2db4ef7e20dbdb8bdc1cd9d1633a.json"},"versions":[{"name":"v0.4.2-beta","recommended_version":"v0.4.2-beta","compatible_versions":["v0.4.2-beta"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"ibc_go_version":"v7.1.0"},{"name":"v0.4.1-beta","recommended_version":"v0.4.1-beta","compatible_versions":["v0.4.1-beta"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"ibc_go_version":"v7.1.0"}]},"peers":{"seeds":[],"persistent_peers":[{"id":"211536ab1414b5b9a2a759694902ea619b29c8b1","address":"47.251.14.47:26656","provider":"Artela Foundation"},{"id":"d89e10d917f6f7472125aa4c060c05afa78a9d65","address":"47.251.32.165:26656","provider":"Artela Foundation"}]},"apis":{"rpc":[{"address":"https://testnet-rpc1.artela.network","provider":"Artela Foundation"},{"address":"https://testnet-rpc2.artela.network","provider":"Artela Foundation"}],"rest":[{"address":"https://testnet-rpc1.artela.network","provider":"Artela Foundation"},{"address":"https://testnet-rpc2.artela.network","provider":"Artela Foundation"}],"grpc":[{"address":"https://testnet-rpc1.artela.network","provider":"Artela Foundation"}]},"explorers":[{"kind":"Artela Network","url":"https://testnet-scan.artela.network","tx_page":"https://testnet-scan.artela.network/tx/${txHash}"}]},"aura_6321-3":{"$schema":"../chain.schema.json","chain_name":"auratestnet","chain_id":"aura_6321-3","pretty_name":"Aura Euphoria Network","website":"https://aura.network/","status":"live","network_type":"testnet","bech32_prefix":"aura","daemon_name":"aurad","node_home":"$HOME/.aura","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ueaura","fixed_min_gas_price":0.001,"low_gas_price":0.001,"average_gas_price":0.002,"high_gas_price":0.0025}]},"staking":{"staking_tokens":[{"denom":"ueaura"}],"lock_duration":{"time":"172800s"}},"codebase":{"git_repo":"https://github.com/aura-nw/aura","recommended_version":"v0.8.0-euphoria","compatible_versions":["v0.8.0-euphoria"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","genesis":{"genesis_url":"https://images.aura.network/aura_6321-3-genesis.tar.gz"},"versions":[{"name":"v0.8.0-euphoria","next_version_name":"","recommended_version":"v0.8.0-euphoria","compatible_versions":["v0.8.0-euphoria"],"cosmos_sdk_version":"v0.47.8","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.42.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},"peers":{"seeds":[{"id":"705e3c2b2b554586976ed88bb27f68e4c4176a33","address":"52.76.203.126:26656"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.euphoria.aura.network/","provider":"Aura Network Foundation"}],"rest":[{"address":"https://lcd.euphoria.aura.network/","provider":"Aura Network Foundation"}],"grpc":[{"address":"http://grpc.euphoria.aura.network:9090","provider":"Aura Network Foundation"}]},"explorers":[{"kind":"aurascan","url":"https://euphoria.aurascan.io","tx_page":"https://euphoria.aurascan.io/tx/${txHash}","account_page":"https://euphoria.aurascan.io/address/${accountAddress}"}]},"axelar-testnet-lisbon-3":{"$schema":"../chain.schema.json","chain_name":"axelartestnet","chain_id":"axelar-testnet-lisbon-3","pretty_name":"Axelar Testnet","website":"https://axelar.network/","status":"live","network_type":"testnet","bech32_prefix":"axelar","daemon_name":"axelard","node_home":"$HOME/.axelard","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uaxl","low_gas_price":0.007,"average_gas_price":0.007,"high_gas_price":0.01}]},"staking":{"staking_tokens":[{"denom":"uaxl"}]},"codebase":{"git_repo":"https://github.com/axelarnetwork/axelar-core"},"peers":{"seeds":[{"id":"496ac0ba20188f70f41e0a814dfd4d9a617338f8","address":"axelar-testnet-seed.ibs.team:16654","provider":"Inter Blockchain Services"}]},"apis":{"rpc":[{"address":"https://rpc-axelar-testnet.imperator.co:443","provider":"Imperator.co"},{"address":"https://axelartest-rpc.quickapi.com/","provider":"Quickapi"},{"address":"https://axelar-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://lcd-axelar-testnet.imperator.co:443","provider":"Imperator.co"},{"address":"https://axelartest-lcd.quickapi.com/","provider":"Quickapi"},{"address":"https://axelar-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}]},"explorers":[{"kind":"axelarscan","url":"https://testnet.axelarscan.io","tx_page":"https://testnet.axelarscan.io/tx/${txHash}"},{"kind":"mintscan","url":"https://mintscan.io/axelar-testnet","tx_page":"https://mintscan.io/axelar-testnet/txs/${txHash}","account_page":"https://mintscan.io/axelar-testnet/account/${accountAddress}"}]},"bbn-test1":{"$schema":"../../chain.schema.json","chain_name":"babylontestnet1","chain_id":"bbn-test1","pretty_name":"Babylon Testnet","website":"https://www.babylonchain.io","status":"killed","network_type":"testnet","bech32_prefix":"bbn","daemon_name":"babylond","node_home":"$HOME/.babylond","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubbn"}]},"staking":{"staking_tokens":[{"denom":"ubbn"}]},"codebase":{"git_repo":"https://github.com/babylonchain/babylon","recommended_version":"v0.5.0","compatible_versions":["v0.5.0"],"genesis":{"genesis_url":"https://github.com/babylonchain/networks/raw/main/bbn-test1/genesis.tar.bz2"},"versions":[{"name":"v0.5.0","recommended_version":"v0.5.0","compatible_versions":["v0.5.0"]}]},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"},"peers":{"seeds":[{"id":"03ce5e1b5be3c9a81517d415f65378943996c864","address":"18.207.168.204:26656","provider":"Babylon foundation"},{"id":"a5fabac19c732bf7d814cf22e7ffc23113dc9606","address":"34.238.169.221:26656","provider":"Babylon foundation"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:20656","provider":"Polkachu"}],"persistent_peers":[{"id":"03ce5e1b5be3c9a81517d415f65378943996c864","address":"18.207.168.204:26656","provider":"Babylon foundation"},{"id":"a5fabac19c732bf7d814cf22e7ffc23113dc9606","address":"34.238.169.221:26656","provider":"Babylon foundation"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:20656","provider":"Polkachu"}]},"apis":{"rpc":[{"address":"rpc.testnet.babylonchain.io:26657","provider":"Babylon foundation"}],"rest":[{"address":"rpc.testnet.babylonchain.io:1317","provider":"Babylon foundation"}],"grpc":[]},"explorers":[{"kind":"babylonscan","url":"https://babylonscan.io"},{"kind":"explorers.guru","url":"https://babylon.explorers.guru","tx_page":"https://babylon.explorers.guru/transaction/${txHash}"}]},"bbn-test3":{"$schema":"../../chain.schema.json","chain_name":"babylontestnet","chain_id":"bbn-test3","pre_fork_chain_name":"babylontestnet1","pretty_name":"Babylon Testnet 3","website":"https://www.babylonchain.io","status":"live","network_type":"testnet","bech32_prefix":"bbn","daemon_name":"babylond","node_home":"$HOME/.babylond","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubbn"}]},"staking":{"staking_tokens":[{"denom":"ubbn"}]},"codebase":{"git_repo":"https://github.com/babylonchain/babylon","recommended_version":"v0.8.4","compatible_versions":["v0.8.4"],"genesis":{"genesis_url":"https://github.com/babylonchain/networks/raw/main/bbn-test3/genesis.tar.bz2"},"versions":[{"name":"v0.8.4","recommended_version":"v0.8.4","compatible_versions":["v0.8.4"]}]},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"},"peers":{"seeds":[{"id":"8da45f9ff83b4f8dd45bbcb4f850999637fbfe3b","address":"seed0.testnet.babylonchain.io:26656","provider":"Babylon foundation"},{"id":"4b1f8a774220ba1073a4e9f4881de218b8a49c99","address":"seed1.testnet.babylonchain.io:26656","provider":"Babylon foundation"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:20656","provider":"Polkachu"}],"persistent_peers":[{"id":"03ce5e1b5be3c9a81517d415f65378943996c864","address":"18.207.168.204:26656","provider":"Babylon foundation"},{"id":"a5fabac19c732bf7d814cf22e7ffc23113dc9606","address":"34.238.169.221:26656","provider":"Babylon foundation"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:20656","provider":"Polkachu"},{"id":"798836777efb5555cfb940129e2073b44f9117e5","address":"141.94.143.203:55706","provider":"Nodes.Guru"},{"id":"86e9a68f0fd82d6d711aa20cc2083c836fb8c083","address":"222.106.187.14:56000","provider":"Cosmostation"},{"id":"326fee158e9e24a208e53f6703c076e1465e739d","address":"babylon-testnet.cosmos-spaces.zone:26659","provider":"CosmosSpaces"},{"id":"5e02bb2c9a644afae6109bf2c264d356fad27618","address":"15.165.166.210:26656","provider":"B-Harvest"},{"id":"35abd10cba77f9d2b9b575dfa0c7c8c329bf4da3","address":"104.196.182.128:26656","provider":"DoraFactory"},{"id":"fad3a0485745a49a6f95a9d61cda0615dcc6beff","address":"89.58.62.213:26501","provider":"EquinoxDAO"},{"id":"a25c37941e272b5ed0ea40e8f39e95c0d9c55083","address":"178.63.105.185:26656","provider":"Everstake"},{"id":"90eac330252ff51bf461602e7b8df054ce8583ae","address":"65.109.64.57:26656","provider":"Stakin"},{"id":"3f5fcc3c8638f0af476e37658e76984d6025038b","address":"134.209.203.147:26656","provider":"Allnodes"},{"id":"c3e82156a0e2f3d5373d5c35f7879678f29eaaad","address":"144.76.28.163:46656","provider":"HoodRun"}]},"apis":{"rpc":[{"address":"rpc.testnet3.babylonchain.io:443","provider":"Babylon foundation"}],"rest":[{"address":"lcd.testnet3.babylonchain.io:443","provider":"Babylon foundation"}],"grpc":[]},"explorers":[{"kind":"babylonscan","url":"https://babylonscan.io"},{"kind":"explorers.guru","url":"https://testnet.babylon.explorers.guru","tx_page":"https://testnet.babylon.explorers.guru/transaction/${txHash}"}]},"bitcanna-dev-6":{"$schema":"../../chain.schema.json","chain_name":"bitcannadevnet2","chain_id":"bitcanna-dev-6","pretty_name":"BitCanna Devnet-6 SDK v0.46.x","status":"live","network_type":"devnet","bech32_prefix":"bcna","daemon_name":"bcnad","node_home":"$HOME/.bcna","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubcna","fixed_min_gas_price":0.001}]},"codebase":{"git_repo":"https://github.com/BitCannaGlobal/bcna","recommended_version":"v2.0.0-beta","compatible_versions":["v2.0.0-beta"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.0-beta/bcna_linux_amd64.tar.gz"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/BitCannaGlobal/testnet-bcna-cosmos/main/instructions/bitcanna-dev-6/genesis.json"},"versions":[{"name":"v2.0.0-beta","recommended_version":"v2.0.0-beta","compatible_versions":["v2.0.0-beta"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.0-beta/bcna_linux_amd64.tar.gz"}}]},"peers":{"persistent_peers":[{"id":"85be53f499c803a10e73734018334049a7c4686d","address":"212.227.151.105:26656"},{"id":"fb88f165477b7c7a4fbb47bb6b01448c732a0e88","address":"164.68.119.233:26656"}]},"apis":{"rpc":[{"address":"https://rpc-devnet-6.bitcanna.io/","provider":"bitcanna"}],"rest":[{"address":"https://lcd-devnet-6.bitcanna.io/","provider":"bitcanna"}],"grpc":[{"address":"http://devnet-6.bitcanna.io:9090","provider":"bitcanna"}]},"explorers":[{"url":"https://explorer-devnet-6.bitcanna.io","tx_page":"https://explorer-devnet-6.bitcanna.io/tx/${txHash}"}]},"bitcanna-dev-1":{"$schema":"../../chain.schema.json","chain_name":"bitcannadevnet","chain_id":"bitcanna-dev-1","pretty_name":"BitCanna Devnet-1","status":"live","network_type":"testnet","bech32_prefix":"bcna","daemon_name":"bcnad","node_home":"$HOME/.bcna","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ubcna","fixed_min_gas_price":0.001}]},"codebase":{"git_repo":"https://github.com/BitCannaGlobal/bcna","recommended_version":"v2.0.3","compatible_versions":["v2.0.1-rc6","v2.0.2-rc1","v2.0.3"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_linux_amd64.tar.gz"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/BitCannaGlobal/bcna/main/devnets/bitcanna-dev-1/genesis.json"},"versions":[{"name":"vigorous-grow-fix","recommended_version":"v1.6.3","compatible_versions":["v1.6.3"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.3/bcna_linux_amd64.tar.gz"}},{"name":"wakeandbake","recommended_version":"v2.0.3","compatible_versions":["v2.0.1-rc6","v2.0.2-rc1","v2.0.3"],"binaries":{"linux/amd64":"https://github.com/BitCannaGlobal/bcna/releases/download/v2.0.3/bcna_linux_amd64.tar.gz"}}]},"peers":{"seeds":[{"id":"471341f9befeab582e845d5e9987b7a4889c202f","address":"144.91.89.66:26656"},{"id":"496ac0ba20188f70f41e0a814dfd4d9a617338f8","address":"bcnadev-seed.ibs.team:16656","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"80ee9ed689bfb329cf21b94aa12978e073226db4","address":"212.227.151.143:26656"},{"id":"b0c7e5c69aaf00626baaf7c59370029b587a91a4","address":"🔥STAVR🔥"},{"id":"20ca909b49106aacbf516ba28fa8a2409f825a82","address":"212.227.151.106:26656"}]},"apis":{"rpc":[{"address":"https://rpc-testnet.bitcanna.io","provider":"bitcanna"},{"address":"https://bitcanna-testnet.rpc.kjnodes.com/","provider":"kjnodes.com"},{"address":"https://testnet-bitcanna-rpc.konsortech.xyz/","provider":"konsortech.xyz"},{"address":"https://rpc.bitcanna-dev-1.bitcanna.aviaone.com/","provider":"aviaone.com"},{"address":"https://bitcanna-testnet.nodejumper.io:443","provider":"NODEJUMPER"},{"address":"https://bcna-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://lcd-testnet.bitcanna.io","provider":"bitcanna"},{"address":"https://testnet-bitcanna-api.konsortech.xyz/","provider":"konsortech.xyz"},{"address":"https://bitcanna.api.dev.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api.bitcanna-dev-1.bitcanna.aviaone.com/","provider":"aviaone.com"},{"address":"https://bitcanna-testnet.api.kjnodes.com/","provider":"kjnodes.com"},{"address":"https://bitcanna-testnet.nodejumper.io:1317","provider":"NODEJUMPER"},{"address":"https://bcna-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}],"grpc":[{"address":"http://devnet-1.bitcanna.io:9090/","provider":"bitcanna"},{"address":"http://bitcanna-testnet.grpc.kjnodes.com:42090/","provider":"kjnodes.com"},{"address":"http://bitcanna.grpc.dev.stavr.tech:2901","provider":"🔥STAVR🔥"},{"address":"https://bitcanna-testnet.nodejumper.io:9090","provider":"NODEJUMPER"}]},"explorers":[{"url":"https://explorer.thesilverfox.pro/bitcanna","tx_page":"https://explorer.thesilverfox.pro/bitcanna/tx/${txHash}"},{"url":"https://testnets-cosmos.mintthemoon.xyz/bitcanna","tx_page":"https://testnets-cosmos.mintthemoon.xyz/bitcanna/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Bitcanna-DEV","tx_page":"https://explorer.stavr.tech/Bitcanna-DEV/tx/${txHash}","account_page":"https://explorer.stavr.tech/Bitcanna-DEV/account/${accountAddress}"},{"url":"https://explorer.kjnodes.com/bitcanna-testnet","tx_page":"https://explorer.kjnodes.com/bitcanna-testnet/tx/${txHash}"},{"url":"https://explorer.stavr.tech/bitcanna-dev","tx_page":"https://explorer.stavr.tech/bitcanna-dev/tx/${txHash}"}]},"blockx_190-1":{"$schema":"../../chain.schema.json","chain_name":"blockxtestnet","chain_id":"blockx_190-1","pretty_name":"BlockX-Atlantis-Testnet","website":"https://www.blockxnet.com/","status":"live","network_type":"testnet","bech32_prefix":"blockx","daemon_name":"blockxd","node_home":"$HOME/.blockxd","key_algos":["ethsecp256k1"],"slip44":118,"staking":{"staking_tokens":[{"denom":"abcx"}]}},"cascadia_6102-1":{"$schema":"../../chain.schema.json","chain_name":"cascadiatestnet","chain_id":"cascadia_6102-1","pretty_name":"Cascadia","website":"https://cascadia.foundation/","status":"live","network_type":"testnet","bech32_prefix":"cascadia","daemon_name":"cascadiad","node_home":"$HOME/.cascadiad","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aCC","fixed_min_gas_price":0,"low_gas_price":7,"average_gas_price":10,"high_gas_price":15}]},"staking":{"staking_tokens":[{"denom":"aCC"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/CascadiaFoundation/cascadia","recommended_version":"v0.1.2","compatible_versions":["v0.1.1"],"cosmos_sdk_version":"0.46.10","consensus":{"type":"tendermint","version":"v0.34.26"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"genesis":{"name":"v1","genesis_url":"https://raw.githubusercontent.com/CascadiaFoundation/chain-configuration/master/testnet/genesis.json"},"versions":[]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png","theme":{"primary_color_hex":"#004A96"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png"},"peers":{"seeds":[{"id":"42c4a78f39935df1c20b51c4b0d0a21db8f01c88","address":"cascadia-testnet-seed.itrocket.net:40656"},{"id":"af73a10430d389e7480ef01b10b763fe156a397d","address":"cscd-rpc.systemd.run:29656"}],"persistent_peers":[{"id":"dd225f803eb3ae4bba2eef4628bebd6fc52092c2","address":"65.108.97.111:36656"},{"id":"e85f72848ba9586c6704445d1118fb35e2ca5804","address":"65.109.84.33:38656"},{"id":"23c3d082bd3a3102988c04085531461daa5a4b21","address":"65.108.81.122:26656"},{"id":"eb3a413b8a2baf1f544d4129572919257d5db53b","address":"rpc-cascadia.nodeist.net:28656"},{"id":"bf183b5864e483eba4dbecd61c9cc78696d46fcc","address":"85.10.193.246:34656"},{"id":"796a6a0960d7366123f3a829ad917ae0a4f7e09d","address":"91.223.3.190:55796"},{"id":"7d63f71ab6356940c607d9d748262b5505b604b0","address":"49.12.42.105:26656"},{"id":"c01481445ec6d3e6defa945ff1075e732efb3940","address":"65.109.28.226"}]},"apis":{"rpc":[{"address":"https://rpc.cascadia.foundation:443","provider":"cascadia"},{"address":"https://cscd-rpc.systemd.run:443","provider":"systemd"},{"address":"https://api.cascadia-t.indonode.net:443","provider":"Indonode"},{"address":"https://rpc-test.cascadia.hexnodes.co:443","provider":"Hexnodes"}],"rest":[{"address":"https://lcd.cascadia.foundation","provider":"cascadia"},{"address":"https://cscd-api.systemd.run","provider":"systemd"},{"address":"https://api.cascadia-t.indonode.net/","provider":"Indonode"},{"address":"https://lcd-test.cascadia.hexnodes.co","provider":"Hexnodes"}],"grpc":[{"address":"grpc.cascadia.foundation:443","provider":"cascadia"},{"address":"cscd-grpc.systemd.run:443","provider":"systemd"},{"address":"grpc.cascadia-t.indonode.net:43090","provider":"Indonode"},{"address":"grpc-test.cascadia.hexnodes.co:19090","provider":"Hexnodes"}]},"explorers":[{"kind":"validator_explorer","url":"https://validator.cascadia.foundation/","tx_page":"https://validator.cascadia.foundation/transactions/${txHash}","account_page":"https://validator.cascadia.foundation/accounts/${accountAddress}"},{"kind":"block_explorer","url":"https://explorer.cascadia.foundation/","tx_page":"https://explorer.cascadia.foundation/tx/${txHash}","account_page":"https://explorer.cascadia.foundation/address/${accountAddress}"}],"keywords":["cascadia","cosmos","evm","cybernetic"]},"blockspacerace-0":{"$schema":"../../chain.schema.json","chain_name":"celestiatestnet","chain_id":"blockspacerace-0","pretty_name":"Blockspace Race Testnet","status":"killed","network_type":"testnet","bech32_prefix":"celestia","daemon_name":"celestia-appd","node_home":"$HOME/.celestia-app","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utia","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/celestiaorg/celestia-app","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/celestiaorg/networks/master/blockspacerace/genesis.json"},"versions":[{"name":"v1.1.0","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"]}]},"peers":{"seeds":[{"id":"f97a75fb69d3a5fe893dca7c8d238ccc0bd66a8f","address":"celestia-blockspacerace.seed.brocha.in:30583","provider":"Brochain"}]},"apis":{"rpc":[{"address":"https://rpc-blockspacerace.pops.one/","provider":"P-OPs"}],"rest":[{"address":"https://celestia-blockspacerace-rest.brocha.in","provider":"Brochain"}]},"explorers":[{"kind":"Mintscan","url":"https://mintscan.io/celestia-incentivized-testnet","tx_page":"https://mintscan.io/celestia-incentivized-testnet/txs/${txHash}"}]},"arabica-11":{"$schema":"../../chain.schema.json","chain_name":"celestiatestnet2","chain_id":"arabica-11","pretty_name":"Arabica Testnet","status":"live","network_type":"devnet","bech32_prefix":"celestia","daemon_name":"celestia-appd","node_home":"$HOME/.celestia-app","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utia","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.02,"high_gas_price":0.1}]},"codebase":{"git_repo":"https://github.com/celestiaorg/celestia-app","recommended_version":"v1.6.0","compatible_versions":["v1.3.0","v1.4.0","v1.5.0","v1.6.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/celestiaorg/networks/master/arabica-11/genesis.json"},"versions":[{"name":"v1.3.0","recommended_version":"v1.6.0","compatible_versions":["v1.3.0","v1.4.0","v1.5.0","v1.6.0"]}]},"peers":{"seeds":[{"id":"827583022cc6ce65cf762115642258f937c954cd","address":"validator-1.celestia-arabica-11.com","provider":"Celestia Labs"},{"id":"74e42b39f512f844492ff09e30af23d54579b7bc","address":"validator-2.celestia-arabica-11.com","provider":"Celestia Labs"},{"id":"00d577159b2eb1f524ef9c37cb389c020a2c38d2","address":"validator-3.celestia-arabica-11.com","provider":"Celestia Labs"},{"id":"b2871b6dc2e18916d07264af0e87c456c2bba04f","address":"validator-4.celestia-arabica-11.com","provider":"Celestia Labs"}]},"apis":{"rpc":[{"address":"https://validator-1.celestia-arabica-11.com/","provider":"Celestia Labs"}],"rest":[{"address":"https://api.celestia-arabica-11.com/","provider":"Celestia Labs"}]},"explorers":[{"kind":"Ping.Pub","url":"https://explorer.celestia-arabica-11.com/arabica-11","tx_page":"https://explorer.celestia-arabica-11.com/arabica-11/tx/${txHash}"}]},"mocha-4":{"$schema":"../../chain.schema.json","chain_name":"celestiatestnet3","chain_id":"mocha-4","pretty_name":"Mocha Testnet","status":"live","network_type":"testnet","bech32_prefix":"celestia","daemon_name":"celestia-appd","node_home":"$HOME/.celestia-app","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utia","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.02,"high_gas_price":0.1}]},"codebase":{"git_repo":"https://github.com/celestiaorg/celestia-app","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/celestiaorg/networks/master/mocha-4/genesis.json"},"versions":[{"name":"v1.3.0","recommended_version":"v1.3.0","compatible_versions":["v1.3.0"]}]},"peers":{"seeds":[{"id":"3314051954fc072a0678ec0cbac690ad8676ab98","address":"65.108.66.220:26656","provider":"P-OPS"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"},{"id":"8c780fa4df00621926a9b20e80410895548cb0d9","address":"mocha-full.avril14th.org:26656","provider":"Avril 14th"},{"id":"5d0bf034d6e6a8b5ee31a2f42f753f1107b3a00e","address":"celestia-testnet-seed.itrocket.net:11656","provider":"🚀ITRocket🚀"},{"id":"de181ebe22ce14483abbb8695bdb43c1169246af","address":"185.144.99.223:26656","provider":"CrypTech"},{"id":"70e8a8941f32dc5f696e46ee836c27620e773065","address":"seed.celestia.testnet.dteam.tech:26656","provider":"DTEAM"}]},"apis":{"rpc":[{"address":"https://rpc-mocha.pops.one","provider":"P-OPs"},{"address":"https://celestia-testnet-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://rpc-mocha-full.avril14th.org","provider":"Avril 14th"},{"address":"https://celestia-testnet-rpc.itrocket.net","provider":"🚀ITRocket🚀"},{"address":"https://rpc-celestia-testnet.cryptech.com.ua","provider":"CrypTech"},{"address":"https://rpc.celestia.testnet.dteam.tech:443","provider":"DTEAM"}],"rest":[{"address":"https://api-mocha.pops.one","provider":"P-OPs"},{"address":"https://celestia-testnet-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"https://api-mocha-full.avril14th.org","provider":"Avril 14th"},{"address":"https://celestia-testnet-api.itrocket.net","provider":"🚀ITRocket🚀"},{"address":"https://api-celestia-testnet.cryptech.com.ua","provider":"CrypTech"},{"address":"https://api.celestia.testnet.dteam.tech:443","provider":"DTEAM"}],"grpc":[{"address":"celestia-testnet-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"},{"address":"grpc-mocha-full.avril14th.org","provider":"Avril 14th"},{"address":"celestia-testnet-grpc.itrocket.net:11090","provider":"🚀ITRocket🚀"},{"address":"https://grpc-celestia-testnet.cryptech.com.ua","provider":"CrypTech"},{"address":"grpc.celestia.testnet.dteam.tech:27090","provider":"DTEAM"}]},"explorers":[{"kind":"Mintscan","url":"https://mintscan.io/celestia-testnet","tx_page":"https://mintscan.io/celestia-testnet/txs/${txHash}"},{"kind":"🚀ITRocket🚀","url":"https://testnet.itrocket.net/celestia","tx_page":"https://testnet.itrocket.net/celestia/tx/${txHash}","account_page":"https://testnet.itrocket.net/celestia/account/${accountAddress}"},{"kind":"CrypTech","url":"https://explorers.cryptech.com.ua/Celestia-Testnet","tx_page":"https://explorers.cryptech.com.ua/Celestia-Testnet/tx/${txHash}","account_page":"https://explorers.cryptech.com.ua/Celestia-Testnet/account/${accountAddress}"},{"kind":"DTEAM | Explorer","url":"https://explorer.testnet.dteam.tech/celestia","tx_page":"https://explorer.testnet.dteam.tech/celestia/tx/${txHash}","account_page":"https://explorer.testnet.dteam.tech/celestia/account/${accountAddress}"}]},"babajaga-1":{"$schema":"../chain.schema.json","chain_name":"chain4energytestnet","chain_id":"babajaga-1","pretty_name":"Chain4Energy Testnet","website":"https://c4e.io/","status":"live","network_type":"testnet","bech32_prefix":"c4e","daemon_name":"c4ed","node_home":"$HOME/.c4e-chain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uc4e","fixed_min_gas_price":0,"low_gas_price":0.02,"average_gas_price":0.03,"high_gas_price":0.06}]},"staking":{"staking_tokens":[{"denom":"uc4e"}]},"codebase":{"git_repo":"https://github.com/chain4energy/c4e-chain","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/chain4energy/c4e-chains/main/babajaga-1/genesis.json"},"versions":[{"name":"v1.2.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"},"peers":{"seeds":[],"persistent_peers":[{"id":"de18fc6b4a5a76bd30f65ebb28f880095b5dd58b","address":"66.70.177.76:36656","provider":"C4E"},{"id":"36656,33f90a0ac7e8f48305ea7e64610b789bbbb33224","address":"151.80.19.186:36656","provider":"C4E"}]},"apis":{"rpc":[{"address":"https://rpc-testnet.c4e.io","provider":"C4E"}],"rest":[{"address":"https://c4e.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://lcd-testnet.c4e.io","provider":"C4E"}],"grpc":[{"address":"grpc-testnet.c4e.io:8443","provider":"C4E"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/C4E-Testnet","tx_page":"https://explorer.stavr.tech/C4E-Testnet/transactions/${txHash}"},{"kind":"explorer","url":"https://explorer-testnet.c4e.io/","tx_page":"https://explorer-testnet.c4e.io/transactions/${txHash}"}]},"cheqd-testnet-6":{"$schema":"../../chain.schema.json","chain_name":"cheqdtestnet","chain_id":"cheqd-testnet-6","pretty_name":"cheqd","status":"live","network_type":"testnet","bech32_prefix":"cheqd","daemon_name":"cheqd-noded","node_home":"$HOME/.cheqdnode","slip44":118,"fees":{"fee_tokens":[{"denom":"ncheq","fixed_min_gas_price":25,"low_gas_price":50,"average_gas_price":75,"high_gas_price":100}]},"codebase":{"git_repo":"https://github.com/cheqd/cheqd-node","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-amd64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-arm64.tar.gz","darwin/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-arm64.tar.gz"},"cosmos_sdk_version":"cheqd/cosmos-sdk v0.47.10-height-mismatch","consensus":{"type":"cometbft","version":"0.37.5"},"ibc_go_version":"v7.4.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/cheqd/cheqd-node/main/networks/testnet/genesis.json"},"versions":[{"name":"v0.6","height":2478827,"proposal":3,"next_version_name":"v1","recommended_version":"v0.6.10","compatible_versions":["v0.6.0","v0.6.1","v0.6.7","v0.6.9","v0.6.10"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.45.9-cheqd-tag","consensus":{"type":"tendermint","version":"0.34.21"},"ibc_go_version":"v3.3.0","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-x86_64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v0.6.10/cheqd-noded-0.6.10-linux-arm64.tar.gz"}},{"name":"v1","next_version_name":"v2","recommended_version":"v1.4.5","compatible_versions":["v1.2.5","v1.3.0","v1.4.0","v1.4.2","v1.4.4","v1.4.5"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.46.10-barberry","consensus":{"type":"tendermint","version":"0.34.26"},"ibc_go_version":"v6.1.1","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-amd64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-linux-arm64.tar.gz","darwin/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v1.4.5/cheqd-noded-1.4.5-darwin-arm64.tar.gz"}},{"name":"v2","height":6194750,"proposal":12,"next_version_name":"","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"cosmos_sdk_version":"cheqd/cosmos-sdk v0.47.10-height-mismatch","consensus":{"type":"cometbft","version":"0.37.5"},"ibc_go_version":"v7.4.0","binaries":{"linux/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-amd64.tar.gz","linux/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-linux-arm64.tar.gz","darwin/amd64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-amd64.tar.gz","darwin/arm64":"https://github.com/cheqd/cheqd-node/releases/download/v2.0.1/cheqd-noded-2.0.1-darwin-arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"}],"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"},"peers":{"seeds":[{"id":"658453f9578d82f0897f13205ca2e7ad37279f95","address":"seed1-eu.cheqd.network:26656","provider":"cheqd"},{"id":"32d626260f74f3c824dfa15a624c078f27fc31a2","address":"seed1-ap.cheqd.network:26656","provider":"cheqd"}],"persistent_peers":[{"id":"8c45237d435247270b95edae33fd1a69341eb1bb","address":"sentry1-eu.cheqd.network:26656","provider":"cheqd"},{"id":"355d3e577b9b1eaadf438694e86364425cf4bb0e","address":"sentry1-ap.cheqd.network:26656","provider":"cheqd"}]},"apis":{"rpc":[{"address":"https://rpc.cheqd.network","provider":"cheqd"}],"rest":[{"address":"https://api.cheqd.network","provider":"cheqd"}],"grpc":[{"address":"grpc.cheqd.network:443","provider":"cheqd"}]},"explorers":[{"kind":"bigdipper","url":"https://testnet-explorer.cheqd.io/","tx_page":"https://testnet-explorer.cheqd.io/transactions/${txHash}"}]},"chimba-testnet":{"$schema":"../chain.schema.json","chain_name":"chimbatestnet","chain_id":"chimba-testnet","pretty_name":"Chimba","website":"https://chimba.ooo/","status":"live","network_type":"testnet","bech32_prefix":"chimba","daemon_name":"chimbad","node_home":"$HOME/.chimbad","slip44":118,"fees":{"fee_tokens":[{"denom":"ucmba","fixed_min_gas_price":0.25,"low_gas_price":1,"average_gas_price":5,"high_gas_price":10}]},"staking":{"staking_tokens":[{"denom":"ucmba"}]},"codebase":{"git_repo":"https://github.com/ChimbaBlockchain/chimba","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://rpc.testnet.chimba.ooo/genesis"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"peers":{"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.testnet.chimba.ooo","provider":"chimba"}],"rest":[{"address":"https://testnet.chimba.ooo","provider":"chimba"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.testnet.chimba.ooo/","tx_page":"https://explorer.testnet.chimba.ooo/transactions/${txHash}"}]},"banksy-testnet-3":{"$schema":"../chain.schema.json","chain_name":"composabletestnet","chain_id":"banksy-testnet-3","pretty_name":"Composable Testnet","status":"live","network_type":"testnet","bech32_prefix":"centauri","daemon_name":"centaurid","node_home":"$HOME/.banksy","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ppica","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"ppica"}]},"codebase":{"git_repo":"https://github.com/notional-labs/composable-centauri","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/notional-labs/composable-networks/main/banksy-testnet-3/genesis.json"},"versions":[{"name":"v3.0.0","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"]}]},"peers":{"seeds":[],"persistent_peers":[{"id":"488f98949ba03931c433aaf12d799bb1cd6f3942","address":"65.21.225.10:47656","provider":"Indonode"},{"id":"667703b3bdf291ec7774c0c46a54eddd2ccb6d36","address":"46.17.250.108:61456","provider":"Sr20de"}]},"apis":{"rpc":[{"address":"https://rpc.composable-t.indonode.net:443","provider":"Indonode"},{"address":"https://rpc-composable-testnet.sr20de.xyz:443","provider":"Sr20de"}],"rest":[{"address":"https://api.composable-t.indonode.net","provider":"Indonode"},{"address":"https://composable.api.t4.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-composable-testnet.sr20de.xyz","provider":"Sr20de"}],"grpc":[{"address":"https://grpc.composable-t.indonode.net:47090","provider":"Indonode"},{"address":"https://grpc-composable-testnet.sr20de.xyz","provider":"Sr20de"}]},"explorers":[{"url":"https://explorer.nodexcapital.com/composable-3","tx_page":"https://explorer.nodexcapital.com/composable-3/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Composable-Testnet4","tx_page":"https://explorer.stavr.tech/Composable-Testnet4/tx/${txHash}"},{"url":"https://explorer.indonode.net/composable-testnet-3","tx_page":"https://explorer.indonode.net/composable-testnet-3/tx/${txHash}"},{"url":"https://explorer.sr20de.xyz/Composible-3","tx_page":"https://explorer.sr20de.xyz/Composible-3/tx/${txHash}"}]},"kitten-04":{"$schema":"../../chain.schema.json","chain_name":"coolcattestnet","chain_id":"kitten-04","pretty_name":"CoolCat","website":"https://app.coolcat.space/","status":"live","network_type":"testnet","bech32_prefix":"ccat","daemon_name":"coolcat","node_home":"$HOME/.coolcat","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uccat","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":1,"high_gas_price":2}]},"staking":{"staking_tokens":[{"denom":"uccat"}]},"codebase":{"git_repo":"https://github.com/DigitalKitchenLabs/coolcat","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/DigitalKitchenLabs/testnets/main/kitten-04/genesis.json"},"versions":[{"name":"v2.0.0","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"]}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.coolcat.space","provider":"Digital Kitchen"}],"rest":[{"address":"https://lcd.coolcat.space","provider":"Digital Kitchen"}],"grpc":[]},"explorers":[]},"coreum-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"coreumtestnet","chain_id":"coreum-testnet-1","pretty_name":"Coreum","website":"https://www.coreum.com","status":"live","network_type":"testnet","bech32_prefix":"testcore","daemon_name":"cored","node_home":"$HOME/.core/coreum-testnet-1","key_algos":["secp256k1"],"slip44":990,"fees":{"fee_tokens":[{"denom":"utestcore","fixed_min_gas_price":0.03125,"low_gas_price":0.0625,"average_gas_price":0.0625,"high_gas_price":62.5}]},"staking":{"staking_tokens":[{"denom":"utestcore"}],"lock_duration":{"time":"168h"}},"codebase":{"git_repo":"https://github.com/CoreumFoundation/coreum","recommended_version":"v3.0.3","compatible_versions":["v3.0.3"],"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd"},"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"genesis":{"name":"v0","genesis_url":"https://raw.githubusercontent.com/CoreumFoundation/coreum/master/genesis/coreum-testnet-1.json"},"versions":[{"name":"v0","tag":"v0.1.1","height":0,"next_version_name":"v1","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v0.1.1/cored-linux-amd64?checksum=sha256:21db2ea1b31d9e8202e0d11f2bee0de78d2e677c07fd75a7db1f3958bf49146c","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v0.1.1/cored-linux-arm64?checksum=sha256:7d383d1a1bc9185677b25c05ebbe01cf20dd6c779ca4301065359ea6e3bcefa3"}},{"name":"v1","tag":"v1.0.0","height":3233700,"proposal":3,"next_version_name":"v2","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-amd64?checksum=sha256:34098ad7586bda364b1b2e7c4569cbcefb630cd4ed7c8f68eb5bced834082c57","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v1.0.0/cored-linux-arm64?checksum=sha256:3ced97f06607f0cdaf77e7ff0b36b2011d101c660684e4f3e54c2ac6bf344dd6"}},{"name":"v2","tag":"v2.0.0","height":8728400,"proposal":13,"next_version_name":"v2patch1","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v2.0.0/cored-linux-amd64?checksum=sha256:7848022a3a35723ecef02eb835fbf139989aace8d780186018dbcdebdc57d694","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v2.0.0/cored-linux-arm64?checksum=sha256:c082eeebbc206633f1b71ef9c16a7f390f5ea5b27ce06c735ed7a632f38b5891"}},{"name":"v2patch1","tag":"v2.0.2","height":9122200,"proposal":15,"next_version_name":"v3","recommended_version":"v2.0.2","compatible_versions":["v2.0.2"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-amd64?checksum=sha256:3facf55f7ff795719f68b9bcf76ea08262bc7c9e9cd735c660257ba73678250e","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v2.0.2/cored-linux-arm64?checksum=sha256:35e261eb3b87c833c30174e6b8667a6155f5962441275d443157e209bbb0bf0d"}},{"name":"v3","tag":"v3.0.0","height":14980000,"proposal":23,"next_version_name":"v3patch1","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.44","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.0/cored-linux-amd64?checksum=sha256:0198b5bf7a32b0e76c57f5fe30bcb27bdc69ba91cd6e4fc8c416bea3a1251a24","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.0/cored-linux-arm64?checksum=sha256:192eaf4fcc49c3ea3339d12f53c905420575d00d605048e526a994a0c4368768"}},{"name":"v3patch1","tag":"v3.0.1","height":15385000,"proposal":24,"next_version_name":"v3patch2","recommended_version":"v3.0.1","compatible_versions":["v3.0.1"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.44","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.1/cored-linux-amd64?checksum=sha256:4d533ed578bb3dddf0142095bf62c63c2f25edf8248df1e8f88b35361be180c4","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.1/cored-linux-arm64?checksum=sha256:83b88f8323061d5dd6aa08895a7ebde7491ccf6360538151e811b7edac9dd1c5"}},{"name":"v3patch2","tag":"v3.0.3","height":15684437,"proposal":25,"recommended_version":"v3.0.3","compatible_versions":["v3.0.3"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.44","cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef","linux/arm64":"https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png","theme":{"primary_color_hex":"#25d695"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png"},"peers":{"seeds":[{"id":"64391878009b8804d90fda13805e45041f492155","address":"seed-sirius.testnet-1.coreum.dev:26656","provider":"Coreum Foundation"},{"id":"53f2367d8f8291af8e3b6ca60efded0675ff6314","address":"seed-antares.testnet-1.coreum.dev:26656","provider":"Coreum Foundation"},{"id":"496ac0ba20188f70f41e0a814dfd4d9a617338f8","address":"coreum-testnet-seed.ibs.team:16660","provider":"Inter Blockchain Services"}]},"apis":{"rpc":[{"address":"https://full-node.testnet-1.coreum.dev:26657","provider":"Coreum Foundation"},{"address":"https://full-node-eris.testnet-1.coreum.dev:26657","provider":"Coreum Foundation"},{"address":"https://coreum-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://full-node.testnet-1.coreum.dev:1317","provider":"Coreum"},{"address":"https://coreum-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}],"grpc":[{"address":"https://full-node.testnet-1.coreum.dev:9090","provider":"Coreum Foundation"},{"address":"https://full-node-eris.testnet-1.coreum.dev:9090","provider":"Coreum Foundation"}]},"explorers":[{"kind":"Coreum","url":"https://explorer.testnet-1.coreum.dev/coreum","tx_page":"https://explorer.testnet-1.coreum.dev/coreum/transactions/${txHash}","account_page":"https://explorer.testnet-1.coreum.dev/coreum/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/coreum-testnet","tx_page":"https://www.mintscan.io/coreum-testnet/transactions/${txHash}","account_page":"https://www.mintscan.io/coreum-testnet/accounts/${accountAddress}"}],"keywords":["dex","staking","wasm","assets","nft"]},"theta-testnet-001":{"$schema":"../../chain.schema.json","chain_name":"cosmoshubtestnet","chain_id":"theta-testnet-001","pretty_name":"Cosmos Hub Public Testnet","status":"live","network_type":"testnet","bech32_prefix":"cosmos","daemon_name":"gaiad","node_home":"$HOME/.gaia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uatom","fixed_min_gas_price":0.005,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uatom"}]},"codebase":{"git_repo":"https://github.com/cosmos/gaia","recommended_version":"v14.1.0","compatible_versions":["v14.1.0-rc0","v14.1.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-arm64.exe"},"genesis":{"genesis_url":"https://github.com/cosmos/testnets/raw/master/public/genesis.json.gz"},"versions":[{"name":"v9.0.1","recommended_version":"v9.0.1","compatible_versions":["v9.0.1"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v9.0.1/gaiad-v9.0.1-windows-amd64.exe"}},{"name":"v10.0.1","recommended_version":"v10.0.1","compatible_versions":["v10.0.1"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v10.0.1/gaiad-v10.0.1-windows-amd64.exe"}},{"name":"v11","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v11.0.0/gaiad-v11.0.0-windows-arm64.exe"}},{"name":"v12","recommended_version":"v12.0.0","compatible_versions":["v12.0.0-rc0","v12.0.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-arm64.exe"}},{"name":"v13","recommended_version":"v13.0.0","compatible_versions":["v13.0.0-rc0","v13.0.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-arm64.exe"}},{"name":"v14","recommended_version":"v14.1.0","compatible_versions":["v14.1.0-rc0","v14.1.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-arm64.exe"}}]},"peers":{"seeds":[{"id":"639d50339d7045436c756a042906b9a69970913f","address":"seed-01.theta-testnet.polypore.xyz:26656","provider":"Hypha"},{"id":"3e506472683ceb7ed75c1578d092c79785c27857","address":"seed-02.theta-testnet.polypore.xyz:26656","provider":"Hypha"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.sentry-01.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rpc.sentry-02.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rpc.state-sync-01.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rpc.state-sync-02.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://public-cosmos-theta.w3node.com","provider":"Interchain.FM"},{"address":"https://rpc-theta.osmotest5.osmosis.zone/","provider":"Osmosis"}],"rest":[{"address":"https://rest.sentry-01.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rest.sentry-02.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rest.state-sync-01.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rest.state-sync-02.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://public-cosmos-theta.w3node.com/rest/","provider":"Interchain.FM"},{"address":"https://lcd-theta.osmotest5.osmosis.zone/","provider":"Osmosis"}],"grpc":[{"address":"https://grpc.sentry-01.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://grpc.sentry-02.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://grpc.state-sync-01.theta-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://grpc.state-sync-02.theta-testnet.polypore.xyz","provider":"Hypha"}]},"explorers":[{"kind":"Mintscan","url":"https://mintscan.io/cosmoshub-testnet","tx_page":"https://mintscan.io/cosmoshub-testnet/txs/${txHash}"},{"kind":"Big Dipper","url":"https://explorer.theta-testnet.polypore.xyz/","tx_page":"https://explorer.theta-testnet.polypore.xyz/transactions/${txHash}"}]},"malaga-420":{"$schema":"../../chain.schema.json","chain_name":"cosmwasmtestnet","chain_id":"malaga-420","pretty_name":"CosmWasm Testnet","status":"live","network_type":"testnet","bech32_prefix":"wasm","daemon_name":"wasmd","node_home":"$HOME/.wasmd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umlg","low_gas_price":0.03,"average_gas_price":0.04,"high_gas_price":0.05}]},"staking":{"staking_tokens":[{"denom":"uand"}]},"codebase":{"git_repo":"https://github.com/CosmWasm/wasmd","recommended_version":"v0.27","compatible_versions":["v0.27"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.27","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json"},"versions":[{"name":"v0.27","recommended_version":"v0.27","compatible_versions":["v0.27"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.27","cosmwasm_enabled":true}]},"peers":{"seeds":[],"persistent_peers":[{"id":"3e3d0d09027dda13a1cd95b5146edc24da5ef872","address":"142.132.236.229:26656","provider":"Confio"}]},"apis":{"rpc":[{"address":"https://rpc.malaga-420.cosmwasm.com:443","provider":"Confio"}],"rest":[{"address":"https://api.malaga-420.cosmwasm.com","provider":"Confio"}]},"explorers":[{"kind":"BIG DIPPER","url":"https://block-explorer.malaga-420.cosmwasm.com/","tx_page":"https://block-explorer.malaga-420.cosmwasm.com/transactions/${txHash}"}]},"coss-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"cosstestnet","chain_id":"coss-testnet-1","pretty_name":"COSS Testnet","status":"live","network_type":"testnet","bech32_prefix":"coss","daemon_name":"cossd","node_home":"$HOME/.cossd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ucgas","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ucgas"}]},"codebase":{"git_repo":"https://github.com/coss-inscription/coss","recommended_version":"0.1.0-testnet","compatible_versions":["0.1.0-testnet"],"cosmos_sdk_version":"0.50.2","consensus":{"type":"tendermint","version":"0.38.2"},"cosmwasm_enabled":false,"genesis":{"genesis_url":"https://github.com/coss-inscription/networks/blob/main/testnet/coss-testnet-1/genesis.json"}},"peers":{"seeds":[{"id":"4bf62eb8e9d65bb86751529ca233df574891602f","address":"35.72.222.149:26656","provider":"COSS"}],"persistent_peers":[{"id":"738698413b8afe09aa3724c884251db7fccf37c9","address":"18.181.25.162:26656","provider":"COSS"}]},"apis":{"rpc":[{"address":"https://coss-testnet-rpc.coss.ink","provider":"COSS"}],"rest":[{"address":"https://coss-testnet-rest.coss.ink","provider":"COSS"}]}},"cudos-testnet-public-3":{"$schema":"../../chain.schema.json","chain_name":"cudostestnet","chain_id":"cudos-testnet-public-3","pretty_name":"Cudos Testnet","status":"live","network_type":"testnet","bech32_prefix":"cudos","key_algos":["secp256k1"],"slip44":118,"codebase":{"git_repo":"https://github.com/CudoVentures/cudos-node","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/CudoVentures/cudos-builders/cudos-master/docker/config/genesis.testnet.public.json"},"versions":[{"name":"v1.1.0","recommended_version":"v1.1.0","compatible_versions":["v1.1.0"]}]},"peers":{"seeds":[{"id":"ee9f57fa3d29a7b88df01dd69f1537c5687b8fd6","address":"seed-01.hosts.testnet.cudos.org:26656","provider":"cudo"},{"id":"8c9f61d1783b4ab9707ef4dc99d07c9cd0ae5155","address":"seed-02.hosts.testnet.cudos.org:26656","provider":"cudo"},{"id":"56543c24150a939095558c16dee031bf2fb2feb5","address":"seed-03.hosts.testnet.cudos.org:26656","provider":"cudo"}],"persistent_peers":[{"id":"0ccf54158f9c340f1fdacf6b4884ca8c8372a923","address":"sentry-01.hosts.testnet.cudos.org:26656","provider":"cudo"},{"id":"7c48114327bfd3ff3b396cda8b33a24c5d0ad172","address":"sentry-02.hosts.testnet.cudos.org:26656","provider":"cudo"},{"id":"d2693512dc45cc856300bcc1b8fd518ab5b2d343","address":"sentry-03.hosts.testnet.cudos.org:26656","provider":"cudo"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.cudos.org:443/","provider":"cudo"},{"address":"http://sentry-01.hosts.testnet.cudos.org:26657","provider":"cudo"},{"address":"http://sentry-02.hosts.testnet.cudos.org:26657","provider":"cudo"},{"address":"http://sentry-03.hosts.testnet.cudos.org:26657","provider":"cudo"}],"rest":[{"address":"https://rest.testnet.cudos.org:443","provider":"cudo"},{"address":"http://sentry-01.hosts.testnet.cudos.org:1317/","provider":"cudo"},{"address":"http://sentry-02.hosts.testnet.cudos.org:1317/","provider":"cudo"},{"address":"http://sentry-03.hosts.testnet.cudos.org:1317/","provider":"cudo"}],"grpc":[{"address":"https://grpc.testnet.cudos.org:433","provider":"cudo"},{"address":"http://sentry-01.hosts.testnet.cudos.org:9090","provider":"cudo"},{"address":"http://sentry-02.hosts.testnet.cudos.org:9090","provider":"cudo"},{"address":"http://sentry-03.hosts.testnet.cudos.org:9090","provider":"cudo"}]},"explorers":[{"kind":"bigdipper-testnet","url":"https://explorer.testnet.cudos.org/","tx_page":"https://explorer.testnet.cudos.org/transactions/${txHash}","account_page":"https://explorer.testnet.cudos.org/accounts/${accountAddress}"}]},"deardoge-testnet":{"$schema":"../../chain.schema.json","chain_name":"deardogetestnet","chain_id":"deardoge-testnet","pretty_name":"Dear Doge Testnet","status":"live","network_type":"testnet","bech32_prefix":"deardoge","daemon_name":"dogd","node_home":"$HOME/.deardoge","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"udear","fixed_min_gas_price":0.25}]},"staking":{"staking_tokens":[{"denom":"udear"}]},"codebase":{"git_repo":"https://github.com/DoraFactory/Dear-Doge","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{},"genesis":{"genesis_url":"https://github.com/DoraFactory/Dear-Doge/blob/main/config/testnet/genesis.json"},"versions":[{"name":"v9.0.1","recommended_version":"v9.0.1","compatible_versions":["v9.0.1"],"binaries":{}},{"name":"v10.0.1","recommended_version":"v10.0.1","compatible_versions":["v10.0.1"],"binaries":{}},{"name":"v11","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{}}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://testnet-rpc.deardoge.org","provider":"dorafactory"}],"rest":[{"address":"https://testnet-rest.deardoge.org","provider":"dorafactory"}],"grpc":[{"address":"testnet-grpc.deardoge.org:443","provider":"dorafactory"}]},"explorers":[{"kind":"Dear Doge Ping Pub","url":"https://testnet-explorer.deardoge.org/deardoge","tx_page":"https://testnet-explorer.deardoge.org/deardoge/tx/${txHash}"}]},"morpheus-apollo-3":{"$schema":"../../chain.schema.json","chain_name":"desmostestnet","chain_id":"morpheus-apollo-3","pretty_name":"Desmos Testnet","status":"live","network_type":"testnet","bech32_prefix":"desmos","daemon_name":"desmos","node_home":"$HOME/.desmos","key_algos":["secp256k1"],"slip44":852,"fees":{"fee_tokens":[{"denom":"udaric","fixed_min_gas_price":0.001,"low_gas_price":0.01,"average_gas_price":0.03,"high_gas_price":0.05}]},"staking":{"staking_tokens":[{"denom":"udaric"}]},"codebase":{"git_repo":"https://github.com/desmos-labs/desmos","recommended_version":"v5.1.0","compatible_versions":["5.1.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/desmos-labs/morpheus/master/morpheus-apollo-3/genesis.json"},"versions":[{"name":"v4.8.0","next_version_name":"v5.0.0","recommended_version":"v4.8.1","compatible_versions":["v4.8.0","v4.8.1"]},{"name":"v5.0.0","recommended_version":"v5.1.0","compatible_versions":["v5.1.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"}],"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"},"peers":{"seeds":[{"id":"be3db0fe5ee7f764902dbcc75126a2e082cbf00c","address":"seed-1.morpheus.desmos.network:26656","provider":"desmos"},{"id":"4659ab47eef540e99c3ee4009ecbe3fbf4e3eaff","address":"seed-2.morpheus.desmos.network:26656","provider":"desmos"},{"id":"1d9cc23eedb2d812d30d99ed12d5c5f21ff40c23","address":"seed-3.morpheus.desmos.network:26656","provider":"desmos"}]},"apis":{"rpc":[{"address":"https://rpc.morpheus.desmos.network","provider":"desmos"}],"rest":[{"address":"https://lcd.morpheus.desmos.network","provider":"desmos"}],"grpc":[{"address":"https://grpc.morpheus.desmos.network:443","provider":"desmos"}]},"explorers":[{"kind":"bigdipper","url":"https://testnet.bigdipper.live/desmos","tx_page":"https://testnet.live/desmos/transactions/${txHash}","account_page":"https://testnet.bigdipper.live/desmos/accounts/${accountAddress}"}]},"vota-testnet":{"$schema":"../../chain.schema.json","chain_name":"doravotatestnet","chain_id":"vota-testnet","pretty_name":"Dora Vota Testnet","status":"live","network_type":"testnet","bech32_prefix":"dora","daemon_name":"dorad","node_home":"$HOME/.dora","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"peaka","fixed_min_gas_price":100000000000}]},"staking":{"staking_tokens":[{"denom":"peaka"}]},"codebase":{"git_repo":"https://github.com/dorafactory/doravota","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{},"genesis":{"genesis_url":"https://github.com/DoraFactory/doravota/blob/main/config/testnet/genesis.json"},"versions":[{"name":"v9.0.1","recommended_version":"v9.0.1","compatible_versions":["v9.0.1"],"binaries":{}},{"name":"v10.0.1","recommended_version":"v10.0.1","compatible_versions":["v10.0.1"],"binaries":{}},{"name":"v11","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{}}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://vota-testnet-rpc.dorafactory.org/","provider":"dorafactory"}],"rest":[{"address":"https://vota-testnet-rest.dorafactory.org","provider":"dorafactory"}],"grpc":[{"address":"vota-testnet-grpc.dorafactory.org:443","provider":"dorafactory"}]},"explorers":[{"kind":"Dora Vota Ping Pub","url":"https://maci-explorer-test.dorafactory.org","tx_page":"https://maci-explorer-test.dorafactory.org/dora/tx/${txHash}"}]},"vota-vk":{"$schema":"../../chain.schema.json","chain_name":"doravotatestnet2","chain_id":"vota-vk","pretty_name":"Dora Vota Incentive Testnet","status":"live","network_type":"testnet","bech32_prefix":"dora","daemon_name":"dorad","node_home":"$HOME/.dora","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"peaka","fixed_min_gas_price":100000000000}]},"staking":{"staking_tokens":[{"denom":"peaka"}]},"codebase":{"git_repo":"https://github.com/dorafactory/doravota","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{},"genesis":{"genesis_url":"https://github.com/DoraFactory/doravota/blob/main/config/incentive/genesis.json"},"versions":[{"name":"v9.0.1","recommended_version":"v9.0.1","compatible_versions":["v9.0.1"],"binaries":{}},{"name":"v10.0.1","recommended_version":"v10.0.1","compatible_versions":["v10.0.1"],"binaries":{}},{"name":"v11","recommended_version":"v11.0.0","compatible_versions":["v11.0.0"],"binaries":{}}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://vota-vk-rpc.dorafactory.org/","provider":"dorafactory"}],"rest":[{"address":"https://vota-vk-rest.dorafactory.org","provider":"dorafactory"}],"grpc":[{"address":"vota-vk-grpc.dorafactory.org:443","provider":"dorafactory"}]},"explorers":[{"kind":"Dora Vota Ping Pub","url":"https://vota-vk-explorer.dorafactory.org","tx_page":"https://vota-vk-explorer.dorafactory.org/doravotaincentive/tx/${txHash}"}]},"dydx-testnet-4":{"$schema":"../chain.schema.json","chain_name":"dydxtestnet","chain_id":"dydx-testnet-4","pretty_name":"dYdX Protocol","website":"https://dydx.trade/","status":"live","network_type":"testnet","bech32_prefix":"dydx","daemon_name":"dydxprotocold","node_home":"$HOME/.dydxprotocol","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"adv4tnt","fixed_min_gas_price":12500000000,"low_gas_price":12500000000,"average_gas_price":12500000000,"high_gas_price":20000000000}]},"staking":{"staking_tokens":[{"denom":"adv4tnt"}]},"codebase":{"git_repo":"https://github.com/dydxprotocol/v4-chain/","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"v0.47.4","cosmwasm_enabled":false,"genesis":{"genesis_url":"https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json"},"versions":[{"name":"v2","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"v0.47.4"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},"peers":{"seeds":[{"id":"a9cae4047d5c34772442322b10ef5600d8e54900","address":"19d38bb5cea1378db3e16615e63594dc26119a1a@dydx-testnet4-seednode.allthatnode.com:26656","provider":"DSRV"},{"id":"4f20c3e303c9515051b6276aeb89c0b88ee79f8f","address":"87ee8de5f0f82af6ee6740a30f8844bbe6434413@seed.dydx-testnet.cros-nest.com:26656","provider":"Crosnest"},{"id":"c2c2fcb5e6e4755e06b83b499aff93e97282f8e8","address":"38e5a5ec34c578dc323cbdd9b98330abb448d586@tenderseed.ccvalidators.com:29104","provider":"CryptoCrew"},{"id":"65b740ee326c9260c30af1f044e9cda63c73f7c1","address":"80a1a6cd086634c34008c6457d3f7441cfc05c47@seeds.kingnodes.com:27056","provider":"kingnodes 👑"},{"id":"20e1000e88125698264454a884812746c2eb4807","address":"20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:23856","provider":"Lavender Five"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}]},"apis":{"rpc":[{"address":"https://dydx-rpc-testnet.enigma-validator.com","provider":"Enigma"},{"address":"https://testnet-dydx-rpc.lavenderfive.com","provider":"Lavender Five"},{"address":"https://test-dydx-rpc.kingnodes.com","provider":"kingnodes 👑"},{"address":"https://dydx-testnet-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://dydx-testnet-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://dydx-lcd-testnet.enigma-validator.com","provider":"Enigma"},{"address":"https://testnet-dydx-api.lavenderfive.com","provider":"Lavender Five"},{"address":"https://dydx-testnet-api.polkachu.com","provider":"Polkachu"},{"address":"https://dydx-testnet-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"https://testnet-dydx-rpc.lavenderfive.com","provider":"Lavender Five"},{"address":"https://dydx-testnet-api.polkachu.com","provider":"Polkachu"},{"address":"dydx-testnet-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/dydx-testnet","tx_page":"https://www.mintscan.io/dydx-testnet/txs/${txHash}","account_page":"https://www.mintscan.io/dydx-testnet/account/${accountAddress}"}]},"elystestnet-1":{"$schema":"../../chain.schema.json","chain_name":"elystestnet","chain_id":"elystestnet-1","pretty_name":"Elys Network","status":"live","network_type":"testnet","bech32_prefix":"elys","daemon_name":"elysd","node_home":"$HOME/.elys","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uelys","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03},{"denom":"ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03},{"denom":"ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4","fixed_min_gas_price":0.01,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uelys"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/elys-network/elys","recommended_version":"v0.12.0","compatible_versions":["v0.12.0"],"cosmos_sdk_version":"v0.47","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_enabled":false,"ibc_go_version":"v7.3.0","genesis":{"genesis_url":"https://snapshots.polkachu.com/testnet-genesis/elys/genesis.json"},"versions":[{"name":"v0.2.3","recommended_version":"v0.2.3","compatible_versions":["v0.2.3"],"cosmos_sdk_version":"v0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v6.1.0","binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.2.3/elys._v0.2.3_linux_amd64.tar.gz"}},{"name":"v0.3.1","recommended_version":"v0.3.1","compatible_versions":["v0.3.1"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.3.1/elys._v0.3.1_linux_amd64.tar.gz"}},{"name":"v0.4.0","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.4.0/elys._v0.4.0_linux_amd64.tar.gz"}},{"name":"v0.5.0","recommended_version":"v0.5.0","compatible_versions":["v0.5.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.5.0/elys._v0.5.0_linux_amd64.tar.gz"}},{"name":"v0.5.1","recommended_version":"v0.5.1","compatible_versions":["v0.5.1"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.5.1/elys._v0.5.1_linux_amd64.tar.gz"}},{"name":"v0.5.2","recommended_version":"v0.5.2","compatible_versions":["v0.5.2"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.5.0/elys._v0.5.2_linux_amd64.tar.gz"}},{"name":"v0.5.3","recommended_version":"v0.5.3","compatible_versions":["v0.5.3"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.5.3/elys._v0.5.3_linux_amd64.tar.gz"}},{"name":"v0.5.4","recommended_version":"v0.5.4","compatible_versions":["v0.5.4"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.5.4/elys._v0.5.4_linux_amd64.tar.gz"}},{"name":"v0.6.0","recommended_version":"v0.6.0","compatible_versions":["v0.6.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.6.0/elys._v0.6.0_linux_amd64.tar.gz"}},{"name":"v0.7.0","recommended_version":"v0.7.0","compatible_versions":["v0.7.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.7.0/elys._v0.7.0_linux_amd64.tar.gz"}},{"name":"v0.8.0","recommended_version":"v0.8.0","compatible_versions":["v0.8.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.8.0/elys._v0.8.0_linux_amd64.tar.gz"}},{"name":"v0.9.0","recommended_version":"v0.9.0","compatible_versions":["v0.9.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.9.0/elys._v0.9.0_linux_amd64.tar.gz"}},{"name":"v0.10.0","recommended_version":"v0.10.0","compatible_versions":["v0.10.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.10.0/elysd-0.10.0-linux-amd64.tar.gz"}},{"name":"v0.11.0","recommended_version":"v0.11.0","compatible_versions":["v0.11.0"],"binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.11.0/elysd-v0.11.0-linux-amd64.tar.gz"}},{"name":"v0.12.0","recommended_version":"v0.12.0","compatible_versions":["v0.12.0"],"cosmos_sdk_version":"v0.47","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_enabled":false,"ibc_go_version":"v7.3.0","binaries":{"linux/amd64":"https://github.com/elys-network/elys/releases/download/v0.12.0/elysd-v0.12.0-linux-amd64.tar.gz"}}]},"peers":{"seeds":[{"id":"cdf9ae8529aa00e6e6703b28f3dcfdd37e07b27c","address":"37.187.154.66:26656","provider":"nirvana"},{"id":"86987eeff225699e67a6543de3622b8a986cce28","address":"91.183.62.162:26656","provider":"utopia"},{"id":"ae22b82b1dc34fa0b1a64854168692310f562136","address":"198.27.74.140:26656","provider":"shangrila"},{"id":"61284a4d71cd3a33771640b42f40b2afda389a1e","address":"5.101.138.254:26656","provider":"euphoria"},{"id":"ae7191b2b922c6a59456588c3a262df518b0d130","address":"elys-testnet-seed.itrocket.net:54656","provider":"itrocket"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"609c64cc50fb4ebbe7cae3347545d3950ea2c018","address":"65.108.195.29:23656","provider":"Staketab"},{"id":"0977dd5475e303c99b66eaacab53c8cc28e49b05","address":"elys-testnet-peer.itrocket.net:38656","provider":"itrocket"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.elys.network","provider":"Elys Network"},{"address":"https://elys-testnet-rpc.staketab.org:443","provider":"Staketab"},{"address":"https://elys-testnet-rpc.itrocket.net:443","provider":"itrocket"},{"address":"https://elys-rpc.kleomedes.network:443","provider":"Kleomedes"},{"address":"https://elys-testnet-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://api.testnet.elys.network","provider":"Elys Network"},{"address":"https://elys.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://elys-testnet-rest.staketab.org","provider":"Staketab"},{"address":"https://elys-testnet-api.itrocket.net","provider":"itrocket"},{"address":"https://elys-api.kleomedes.network:443","provider":"Kleomedes"},{"address":"https://elys-testnet-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"services.staketab.com:9390","provider":"Staketab"},{"address":"elys-testnet-grpc.itrocket.net:38090","provider":"itrocket"},{"address":"elys-testnet-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Elys-Testnet","tx_page":"https://explorer.stavr.tech/Elys-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Elys-Testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://testnet.elys.network/elys","tx_page":"https://testnet.elys.network/elys/tx/${txHash}"},{"kind":"itrocket","url":"https://testnet.itrocket.net/elys","tx_page":"https://testnet.itrocket.net/elys/staking/tx/${txHash}","account_page":"https://testnet.itrocket.net/elys/account/${accountAddress}"}]},"circulus-1":{"$schema":"../../chain.schema.json","chain_name":"empowertestnet","chain_id":"circulus-1","pretty_name":"Empower Testnet","status":"live","network_type":"testnet","bech32_prefix":"empower","daemon_name":"empowerd","node_home":"$HOME/.empowerchain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umpwr","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/empowerchain/empowerchain","recommended_version":"v1.0.0-rc1","compatible_versions":["v1.0.0-rc1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/empowerchain/empowerchain/main/testnets/circulus-1/genesis.json"},"versions":[{"name":"v1.0.0-rc1","recommended_version":"v1.0.0-rc1","compatible_versions":["v1.0.0-rc1"]}]},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:17456"},{"id":"258f523c96efde50d5fe0a9faeea8a3e83be22ca","address":"seed.circulus-1.empower.aviaone.com:20272"},{"id":"d6a7cd9fa2bafc0087cb606de1d6d71216695c25","address":"51.159.161.174:26656"},{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"testnet-seed.rhinostake.com:17456"}]},"apis":{"rpc":[{"address":"https://empower-testnet-rpc.polkachu.com:443","provider":"Polkachu"},{"address":"https://empower.rpc.cumulo.com.es:443","provider":"Cumulo"},{"address":"https://rpc-t.empower.nodestake.top:443","provider":"NodeStake"},{"address":"https://rpc-empower.nodeist.net:443","provider":"Nodeist"},{"address":"https://empower-testnet.nodejumper.io:443","provider":"NODEJUMPER"},{"address":"https://empower-testnet-rpc.itrocket.net:443","provider":"ITRocket"},{"address":"https://rpc.circulus-1.empower.aviaone.com:443","provider":"AviaOne"}],"rest":[{"address":"https://empower-testnet-api.polkachu.com:443","provider":"Polkachu"},{"address":"https://empower.api.cumulo.com.es:443","provider":"Cumulo"},{"address":"https://empw.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://api-t.empower.nodestake.top:443","provider":"NodeStake"},{"address":"https://api-empower.nodeist.net:443","provider":"Nodeist"},{"address":"https://empower-testnet.nodejumper.io:1317","provider":"NODEJUMPER"},{"address":"https://empower-testnet-api.itrocket.net:443","provider":"ITRocket"},{"address":"https://api.circulus-1.empower.aviaone.com","provider":"AviaOne"}],"grpc":[{"address":"empower-testnet-grpc.polkachu.com:17490","provider":"Polkachu"},{"address":"empower.grpc.cumulo.com.es:443","provider":"Cumulo"},{"address":"grpc-t.empower.nodestake.top:9090","provider":"NodeStake"},{"address":"empower-testnet.nodejumper.io:9090","provider":"NODEJUMPER"},{"address":"empower-testnet-grpc.itrocket.net:16090","provider":"ITRocket"},{"address":"grpc.circulus-1.empower.aviaone.com:443","provider":"AviaOne"}]},"explorers":[{"kind":"exploreme","url":"https://empowerchain.exploreme.pro","tx_page":"https://empowerchain.exploreme.pro/transaction/${txHash}"},{"kind":"ping.pub","url":"https://exp.nodeist.net/Empower","tx_page":"https://exp.nodeist.net/Empower/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Empower","tx_page":"https://explorer.stavr.tech/Empower/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.nodestake.top/empower-testnet","tx_page":"https://explorer.nodestake.top/empower-testnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://testnet.itrocket.net/empower/staking","tx_page":"https://testnet.itrocket.net/empower/staking/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.stavr.tech/empower","tx_page":"https://explorer.stavr.tech/empower/tx/${txHash}"}]},"entrypoint-pubtest-2":{"$schema":"../../chain.schema.json","chain_name":"entrypointtestnet","chain_id":"entrypoint-pubtest-2","pretty_name":"EntryPoint Testnet","status":"live","network_type":"testnet","bech32_prefix":"entrypoint","daemon_name":"entrypointd","node_home":"$HOME/.entrypointd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5","low_gas_price":0.01,"average_gas_price":0.01,"high_gas_price":0.02}]},"staking":{"staking_tokens":[{"denom":"uentry"}]},"codebase":{"git_repo":"https://github.com/entrypoint-zone/testnets","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"cosmos_sdk_version":"0.47.4","consensus":{"type":"cometbft","version":"0.37.2"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/entrypoint-zone/testnets/2f2bffec8e73db30886bffa67fda1a242a6dc1d1/entrypoint-pubtest-2/genesis.json"},"versions":[{"name":"v1.1.1","recommended_version":"v1.1.1","compatible_versions":["v1.1.1"],"cosmos_sdk_version":"0.47.4","consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v1.2.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"cosmos_sdk_version":"0.47.4","consensus":{"type":"cometbft","version":"0.37.2"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.svg"},"apis":{"rpc":[{"address":"https://testnet-rpc.entrypoint.zone","provider":"Simply Staking"}],"rest":[{"address":"https://entry.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://testnet-rest.entrypoint.zone","provider":"Simply Staking"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer.entrypoint.zone/entrypoint","tx_page":"https://explorer.entrypoint.zone/entrypoint/tx/${txHash}","account_page":"https://explorer.entrypoint.zone/entrypoint/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Entrypoint-Testnet","tx_page":"https://explorer.stavr.tech/Entrypoint-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Entrypoint-Testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://testnet.ping.pub/entrypoint","tx_page":"https://testnet.ping.pub/entrypoint/tx/${txHash}","account_page":"https://testnet.ping.pub/entrypoint/account/${accountAddress}"}],"keywords":["testnet"]},"evmos_9000-4":{"$schema":"../../chain.schema.json","chain_name":"evmostestnet","chain_id":"evmos_9000-4","pretty_name":"Evmos Testnet","status":"live","network_type":"testnet","bech32_prefix":"evmos","daemon_name":"evmosd","node_home":"$HOME/.evmosd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"atevmos","low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"atevmos"}]},"codebase":{"git_repo":"https://github.com/evmos/evmos","recommended_version":"v12.0.0-rc4","compatible_versions":["v12.0.0-rc4"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"v6.1.0","genesis":{"genesis_url":"https://github.com/evmos/testnets/raw/main/evmos_9000-4/genesis.zip"},"versions":[{"name":"v11.0.0-rc3","recommended_version":"v11.0.0-rc3","compatible_versions":["v11.0.0-rc3"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"v6.1.0"},{"name":"v12.0.0","recommended_version":"v12.0.0-rc4","compatible_versions":["v12.0.0-rc4"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"v6.1.0"}]},"peers":{"seeds":[{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"b7635a113a52d0d25c82267de0648e71e46dc584","address":"167.99.182.201:46656","provider":"coldy"},{"id":"005efaae1ae29f95edea5f3729ce7e75511e5d3d","address":"65.108.225.158:13456","provider":"Polkachu"}]},"apis":{"rpc":[{"address":"https://evmos.test.rpc.coldyvalidator.net","provider":"coldy"},{"address":"https://evmos-testnet-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://evmos-testnet-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://evmos.test.api.coldyvalidator.net","provider":"coldy"},{"address":"https://evmos-testnet-api.polkachu.com","provider":"Polkachu"},{"address":"https://evmos-testnet-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"https://evmos.test.grpc.coldyvalidator.net","provider":"coldy"},{"address":"evmos-testnet-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"Mintscan","url":"https://mintscan.io/evmos-testnet","tx_page":"https://mintscan.io/evmos-testnet/txs/${txHash}"},{"kind":"NodesGuru","url":"https://testnet.evmos.explorers.guru/","tx_page":"https://testnet.evmos.explorers.guru/transaction/${txHash}"}],"extra_codecs":["ethermint"]},"dorado-1":{"$schema":"../../chain.schema.json","chain_name":"fetchhubtestnet","chain_id":"dorado-1","pretty_name":"Fetch.ai Testnet","status":"live","network_type":"testnet","bech32_prefix":"fetch","daemon_name":"fetchd","node_home":"$HOME/.fetchd","slip44":118,"fees":{"fee_tokens":[{"denom":"atestfet","low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.035}]},"staking":{"staking_tokens":[{"denom":"atestfet"}]},"codebase":{"git_repo":"https://github.com/fetchai/fetchd","recommended_version":"v0.10.5","compatible_versions":["v0.10.5"],"genesis":{"genesis_url":"https://storage.googleapis.com/fetch-ai-testnet-genesis/genesis-dorado-827201.json"},"versions":[{"name":"v0.10.5","recommended_version":"v0.10.5","compatible_versions":["v0.10.5"]}]},"peers":{"seeds":[{"id":"eb9b9717975b49a57e62ea93aa4480e091ae0660","address":"connect-dorado.fetch.ai:36556","provider":"fetch.ai"},{"id":"46d2f86a255ece3daf244e2ca11d5be0f16cb633","address":"connect-dorado.fetch.ai:36557","provider":"fetch.ai"},{"id":"066fc564979b1f3173615f101b62448ac7e00eb1","address":"connect-dorado.fetch.ai:36558","provider":"fetch.ai"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc-dorado.fetch.ai:443","provider":"fetch.ai"}],"rest":[{"address":"https://rest-dorado.fetch.ai","provider":"fetch.ai"}],"grpc":[{"address":"grpc-dorado.fetch.ai:443","provider":"fetch.ai"}]},"explorers":[{"kind":"bigdipper","url":"https://explore-dorado.fetch.ai","tx_page":"https://explore-dorado.fetch.ai/transactions/${txHash}"},{"kind":"azoyalabs","url":"https://fetchstation.azoyalabs.com/testnet","tx_page":"https://fetchstation.azoyalabs.com/testnet/explorer/transactions/${txHash}","account_page":"https://fetchstation.azoyalabs.com/testnet/explorer/address/${accountAddress}"}]},"ebony-2":{"$schema":"../../chain.schema.json","chain_name":"finschiatestnet","chain_id":"ebony-2","pretty_name":"Ebony","website":"https://www.finschia.io/","status":"live","network_type":"testnet","bech32_prefix":"tlink","daemon_name":"fnsad","node_home":"$HOME/.finschia","key_algos":["secp256k1"],"slip44":438,"fees":{"fee_tokens":[{"denom":"tcony","fixed_min_gas_price":0.015,"low_gas_price":0.015,"average_gas_price":0.015,"high_gas_price":0.015}]},"staking":{"staking_tokens":[{"denom":"tcony"}],"lock_duration":{"time":"86400s"}},"codebase":{"git_repo":"https://github.com/finschia/finschia","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"binaries":{"linux/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-amd64","linux/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-arm64","darwin/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-amd64","darwin/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-arm64"},"cosmos_sdk_version":"github.com/Finschia/finschia-sdk@v0.48.1","cosmwasm_version":"github.com/Finschia/wasmd@v0.2.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.finschia/wasm/wasm","ibc_go_version":"v4.3.1","ics_enabled":["ics20-1"],"genesis":{"name":"v2","genesis_url":"https://vos.line-scdn.net/finschia-2-fileshare/ebony-prod-2/genesis-file.tgz"},"versions":[{"name":"v1","tag":"v1.1.1","height":36305907,"next_version_name":"v2","recommended_version":"v1.1.1","compatible_versions":["v1.1.1"],"cosmos_sdk_version":"github.com/Finschia/finschia-sdk@v0.47.3","cosmwasm_version":"github.com/Finschia/wasmd@v0.1.5","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.finschia/wasm/wasm","ibc_go_version":"v3.3.3","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-amd64.tgz","linux/arm64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-linux-arm64.tgz","darwin/amd64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-amd64.tgz","darwin/arm64":"https://github.com/Finschia/finschia/releases/download/v1.1.1/finschia-v1.1.1-darwin-arm64.tgz"}},{"name":"v2","tag":"v2.0.1","height":40154246,"proposal":1,"next_version_name":"v3","recommended_version":"v2.0.1","compatible_versions":["v2.0.0","v2.0.1"],"cosmos_sdk_version":"github.com/Finschia/finschia-sdk@v0.48.1","cosmwasm_version":"github.com/Finschia/wasmd@v0.2.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.finschia/wasm/wasm","ibc_go_version":"v4.3.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-amd64","linux/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-linux-arm64","darwin/amd64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-amd64","darwin/arm64":"https://github.com/Finschia/finschia/releases/download/v2.0.1/fnsad-2.0.1-darwin-arm64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"9f4eafe881aa2ffd44ea520102518933a5a0f6d1","address":"147.92.196.180:26656"},{"id":"7957b361c1cbe28f590b7bc19dbd88075d8dc3c4","address":"147.92.234.133:26656"},{"id":"05715c6e1641925816cd319169107386a3ab652d","address":"147.92.239.216:26656"}]},"apis":{"rpc":[{"address":"https://ebony-rpc.finschia.io"}],"rest":[{"address":"https://ebony-api.finschia.io"}],"grpc":[{"address":"ebony-grpc.finschia.io:443"}]},"explorers":[{"kind":"mintscan","url":"https://www.mintscan.io/finschia-testnet","tx_page":"https://www.mintscan.io/finschia-testnet/tx/${txHash}","account_page":"https://www.mintscan.io/finschia-testnet/address/${accountAddress}"}]},"galactica_9302-1":{"$schema":"../../chain.schema.json","chain_name":"galacticatestnet","chain_id":"galactica_9302-1","pretty_name":"Galactica Protocol Testnet","status":"live","network_type":"testnet","bech32_prefix":"gala","daemon_name":"galacticad","node_home":"$HOME/.galactica","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"agnet","fixed_min_gas_price":10,"low_gas_price":10,"average_gas_price":10,"high_gas_price":20}]},"staking":{"staking_tokens":[{"denom":"agnet"}]},"codebase":{"git_repo":"https://github.com/Galactica-corp/galactica","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_enabled":false,"genesis":{"genesis_url":"https://raw.githubusercontent.com/Galactica-corp/networks/main/galactica_9301-1/genesis.json"},"versions":[{"name":"v0.1.1","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"cosmos_sdk_version":"0.46","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_enabled":false}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"},"peers":{"seeds":[{"id":"2b590732225bca0f3f55db543861063c705bcd40","address":"seed01-reticulum.galactica.com:26656","provider":"Galactica"},{"id":"fe758700e25b59b6ba6e2784badcb6024ba1b760","address":"seed02-reticulum.galactica.com:26656","provider":"Galactica"},{"id":"028d8c875660f0e3fb1d893acd0b2220c619625f","address":"seed03-reticulum.galactica.com:26656","provider":"Galactica"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.galactica.test.pfc.zone/","provider":"PFC"},{"address":"https://galactica-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://api.galactica.test.pfc.zone/","provider":"PFC"},{"address":"https://galactica-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}],"grpc":[{"address":"https://grpc.galactica.test.pfc.zone/","provider":"PFC"}]},"explorers":[{"kind":"ping.pub","url":"https://ping.pfc.zone/galactica-testnet","tx_page":"https://ping.pfc.zone/galactica-testnet/tx/${txHash}","account_page":"https://ping.pfc.zone/galactica-testnet/account/${accountAddress}"}],"keywords":["testnet"]},"gitopia-janus-testnet-2":{"$schema":"../../chain.schema.json","chain_name":"gitopiatestnet","chain_id":"gitopia-janus-testnet-2","pretty_name":"Gitopia Testnet","status":"live","network_type":"testnet","bech32_prefix":"gitopia","daemon_name":"gitopiad","node_home":"$HOME/.gitopia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utlore","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://gitopia.com/gitopia","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"],"genesis":{"genesis_url":"https://server.gitopia.com/raw/gitopia/testnets/master/gitopia-janus-testnet-2/genesis.json.gz"},"versions":[{"name":"v1.2.0","recommended_version":"v1.2.0","compatible_versions":["v1.2.0"]}]},"peers":{"seeds":[{"id":"399d4e19186577b04c23296c4f7ecc53e61080cb","address":"seed.gitopia.com:26656"}],"persistent_peers":[{"id":"6146658ffe2d148524a9fdcc3d701440053442bf","address":"gitopia-testnet.nodejumper.io:30656","provider":"NODEJUMPER"}]},"apis":{"rpc":[{"address":"https://gitopia-testnet.nodejumper.io","provider":"NODEJUMPER"}],"rest":[{"address":"https://gitopia-testnet.nodejumper.io:1317","provider":"NODEJUMPER"}],"grpc":[{"address":"https://gitopia-testnet.nodejumper.io:9090","provider":"NODEJUMPER"}]},"explorers":[{"kind":"explorer.humans.zone","url":"https://gitopia.explorers.guru/","tx_page":"https://gitopia.explorers.guru/transaction/${txHash}"}]},"berberis-1":{"$schema":"../chain.schema.json","chain_name":"hedgetestnet","chain_id":"berberis-1","pretty_name":"Hedge Testnet","website":"https://hedgeblock.io","status":"live","network_type":"testnet","bech32_prefix":"hedge","daemon_name":"hedged","node_home":"$HOME/.hedge","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uhedge","low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uhedge"}]},"codebase":{"git_repo":"https://github.com/hedgeblock/hedge"},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"},"apis":{"rpc":[{"address":"https://rpc-berberis.hedgeblock.io","provider":"Hedge"}],"rest":[{"address":"https://lcd-berberis.hedgeblock.io","provider":"Hedge"}]},"explorers":[{"kind":"hedgescan","url":"https://berberis.hedgescan.io","tx_page":"https://berberis.hedgescan.io/txs/${txHash}"}]},"testnet-1":{"$schema":"../../chain.schema.json","chain_name":"humanstestnet","chain_id":"testnet-1","pretty_name":"Humans AI Testnet","status":"live","network_type":"testnet","bech32_prefix":"humans","daemon_name":"humansd","node_home":"$HOME/.humans","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uheart","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/humansdotai/humans","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"genesis":{"genesis_url":"https://rpc-testnet.humans.zone/genesis"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"]}]},"apis":{"rpc":[{"address":"https://humans-testnet.nodejumper.io","provider":"NODEJUMPER"}],"rest":[{"address":"https://humans-testnet.nodejumper.io:1317","provider":"NODEJUMPER"}],"grpc":[{"address":"https://humans-testnet.nodejumper.io:9090","provider":"NODEJUMPER"}]},"explorers":[{"kind":"explorer.humans.zone","url":"https://explorer.humans.zone/","tx_page":"https://explorer.humans.zone/humans-testnet/tx/${txHash}"}]},"prajna-1":{"$schema":"../../chain.schema.json","chain_name":"hypersigntestnet","chain_id":"prajna-1","pretty_name":"Hypersign Testnet","status":"live","network_type":"testnet","bech32_prefix":"hid","daemon_name":"hid-noded","node_home":"$HOME/.hid-node","slip44":118,"fees":{"fee_tokens":[{"denom":"uhid","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/hypersign-protocol/hid-node","recommended_version":"v0.2.0","compatible_versions":["v0.2.0"],"binaries":{"linux/amd64":"https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-linux-arm64.tar.gz","darwin/amd64":"https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-darwin-amd64.tar.gz"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/hypersign-protocol/networks/master/testnet/prajna/final_genesis.json"},"versions":[{"name":"v0.2.0","recommended_version":"v0.2.0","compatible_versions":["v0.2.0"],"binaries":{"linux/amd64":"https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-linux-amd64.tar.gz","linux/arm64":"https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-linux-arm64.tar.gz","darwin/amd64":"https://github.com/hypersign-protocol/hid-node/releases/download/v0.2.0/hid-noded-0.2.0-darwin-amd64.tar.gz"}}]},"peers":{"seeds":[],"persistent_peers":[{"id":"1669450f3ecd9f989a30a3d050a142c7a848b723","address":"34.100.151.52:26656","provider":"Hypersign"}]},"apis":{"rpc":[{"address":"https://rpc.prajna.hypersign.id","provider":"Hypersign"}],"rest":[{"address":"https://api.prajna.hypersign.id","provider":"Hypersign"}],"grpc":[]},"explorers":[{"kind":"Hypersign","url":"https://explorer.hypersign.id/hypersign-prajna-testnet","tx_page":"https://explorer.hypersign.id/hypersign-prajna-testnet/tx/${txHash}"}]},"devnet-1":{"$schema":"../../chain.schema.json","chain_name":"impacthubdevnet","chain_id":"devnet-1","pretty_name":"ixo","website":"https://www.ixo.world/","status":"live","network_type":"devnet","bech32_prefix":"ixo","daemon_name":"ixod","node_home":"$HOME/.ixod","key_algos":["secp256k1","ed25519"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uixo","fixed_min_gas_price":0.015,"low_gas_price":0.015,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uixo"}]},"codebase":{"git_repo":"https://github.com/ixofoundation/ixo-blockchain","recommended_version":"v0.20.0","compatible_versions":["v0.20.0"],"versions":[{"name":"v0.20.0","recommended_version":"v0.20.0","compatible_versions":["v0.20.0"]}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://devnet.ixo.earth/rpc/","provider":"ixoworld"}],"rest":[{"address":"https://devnet.ixo.earth/rest/","provider":"ixoworld"}],"grpc":[]},"explorers":[{"kind":"ixoworld","url":"https://blockscan.devnet.ixo.earth/ixo","tx_page":"https://blockscan.devnet.ixo.earth/ixo/transactions/${txHash}","account_page":"https://blockscan.devnet.ixo.earth/ixo/accounts/${accountAddress}"}]},"pandora-8":{"$schema":"../../chain.schema.json","chain_name":"impacthubtestnet","chain_id":"pandora-8","pretty_name":"ixo","website":"https://www.ixo.world/","status":"live","network_type":"testnet","bech32_prefix":"ixo","daemon_name":"ixod","node_home":"$HOME/.ixod","key_algos":["secp256k1","ed25519"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uixo","fixed_min_gas_price":0.015,"low_gas_price":0.015,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uixo"}]},"codebase":{"git_repo":"https://github.com/ixofoundation/ixo-blockchain","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/ixofoundation/genesis/main/pandora-8/genesis.json"},"versions":[{"name":"v0.20.0","next_version_name":"v2","recommended_version":"v0.20.1","compatible_versions":["v0.20.0","v0.20.1"]},{"name":"v2","height":2193200,"proposal":61,"next_version_name":"","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},"peers":{"seeds":[],"persistent_peers":[{"id":"650b6c33030c93c1c5aed92df52c08860c20f5b4","address":"136.244.117.176:26656","provider":"ixoworld"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.ixo.earth/","provider":"ixoworld"}],"rest":[{"address":"https://testnet.ixo.earth/rest/","provider":"ixoworld"}],"grpc":[]},"explorers":[{"kind":"ixoworld","url":"https://blockscan.testnet.ixo.earth/ixo","tx_page":"https://blockscan.testnet.ixo.earth/ixo/transactions/${txHash}","account_page":"https://blockscan.testnet.ixo.earth/ixo/accounts/${accountAddress}"}]},"imversed-test-1":{"$schema":"../../chain.schema.json","chain_name":"imversedtestnet","chain_id":"imversed-test-1","pretty_name":"Imversed Testnet","status":"live","network_type":"testnet","bech32_prefix":"imv","daemon_name":"imversed","node_home":"$HOME/.imversed","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"nimv","fixed_min_gas_price":0.001}]},"codebase":{"git_repo":"https://github.com/imversed/imversed","recommended_version":"v2.4.0","compatible_versions":["v2.4.0"],"binaries":{"linux/amd64":"https://s.imversed.com/imversed_linux_amd64.tar.gz","darwin/amd64":"https://s.imversed.com/imversed_darwin_amd64.tar.gz","darwin/arm64":"https://s.imversed.com/imversed_darwin_arm64.tar.gz","windows/amd64":"https://s.imversed.com/imversed_windows_amd64.tar.gz"},"genesis":{"genesis_url":"https://s.imversed.com/test-net/genesis.json"},"versions":[{"name":"v2.4.0","recommended_version":"v2.4.0","compatible_versions":["v2.4.0"],"binaries":{"linux/amd64":"https://s.imversed.com/imversed_linux_amd64.tar.gz","darwin/amd64":"https://s.imversed.com/imversed_darwin_amd64.tar.gz","darwin/arm64":"https://s.imversed.com/imversed_darwin_arm64.tar.gz","windows/amd64":"https://s.imversed.com/imversed_windows_amd64.tar.gz"}}]},"peers":{"persistent_peers":[{"id":"9b1ea21b9a1d098169c19e5d6bfa1397bba5c655","address":"34.133.39.91:26656","provider":"imversed"}]},"apis":{"rpc":[{"address":"https://tx-endpoint-test.imversed.com/","provider":"imversed"}],"rest":[{"address":"https://query-endpoint-test.imversed.com/","provider":"imversed"}],"grpc":[{"address":"http://qs.imversed.com:9090","provider":"imversed"}]},"explorers":[{"kind":"Big Dipper","url":"https://tex-s.imversed.com","tx_page":"https://tex-s.imversed.com/transactions/${txHash}"}]},"injective-888":{"$schema":"../chain.schema.json","chain_name":"injectivetestnet","chain_id":"injective-888","pretty_name":"Injective","website":"https://injective.com","status":"live","network_type":"testnet","bech32_prefix":"inj","daemon_name":"injectived","node_home":"$HOME/.injectived","slip44":60,"fees":{"fee_tokens":[{"denom":"inj","fixed_min_gas_price":160000000,"low_gas_price":500000000,"average_gas_price":700000000,"high_gas_price":900000000}]},"staking":{"staking_tokens":[{"denom":"inj"}]},"codebase":{"git_repo":"https://github.com/InjectiveLabs/testnet","recommended_version":"v1.11.1","compatible_versions":["v1.11.1"],"binaries":{"linux/amd64":"https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/linux-amd64.zip","darwin/amd64":"https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/darwin-amd64.zip"},"genesis":{"genesis_url":"https://injective-snapshots.s3.amazonaws.com/testnet/genesis.json"},"versions":[{"name":"v1.10.2","next_version_name":"v1.11.1","recommended_version":"v1.10.2","compatible_versions":["v1.10.2"],"binaries":{"linux/amd64":"https://github.com/InjectiveLabs/testnet/releases/download/v1.10.2-1678712142/linux-amd64.zip","darwin/amd64":"https://github.com/InjectiveLabs/testnet/releases/download/v1.10.2-1678712142/darwin-amd64.zip"}},{"name":"v1.11.1","recommended_version":"v1.11.1","compatible_versions":["v1.11.1"],"binaries":{"linux/amd64":"https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/linux-amd64.zip","darwin/amd64":"https://github.com/InjectiveLabs/testnet/releases/download/v1.11.1-1685205489/darwin-amd64.zip"}}]},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:14356","provider":"polkachu"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"e5cc63a9117e6f372169f15774ea4f7c5177da25","address":"34.23.245.175:26656","provider":"injectivelabs.org"},{"id":"5bf72750f7e015ccfd65246c9f16185144867aff","address":"35.231.107.231:26656","provider":"injectivelabs.org"},{"id":"588dd6d1e1a338d1524efcfbd1c2a9bfc5df33d2","address":"104.196.43.6:26656","provider":"injectivelabs.org"},{"id":"8a05cc5bc466169a7332287ddce4cd8995684d1a","address":"34.73.247.128:26656","provider":"injectivelabs.org"},{"id":"0a2af0f999b08ccaf8825198d9aafb8b947c003f","address":"34.73.57.164:26656","provider":"injectivelabs.org"},{"id":"d0c2407f4b1cef137d9d3ada69478234ad2a28f4","address":"34.73.57.164:26656","provider":"injectivelabs.org"}]},"apis":{"rpc":[{"address":"https://injective-testnet-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://testnet.sentry.tm.injective.network:443","provider":"injectiveLabs"},{"address":"https://testnet.tm.injective.network","provider":"injectiveLabs"},{"address":"https://injective-testnet-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://injective-testnet-api.polkachu.com","provider":"Polkachu"},{"address":"https://testnet.sentry.lcd.injective.network:443","provider":"injectiveLabs"},{"address":"https://testnet.lcd.injective.network","provider":"injectiveLabs"},{"address":"https://injective-testnet-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"injective-testnet-grpc.polkachu.com:14390","provider":"Polkachu"},{"address":"testnet.sentry.chain.grpc.injective.network:443","provider":"injectiveLabs"},{"address":"https://testnet.grpc.injective.network","provider":"injectiveLabs"},{"address":"injective-testnet-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"explorers":[{"kind":"injectiveprotocol","url":"https://testnet.explorer.injective.network/","tx_page":"https://testnet.explorer.injective.network/transaction/${txHash}"}],"extra_codecs":["injective"]},"canine-1":{"$schema":"../../chain.schema.json","chain_name":"jackaltestnet","chain_id":"canine-1","pretty_name":"Jackal","website":"https://jackalprotocol.com","status":"live","network_type":"testnet","bech32_prefix":"jkl","daemon_name":"canined","node_home":"$HOME/.canine","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ujkl","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/JackalLabs/canine-chain","recommended_version":"v1.2.2-alpha.1","compatible_versions":["v1.2.2-alpha.1"],"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-macOS"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/JackalLabs/woof/master/genesis/woof-final.json"},"versions":[{"name":"v1.2.2-alpha.1","recommended_version":"v1.2.2-alpha.1","compatible_versions":["v1.2.2-alpha.1"],"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v1.2.2-alpha.1/canined-macOS"}}]},"peers":{"seeds":[{"id":"052c498dd1cc603b4d32f772035b6a8ca902def3","address":"23.88.73.211:26656"},{"id":"0bdeaaa237b41e3b964a027a110c6ab5bf561177","address":"209.34.206.38:26656"},{"id":"bf7ee27a24e7d5f45653206fbbda8c4b716b74b1","address":"89.58.38.59:26656"},{"id":"9eecc498dd2542c862f5bfb84ed7d2e1e3d922ab","address":"34.201.48.14:26656"},{"id":"bf62b185eef3c185f8ebf81d5cf54bdc064b21d8","address":"85.10.216.157:26656"},{"id":"43e800018a5b52ba119a5410ff45cbeb63182cc8","address":"207.244.127.5:26656"},{"id":"942087a9665e8235f8037d0b9d2a3f8a8c3d562b","address":"104.207.138.181:26656"},{"id":"9d0094606fe8748f1c06b494f7c0cbbd44808ec6","address":"131.153.59.6:26656"},{"id":"6071fe2fc7e4f49caa4b1fd1cfe19007152312e0","address":"34.76.87.33:26656"},{"id":"3f58d7c35ad55ef6cea94f7aa2ffe79df1c01768","address":"78.107.253.133:26656"},{"id":"46cb18ca32ad7329cb82a10316087794ef12150f","address":"185.107.57.74:26656"}],"persistent_peers":[{"id":"052c498dd1cc603b4d32f772035b6a8ca902def3","address":"23.88.73.211:26656"},{"id":"0bdeaaa237b41e3b964a027a110c6ab5bf561177","address":"209.34.206.38:26656"},{"id":"bf7ee27a24e7d5f45653206fbbda8c4b716b74b1","address":"89.58.38.59:26656"},{"id":"9eecc498dd2542c862f5bfb84ed7d2e1e3d922ab","address":"34.201.48.14:26656"},{"id":"bf62b185eef3c185f8ebf81d5cf54bdc064b21d8","address":"85.10.216.157:26656"},{"id":"43e800018a5b52ba119a5410ff45cbeb63182cc8","address":"207.244.127.5:26656"},{"id":"942087a9665e8235f8037d0b9d2a3f8a8c3d562b","address":"104.207.138.181:26656"},{"id":"ada0c72592b244cebfb28ba920f964a9d9b10c6f","address":"jkltest.peer.stavr.tech:19126"},{"id":"9d0094606fe8748f1c06b494f7c0cbbd44808ec6","address":"131.153.59.6:26656"},{"id":"6071fe2fc7e4f49caa4b1fd1cfe19007152312e0","address":"34.76.87.33:26656"},{"id":"3f58d7c35ad55ef6cea94f7aa2ffe79df1c01768","address":"78.107.253.133:26656"},{"id":"46cb18ca32ad7329cb82a10316087794ef12150f","address":"185.107.57.74:26656"}]},"apis":{"rpc":[{"address":"http://jkl.rpc.t.stavr.tech:19127","provider":"🔥STAVR🔥"},{"address":"https://testnet-rpc.jackalprotocol.com","provider":"Jackal Labs"}],"rest":[{"address":"https://jkl.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://testnet-api.jackalprotocol.com","provider":"Jackal Labs"}],"grpc":[{"address":"http://jkl.grpc.t.stavr.tech:5913","provider":"🔥STAVR🔥"},{"address":"https://testnet-grpc.jackalprotocol.com","provider":"Jackal Labs"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Jackal-Testnet","tx_page":"https://explorer.stavr.tech/Jackal-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Jackal-Testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/jackal","tx_page":"https://ping.pub/jackal/tx/${txHash}"}]},"mesomelas-1":{"$schema":"../../chain.schema.json","chain_name":"jackaltestnet2","chain_id":"mesomelas-1","pretty_name":"Jackal v4","website":"https://jackalprotocol.com","status":"live","network_type":"testnet","bech32_prefix":"jkl","daemon_name":"canined","node_home":"$HOME/.canine","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ujkl","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/JackalLabs/canine-chain","recommended_version":"v4.0.0-alpha.3","compatible_versions":["v4.0.0-alpha.3"],"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-macOS"},"genesis":{"genesis_url":"https://static.brocha.in/jackal-testnet-v4/genesis.json"},"versions":[{"name":"v4.0.0-alpha.3","recommended_version":"v4.0.0-alpha.3","compatible_versions":["v4.0.0-alpha.3"],"binaries":{"linux/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-Linux","darwin/amd64":"https://github.com/JackalLabs/canine-chain/releases/download/v4.0.0-alpha.3/canined-macOS"}}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://jackal-testnet-v4-rpc.brocha.in","provider":"Brochain"}],"rest":[{"address":"https://jackal-testnet-v4-rest.brocha.in","provider":"Brochain"}],"grpc":[]},"explorers":[{"kind":"PingPub","url":"https://testnet-explorer.brocha.in/Jackal%20v4","tx_page":"https://testnet-explorer.brocha.in/Jackal%20v4/tx/${txHash}","account_page":"https://testnet-explorer.brocha.in/Jackal%20v4/account/${accountAddress}"}]},"uni-6":{"$schema":"../../chain.schema.json","chain_name":"junotestnet","chain_id":"uni-6","pretty_name":"Juno Testnet","status":"live","network_type":"testnet","bech32_prefix":"juno","daemon_name":"junod","node_home":"$HOME/.juno","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ujunox","low_gas_price":0.003,"average_gas_price":0.0045,"high_gas_price":0.006}]},"staking":{"staking_tokens":[{"denom":"ujunox"}]},"codebase":{"git_repo":"https://github.com/CosmosContracts/juno","recommended_version":"v15.0.0-alpha.2","compatible_versions":["v15.0.0","v15.0.0-alpha.2"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json"},"versions":[{"name":"v13.0.0-beta.1","recommended_version":"v13.0.0-beta.1","compatible_versions":["v13.0.0-beta.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"4.3.0"},{"name":"v14.0.0-alpha.1","recommended_version":"v14.0.0-alpha.1","compatible_versions":["v14.0.0-alpha.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"4.3.0"}]},"peers":{"seeds":[{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"testnet-seed.rhinostake.com:12656","provider":"RHINO"}],"persistent_peers":[{"id":"c54bf418fb542634495f57a1e36c9bd057d55e1b","address":"5.161.80.115:26656","provider":"Reecepbcups"}]},"apis":{"rpc":[{"address":"https://juno-testnet-rpc.polkachu.com","provider":"Polkachu"}],"rest":[{"address":"https://juno-testnet-api.polkachu.com","provider":"Polkachu"},{"address":"https://juno.api.t.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"juno-testnet-grpc.polkachu.com:12690","provider":"Polkachu"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Juno-Testnet","tx_page":"https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}"}]},"kichain-t-4":{"$schema":"../../chain.schema.json","chain_name":"kichaintestnet","chain_id":"kichain-t-4","pretty_name":"Ki","status":"live","network_type":"testnet","bech32_prefix":"tki","daemon_name":"kid","node_home":"$HOME/.kid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utki","fixed_min_gas_price":0.025}]},"codebase":{"git_repo":"https://github.com/KiFoundation/ki-tools","recommended_version":"Testnet-3.0.0-beta","compatible_versions":["Testnet-3.0.0-beta"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/KiFoundation/ki-networks/v0.1/Testnet/kichain-t-4/genesis.json"},"versions":[{"name":"Testnet-3.0.0-beta","recommended_version":"Testnet-3.0.0-beta","compatible_versions":["Testnet-3.0.0-beta"]}]},"peers":{"seeds":[{"id":"381dff5439ed042353c5333e61bab1510711f2f5","address":"seed-testnet.blockchain.ki:6969","provider":"kifoundation"}],"persistent_peers":[{"id":"46b25d81510f8dcc535ca0924961b266e4f59244","address":"135.125.183.94:26656","provider":"Community"},{"id":"ada3bbf64f963e764bfe003276354bd121e80ae0","address":"95.111.248.200:26656","provider":"Community"},{"id":"276f6fb420b3595b63c2a13d35868cb530a31578","address":"65.21.159.19:26656","provider":"Community"},{"id":"7e5710ee0b1576a78a21a89e1588b6c95ee69873","address":"194.163.137.193:26656","provider":"Community"},{"id":"323a5c9ccfb73573cbcd634c497b2a7405b198fa","address":"142.132.137.114:26656","provider":"Community"}]},"apis":{"rpc":[{"address":"https://rpc-challenge.blockchain.ki/","provider":"kifoundation"}],"rest":[{"address":"https://api-challenge.blockchain.ki/","provider":"kifoundation"}]},"explorers":[{"kind":"kifoundation","url":"https://kichain-t-4.blockchain.ki/","tx_page":"https://kichain-t-4.blockchain.ki/transactions/${txHash}"}]},"harpoon-4":{"$schema":"../../chain.schema.json","chain_name":"kujiratestnet","chain_id":"harpoon-4","pretty_name":"Kujira Harpoon","status":"live","network_type":"testnet","bech32_prefix":"kujira","daemon_name":"kujirad","node_home":"$HOME/.kujira","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ukuji","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/Team-Kujira/core","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"],"genesis":{"genesis_url":"https://github.com/Team-Kujira/networks/raw/master/testnet/harpoon-4.json"},"versions":[{"name":"v0.4.0","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"]}]},"apis":{"rpc":[{"address":"https://kujira-testnet-rpc.polkachu.com","provider":"polkachu"}],"rest":[{"address":"https://kujira-testnet-api.polkachu.com/","provider":"polkachu"}]},"explorers":[{"kind":"explorers.guru","url":"https://kujira.explorers.guru","tx_page":"https://kujira.explorers.guru/transaction/${txHash}"}]},"korellia-2":{"$schema":"../../chain.schema.json","chain_name":"kyvedevnet","chain_id":"korellia-2","pretty_name":"KYVE Korellia","status":"live","network_type":"devnet","bech32_prefix":"kyve","daemon_name":"chaind","node_home":"$HOME/.kyve","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"tkyve","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/KYVENetwork/chain","recommended_version":"v0.6.3","compatible_versions":["v0.6.3"],"binaries":{"linux/amd64":"https://github.com/KYVENetwork/chain/releases/download/v0.6.3/chain_linux_amd64.tar.gz"},"genesis":{"genesis_url":"https://github.com/KYVENetwork/chain/releases/download/v0.0.1/genesis.json"},"versions":[{"name":"v0.6.3","recommended_version":"v0.6.3","compatible_versions":["v0.6.3"],"binaries":{"linux/amd64":"https://github.com/KYVENetwork/chain/releases/download/v0.6.3/chain_linux_amd64.tar.gz"}}]},"peers":{"seeds":[{"id":"02dd2c26948ea758a25d3dbc91744f8897681652","address":"3.73.27.185:26656"}],"persistent_peers":[{"id":"70556c82352b9919fb6f339b9da0ebc587e9148c","address":"3.68.232.117:26656"}]},"apis":{"rpc":[{"address":"https://rpc.korellia.kyve.network","provider":"kyve"}],"rest":[{"address":"https://api.korellia.kyve.network","provider":"kyve"}]},"explorers":[{"kind":"explorers.guru","url":"https://kyve.explorers.guru/","tx_page":"https://kyve.explorers.guru/transaction/${txHash}"}]},"kaon-1":{"$schema":"../../chain.schema.json","chain_name":"kyvetestnet","chain_id":"kaon-1","pretty_name":"KYVE Kaon","status":"live","network_type":"testnet","bech32_prefix":"kyve","daemon_name":"kyved","node_home":"$HOME/.kyve","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"tkyve","fixed_min_gas_price":0.02,"low_gas_price":0.02,"average_gas_price":0.03,"high_gas_price":0.06}]},"staking":{"staking_tokens":[{"denom":"tkyve"}]},"codebase":{"git_repo":"https://github.com/KYVENetwork/chain","recommended_version":"v1.0.0-rc0","compatible_versions":["v1.0.0-rc0"],"binaries":{"linux/amd64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_linux_amd64.tar.gz","linux/arm64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_linux_arm64.tar.gz","darwin/amd64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_darwin_amd64.tar.gz","darwin/arm64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_darwin_arm64.tar.gz"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/KYVENetwork/networks/main/kaon-1/genesis.json"},"versions":[{"name":"v1.0.0-rc0","recommended_version":"v1.0.0-rc0","compatible_versions":["v1.0.0-rc0"],"binaries":{"linux/amd64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_linux_amd64.tar.gz","linux/arm64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_linux_arm64.tar.gz","darwin/amd64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_darwin_amd64.tar.gz","darwin/arm64":"https://files.kyve.network/chain/v1.0.0-rc0/kyved_darwin_arm64.tar.gz"}}]},"peers":{"seeds":[{"id":"496ac0ba20188f70f41e0a814dfd4d9a617338f8","address":"kyve-testnet-seed.ibs.team:16659","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"430845649afaad0a817bdf36da63b6f93bbd8bd1","address":"3.67.29.225:26656"},{"id":"b68e5131552e40b9ee70427879eb34e146ef20df","address":"18.194.131.3:26656"},{"id":"801fa026c6d9227874eeaeba288eae3b800aad7f","address":"52.29.15.250:26656"},{"id":"bc8b5fbb40a1b82dfba591035cb137278a21c57d","address":"52.59.65.9:26656"}]},"apis":{"rpc":[{"address":"https://rpc-eu-1.kaon.kyve.network","provider":"kyve"},{"address":"https://rpc-kyve-test.ecostake.com","provider":"ecostake"},{"address":"https://kyve-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://api-eu-1.kaon.kyve.network","provider":"kyve"},{"address":"https://rest-kyve-test.ecostake.com","provider":"ecostake"},{"address":"https://kyve-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}]},"explorers":[{"kind":"mintscan","url":"https://mintscan.io/kyve-testnet","tx_page":"https://mintscan.io/kyve-testnet/txs/${txHash}","account_page":"https://mintscan.io/kyve-testnet/account/${accountAddress}"}]},"lava-testnet-2":{"$schema":"../../chain.schema.json","chain_name":"lavatestnet","chain_id":"lava-testnet-2","pre_fork_chain_name":"lavatestnet1","pretty_name":"Lava Testnet","website":"https://www.lavanet.xyz/","status":"live","network_type":"testnet","bech32_prefix":"lava@","daemon_name":"lavad","node_home":"$HOME/.lava","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ulava","fixed_min_gas_price":0.000001,"low_gas_price":0.000001,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ulava"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/lavanet/lava","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"binaries":{"linux/amd64":"https://github.com/lavanet/lava/releases/download/v1.0.1/lavad-v1.0.1-linux-amd64"},"cosmos_sdk_version":"0.47.7","consensus":{"type":"tendermint","version":"0.37"},"cosmwasm_version":"0.30","cosmwasm_enabled":false,"ibc_go_version":"7.2.0","ics_enabled":["ics20-1"],"genesis":{"name":"v0.21.1.2","genesis_url":"https://raw.githubusercontent.com/lavanet/lava-config/main/testnet-2/genesis_json/genesis.json"},"versions":[{"name":"v0.21.1.2","tag":"v0.21.1.2","height":345000,"next_version_name":"v0.22.0"},{"name":"v0.22.0","tag":"v0.22.0","height":396595,"next_version_name":"v0.23.5"},{"name":"v0.23.5","tag":"v0.23.5","height":435889,"next_version_name":"v0.24.0"},{"name":"v0.24.0","tag":"v0.24.0","height":472310,"next_version_name":"v0.25.2"},{"name":"v0.25.2","tag":"v0.25.2","height":514533,"next_version_name":"v0.26.1"},{"name":"v0.26.1","tag":"v0.26.1","height":554249,"next_version_name":"v0.27.0"},{"name":"v0.27.0","tag":"v0.27.0","height":590764,"next_version_name":"v0.30.1"},{"name":"v0.30.1","tag":"v0.30.1","height":633177,"next_version_name":"v0.30.2"},{"name":"v0.30.2","tag":"v0.30.2","height":636006,"next_version_name":"v0.31.1"},{"name":"v0.31.1","tag":"v0.31.1","height":675100,"next_version_name":"v0.32.0"},{"name":"v0.32.0","tag":"v0.32.0","height":711251,"next_version_name":"v0.33.0"},{"name":"v0.33.0","tag":"v0.33.0","height":764400,"next_version_name":"v0.34.0"},{"name":"v0.34.0","tag":"v0.34.0","height":809250,"next_version_name":"v0.35.0"},{"name":"v0.35.0","tag":"v0.35.0","height":845700,"next_version_name":"v1.0.1"},{"name":"v1.0.1","tag":"v1.0.1","height":927794,"recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"0.47.7","consensus":{"type":"tendermint","version":"0.37"},"cosmwasm_enabled":false,"ibc_go_version":"3.0.1","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/lavanet/lava/releases/download/v1.0.1/lavad-v1.0.1-linux-amd64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png","theme":{"primary_color_hex":"#D7001F"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png"},"peers":{"seeds":[{"id":"3a445bfdbe2d0c8ee82461633aa3af31bc2b4dc0","address":"prod-pnet-seed-node.lavanet.xyz:26656","provider":"Lava"},{"id":"e593c7a9ca61f5616119d6beb5bd8ef5dd28d62d","address":"prod-pnet-seed-node2.lavanet.xyz:26656","provider":"Lava"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:19956","provider":"Polkachu"},{"id":"eb7832932626c1c636d16e0beb49e0e4498fbd5e","address":"lava-testnet-seed.itrocket.net:20656","provider":"🚀ITRocket🚀"}]},"apis":{"rpc":[{"address":"https://public-rpc-testnet2.lavanet.xyz:443/rpc/","provider":"Lava"},{"address":"http://lava.rpc.t.stavr.tech:198","provider":"🔥STAVR🔥"},{"address":"https://lava-testnet-rpc.itrocket.net:443","provider":"🚀ITRocket🚀"},{"address":"https://lava-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://public-rpc-testnet2.lavanet.xyz:443/rest/","provider":"Lava"},{"address":"https://lava.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://lava-testnet-api.itrocket.net","provider":"🚀ITRocket🚀"},{"address":"https://lava-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}]},"explorers":[{"kind":"explorers.guru","url":"https://lava.explorers.guru/","tx_page":"https://lava.explorers.guru//transaction/${txHash}","account_page":"https://lava.explorers.guru//account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Lava-Testnet","tx_page":"https://explorer.stavr.tech/Lava-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Lava-Testnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.org/lava-testnet","tx_page":"https://explorer.nodestake.org/lava-testnet/tx/${txHash}","account_page":"https://explorer.nodestake.org/lava-testnet/account/${accountAddress}"},{"kind":"🚀ITRocket🚀","url":"https://testnet.itrocket.net/lava","tx_page":"https://testnet.itrocket.net/lava/tx/${txHash}","account_page":"https://testnet.itrocket.net/lava/account/${accountAddress}"}],"keywords":["rpc","api","modular","data"]},"lava-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"lavatestnet1","chain_id":"lava-testnet-1","pretty_name":"Lava","website":"https://www.lavanet.xyz/","status":"killed","network_type":"testnet","bech32_prefix":"lava@","daemon_name":"lavad","node_home":"$HOME/.lava","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ulava","fixed_min_gas_price":0.0025,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"ulava"}],"lock_duration":{"time":"1209600s"}},"codebase":{"git_repo":"https://github.com/lavanet/lava","recommended_version":"v0.12.1","compatible_versions":["v0.12.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":false,"ibc_go_version":"v7.2.0","ics_enabled":["ics20-1"],"genesis":{"name":"v0.3.0","genesis_url":"https://raw.githubusercontent.com/lavanet/lava-config/main/testnet-1/genesis_json/genesis.json"},"versions":[{"name":"v0.4.0","tag":"v0.4.0","height":838,"next_version_name":"v0.4.3"},{"name":"v0.4.3","tag":"v0.4.3","height":22300,"next_version_name":"v0.4.4"},{"name":"v0.4.4","tag":"v0.4.4","height":41735,"next_version_name":"v0.5.2"},{"name":"v0.5.2","tag":"v0.5.2","height":63760,"next_version_name":"v0.6.0-RC3"},{"name":"v0.6.0-RC3","tag":"v0.6.0-RC3","height":82570,"next_version_name":"v0.7.0"},{"name":"v0.7.0","tag":"v0.7.0","height":102800,"next_version_name":"v0.8.1"},{"name":"v0.8.1","tag":"v0.8.1","height":133100,"next_version_name":"v0.9.8"},{"name":"v0.9.8","tag":"v0.9.8","height":163960,"next_version_name":"v0.10.1"},{"name":"v0.10.1","tag":"v0.10.1","height":184620,"next_version_name":"v0.11.2"},{"name":"v0.11.2","tag":"v0.11.2","height":208115,"next_version_name":"v0.12.1","binaries":{"linux/amd64":"https://github.com/lavanet/lava/releases/download/v0.11.2/lavad-v0.11.2-linux-amd64"}},{"name":"v0.12.1","tag":"v0.12.1","height":227130,"recommended_version":"v0.12.1","compatible_versions":["v0.12.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v7.2.0","ics_enabled":["ics20-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png","theme":{"primary_color_hex":"#D7001F"}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png"},"peers":{"seeds":[{"id":"3a445bfdbe2d0c8ee82461633aa3af31bc2b4dc0","address":"prod-pnet-seed-node.lavanet.xyz:26656","provider":"Lava"},{"id":"e593c7a9ca61f5616119d6beb5bd8ef5dd28d62d","address":"prod-pnet-seed-node2.lavanet.xyz:26656","provider":"Lava"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:19956","provider":"Polkachu"}]},"apis":{"rpc":[{"address":"https://public-rpc-testnet2.lavanet.xyz/","provider":"Lava"},{"address":"http://lava.rpc.t.stavr.tech:198","provider":"🔥STAVR🔥"}],"rest":[{"address":"https://public-rpc-testnet2.lavanet.xyz/rest/","provider":"Lava"},{"address":"https://lava.api.t.stavr.tech","provider":"🔥STAVR🔥"}]},"explorers":[{"kind":"explorers.guru","url":"https://lava.explorers.guru/","tx_page":"https://lava.explorers.guru//transaction/${txHash}","account_page":"https://lava.explorers.guru//account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Lava-Testnet","tx_page":"https://explorer.stavr.tech/Lava-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Lava-Testnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.org/lava-testnet","tx_page":"https://explorer.nodestake.org/lava-testnet/tx/${txHash}","account_page":"https://explorer.nodestake.org/lava-testnet/account/${accountAddress}"}],"keywords":["rpc","api"]},"likecoin-public-testnet-5":{"$schema":"../../chain.schema.json","chain_name":"likecointestnet","chain_id":"likecoin-public-testnet-5","pretty_name":"LikeCoin Testnet","status":"live","network_type":"testnet","bech32_prefix":"like","daemon_name":"liked","node_home":"$HOME/.liked","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"nanoekil","fixed_min_gas_price":1000,"low_gas_price":1000,"average_gas_price":10000,"high_gas_price":1000000}]},"staking":{"staking_tokens":[{"denom":"nanoekil"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/likecoin/likecoin-chain","recommended_version":"v4.1.1","compatible_versions":["v4.1.1"],"binaries":{"linux/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Linux_x86_64.tar.gz","linux/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Linux_arm64.tar.gz","darwin/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Darwin_x86_64.tar.gz","darwin/arm64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Darwin_arm64.tar.gz","windows/amd64":"https://github.com/likecoin/likecoin-chain/releases/download/v4.1.1/likecoin-chain_4.1.1_Windows_x86_64.zip"},"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"6.2.1","ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/likecoin/testnets/aeba532ba9162a876a2180e925a49cbedba512e5/likecoin-public-testnet-5/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg"},"peers":{"seeds":[{"id":"49976c3bd43da9271f226cbedf02d4b6b8fc880c","address":"35.233.143.230:26656","provider":"like.co"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://node.testnet.like.co/rpc/","provider":"like.co"}],"rest":[{"address":"https://node.testnet.like.co/","provider":"like.co"}],"grpc":[{"address":"https://node.testnet-grpc.like.co/","provider":"like.co"}]},"explorers":[{"kind":"bigdipper","url":"https://testnet.bigdipper.live/likecoin","tx_page":"https://testnet.bigdipper.live/likecoin/transactions/${txHash}","account_page":"https://testnet.bigdipper.live/likecoin/accounts/${accountAddress}"},{"kind":"lunie-ng","url":"https://likecoin-public-testnet-5.netlify.app/"}],"keywords":[]},"lumenx-test":{"$schema":"../chain.schema.json","chain_name":"lumenxtestnet","chain_id":"lumenx-test","pretty_name":"LumenX-Test","status":"live","network_type":"testnet","bech32_prefix":"lumen","daemon_name":"lumenxd","node_home":"$HOME/.lumenx","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ulumen","fixed_min_gas_price":0.0025,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"ulumen"}]},"codebase":{"ics_enabled":["ics20-1"]},"peers":{"seeds":[],"persistent_peers":[{"id":"8b66dba116f7f1feb0ff0649273ade6c9eca816c","address":"38.242.237.107:26706"},{"id":"6e9a9670d7b156203139cb5fd547be78147565c9","address":"62.171.145.215:26656"}]},"apis":{"rpc":[{"address":"https://testnet-rpc.lumenx.chaintools.tech/","provider":"ChainTools"},{"address":"https://testrpc-lumenx.cryptonet.pl/","provider":"CryptoNet"}],"rest":[{"address":"https://testnet-api.lumenx.chaintools.tech/","provider":"ChainTools"},{"address":"https://testapi-lumenx.cryptonet.pl/","provider":"CryptoNet"}],"grpc":[]},"explorers":[{"kind":"ping.pub","url":"https://testnet.explorer.chaintools.tech/lumenx","tx_page":"https://testnet.explorer.chaintools.tech/lumenx/tx/${txHash}"}]},"mantra-hongbai-1":{"$schema":"../../chain.schema.json","chain_name":"mantrachaintestnet","chain_id":"mantra-hongbai-1","pretty_name":"MANTRA Hongbai Testnet","status":"live","network_type":"testnet","bech32_prefix":"uom","daemon_name":"mantrachaind","node_home":"$HOME/.mantrachain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uom","fixed_min_gas_price":0,"low_gas_price":0.001,"average_gas_price":0.002,"high_gas_price":0.003}]},"staking":{"staking_tokens":[{"denom":"uom"}]},"codebase":{"git_repo":"https://github.com/MANTRA-Finance","recommended_version":"3.0.0","compatible_versions":["3.0.0"],"cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.41","cosmwasm_enabled":true,"versions":[{"name":"1.0.0","recommended_version":"1.0.0","compatible_versions":["1.0.0"],"cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"0.37"},"cosmwasm_version":"0.41","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg","theme":{}}],"peers":{"seeds":[{"id":"d6016af7cb20cf1905bd61468f6a61decb3fd7c0","address":"seed.hongbai.mantrachain.io:26656","provider":"MANTRACHAIN"},{"id":"8542cd7e6bf9d260fef543bc49e59be5a3fa9074","address":"seed.publicnode.com:26656","provider":"Allnodes ⚡️ Nodes & Staking"}],"persistent_peers":[{"id":"da061f404690c5b6b19dd85d40fefde1fecf406c","address":"34.68.19.19:26656","provider":"MANTRACHAIN"},{"id":"20db08acbcac9b7114839e63539da2802b848982","address":"34.72.148.3:26656","provider":"MANTRACHAIN"}]},"apis":{"rpc":[{"address":"https://rpc.hongbai.mantrachain.io","provider":"MANTRACHAIN"},{"address":"https://mantra-testnet-rpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}],"rest":[{"address":"https://api.hongbai.mantrachain.io","provider":"MANTRACHAIN"},{"address":"https://mantra-testnet-rest.publicnode.com","provider":"Allnodes ⚡️ Nodes & Staking"}],"grpc":[{"address":"https://grpc.hongbai.mantrachain.io","provider":"MANTRACHAIN"},{"address":"mantra-testnet-grpc.publicnode.com:443","provider":"Allnodes ⚡️ Nodes & Staking"}]},"keywords":["dex","testnet"]},"ares-1":{"$schema":"../../chain.schema.json","chain_name":"marstestnet","chain_id":"ares-1","pretty_name":"Mars Hub Testnet","status":"live","network_type":"testnet","bech32_prefix":"mars","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umars","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0.025}]},"staking":{"staking_tokens":[{"denom":"umars"}]},"codebase":{"ics_enabled":["ics20-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/mars-protocol/networks/main/ares-1/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.svg"},"apis":{"rpc":[{"address":"https://testnet-rpc.marsprotocol.io/","provider":"Mars Protocol"},{"address":"https://rpc-mars.nodeist.net/","provider":"Nodeist"}],"rest":[{"address":"https://testnet-rest.marsprotocol.io/","provider":"Mars Protocol"},{"address":"https://api-mars.nodeist.net/","provider":"Nodeist"}]},"explorers":[{"kind":"Mars Protocol","url":"https://testnet-explorer.marsprotocol.io","tx_page":"https://testnet-explorer.marsprotocol.io/transactions/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/t-mars/","tx_page":"https://exp.nodeist.net/t-mars/transactions/${txHash}"}]},"narwhal-2":{"$schema":"../chain.schema.json","chain_name":"migalootestnet","chain_id":"narwhal-2","pretty_name":"Migaloo Testnet","website":"https://www.whitewhale.money/","status":"live","network_type":"testnet","bech32_prefix":"migaloo","daemon_name":"migalood","node_home":"$HOME/.migalood","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uwhale","fixed_min_gas_price":0.25,"low_gas_price":0.25,"average_gas_price":0.5,"high_gas_price":0.75}]},"staking":{"staking_tokens":[{"denom":"uwhale"}]},"codebase":{"git_repo":"https://github.com/White-Whale-Defi-Platform/migaloo-chain","recommended_version":"v3.0.4","compatible_versions":["v3.0.4"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.28","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/White-Whale-Defi-Platform/migaloo-chain/release/v2.0.x/networks/testnet/genesis.json"},"versions":[{"name":"v3.0.4","recommended_version":"v3.0.4","compatible_versions":["v3.0.4"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.28","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://migaloo-testnet-rpc.polkachu.com","provider":"Polkachu"}],"rest":[{"address":"https://migaloo-testnet-api.polkachu.com","provider":"Polkachu"}],"grpc":[]},"explorers":[{"kind":"ping.pub","url":"https://ping.pfc.zone/narwhal-testnet","tx_page":"https://ping.pfc.zone/narwhal-testnet/tx/${txHash}"}]},"neura_268-1":{"$schema":"../../chain.schema.json","chain_name":"neuradevnet","chain_id":"neura_268-1","pretty_name":"Neura Devnet","website":"https://www.neuraprotocol.io/","status":"live","network_type":"devnet","bech32_prefix":"neura","daemon_name":"neurad","node_home":"$HOME/.neurad","key_algos":["ethsecp256k1"],"slip44":1,"fees":{"fee_tokens":[{"denom":"atankr"}]},"staking":{"staking_tokens":[{"denom":"atankr"}]},"codebase":{"versions":[{"name":"v0.0.1","height":0}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png"}],"extra_codecs":["ethermint"]},"neura_267-1":{"$schema":"../../chain.schema.json","chain_name":"neuratestnet","chain_id":"neura_267-1","pretty_name":"Neura Testnet","website":"https://www.neuraprotocol.io/","status":"live","network_type":"testnet","bech32_prefix":"neura","daemon_name":"neurad","node_home":"$HOME/.neurad","key_algos":["ethsecp256k1"],"slip44":1,"fees":{"fee_tokens":[{"denom":"atankr"}]},"staking":{"staking_tokens":[{"denom":"atankr"}]},"codebase":{"versions":[{"name":"v0.0.1","height":0}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png"}],"apis":{"rpc":[{"address":"https://rpc.ankr.com/neura_testnet","provider":"ankr"}]},"explorers":[{"kind":"ankrscan-neura","url":"https://testnet.explorer.neuraprotocol.io","tx_page":"https://testnet.explorer.neuraprotocol.io/tx/${txHash}"},{"kind":"blockscout","url":"https://explorer.neura-testnet.ankr.com","tx_page":"https://explorer.neura-testnet.ankr.com/tx/${txHash}"}],"extra_codecs":["ethermint"]},"pion-1":{"$schema":"../../chain.schema.json","chain_name":"neutrontestnet","chain_id":"pion-1","pretty_name":"Neutron Testnet","status":"live","network_type":"testnet","bech32_prefix":"neutron","daemon_name":"neutrond","node_home":"$HOME/.neutrond","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"untrn","low_gas_price":0.0053,"average_gas_price":0.0053,"high_gas_price":0.0053}]},"codebase":{"git_repo":"https://github.com/neutron-org/neutron","recommended_version":"v4.0.0-rc3","compatible_versions":["v4.0.0-rc3"],"cosmos_sdk_version":"0.50","consensus":{"type":"cometbft","version":"0.38.7"},"cosmwasm_version":"0.52","cosmwasm_enabled":true,"ibc_go_version":"8.2.1","genesis":{"genesis_url":"https://github.com/cosmos/testnets/raw/master/replicated-security/pion-1/pion-1-genesis.json"},"versions":[{"name":"v0.4.3","next_version_name":"v1.0.4","recommended_version":"v0.4.3","compatible_versions":["v0.4.3"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.0"},{"name":"v1.0.4","next_version_name":"v2.0.0","recommended_version":"v1.0.4","compatible_versions":["v1.0.4"],"cosmos_sdk_version":"0.45","consensus":{"type":"cometbft","version":"0.34.27"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.1"},{"name":"v2.0.0","next_version_name":"","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.45","cosmwasm_enabled":true,"ibc_go_version":"7.3.1"},{"name":"v3.0.0","next_version_name":"v4.0.0-rc3","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45","cosmwasm_enabled":true,"ibc_go_version":"7.3.2"},{"name":"v4.0.0-rc3","next_version_name":"","recommended_version":"v4.0.0-rc3","compatible_versions":["v4.0.0-rc3"],"cosmos_sdk_version":"0.50","consensus":{"type":"cometbft","version":"0.38.7"},"cosmwasm_version":"0.51","cosmwasm_enabled":true,"ibc_go_version":"8.2.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.svg"},"peers":{"seeds":[{"id":"0de4d730b5341d3a83721e1cbb5ce7772e26a400","address":"p2p-falcron.pion-1.ntrn.tech:26656","provider":"Neutron"}],"persistent_peers":[{"id":"49d75c6094c006b6f2758e45457c1f3d6002ce7a","address":"pion-banana.rs-testnet.polypore.xyz:26656","provider":"Hypha"},{"id":"f2520026fb9086f1b2f09e132d209cbe88064ec1","address":"pion-cherry.rs-testnet.polypore.xyz:26656","provider":"Hypha"}]},"apis":{"rpc":[{"address":"https://rpc-falcron.pion-1.ntrn.tech","provider":"Neutron"},{"address":"https://neutron-testnet-rpc.polkachu.com/","provider":"Polkachu"}],"rest":[{"address":"https://rest-falcron.pion-1.ntrn.tech","provider":"Neutron"},{"address":"https://api.pion.remedy.tm.p2p.org","provider":"P2P.ORG"},{"address":"https://rest.baryon-sentry-01.rs-testnet.polypore.xyz","provider":"Hypha"}],"grpc":[{"address":"grpc-falcron.pion-1.ntrn.tech:80","provider":"Neutron"},{"address":"grpc.baryon.remedy.tm.p2p.org:443","provider":"P2P.ORG"}]},"explorers":[{"kind":"Ping.pub Explorer from Hypha","url":"https://explorer.rs-testnet.polypore.xyz/pion-1","tx_page":"https://explorer.rs-testnet.polypore.xyz/pion-1/tx/${txHash}","account_page":"https://explorer.rs-testnet.polypore.xyz/baryon-1/account/${accountAddress}"},{"kind":"Mintscan","url":"https://mintscan.io/neutron-testnet","tx_page":"https://mintscan.io/neutron-testnet/txs/${txHash}","account_page":"https://mintscan.io/neutron-testnet/account/${accountAddress}"}]},"nibiru-devnet-1":{"$schema":"../chain.schema.json","chain_name":"nibirudevnet","chain_id":"nibiru-devnet-1","pretty_name":"Nibiru","website":"https://nibiru.fi/","status":"live","network_type":"devnet","bech32_prefix":"nibi","daemon_name":"nibid","node_home":"$HOME/.nibid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unibi","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.05,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"unibi"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/NibiruChain/nibiru","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"},"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-devnet-1/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","height":1,"next_version_name":"v1.0.1","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.45.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.nibid/data/wasm","ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz"}},{"name":"v1.0.1","tag":"v1.0.1","height":2753803,"proposal":2,"next_version_name":"","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"apis":{"rpc":[{"address":"https://rpc.devnet-1.nibiru.fi","provider":"Nibiru Foundation"}],"rest":[{"address":"https://lcd.devnet-1.nibiru.fi","provider":"Nibiru Foundation"}],"grpc":[{"address":"grpc.devnet-1.nibiru.fi:443","provider":"Nibiru Foundation"}],"wss":[{"address":"wss://hm-graphql.devnet-1.nibiru.fi/query","provider":"Nibiru Foundation"}]},"explorers":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-devnet-1","tx_page":"https://explorer.nibiru.fi/nibiru-devnet-1/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-devnet-1/account/${accountAddress}"}]},"nibiru-devnet-2":{"$schema":"../chain.schema.json","chain_name":"nibirudevnet2","chain_id":"nibiru-devnet-2","pretty_name":"Nibiru","website":"https://nibiru.fi/","status":"live","network_type":"devnet","bech32_prefix":"nibi","daemon_name":"nibid","node_home":"$HOME/.nibid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unibi","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.05,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"unibi"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/NibiruChain/nibiru","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"},"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-devnet-2/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","height":1,"next_version_name":"v1.0.1","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.45.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.nibid/data/wasm","ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz"}},{"name":"v1.0.1","tag":"v1.0.1","height":2753803,"proposal":2,"next_version_name":"","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"apis":{"rpc":[{"address":"https://rpc.devnet-2.nibiru.fi","provider":"Nibiru Foundation"}],"rest":[{"address":"https://lcd.devnet-2.nibiru.fi","provider":"Nibiru Foundation"}],"grpc":[{"address":"grpc.devnet-2.nibiru.fi:443","provider":"Nibiru Foundation"}],"wss":[{"address":"wss://hm-graphql.devnet-2.nibiru.fi/query","provider":"Nibiru Foundation"}]},"explorers":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-devnet-2","tx_page":"https://explorer.nibiru.fi/nibiru-devnet-2/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-devnet-2/account/${accountAddress}"}]},"nibiru-testnet-1":{"$schema":"../chain.schema.json","chain_name":"nibirutestnet","chain_id":"nibiru-testnet-1","pretty_name":"Nibiru","website":"https://nibiru.fi/","status":"live","network_type":"testnet","bech32_prefix":"nibi","daemon_name":"nibid","node_home":"$HOME/.nibid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unibi","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.05,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"unibi"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/NibiruChain/nibiru","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"},"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-testnet-1/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","height":1,"next_version_name":"v1.0.1","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.45.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.nibid/data/wasm","ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz"}},{"name":"v1.0.1","tag":"v1.0.1","height":2753803,"proposal":2,"next_version_name":"","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"apis":{"rpc":[{"address":"https://rpc.testnet-1.nibiru.fi","provider":"Nibiru Foundation"}],"rest":[{"address":"https://lcd.testnet-1.nibiru.fi","provider":"Nibiru Foundation"}],"grpc":[{"address":"grpc.testnet-1.nibiru.fi:443","provider":"Nibiru Foundation"}],"wss":[{"address":"wss://hm-graphql.testnet-1.nibiru.fi/query","provider":"Nibiru Foundation"}]},"explorers":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-testnet-1","tx_page":"https://explorer.nibiru.fi/nibiru-tesnet-1/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-testnet-1/account/${accountAddress}"}]},"nibiru-testnet-2":{"$schema":"../chain.schema.json","chain_name":"nibirutestnet2","chain_id":"nibiru-testnet-2","pretty_name":"Nibiru","website":"https://nibiru.fi/","status":"live","network_type":"testnet","bech32_prefix":"nibi","daemon_name":"nibid","node_home":"$HOME/.nibid","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unibi","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.05,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"unibi"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/NibiruChain/nibiru","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"},"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/NibiruChain/Networks/main/Testnet/nibiru-testnet-2/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","height":1,"next_version_name":"v1.0.1","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"v0.45.5","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.nibid/data/wasm","ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.0/nibid_1.0.0_linux_arm64.tar.gz"}},{"name":"v1.0.1","tag":"v1.0.1","height":2753803,"proposal":2,"next_version_name":"","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"v0.47.7","consensus":{"type":"cometbft","version":"v0.37.4"},"cosmwasm_version":"v0.44.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1","binaries":{"linux/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_amd64.tar.gz","linux/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_linux_arm64.tar.gz","darwin/amd64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/NibiruChain/nibiru/releases/download/v1.0.1/nibid_1.0.1_darwin_arm64.tar.gz"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},"apis":{"rpc":[{"address":"https://rpc.testnet-2.nibiru.fi","provider":"Nibiru Foundation"}],"rest":[{"address":"https://lcd.testnet-2.nibiru.fi","provider":"Nibiru Foundation"}],"grpc":[{"address":"grpc.testnet-2.nibiru.fi:443","provider":"Nibiru Foundation"}],"wss":[{"address":"wss://hm-graphql.testnet-2.nibiru.fi/query","provider":"Nibiru Foundation"}]},"explorers":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-testnet-2","tx_page":"https://explorer.nibiru.fi/nibiru-tesnet-2/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-testnet-2/account/${accountAddress}"}]},"grand-1":{"$schema":"../chain.schema.json","chain_name":"nobletestnet","chain_id":"grand-1","pretty_name":"Noble","website":"https://nobleassets.xyz/","status":"live","network_type":"testnet","bech32_prefix":"noble","daemon_name":"nobled","node_home":"$HOME/.nobled","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uusdc","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"ustake"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/strangelove-ventures/noble","recommended_version":"v4.0.0-beta1","compatible_versions":["v0.3.0","v0.4.1","v0.5.0","v4.0.0-alpha1","v4.0.0-alpha2","v4.0.0-alpha3","v4.0.0-beta1"],"cosmos_sdk_version":"v0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0","ics_enabled":["ics20-1"],"genesis":{"name":"v0.3.0","genesis_url":"https://raw.githubusercontent.com/strangelove-ventures/noble-networks/main/testnet/grand-1/genesis.json"},"versions":[{"name":"v0.3.0","tag":"v0.3.0","height":0,"next_version_name":"v0.4.1"},{"name":"v0.4.1","tag":"v0.4.2","height":302000,"next_version_name":"radon","recommended_version":"v0.4.1","compatible_versions":["v0.4.1"],"cosmos_sdk_version":"v0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0","ics_enabled":["ics20-1"]},{"name":"radon","tag":"v3.0.0","height":645000,"recommended_version":"v0.5.1","compatible_versions":["v0.5.0","v0.5.1"],"cosmos_sdk_version":"v0.45","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0 (fork)","ics_enabled":["ics20-1"]},{"name":"v3.0.0","tag":"v3.0.0","height":1397000,"recommended_version":"v3.0.0","cosmos_sdk_version":"v0.45","consensus":{"type":"cometbft","version":"0.34"},"cosmwasm_enabled":false,"ibc_go_version":"v3.4.0 (fork)","ics_enabled":["ics20-1"]}]},"peers":{"persistent_peers":[{"id":"38179b18853d6a8cb86b99881e02cf72f18b9d0f","address":"34.127.46.223:26656","provider":"Strangelove"},{"id":"57546d799a1cdef74b9a174052821a6e93636dfc","address":"34.145.87.4:26656","provider":"Strangelove"},{"id":"6b76ad22a73897e3c39c7d87b7d12a3b7d690bff","address":"34.168.48.128:26656","provider":"Strangelove"},{"id":"f8a0d8942bcf02b94ed875ded9cb23944a53e48a","address":"141.95.97.28:15656","provider":"B-Harvest"},{"id":"d82829d886635ffcfcef66adfaa725acb522e1c6","address":"83.136.255.243:26656","provider":"Everstake"}]},"apis":{"rpc":[{"address":"https://noble-testnet-rpc.polkachu.com","provider":"polkachu"},{"address":"https://rpc.testnet.noble.strange.love:443","provider":"strangelove"}],"rest":[{"address":"https://noble-testnet-api.polkachu.com","provider":"polkachu"},{"address":"https://api.testnet.noble.strange.love","provider":"strangelove"}],"grpc":[{"address":"noble-testnet-grpc.polkachu.com:21590","provider":"polkachu"}]},"explorers":[{"kind":"mintscan","url":"https://mintscan.io/noble-testnet","tx_page":"https://mintscan.io/noble-testnet/txs/${txHash}"},{"kind":"ping.pub","url":"https://explore.strange.love/grand-1","tx_page":"https://explore.strange.love/grand-1/tx/${txHash}"}]},"nois-testnet-005":{"$schema":"../chain.schema.json","chain_name":"noistestnet","chain_id":"nois-testnet-005","pretty_name":"Nois","website":"https://nois.network","status":"live","network_type":"testnet","bech32_prefix":"nois","daemon_name":"noisd","node_home":"$HOME/.noisd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unois","fixed_min_gas_price":0,"low_gas_price":0.05,"average_gas_price":0.05,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"unois"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/noislabs/noisd","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"genesis":{"name":"v1","genesis_url":"https://raw.githubusercontent.com/noislabs/networks/nois-testnet-005/nois-testnet-005/genesis.json"},"versions":[{"name":"v1","tag":"v1.0.1","height":0,"recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png","theme":{"primary_color_hex":"#0C0914"}}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png"},"peers":{"seeds":[{"id":"da81dd66bca4bba509163dbd06b4a6b2e05c2e12","address":"nois-testnet-seed.itrocket.net:21656","provider":"itrocket"},{"id":"bf07906c7cf0f23606c83be15624be2c67b3929c","address":"139.59.154.47:17356"}]},"apis":{"rpc":[{"address":"https://nois-testnet-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://nois-testnet-rpc.itrocket.net:443","provider":"itrocket"},{"address":"https://rpc.nois.mcbnode.online:443","provider":"mcbnode"},{"address":"https://nois-testnet.rpc.kjnodes.com:443","provider":"kjnodes"},{"address":"https://tnois-rpc.systemd.run:443","provider":"systemd"}],"rest":[{"address":"https://api.nois.mcbnode.online","provider":"mcbnode"},{"address":"https://nois3.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://tnois-api.systemd.run:443","provider":"systemd"}],"grpc":[{"address":"tnois-grpc.systemd.run:443","provider":"systemd"},{"address":"http://nois.grpc.t.stavr.tech:191","provider":"🔥STAVR🔥"},{"address":"nois-testnet-grpc.itrocket.net:21090","provider":"itrocket"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Nois-Testnet","tx_page":"https://explorer.stavr.tech/Nois-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Nois-Testnet/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://testnet.nois.explorers.guru","tx_page":"https://testnet.nois.explorers.guru/transaction/${txHash}","account_page":"https://testnet.nois.explorers.guru/account/${accountAddress}"}],"keywords":["nois","randomness","drand","wasm"]},"rila-1":{"$schema":"../../chain.schema.json","chain_name":"nolustestnet","chain_id":"rila-1","pretty_name":"Nolus Testnet","website":"https://nolus.io/","status":"live","network_type":"testnet","bech32_prefix":"nolus","daemon_name":"nolusd","node_home":"$HOME/.nolusd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unls","low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.05}]},"staking":{"staking_tokens":[{"denom":"unls"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/nolus-protocol/nolus-core","recommended_version":"v0.4.0","compatible_versions":[],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.0","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/nolus-protocol/nolus-networks/main/testnet/rila-1/genesis.json"},"versions":[{"name":"v0.3.0","recommended_version":"v0.3.0","compatible_versions":[],"cosmos_sdk_version":"0.45","cosmwasm_version":"0.31","cosmwasm_enabled":true,"ibc_go_version":"4.3.0","ics_enabled":["ics20-1","ics27-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"},"apis":{"rpc":[{"address":"https://rila-cl.nolus.network:26657","provider":"NolusProtocol"}],"rest":[{"address":"https://rila-cl.nolus.network:1317","provider":"NolusProtocol"}],"grpc":[{"address":"https://rila-cl.nolus.network:9090","provider":"NolusProtocol"}]},"explorers":[{"kind":"Nolus Explorer","url":"https://explorer-rila.nolus.io/rila-1/","tx_page":"https://explorer-rila.nolus.io/rila-1/tx/${txHash}","account_page":"https://explorer-rila.nolus.io/rila-1/account/${accountAddress}"}],"keywords":["testnet"]},"sandbox":{"$schema":"../chain.schema.json","chain_name":"nyxtestnet","chain_id":"sandbox","pretty_name":"Nym","website":"https://nymtech.net/","status":"live","network_type":"testnet","bech32_prefix":"n","daemon_name":"nyxd","node_home":"$HOME/.nyxd","slip44":118,"fees":{"fee_tokens":[{"denom":"unym","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.04},{"denom":"unyx","fixed_min_gas_price":0.025,"low_gas_price":0.025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"unyx"}],"lock_duration":{"time":"432000s"}},"codebase":{"git_repo":"https://github.com/nymtech/nyxd","recommended_version":"v0.43.0","compatible_versions":["v0.43.0"],"binaries":{"linux/amd64":"https://github.com/nymtech/nyxd/releases/tag/v0.43.0"},"cosmwasm_enabled":true,"genesis":{"genesis_url":"https://rpc.sandbox.nymtech.net/genesis"},"versions":[{"name":"v0.43.0","tag":"v0.43.0","height":1933203,"recommended_version":"v0.43.0","compatible_versions":["v0.43.0"],"cosmwasm_enabled":true,"binaries":{"linux/amd64":"https://github.com/nymtech/nyxd/releases/tag/v0.43.0"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg","theme":{}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg","theme":{}},{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg"},"peers":{"seeds":[{"id":"245a4b3cf7d56697067705d519b6feddef46a3cb","address":"3.255.31.244:26656"}],"persistent_peers":[{"id":"26f7782aff699457c8e6dd9a845e5054c9b0707e","address":"3.72.19.120:26656"},{"id":"82df98b4aeb7175ef60f38ef4d0c02f6317657bf","address":"54.78.98.91:26656"}]},"apis":{"rpc":[{"address":"https://rpc.sandbox.nymtech.net","provider":"Nym"}],"rest":[{"address":"https://api.sandbox.nymtech.net","provider":"Nym"}],"grpc":[{"address":"grpc.sandbox.nymtech.net:443","provider":"Nym"}]},"explorers":[{"kind":"ping.pub","url":"https://sandbox-blocks.nymtech.net/sandbox","tx_page":"https://sandbox-blocks.nymtech.net/sandbox/tx/${txHash}"}]},"okp4-nemeton-1":{"$schema":"../../chain.schema.json","chain_name":"okp4testnet","chain_id":"okp4-nemeton-1","pretty_name":"OKP4 Nemeton","website":"https://okp4.network/","status":"live","network_type":"testnet","bech32_prefix":"okp4","daemon_name":"okp4d","node_home":"$HOME/.okp4","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uknow","fixed_min_gas_price":0,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uknow"}]},"codebase":{"git_repo":"https://github.com/okp4/okp4d","recommended_version":"v4.1.0","compatible_versions":["v4.1.0"],"binaries":{"linux/amd64":"https://github.com/okp4/okp4d/releases/download/v4.1.0/okp4d-4.1.0-linux-amd64","linux/arm64":"https://github.com/okp4/okp4d/releases/download/v4.1.0/okp4d-4.1.0-linux-arm64"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/okp4/networks/main/chains/nemeton-1/genesis.json"},"versions":[{"name":"v4.1.0","tag":"v4.1.0","recommended_version":"v4.1.0","compatible_versions":["v4.1.0"],"binaries":{"linux/amd64":"https://github.com/okp4/okp4d/releases/download/v4.1.0/okp4d-4.1.0-linux-amd64","linux/arm64":"https://github.com/okp4/okp4d/releases/download/v4.1.0/okp4d-4.1.0-linux-arm64"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"},"peers":{"seeds":[{"id":"f2364a89e2762cb05673c056ee0bc234652856cc","address":"66.206.6.82:26656"},{"id":"64b4778a249c5b67ed9f63ec7886a47bef363a33","address":"188.120.224.87:26656"},{"id":"114180a593e480b0443ca61bb1325289a7029bc6","address":"78.47.198.121:26656"},{"id":"624b5d754f79a2466bff14c1dd462c5508d35f78","address":"167.235.197.90:26656"},{"id":"8bc91ffabd860b6b54766ac3788d7c284e45b964","address":"174.138.30.240:26656"},{"id":"61544968b65e34a59513b67613519cd37ace7ecb","address":"161.97.151.109:26656"},{"id":"666c7b5ef2a81e4a3115785c90305d5371e067ed","address":"162.55.234.160:26656"},{"id":"78d923333e39e747c6a7fbfcc822ec6279990556","address":"91.211.251.232:28656"}]},"apis":{"rpc":[{"address":"https://api.testnet.okp4.network/rpc","provider":"OKP4"},{"address":"https://okptest-rpc.quickapi.com","provider":"Chainlayer"},{"address":"http://okp.rpc.t.stavr.tech:10097","provider":"🔥STAVR🔥"},{"address":"https://okp4-testnet-rpc.polkachu.com","provider":"Polkachu"}],"rest":[{"address":"https://okptest-lcd.quickapi.com","provider":"Chainlayer"},{"address":"https://okp4.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://okp4-testnet-api.polkachu.com/","provider":"Polkachu"}],"grpc":[{"address":"okp4-testnet-grpc.polkachu.com:17690","provider":"Polkachu"},{"address":"http://okp.grpc.t.stavr.tech:8029","provider":"🔥STAVR🔥"},{"address":"grpc.testnet.okp4.network:443","provider":"OKP4"}]},"explorers":[{"kind":"ping.pub","url":"https://testnet.ping.pub/OKP4%20testnet","tx_page":"https://testnet.ping.pub/OKP4%20testnet/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/OKP4-Testnet","tx_page":"https://explorer.stavr.tech/OKP4-Testnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://explore.okp4.network/OKP4%20testnet","tx_page":"https://explore.okp4.network/OKP4%20testnet/tx/${txHash}"}]},"osmo-test-4":{"$schema":"../../chain.schema.json","chain_name":"osmosistestnet4","chain_id":"osmo-test-4","pretty_name":"Osmosis Testnet","status":"live","network_type":"testnet","bech32_prefix":"osmo","daemon_name":"osmosisd","node_home":"$HOME/.osmosisd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uosmo","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uosmo"}]},"codebase":{"git_repo":"https://github.com/osmosis-labs/osmosis","recommended_version":"v15.0.0-rc3","compatible_versions":["v15.0.0-rc3"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://github.com/osmosis-labs/networks/raw/main/osmo-test-4/genesis.tar.bz2"},"versions":[{"name":"v14.0.0-rc1","recommended_version":"v14.0.0-rc1","compatible_versions":["v14.0.0-rc1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true},{"name":"v15.0.0-rc3","recommended_version":"v15.0.0-rc3","compatible_versions":["v15.0.0-rc3"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"},"peers":{"seeds":[{"id":"0f9a9c694c46bd28ad9ad6126e923993fc6c56b1","address":"137.184.181.105:26656"}],"persistent_peers":[{"id":"4ab030b7fd75ed895c48bcc899b99c17a396736b","address":"137.184.190.127:26656"},{"id":"3dbffa30baab16cc8597df02945dcee0aa0a4581","address":"143.198.139.33:26656"}]},"apis":{"rpc":[{"address":"https://rpc.osmo-test.ccvalidators.com/","provider":"CryptoCrew"},{"address":"https://osmosistest-rpc.quickapi.com/","provider":"ChainLayer"},{"address":"https://rpc.testnet.osmosis.zone/","provider":"Osmosis"}],"rest":[{"address":"https://osmosistest-lcd.quickapi.com/","provider":"CryptoCrew"},{"address":"https://lcd.osmo-test.ccvalidators.com/","provider":"ChainLayer"},{"address":"https://testnet-rest.osmosis.zone/"}],"grpc":[{"address":"https://grpc-test.osmosis.zone:443","provider":"Osmosis"}]},"keywords":["dex","testnet"]},"INVALID-ID-permtestnet-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"permtestnet","chain_id":"INVALID-ID-permtestnet-testnet-1","pretty_name":"Perm Testnet","status":"live","network_type":"testnet","bech32_prefix":"perm","daemon_name":"permd","node_home":"$HOME/.perm","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uperm","low_gas_price":0.0025,"average_gas_price":0.0025,"high_gas_price":0.0024}]},"staking":{"staking_tokens":[{"denom":"uperm"}]},"codebase":{"git_repo":"https://github.com/Loop-Protocol/perm.git","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"4.3.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/Loop-Protocol/testnet/main/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"4.3.0"},{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"4.3.0"}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.3.finance/","provider":"Perm Network"}],"rest":[{"address":"https://rest.3.finance/","provider":"Perm Network"}],"grpc":[{"address":"https://grpc.3.finance/","provider":"Perm Network"}]},"explorers":[{"kind":"bigdipper","url":"https://explorer.testnet.perm.ooo/","tx_page":"https://explorer.testnet.perm.ooo/transactions/${txHash}"}]},"test-core-1":{"$schema":"../chain.schema.json","chain_name":"persistencetestnet","chain_id":"test-core-1","pretty_name":"Persistence Testnet","website":"https://persistence.one/","status":"live","network_type":"testnet","bech32_prefix":"persistence","daemon_name":"persistenceCore","node_home":"$HOME/.persistenceCore","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uxprt","fixed_min_gas_price":0,"low_gas_price":0.05,"average_gas_price":0.125,"high_gas_price":0.2}]},"staking":{"staking_tokens":[{"denom":"uxprt"}]},"codebase":{"git_repo":"https://github.com/persistenceOne/persistenceCore","recommended_version":"v6.0.0-rc5","compatible_versions":["v6.0.0-rc5"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/archive/refs/tags/v6.0.0-rc5.tar.gz"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/test-core-1/final_genesis.json"},"versions":[{"name":"v6.0.0-rc5","recommended_version":"v6.0.0-rc5","compatible_versions":["v6.0.0-rc5"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/archive/refs/tags/v6.0.0-rc5.tar.gz"}}]},"peers":{"seeds":[{"id":"5c2a752c9b1952dbed075c56c600c3a79b58c395","address":"persistence.testnet.seed.autostake.net:26896","provider":"Auto Stake"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:15456","provider":"AutoStake"}],"persistent_peers":[{"id":"5c2a752c9b1952dbed075c56c600c3a79b58c395","address":"persistence.testnet.peer.autostake.net:26896","provider":"AutoStake"},{"id":"14ecdc5126ea8d93c7d3a863d9d38e380e46fc06","address":"185.225.233.30:26656","provider":"Cosmonaut Stakes"},{"id":"987c7cd05003194334f55ed5cbcc0fe8cd9df021","address":"65.108.233.109:15456","provider":"Polkachu"}]},"apis":{"rpc":[{"address":"https://rpc-testnet-persistence.architectnodes.com/","provider":"Architect Nodes"},{"address":"https://persistence-testnet-rpc.baryon.dev/","provider":"Baryon"},{"address":"https://persistence-testnet-rpc.cosmonautstakes.com/","provider":"Cosmonaut Stakes"},{"address":"https://rpc.testnet.persistence.one/","provider":"Persistence"},{"address":"https://persistence-testnet-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://xprt-trpc.antrixy.org/","provider":"Antrix Validators"}],"rest":[{"address":"https://rest-testnet-persistence.architectnodes.com/","provider":"Architect Nodes"},{"address":"https://persistence-testnet-api.baryon.dev/","provider":"Baryon"},{"address":"https://persistence-testnet-rest.cosmonautstakes.com/","provider":"Cosmonaut Stakes"},{"address":"https://rest.testnet.persistence.one/","provider":"Persistence"},{"address":"https://persistence-testnet-api.polkachu.com/","provider":"Polkachu"},{"address":"https://xprt-trest.antrixy.org/","provider":"Antrix Validators"}],"grpc":[{"address":"persistence-testnet-grpc.polkachu.com:15490","provider":"Polkachu"},{"address":"https://xprt-tgrpc.antrixy.org/","provider":"Antrix Validators"}]},"explorers":[{"kind":"ping.pub","url":"https://testnet.ping.pub/test-core-1/","tx_page":"https://testnet.ping.pub/test-core-1/tx/${txHash}"},{"kind":"mintscan","url":"https://mintscan.io/persistence-testnet","tx_page":"https://mintscan.io/persistence-testnet/txs/${txHash}","account_page":"https://mintscan.io/persistence-testnet/account/${accountAddress}"}]},"osmo-test-5":{"$schema":"../../chain.schema.json","chain_name":"osmosistestnet","chain_id":"osmo-test-5","pretty_name":"Osmosis Testnet","status":"live","network_type":"testnet","bech32_prefix":"osmo","daemon_name":"osmosisd","node_home":"$HOME/.osmosisd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uosmo","fixed_min_gas_price":0,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uosmo"}]},"codebase":{"git_repo":"https://github.com/osmosis-labs/osmosis","recommended_version":"v15.0.0","compatible_versions":["v15.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://genesis.osmotest5.osmosis.zone/genesis.json"},"versions":[{"name":"v14.0.0-rc1","recommended_version":"v14.0.0-rc1","compatible_versions":["v14.0.0-rc1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true},{"name":"v15.0.0-rc3","recommended_version":"v15.0.0-rc3","compatible_versions":["v15.0.0-rc3"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true},{"name":"v15.0.0","recommended_version":"v15.0.0","compatible_versions":["v15.0.0-rc3"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"},"peers":{"seeds":[{"id":"bb197876fd952d245ef6377e3651c157e3d7ed81","address":"157.245.26.231:26656"},{"id":"7c2b9e76be5c2142c76b429d9c29e902599ceb44","address":"157.245.21.183:26656"}],"persistent_peers":[{"id":"51084fccec1c309a415e89d39e6f0881c49493ed","address":"95.217.144.107:12556"},{"id":"a5c34bdd777dd418ff7152a8646fd2f31f53f8a5","address":"46.232.248.117:2000"}]},"apis":{"rpc":[{"address":"https://rpc.osmotest5.osmosis.zone/","provider":"Osmosis"}],"rest":[{"address":"https://lcd.osmotest5.osmosis.zone/","provider":"Osmosis"}],"grpc":[{"address":"https://grpc.osmotest5.osmosis.zone/","provider":"Osmosis"}]},"explorers":[{"kind":"mintscan","url":"https://mintscan.io/osmosis-testnet","tx_page":"https://mintscan.io/osmosis-testnet/txs/${txHash}","account_page":"https://mintscan.io/osmosis-testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.osmotest5.osmosis.zone","tx_page":"https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}","account_page":"https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}"}],"keywords":["dex","testnet"]},"test-core-2":{"$schema":"../../chain.schema.json","chain_name":"persistencetestnet2","chain_id":"test-core-2","pretty_name":"Persistence Testnet","website":"https://persistence.one/","status":"live","network_type":"testnet","bech32_prefix":"persistence","daemon_name":"persistenceCore","node_home":"$HOME/.persistenceCore","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uxprt","fixed_min_gas_price":0,"low_gas_price":0.05,"average_gas_price":0.125,"high_gas_price":0.2}]},"staking":{"staking_tokens":[{"denom":"uxprt"}],"lock_duration":{"time":"1814400s"}},"codebase":{"git_repo":"https://github.com/persistenceOne/persistenceCore","recommended_version":"v9.1.1","compatible_versions":["v9.1.1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v9.1.1/persistenceCore-v9.1.1-linux-amd64.tar.gz"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/persistenceOne/networks/auditOne/test-core-2/test-core-2/genesis.json"},"versions":[{"name":"v7.0.2","recommended_version":"v7.0.2","compatible_versions":["v7.0.2"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v7.0.2/persistenceCore-v7.0.2-linux-amd64.tar.gz"}},{"name":"v8","tag":"v8.0.0","next_version_name":"v8.1.0","recommended_version":"v8.0.0","compatible_versions":["v8.0.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"tendermint","version":"0.37"},"cosmwasm_version":"0.40","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0"},{"name":"v8.1.0","tag":"v8.1.0","next_version_name":"v9","recommended_version":"v8.1.0","compatible_versions":["v8.1.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"tendermint","version":"0.37"},"cosmwasm_version":"0.40","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0"},{"name":"v9","tag":"v9.0.0","height":1531570,"proposal":16,"next_version_name":"v9.1.0","recommended_version":"v8.0.0","compatible_versions":["v8.0.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"tendermint","version":"0.37"},"cosmwasm_version":"0.40","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0"},{"name":"v9.1.0","tag":"v9.1.1","height":1543200,"proposal":17,"recommended_version":"v9.1.1","compatible_versions":["v9.1.1","v9.1.0"],"cosmos_sdk_version":"v0.47.x-lsm","consensus":{"type":"cometbft","version":"v0.37.2"},"cosmwasm_version":"v0.40.2","cosmwasm_enabled":true,"cosmwasm_path":"$HOME/.persistenceCore/wasm","ibc_go_version":"v7.2.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/persistenceOne/persistenceCore/releases/download/v9.1.1/persistenceCore-v9.1.1-linux-amd64.tar.gz"}}]},"peers":{"seeds":[{"id":"3ce04530d850e727d092e9a81d9f580c7ff8db56","address":"141.94.97.77:26656","provider":"Persistence"}],"persistent_peers":[{"id":"171e837618d9ec0b5faf0c91edc0cc3edd1cf204","address":"188.172.228.225:26656","provider":"YTWOFUND"},{"id":"cee6b94965f301e8b5ad905a65fa39c03cd193ce","address":"51.68.152.17.30:26656","provider":"Persistence"},{"id":"7f971fc5fc2ffedbaf32f3b4021645571461a712","address":"198.244.177.67:26656","provider":"Persistence"},{"id":"21ca0b996db604681fb73721ecb01d2c6410c628","address":"162.19.94.46:26656","provider":"Persistence"}]},"apis":{"rpc":[{"address":"https://rpc-persistence-testnet-01.stakeflow.io/","provider":"StakeFlow"},{"address":"https://persistence-testnet-rpc.baryon.dev/","provider":"Baryon"},{"address":"https://persistence-testnet-rpc.cosmonautstakes.com/","provider":"Cosmonaut Stakes"},{"address":"https://rpc.testnet2.persistence.one/","provider":"Persistence"},{"address":"https://persistence-testnet-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://persistencecoretest-rpc.ytwofund.pro/","provider":"YTWOFUND"},{"address":"http://persistence-testnet.paranorm.pro:24657/","provider":"Paranorm"}],"rest":[{"address":"https://api-persistence-testnet-01.stakeflow.io/","provider":"StakeFlow"},{"address":"https://persistence-testnet-api.baryon.dev/","provider":"Baryon"},{"address":"https://persistence-testnet-rest.cosmonautstakes.com/","provider":"Cosmonaut Stakes"},{"address":"https://rest.testnet2.persistence.one/","provider":"Persistence"},{"address":"https://persistence-testnet-api.polkachu.com/","provider":"Polkachu"},{"address":"https://persistenceCoreTest-rest.ytwofund.pro","provider":"YTWOFUND"}],"grpc":[{"address":"persistence-testnet-grpc.polkachu.com:15490","provider":"Polkachu"},{"address":"persistenceCoreTest-grpc.ytwofund.pro:9090","provider":"YTWOFUND"}]},"explorers":[{"kind":"mintscan","url":"https://mintscan.io/persistence-testnet","tx_page":"https://mintscan.io/persistence-testnet/txs/${txHash}","account_page":"https://mintscan.io/persistence-testnet/account/${accountAddress}"},{"kind":"StakeFlow","url":"https://stakeflow.io/persistence-testnet","tx_page":"https://stakeflow.io/persistence-testnet/transactions/${txHash}","account_page":"https://stakeflow.io/persistence-testnet/accounts/${accountAddress}"},{"kind":"baryon","url":"https://testnet-explorer.baryon.dev/test-core-2","tx_page":"https://testnet-explorer.baryon.dev/test-core-2/tx/{txHash}","account_page":"https://testnet-explorer.baryon.dev/test-core-2/account/${accountAddress}"}]},"planq_7077-1":{"$schema":"../../chain.schema.json","chain_name":"planqtestnet","chain_id":"planq_7077-1","pretty_name":"Planq Atlas Testnet","status":"live","network_type":"testnet","bech32_prefix":"plq","daemon_name":"planqd","node_home":"$HOME/.planqd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"atplanq","fixed_min_gas_price":20000000000,"low_gas_price":30000000000,"average_gas_price":35000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"atplanq"}]},"codebase":{"git_repo":"https://github.com/planq-network/planq","recommended_version":"v1.1.2","compatible_versions":["v1.1.2"],"binaries":{"linux/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_linux_amd64.tar.gz","linux/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_linux_arm64.tar.gz","darwin/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_darwin_arm64.tar.gz","windows/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_windows_amd64.zip"},"cosmos_sdk_version":"v0.46.3","consensus":{"type":"cometbft","version":"0.34.33"},"ibc_go_version":"5.0.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/planq-network/networks/main/atlas-testnet/genesis.json"},"versions":[{"name":"v1.1.2","next_version_name":"","recommended_version":"v1.1.2","compatible_versions":["v1.1.2"],"cosmos_sdk_version":"v0.46.3","consensus":{"type":"cometbft","version":"0.34.33"},"ibc_go_version":"5.0.2","binaries":{"linux/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_linux_amd64.tar.gz","linux/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_linux_arm64.tar.gz","darwin/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_darwin_amd64.tar.gz","darwin/arm64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_darwin_arm64.tar.gz","windows/amd64":"https://github.com/planq-network/planq/releases/download/v1.1.2/planq_1.1.2_windows_amd64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"},"peers":{"seeds":[{"id":"9bea353c3ebfcba081c45aa4c2a8929809437859","address":"54.37.78.240:26656","provider":"Planq Network"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc-atlas.planq.network","provider":"Planq Network"},{"address":"https://planq_testnet_rpc.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"rest":[{"address":"https://rest-atlas.planq.network","provider":"Planq Network"},{"address":"https://planq_testnet_api.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}],"grpc":[{"address":"https://grpc-atlas.planq.network","provider":"Planq Network"}],"evm-http-jsonrpc":[{"address":"https://evm-rpc-atlas.planq.network","provider":"Planq Network"},{"address":"https://planq_testnet_evm.chain.whenmoonwhenlambo.money","provider":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"}]},"explorers":[{"kind":"EVM","url":"https://evm-atlas.planq.network","tx_page":"https://evm-atlas.planq.network/tx/${txHash}"},{"kind":"Konsortech","url":"https://testnet-explorer.konsortech.xyz/planq","tx_page":"https://testnet-explorer.konsortech.xyz/planq/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/planq-testnet","tx_page":"https://explorer.whenmoonwhenlambo.money/planq-testnet/tx/${txHash}"}],"extra_codecs":["ethermint"]},"indigo-1":{"$schema":"../../chain.schema.json","chain_name":"pryzmtestnet","chain_id":"indigo-1","pretty_name":"Pryzm Testnet","status":"live","network_type":"testnet","bech32_prefix":"pryzm","daemon_name":"pryzmd","node_home":"$HOME/.pryzm","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"upryzm","fixed_min_gas_price":0,"low_gas_price":0.015,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"upryzm"}]},"codebase":{"git_repo":"https://github.com/pryzm-finance/pryzm-core","recommended_version":"v0.9.0","compatible_versions":["v0.9.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"tendermint","version":"0.37"},"ibc_go_version":"7.3.1","genesis":{"genesis_url":"https://storage.googleapis.com/pryzm-resources/indigo-1/genesis.json"},"versions":[{"name":"v0.9.0","recommended_version":"v0.9.0","compatible_versions":["v0.9.0"],"cosmos_sdk_version":"0.47","consensus":{"type":"tendermint","version":"0.37"},"ibc_go_version":"7.3.1"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.svg"},"peers":{"seeds":[{"id":"ff17ca4f46230306412ff5c0f5e85439ee5136f0","address":"testnet-seed.pryzm.zone:26656","provider":"PRYZM"},{"id":"fbfd48af73cd1f6de7f9102a0086ac63f46fb911","address":"pryzm-testnet-seed.itrocket.net:41656","provider":"ITRocket"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://testnet-rpc.pryzm.zone","provider":"PRYZM"},{"address":"https://pryzm-testnet-rpc.itrocket.net","provider":"ITRocket"}],"rest":[{"address":"https://testnet-api.pryzm.zone","provider":"PRYZM"},{"address":"https://pryzm-testnet-api.itrocket.net","provider":"ITRocket"}],"grpc":[{"address":"https://testnet-grpc.pryzm.zone","provider":"PRYZM"},{"address":"http://pryzm-testnet-grpc.itrocket.net:41090","provider":"ITRocket"}]},"explorers":[{"kind":"PingPub","url":"https://testnets.cosmosrun.info/pryzm-indigo-1","tx_page":"https://testnets.cosmosrun.info/pryzm-indigo-1/tx/${txHash}","account_page":"https://testnets.cosmosrun.info/pryzm-indigo-1/account/${accountAddress}"},{"kind":"ITRocket","url":"https://testnet.itrocket.net/pryzm","tx_page":"https://testnet.itrocket.net/pryzm/tx/${txHash}","account_page":"https://testnet.itrocket.net/pryzm/account/${accountAddress}"}]},"quasar-test-1":{"$schema":"../../chain.schema.json","chain_name":"quasartestnet","chain_id":"quasar-test-1","pretty_name":"Quasar Testnet","status":"live","network_type":"testnet","bech32_prefix":"quasar","daemon_name":"quasarnoded","node_home":"$HOME/.quasarnoded","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uqsr","fixed_min_gas_price":0,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uqsr"}]},"codebase":{"git_repo":"https://github.com/quasar-finance/quasar","recommended_version":"v1.0.1-rc-testnet","compatible_versions":["v1.0.1-rc-testnet"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"tendermint","version":"0.34.27"},"cosmwasm_version":"0.31","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/quasar-finance/questnet/main/v04/definitive-genesis.json"},"versions":[{"name":"v1.0.1-rc-testnet","recommended_version":"v1.0.1-rc-testnet","compatible_versions":["v1.0.1-rc-testnet"],"cosmos_sdk_version":"0.45.16","consensus":{"type":"tendermint","version":"0.34.27"},"cosmwasm_version":"0.31","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:18256","provider":"Polkachu"},{"id":"58a7ede083714c51efd3f285c16ed613b49b83ee","address":"154.26.158.158:18256","provider":"Stake and Relax"}],"persistent_peers":[{"id":"8a19aa6e874ed5720aad2e7d02567ec932d92d22","address":"141.94.248.63:26656"},{"id":"444b80ce750976df59b88ac2e08d720e1dbbf230","address":"68.183.75.239:26666"},{"id":"20b4f9207cdc9d0310399f848f057621f7251846","address":"222.106.187.13:40606"},{"id":"7ef67269c8ec37ff8a538a5ae83ca670fd2da686","address":"137.184.192.123:26656"},{"id":"19afe579cc0a2b38ca87143f779f45e9a7f18a2f","address":"18.134.191.148:26656"},{"id":"a23f002bda10cb90fa441a9f2435802b35164441","address":"38.146.3.203:18256"},{"id":"bba6e85e3d1f1d9c127324e71a982ddd86af9a99","address":"88.99.3.158:18256"},{"id":"966acc999443bae0857604a9fce426b5e09a7409","address":"65.108.105.48:18256 "},{"id":"177144bed1e280a6f2435d253441e3e4f1699c6d","address":"65.109.85.226:8090"},{"id":"769ebaa9942375e70cebc21a75a2cfda41049d99","address":"135.181.210.186:26656"},{"id":"8937bdacf1f0c8b2d1ffb4606554eaf08bd55df4","address":"5.75.255.107:26656"},{"id":"99a0695a7358fa520e6fcd46f91492f7cf205d4d","address":"34.175.159.249:26656"},{"id":"47401f4ac3f934afad079ddbe4733e66b58b67da","address":"34.175.244.202:26656"}]},"apis":{"rpc":[{"address":"https://quasar-testnet-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://quasar-testnet-rpc.stakeandrelax.net/","provider":"Stake and Relax"}],"rest":[{"address":"https://quasar-testnet-api.polkachu.com/","provider":"Polkachu"},{"address":"https://quasar-testnet-api.stakeandrelax.net/","provider":"Stake and Relax"}],"grpc":[{"address":"quasar-testnet-grpc.polkachu.com:18290","provider":"Polkachu"},{"address":"http://quasar-testnet-grpc.stakeandrelax.net:18290/","provider":"Stake and Relax"}]},"keywords":["testnet"]},"rhye-2":{"$schema":"../chain.schema.json","chain_name":"quicksilvertestnet","chain_id":"rhye-2","pretty_name":"Quicksilver Testnet","status":"live","network_type":"testnet","bech32_prefix":"quick","daemon_name":"quicksilverd","node_home":"$HOME/.quicksilverd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uqck","low_gas_price":0.0001,"average_gas_price":0.0001,"high_gas_price":0.00025}]},"staking":{"staking_tokens":[{"denom":"uqck"}]},"codebase":{"git_repo":"https://github.com/ingenuity-build/quicksilver","recommended_version":"v1.4.5-rc2","compatible_versions":["v1.4.5-rc2"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.3.2","genesis":{"genesis_url":"https://raw.githubusercontent.com/ingenuity-build/testnets/main/rhye-2/genesis.json"},"versions":[{"name":"v1.4.5-rc2","recommended_version":"v1.4.5-rc2","compatible_versions":["v1.4.5-rc2"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true,"ibc_go_version":"5.3.2"}]},"images":[{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg"}],"logo_URIs":{"svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg"},"peers":{"seeds":[{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:11156","provider":"Polkachu"},{"id":"496ac0ba20188f70f41e0a814dfd4d9a617338f8","address":"quicksilver-testnet-seed.ibs.team:16652","provider":"Inter Blockchain Services"}],"persistent_peers":[{"id":"8e14e58b054248a04be96e4a40d6359e93b636ac","address":"65.108.65.94:26656"},{"id":"5a3c424c19d9ab694190a7805a2b1a146460d752","address":"65.108.2.27:26656"},{"id":"17574de80eeda21ae1ed94e162ad55b58914c6fa","address":"quickt.peers.stavr.tech:20026"},{"id":"e6bf55bc9f08958b7518bea455423375db78d1ef","address":"65.108.13.176:26657"}]},"apis":{"rpc":[{"address":"http://quick.rpc.t.stavr.tech:20027","provider":"🔥STAVR🔥"},{"address":"https://quicksilver-testnet-rpc.polkachu.com/","provider":"polkachu"},{"address":"https://quicksilver-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://quick.api.t.stavr.tech","provider":"🔥STAVR🔥"},{"address":"https://quicksilver-testnet-api.polkachu.com/","provider":"polkachu"},{"address":"https://quicksilver-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}],"grpc":[{"address":"http://quick.grpc.t.stavr.tech:9112","provider":"🔥STAVR🔥"},{"address":"quicksilver-testnet-grpc.polkachu.com:11190","provider":"polkachu"}]},"explorers":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Quicksilver","tx_page":"https://explorer.stavr.tech/Quicksilver/tx/${txHash}","account_page":"https://explorer.stavr.tech/Quicksilver/account/${accountAddress}"},{"url":"https://testnet.quicksilver.explorers.guru","tx_page":"https://testnet.quicksilver.explorers.guru/transaction/${txHash}","account_page":"https://testnet.quicksilver.explorers.guru/account/${accountAddress}"}]},"earendel-1":{"$schema":"../chain.schema.json","chain_name":"qwoyntestnet","chain_id":"earendel-1","pretty_name":"Qwoyn","website":"https://qwoyn.studio/","status":"live","network_type":"testnet","bech32_prefix":"qwoyn","daemon_name":"qwoynd","node_home":"$HOME/.qwoynd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uqwoyn"}]},"staking":{"staking_tokens":[{"denom":"uqwoyn"}]},"codebase":{"git_repo":"https://github.com/cosmic-horizon/QWOYN","recommended_version":"v5.2.0","compatible_versions":["v5.2.0"],"binaries":{"linux/amd64":"https://github.com/cosmic-horizon/QWOYN/releases/download/v1.0.0/qwoynd_1.0.0_linux_amd64.zip"},"cosmos_sdk_version":"0.47.3","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"7.0.1","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/cosmic-horizon/testnets/main/higgs-boson-1/genesis.json"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"cosmos_sdk_version":"0.42.10","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"3.0.0","ics_enabled":["ics20-1","ics27-1"],"binaries":{"linux/amd64":"https://github.com/cosmic-horizon/QWOYN/releases/download/v1.0.0/qwoynd_1.0.0_linux_amd64.zip"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"},"peers":{"seeds":[],"persistent_peers":[{"id":"3dc3b4b1ebc82f4758e02b7cf0957817c9a012d6","address":"66.42.74.12:26656"}]},"apis":{"rpc":[{"address":"https://testnet-rpc.qwoyn.studio","provider":"Qwoyn Studios"}],"rest":[{"address":"https://testnet-api.qwoyn.studio","provider":"Qwoyn Studios"}],"grpc":[{"address":"http://66.42.74.12:9090","provider":"Qwoyn Studios"}]},"explorers":[{"kind":"pingfork","url":"https://explorer.theamsolutions.info/qwoyn-testnet/","tx_page":"https://explorer.theamsolutions.info/qwoyn-testnet/tx/${txHash}","account_page":"https://explorer.theamsolutions.info/qwoyn-testnet/account/${accountAddress}"}]},"provider":{"$schema":"../../chain.schema.json","chain_name":"rsprovidertestnet","chain_id":"provider","pretty_name":"Replicated Security Provider Testnet","status":"live","network_type":"testnet","bech32_prefix":"cosmos","daemon_name":"gaiad","node_home":"$HOME/.gaia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uatom","fixed_min_gas_price":0.005}]},"staking":{"staking_tokens":[{"denom":"uatom"}]},"codebase":{"git_repo":"https://github.com/cosmos/gaia","recommended_version":"v14.1.0","compatible_versions":["v14.1.0-rc0","v14.1.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-arm64.exe"},"genesis":{"genesis_url":"https://github.com/cosmos/testnets/raw/master/replicated-security/provider/provider-genesis.json"},"versions":[{"name":"v12","recommended_version":"v12.0.0","compatible_versions":["v12.0.0-rc0","v12.0.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v12.0.0/gaiad-v12.0.0-windows-arm64.exe"}},{"name":"v13","recommended_version":"v13.0.0","compatible_versions":["v13.0.0-rc0","v13.0.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v13.0.0/gaiad-v13.0.0-windows-arm64.exe"}},{"name":"v14","recommended_version":"v14.1.0","compatible_versions":["v14.1.0-rc0","v14.1.0"],"binaries":{"linux/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-amd64","linux/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-linux-arm64","darwin/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-amd64","darwin/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-darwin-arm64","windows/amd64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-amd64.exe","windows/arm64":"https://github.com/cosmos/gaia/releases/download/v14.1.0/gaiad-v14.1.0-windows-arm64.exe"}}]},"peers":{"seeds":[{"id":"08ec17e86dac67b9da70deb20177655495a55407","address":"provider-seed-01.rs-testnet.polypore.xyz:26656","provider":"Hypha"},{"id":"4ea6e56300a2f37b90e58de5ee27d1c9065cf871","address":"provider-seed-02.rs-testnet.polypore.xyz:26656","provider":"Hypha"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.provider-sentry-01.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rpc.provider-sentry-02.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rpc.provider-state-sync-01.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rpc.provider-state-sync-02.rs-testnet.polypore.xyz","provider":"Hypha"}],"rest":[{"address":"https://rest.provider-sentry-01.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rest.provider-sentry-02.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rest.provider-state-sync-01.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://rest.provider-state-sync-02.rs-testnet.polypore.xyz","provider":"Hypha"}],"grpc":[{"address":"https://grpc.provider-sentry-01.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://grpc.provider-sentry-02.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://grpc.provider-state-sync-01.rs-testnet.polypore.xyz","provider":"Hypha"},{"address":"https://grpc.provider-state-sync-02.rs-testnet.polypore.xyz","provider":"Hypha"}]},"explorers":[{"kind":"Mintscan","url":"https://mintscan.io/ics-testnet-provider","tx_page":"https://mintscan.io/ics-testnet-provider/txs/${txHash}"},{"kind":"Ping.pub","url":"https://explorer.rs-testnet.polypore.xyz/provider","tx_page":"https://explorer.rs-testnet.polypore.xyz/provider/tx/${txHash}"}]},"ssc-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"sagatestnet","chain_id":"ssc-testnet-1","pretty_name":"Saga Testnet","status":"live","network_type":"testnet","bech32_prefix":"saga","daemon_name":"sscd","node_home":"$HOME/.ssc","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utsaga","fixed_min_gas_price":0,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"utsaga"}]},"codebase":{"git_repo":"https://github.com/sagaxyz/ssc","recommended_version":"v0.1.3","compatible_versions":["v0.1.0","v0.1.1","v0.1.2","v0.1.3"],"cosmos_sdk_version":"0.47","consensus":{"type":"tendermint","version":"0.37"},"cosmwasm_enabled":false,"genesis":{"genesis_url":"https://raw.githubusercontent.com/sagaxyz/ssc-public-testnet/main/genesis.json"},"versions":[{"name":"v0.1.3","recommended_version":"v0.1.3","compatible_versions":["v0.1.0","v0.1.1","v0.1.2","v0.1.3"],"cosmos_sdk_version":"0.47","consensus":{"type":"tendermint","version":"0.37"},"cosmwasm_enabled":false}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png"},"peers":{"seeds":[{"id":"3abc213ec08ece180e6fa1443226689ecc4b7749","address":"testnet-ssc-eu.sagarpc.io:26656","provider":"Saga"}],"persistent_peers":[{"id":"e7f5e5327a8298eb04c29c4115ccf2d6a05ec732","address":"testnet-ssc-us-west.sagarpc.io:26656","provider":"Saga"},{"id":"239b182bab3252c26fc116bf00301f30f1dea01e","address":"testnet-ssc-asia.sagarpc.io:26656","provider":"Saga"},{"id":"8d936668e433e9e50cd4e60da218a9fe81950d3f","address":"testnet-ssc-us-central.sagarpc.io:26656","provider":"Saga"},{"id":"65b64dc2d28e0116da22582cb947ec7bc8c91173","address":"testnet-ssc-southamerica.sagarpc.io:26656","provider":"Saga"}]},"apis":{"rpc":[{"address":"https://testnet-ssc.sagarpc.io/","provider":"Saga"}],"rest":[{"address":"https://testnet-ssc-lcd.sagarpc.io/","provider":"Saga"}],"grpc":[{"address":"testnet-ssc-grpc.sagarpc.io:443","provider":"Saga"}]},"explorers":[{"kind":"mintscan","url":"https://mintscan.io/saga-testnet","tx_page":"https://www.mintscan.io/saga-testnet/tx/${txHash}","account_page":"https://mintscan.io/saga-testnet/address/${accountAddress}"}],"keywords":["testnet","chainlet"]},"pulsar-3":{"$schema":"../../chain.schema.json","chain_name":"secretnetworktestnet","chain_id":"pulsar-3","pre_fork_chain_name":"secretnetworktestnet2","pretty_name":"Secret Network","status":"live","network_type":"testnet","bech32_prefix":"secret","daemon_name":"secretd","node_home":"$HOME/.secretd","key_algos":["secp256k1"],"slip44":529,"fees":{"fee_tokens":[{"denom":"uscrt","fixed_min_gas_price":0.1}]},"codebase":{"git_repo":"https://github.com/scrtlabs/SecretNetwork","recommended_version":"v1.9.3","compatible_versions":["v1.9.3"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.9.3/secretnetwork_1.9.3_testnet_goleveldb_amd64.deb"},"genesis":{"genesis_url":"https://rpc.pulsar3.scrttestnet.com/genesis"},"versions":[{"name":"v1.9.3","recommended_version":"v1.9.3","compatible_versions":["v1.9.3"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.9.3/secretnetwork_1.9.3_testnet_goleveldb_amd64.deb"}}]},"peers":{"seeds":[{"id":"b5d1bb9194c6148367b64586d6bc0128866fc646","address":"212.7.211.39:26656","provider":"Community"},{"id":"a3c9c415fe6b46babd16f000c7dbd4d94be6e450","address":"178.162.151.73:26656","provider":"Community"},{"id":"c088b57ebc7b2cfa2ec99e8b4ffef90bead96b47","address":"185.56.139.84:26656","provider":"Community"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.secretsaturn.net","provider":"𝕊ecret 𝕊aturn"},{"address":"https://rpc.pulsar.scrttestnet.com","provider":"SCRT Testnet Committee"}],"rest":[{"address":"https://lcd.testnet.secretsaturn.net","provider":"𝕊ecret 𝕊aturn"},{"address":"https://api.pulsar.scrttestnet.com","provider":"SCRT Testnet Committee"}],"grpc-web":[{"address":"https://grpc.testnet.secretsaturn.net","provider":"𝕊ecret 𝕊aturn"},{"address":"https://grpc.pulsar.scrttestnet.com","provider":"SCRT Testnet Committee"}]},"explorers":[{"kind":"ping.pub","url":"https://testnet.ping.pub/secret","tx_page":"https://testnet.ping.pub/secret/tx/${txHash}"}]},"pulsar-2":{"$schema":"../../chain.schema.json","chain_name":"secretnetworktestnet2","chain_id":"pulsar-2","pretty_name":"Secret Network Testnet","status":"killed","network_type":"testnet","bech32_prefix":"secret","daemon_name":"secretd","node_home":"$HOME/.secretd","key_algos":["secp256k1"],"slip44":529,"fees":{"fee_tokens":[{"denom":"uscrt","fixed_min_gas_price":0.1}]},"codebase":{"git_repo":"https://github.com/scrtlabs/SecretNetwork","recommended_version":"v1.3.1","compatible_versions":["v1.3.0","v1.3.1"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.3.1/secretnetwork_1.3.1_testnet_goleveldb_amd64.deb"},"genesis":{"genesis_url":"https://storage.googleapis.com/stakeordie-pulsar-2/genesis.json"},"versions":[{"name":"v1.3.1","recommended_version":"v1.3.1","compatible_versions":["v1.3.0","v1.3.1"],"binaries":{"linux/amd64":"https://github.com/scrtlabs/SecretNetwork/releases/download/v1.3.1/secretnetwork_1.3.1_testnet_goleveldb_amd64.deb"}}]},"peers":{"seeds":[{"id":"7a421a6f5f1618f7b6fdfbe4854985746f85d263","address":"108.62.104.102:26656","provider":"Community"},{"id":"a72e376dca664bac55e8ce55a2e972a8ae2c995e","address":"144.202.126.98:26656","provider":"Community"},{"id":"f95ba3da4a9eec559397f4b47b1539e24af6904c","address":"52.190.249.47:26656","provider":"Community"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.secretsaturn.net","provider":"𝕊ecret 𝕊aturn"},{"address":"https://rpc.pulsar.scrttestnet.com","provider":"SCRT Testnet Committee"}],"rest":[{"address":"http://testnet.securesecrets.org:1317","provider":"Trivium | Trivium.Network"},{"address":"https://lcd.testnet.secretsaturn.net","provider":"𝕊ecret 𝕊aturn"},{"address":"https://api.pulsar.scrttestnet.com","provider":"SCRT Testnet Committee"}],"grpc-web":[{"address":"https://grpc.testnet.secretsaturn.net","provider":"𝕊ecret 𝕊aturn"},{"address":"https://grpc.pulsar.scrttestnet.com","provider":"SCRT Testnet Committee"}]},"explorers":[{"kind":"secret nodes","url":"https://secretnodes.com/secret/chains/pulsar-2","tx_page":"https://secretnodes.com/secret/chains/pulsar-2/transactions/${txHash}"},{"kind":"ping.pub","url":"https://testnet.ping.pub/secret","tx_page":"https://testnet.ping.pub/secret/tx/${txHash}"}]},"sei-devnet-3":{"$schema":"../../chain.schema.json","chain_name":"seidevnet3","chain_id":"sei-devnet-3","pretty_name":"Sei Devnet 3","status":"live","network_type":"devnet","bech32_prefix":"sei","daemon_name":"seid","node_home":"$HOME/.sei","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usei","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/sei-protocol/sei-chain","recommended_version":"2.0.40beta","compatible_versions":["2.0.27beta","2.0.29eta","2.0.31beta","2.0.32beta","2.0.36beta","2.0.37beta","2.0.39beta","2.0.40beta"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-devnet-3/genesis.json"},"versions":[{"name":"2.0.40beta","recommended_version":"2.0.40beta","compatible_versions":["2.0.27beta","2.0.29eta","2.0.31beta","2.0.32beta","2.0.36beta","2.0.37beta","2.0.39beta","2.0.40beta"]}]},"peers":{"seeds":[{"id":"f97a75fb69d3a5fe893dca7c8d238ccc0bd66a8f","address":"sei-devnet-seed.p2p.brocha.in:30515","provider":"Brochain"}]},"apis":{"rpc":[{"address":"https://rpc.sei-devnet-3.seinetwork.io","provider":"Sei Foundation"},{"address":"https://sei-testnet-2-rpc.brocha.in","provider":"Brochain"}],"rest":[{"address":"https://rest.sei-devnet-3.seinetwork.io","provider":"Sei Foundation"},{"address":"https://sei-testnet-2-rest.brocha.in","provider":"Brochain"}],"grpc":[{"address":"https://grpc.sei-devnet-3.seinetwork.io","provider":"Sei Foundation"}]},"explorers":[{"kind":"explorers.guru","url":"https://devnet.sei.explorers.guru","tx_page":"https://devnet.sei.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://testnet-explorer.brocha.in/sei%20atlantic%202","tx_page":"https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}"}]},"atlantic-1":{"$schema":"../../chain.schema.json","chain_name":"seitestnet","chain_id":"atlantic-1","pretty_name":"Sei Atlantic","website":"https://www.sei.io/","status":"live","network_type":"testnet","bech32_prefix":"sei","daemon_name":"seid","node_home":"$HOME/.sei","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usei","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/sei-protocol/sei-chain","recommended_version":"1.0.6beta","compatible_versions":["1.0.6beta"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-incentivized-testnet/genesis.json"},"versions":[{"name":"1.0.6beta","recommended_version":"1.0.6beta","compatible_versions":["1.0.6beta"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},"peers":{"seeds":[{"id":"f97a75fb69d3a5fe893dca7c8d238ccc0bd66a8f","address":"sei-testnet-seed.p2p.brocha.in:30514","provider":"Brochain"}]},"apis":{"rpc":[{"address":"https://sei-testnet-rpc.brocha.in","provider":"Brochain"}],"rest":[{"address":"https://sei-testnet-rest.brocha.in","provider":"Brochain"}]},"explorers":[{"kind":"explorers.guru","url":"https://sei.explorers.guru","tx_page":"https://sei.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://testnet-explorer.brocha.in/sei","tx_page":"https://testnet-explorer.brocha.in/sei/tx/${txHash}"}]},"atlantic-2":{"$schema":"../../chain.schema.json","chain_name":"seitestnet2","chain_id":"atlantic-2","pretty_name":"Sei Atlantic 2","status":"live","network_type":"testnet","bech32_prefix":"sei","daemon_name":"seid","node_home":"$HOME/.sei","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usei","fixed_min_gas_price":0.08}]},"codebase":{"git_repo":"https://github.com/sei-protocol/sei-chain","recommended_version":"2.0.40beta","compatible_versions":["2.0.34beta","2.0.37beta","2.0.39beta","2.0.40beta"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/sei-protocol/testnet/main/atlantic-2/genesis.json"},"versions":[{"name":"2.0.40beta","recommended_version":"2.0.40beta","compatible_versions":["2.0.34beta","2.0.37beta","2.0.39beta","2.0.40beta"]}]},"peers":{"seeds":[{"id":"f97a75fb69d3a5fe893dca7c8d238ccc0bd66a8f","address":"sei-testnet-2-seed.p2p.brocha.in:30587","provider":"Brochain"}]},"apis":{"rpc":[{"address":"https://sei-testnet-2-rpc.brocha.in","provider":"Brochain"}],"rest":[{"address":"https://sei-testnet-2-rest.brocha.in","provider":"Brochain"}]},"explorers":[{"kind":"explorers.guru","url":"https://testnet.sei.explorers.guru","tx_page":"https://testnet.sei.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://testnet-explorer.brocha.in/sei%20atlantic%202","tx_page":"https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}"}]},"self-dev-1":{"$schema":"../../chain.schema.json","chain_name":"selfchaindevnet","chain_id":"self-dev-1","pretty_name":"Devnet 1","status":"live","network_type":"testnet","bech32_prefix":"self","daemon_name":"selfchaind","node_home":"$HOME/.selfchain","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uself","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://docs.selfchain.xyz/nodes-and-validators/releases","recommended_version":"0.2.2","compatible_versions":["0.2.2"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/hotcrosscom/selfchain-genesis/main/networks/devnet/genesis.json"},"versions":[{"name":"0.2.2","recommended_version":"0.2.2","compatible_versions":["0.2.2"]}]},"peers":{"seeds":[{"id":"94a7baabb2bcc00c7b47cbaa58adf4f433df9599","address":"157.230.119.165:26656"},{"id":"d3b5b6ca39c8c62152abbeac4669816166d96831","address":"165.22.24.236:26656"},{"id":"35f478c534e2d58dc2c4acdf3eb22eeb6f23357f","address":"165.232.125.66:26656"}]},"apis":{"rpc":[{"address":"https://rpc-devnet.selfchain.xyz","provider":"Selfchain"}],"rest":[{"address":"https://api-devnet.selfchain.xyz/","provider":"Selfchain"}]},"explorers":[{"kind":"Selfchain","url":"https://explorer-devnet.selfchain.xyz","tx_page":"https://explorer-devnet.selfchain.xyz/self/transactions/${txHash}"}]},"sge-network-3":{"$schema":"../chain.schema.json","chain_name":"sgetestnet","chain_id":"sge-network-3","pretty_name":"SGE Testnet","website":"https://sgenetwork.io","status":"live","network_type":"testnet","bech32_prefix":"sge","daemon_name":"usge","node_home":"$HOME/.sged","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usge","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/sge-network/sge","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:17756","provider":"LavenderFive"},{"id":"7c02373bd6cee62b5f3a59b5b9334f2288b3c0ef","address":"rpc-t.sge.nodestake.top:666","provider":"NodeStake"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:17756","provider":"Polkachu"},{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:17756","provider":"Rhino"}],"persistent_peers":[{"id":"51e4e7b04d2f669f5efa53e8d95891fa04e4c5b9","address":"206.125.33.62:26656","provider":"Artifact"},{"id":"59724f5c6232b1d10507e08b9a9f2ff14181a779","address":"51.195.61.9:20656","provider":"KingsNode"},{"id":"3819c7aebf9ec5f3694747ea3c061b91f555c590","address":"148.251.177.108:17756","provider":"Polkachu"},{"id":"58556b5fb572e20d41ce686149ab7b1646ad63a9","address":"65.108.15.170:26656","provider":"ramuchi.tech"},{"id":"e2c5f2a902b7e6b8c006008e962ab4ddd70cdd78","address":"sge.peers-t.stavr.tech:1146","provider":"🔥STAVR🔥"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.sgenetwork.io","provider":"Sge Network"},{"address":"https://testnet-saage-rpc.lavenderfive.com/ ","provider":"Lavender.Five"},{"address":"https://saage-testnet-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://rpc-t.sge.nodestake.top/","provider":"Nodestake.top"},{"address":"https://sge.rpc.t.stavr.tech:443","provider":"🔥STAVR🔥"}],"rest":[{"address":"https://api.testnet.sgenetwork.io","provider":"Sge Network"},{"address":"https://api-t.sge.nodestake.top/","provider":"Nodestake.top"},{"address":"https://saage-testnet-api.polkachu.com/","provider":"Polkachu"},{"address":"https://sge.api.t.stavr.tech","provider":"🔥STAVR🔥"}]},"explorers":[{"kind":"Sge BlockExplorer","url":"https://blockexplorer.testnet.sgenetwork.io/","tx_page":"https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sge-Testnet","tx_page":"https://explorer.stavr.tech/Sge-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Sge-Testnet/account/${accountAddress}"}]},"sge-network-4":{"$schema":"../../chain.schema.json","chain_name":"sgetestnet4","chain_id":"sge-network-4","pretty_name":"SGE Testnet4","website":"https://sgenetwork.io","status":"live","network_type":"testnet","bech32_prefix":"sge","daemon_name":"usge","node_home":"$HOME/.sged","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usge","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/sge-network/sge","recommended_version":"v1.1.1","compatible_versions":["v1.0.1"]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:17756","provider":"LavenderFive"},{"id":"7c02373bd6cee62b5f3a59b5b9334f2288b3c0ef","address":"rpc-t.sge.nodestake.top:666","provider":"NodeStake"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:17756","provider":"Polkachu"},{"id":"babc3f3f7804933265ec9c40ad94f4da8e9e0017","address":"seed.rhinostake.com:17756","provider":"Rhino"}],"persistent_peers":[{"id":"51e4e7b04d2f669f5efa53e8d95891fa04e4c5b9","address":"206.125.33.62:26656","provider":"Artifact"},{"id":"59724f5c6232b1d10507e08b9a9f2ff14181a779","address":"51.195.61.9:20656","provider":"KingsNode"},{"id":"3819c7aebf9ec5f3694747ea3c061b91f555c590","address":"148.251.177.108:17756","provider":"Polkachu"},{"id":"58556b5fb572e20d41ce686149ab7b1646ad63a9","address":"65.108.15.170:26656","provider":"ramuchi.tech"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.sgenetwork.io","provider":"Sge Network"},{"address":"https://testnet-saage-rpc.lavenderfive.com/ ","provider":"Lavender.Five"},{"address":"https://saage-testnet-rpc.polkachu.com/","provider":"Polkachu"},{"address":"https://rpc-t.sge.nodestake.top/","provider":"Nodestake.top"}],"rest":[{"address":"https://api.testnet.sgenetwork.io","provider":"Sge Network"},{"address":"https://api-t.sge.nodestake.top/","provider":"Nodestake.top"},{"address":"https://saage-testnet-api.polkachu.com/","provider":"Polkachu"}]},"explorers":[{"kind":"Sge BlockExplorer","url":"https://blockexplorer.testnet.sgenetwork.io/","tx_page":"https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}"}]},"fivenet":{"$schema":"../../chain.schema.json","chain_name":"sixtestnet","chain_id":"fivenet","pretty_name":"SIX Fivenet","status":"live","network_type":"testnet","bech32_prefix":"6x","daemon_name":"sixd","node_home":"$HOME/.six","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usix","fixed_min_gas_price":1.25,"low_gas_price":1.25,"average_gas_price":1.5,"high_gas_price":1.75}]},"staking":{"staking_tokens":[{"denom":"usix"}]},"codebase":{"git_repo":"https://github.com/thesixnetwork/six-protocol","recommended_version":"v3.1.1-fn","compatible_versions":["v3.1.1-fn"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"genesis":{"genesis_url":"https://github.com/thesixnetwork/chain-info/genesis.json"},"versions":[{"name":"v3.1.1-fn","recommended_version":"v3.1.1-fn","compatible_versions":["v3.1.1-fn"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"}}]},"peers":{"seeds":[{"id":"323776367baa815d7bb1212186f06a25cc26d10a","address":"43.225.142.224:26656"}],"persistent_peers":[{"id":"85c7e81f3880c3029dec49fdb74b1ae3135922c9","address":"34.142.247.36:26656"},{"id":"e4cee9bc76c66fa0ddf640c614ebc1f3e7f261cd","address":"34.124.174.160:26656"}]},"apis":{"rpc":[{"address":"https://rpc1.fivenet.sixprotocol.net:443"}],"rest":[{"address":"https://api1.fivenet.sixprotocol.net:443"}]},"explorers":[{"kind":"sixscan","url":"https://sixscan.io/fivenet","tx_page":"https://sixscan.io/fivenet/tx/${txHash}"}],"keywords":["sixprotocol","testnet"]},"soarchaintestnet":{"$schema":"../../chain.schema.json","chain_name":"soarchaintestnet","chain_id":"soarchaintestnet","pretty_name":"Soarchain Testnet","status":"live","network_type":"testnet","bech32_prefix":"soar","daemon_name":"soarchaind","node_home":"$HOME/.soarchaind","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utsoar","fixed_min_gas_price":0.001,"low_gas_price":0.01,"average_gas_price":0.02,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"utsoar"}]},"codebase":{"git_repo":"https://github.com/soar-robotics/soarchain-core","recommended_version":"v0.2.10","compatible_versions":["v0.2.10"],"cosmos_sdk_version":"0.45.5","consensus":{"type":"tendermint","version":"0.34.19"},"cosmwasm_version":"0.27","cosmwasm_enabled":true,"ibc_go_version":"3.0.1","genesis":{"genesis_url":"https://raw.githubusercontent.com/soar-robotics/testnet-validator-onboard/main/release/genesis.json"},"versions":[{"name":"v1","tag":"v0.2.5","height":0,"next_version_name":"v2","recommended_version":"v0.2.10","compatible_versions":["v0.2.10"]},{"name":"v2","tag":"v0.2.6","height":480332,"next_version_name":"v3","recommended_version":"v0.2.6","compatible_versions":["v0.2.6"]},{"name":"v3","tag":"v0.2.8","height":871084,"next_version_name":"v4","recommended_version":"v0.2.8","compatible_versions":["v0.2.8"]},{"name":"v4","tag":"v0.2.9","height":1020400,"next_version_name":"v5","recommended_version":"v0.2.9","compatible_versions":["v0.2.9"]},{"name":"v5","tag":"v0.2.10","height":1175732,"recommended_version":"v0.2.10","compatible_versions":["v0.2.10"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.svg"}],"peers":{"seeds":[{"id":"3f472746f46493309650e5a033076689996c8881","address":"soarchain-testnet.rpc.kjnodes.com:17259","provider":"kjnodes"},{"id":"994c5252f55d6b809f0c19956530187009451c89","address":"167.235.178.134:25256","provider":"polkachu"},{"id":"5687031cd6f0de4506bdc768118873f7608bbdf8","address":"34.69.6.109:26656","provider":"soarchain"},{"id":"72bc575f036e5ba094f82cf738a53b02055cf807","address":"rpc-t.soarchain.nodestake.org:666","provider":"nodeStake"},{"id":"df949a46ae6529ae1e09b034b49716468d5cc7e9","address":"testnet-seeds.stakerhouse.com:13056","provider":"stakerHouse"}]},"apis":{"rpc":[{"address":"https://rpc1.testnet.soarchain.com","provider":"soarchain"},{"address":"https://rpc2.testnet.soarchain.com/","provider":"soarchain"},{"address":"https://soarchain-testnet-rpc.tienthuattoan.com","provider":"tienthuattoan"},{"address":"https://soarchain-testnet.rpc.kjnodes.com","provider":"kjnodes"},{"address":"https://rpc-t.soarchain.nodestake.org","provider":"nodeStake"},{"address":"https://soarchain-testnet-rpc.stakerhouse.com","provider":"stakerHouse"}],"rest":[{"address":"https://api.testnet.soarchain.com/","provider":"soarchain"},{"address":"https://soarchain-testnet-api.tienthuattoan.com","provider":"tienthuattoan"},{"address":"https://soarchain-testnet-rest.stakerhouse.com","provider":"stakerHouse"},{"address":"https://api-t.soarchain.nodestake.org","provider":"nodeStake"}],"grpc":[{"address":"soarchain-testnet-grpc.polkachu.com:25290","provider":"Polkachu"},{"address":"https://grpc-t.soarchain.nodestake.org:443","provider":"nodeStake"},{"address":"soarchain-testnet-grpc.stakerhouse.com:443","provider":"stakerHouse"}]},"explorers":[{"kind":"Soarchain Explorer","url":"https://explorer.soarchain.com/soarchain","tx_page":"https://explorer.soarchain.com/soarchain/tx/${txHash}"},{"kind":"Kjnodes Explorer","url":"https://explorer.kjnodes.com/soarchain-testnet","tx_page":"https://explorer.kjnodes.com/soarchain-testnet/tx/${txHash}"}],"keywords":["DePin"]},"sourcetest-1":{"$schema":"../../chain.schema.json","chain_name":"sourcetestnet","chain_id":"sourcetest-1","pretty_name":"Source Testnet","status":"live","network_type":"testnet","bech32_prefix":"source","daemon_name":"sourced","node_home":"$HOME/.source","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"usource","fixed_min_gas_price":0.05,"low_gas_price":0.05,"average_gas_price":0.075,"high_gas_price":0.1}]},"staking":{"staking_tokens":[{"denom":"usource"}]},"codebase":{"git_repo":"https://github.com/Source-Protocol-Cosmos/source","recommended_version":"v3.0.1","compatible_versions":["v3.0.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/Source-Protocol-Cosmos/testnets/master/sourcetest-1/genesis.json"},"versions":[{"name":"v3.0.0","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true},{"name":"v3.0.1","recommended_version":"v3.0.1","compatible_versions":["v3.0.1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true}]},"peers":{"seeds":[{"id":"eca738b67fd23381f9a72717bea757c1d291ed2b","address":"source-testnet-seed.itrocket.net:24656","provider":"ITRocket"},{"id":"67c55549a4eb9ce0651c270a7f531ee5b50198ef","address":"rpc-t.source.nodestake.top:666","provider":"Nodestake"}],"persistent_peers":[{"id":"6ace839c852739d1ea6e3675d30380fe085c1c23a","address":"52.26.226.21:26656","provider":"Source"},{"id":"8145d4d13511e7f89dbd257f51ed5d076941f12f","address":"164.92.98.12:26656"},{"id":"a47f3b354e75478c0dfe22ad2b937ad07c9bcf3c","address":"source-testnet-peer.itrocket.net:24656","provider":"ITRocket"}]},"apis":{"rpc":[{"address":"https://source-testnet-rpc.stake-town.com:443","provider":"StakeTown"},{"address":"https://rpc-testnet-source.sr20de.xyz","provider":"SR20DE"},{"address":"https://source-testnet.rpc.kjnodes.com","provider":"kjnodes"}],"rest":[{"address":"https://source-testnet-api.stake-town.com:443","provider":"StakeTown"},{"address":"https://api-testnet-source.sr20de.xyz","provider":"SR20DE"},{"address":"https://source.api.t.stavr.tech","provider":"🔥STAVR🔥"}],"grpc":[{"address":"source-testnet-grpc.stake-town.com:443","provider":"StakeTown"},{"address":"grpc-testnet-source.sr20de.xyz/","provider":"SR20DE"}]},"explorers":[{"kind":"Nodestake","url":"https://explorer.nodestake.top/source-testnet","tx_page":"https://explorer.nodestake.top/source-testnet/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Source","tx_page":"https://explorer.stavr.tech/Source/tx/${txHash}"},{"kind":"SR20DE","url":"https://explorer.sr20de.xyz/Source-testnet","tx_page":"https://explorer.sr20de.xyz/Source-testnet/txs/${txHash}"}]},"elgafar-1":{"$schema":"../../chain.schema.json","chain_name":"stargazetestnet","chain_id":"elgafar-1","pretty_name":"Stargaze Testnet","website":"https://stargaze.zone/","status":"live","network_type":"testnet","bech32_prefix":"stars","daemon_name":"starsd","node_home":"$HOME/.starsd","slip44":118,"fees":{"fee_tokens":[{"denom":"ustars","low_gas_price":0.03,"average_gas_price":0.04,"high_gas_price":0.05}]},"codebase":{"git_repo":"https://github.com/public-awesome/stargaze","recommended_version":"v7.0.0","compatible_versions":["v7.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.28","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://github.com/public-awesome/testnets/blob/main/elgafar-1/genesis/genesis.tar.gz?raw=true"},"versions":[{"name":"v7.0.0","recommended_version":"v7.0.0","compatible_versions":["v7.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.28","cosmwasm_enabled":true}]},"peers":{"seeds":[],"persistent_peers":[{"id":"e31886cba90a06e165b0df18cc5c8ae015ecd23e","address":"209.159.152.82:26656","provider":"stargaze"},{"id":"de00d2d65594b672469ecd65826a94ec1be80b9f","address":"208.73.205.226:26656","provider":"stargaze"},{"id":"496ac0ba20188f70f41e0a814dfd4d9a617338f8","address":"stargaze-testnet-seed.ibs.team:16652","provider":"Inter Blockchain Services"}]},"apis":{"rpc":[{"address":"https://rpc.elgafar-1.stargaze-apis.com","provider":"Stargaze Foundation"},{"address":"https://stargaze-testnet-rpc.ibs.team:443","provider":"Inter Blockchain Services"}],"rest":[{"address":"https://rest.elgafar-1.stargaze-apis.com","provider":"Stargaze Foundation"},{"address":"https://stargaze-testnet-api.ibs.team:443","provider":"Inter Blockchain Services"}],"grpc":[{"address":"http://grpc-1.elgafar-1.stargaze-apis.com:26660","provider":"Stargaze Foundation"},{"address":"http://grpc-2.elgafar-1.stargaze-apis.com:26660","provider":"Stargaze Foundation"}]},"explorers":[{"kind":"ping.pub","url":"https://testnet-explorer.publicawesome.dev/stargaze","tx_page":"https://testnet-explorer.publicawesome.dev/stargaze/tx/${txHash}"}]},"stateset-1-testnet":{"$schema":"../chain.schema.json","chain_name":"statesettestnet","chain_id":"stateset-1-testnet","pretty_name":"Stateset Testnet","status":"live","network_type":"testnet","bech32_prefix":"stateset","daemon_name":"statesetd","node_home":"$HOME/.statesetd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ustate","fixed_min_gas_price":0}]},"codebase":{"git_repo":"https://github.com/stateset/core","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-amd64","linux/arm64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-arm64","darwin/amd64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-darwin-amd64","windows/amd64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-windows-amd64.exe"},"genesis":{"genesis_url":"https://rpc.stateset.zone/genesis"},"versions":[{"name":"v1.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0"],"binaries":{"linux/amd64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-amd64","linux/arm64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-arm64","darwin/amd64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-darwin-amd64","windows/amd64":"https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-windows-amd64.exe"}}]},"peers":{"seeds":[{"id":"DBC49AA829D16329C1772F7EF76730939E606A41","address":"rpc.stateset.zone:26656","provider":"stateset"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.stateset.zone/","provider":"stateset"}],"rest":[{"address":"https://rest-api.stateset.zone","provider":"stateset"}]},"explorers":[{"kind":"bigdipper","url":"https://explore.stateset.zone","tx_page":"https://explore.stateset.zone/transactions/${txHash}"}]},"stride-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"stridetestnet","chain_id":"stride-testnet-1","pretty_name":"Stride Testnet","status":"live","network_type":"testnet","bech32_prefix":"stride","daemon_name":"strided","node_home":"$HOME/.stride","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"ustrd","fixed_min_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"ustrd"}]},"codebase":{"git_repo":"https://github.com/Stride-Labs/stride","recommended_version":"v8.0.0-testnet","compatible_versions":["v8.0.0-testnet"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.1.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/Stride-Labs/mainnet/main/testnet/genesis.json"},"versions":[{"name":"v8.0.0-testnet","recommended_version":"v8.0.0-testnet","compatible_versions":["v8.0.0-testnet"],"cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"5.1.0"}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://stride.testnet-1.stridenet.co","provider":"Stride"}],"rest":[{"address":"https://stride.testnet-1.stridenet.co/api","provider":"Stride"}],"grpc":[]},"explorers":[{"kind":"PingPub","url":"https://testnet.ping.pub/stride","tx_page":"https://testnet.ping.pub/stride/tx/${txHash}"}]},"sunrise-test":{"$schema":"../../chain.schema.json","chain_name":"sunrisetestnet","chain_id":"sunrise-test","pretty_name":"Sunrise Testnet","status":"live","network_type":"testnet","bech32_prefix":"sunrise","daemon_name":"sunrised","node_home":"$HOME/.sunrise","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"urise","fixed_min_gas_price":0,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uvrise"}]},"codebase":{"git_repo":"https://github.com/sunriselayer/sunrise","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised"},"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","versions":[{"name":"v0.0.7","recommended_version":"v0.0.7","compatible_versions":["v0.0.7"],"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.0.7/sunrised"}},{"name":"v0.0.8","recommended_version":"v0.0.8","compatible_versions":["v0.0.8"],"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.0.8/sunrised"}},{"name":"v0.1.1","recommended_version":"v0.1.1","compatible_versions":["v0.1.1"],"cosmos_sdk_version":"0.50.2","consensus":{"type":"cometbft","version":"sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"},"ibc_go_version":"8.0.0","ics_enabled":["ics20-1"],"binaries":{"linux/amd64":"https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised"}}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://sunrise-test-1.cauchye.net/","provider":"CauchyE"}],"rest":[{"address":"https://sunrise-test-1.cauchye.net:1318","provider":"CauchyE"}],"grpc":[{"address":"https://sunrise-test-1.cauchye.net:9092","provider":"CauchyE"}]},"explorers":[]},"swisstronik_1291-1":{"$schema":"../../chain.schema.json","chain_name":"swisstroniktestnet","chain_id":"swisstronik_1291-1","pretty_name":"Swisstronik Testnet","status":"live","network_type":"testnet","bech32_prefix":"swtr","daemon_name":"swisstronikd","node_home":"$HOME/.swisstronik","key_algos":["secp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"aswtr","fixed_min_gas_price":7}]},"staking":{"staking_tokens":[{"denom":"aswtr"}]},"codebase":{"git_repo":"https://github.com/SigmaGmbH/swisstronik-chain","recommended_version":"v1.0.2","compatible_versions":["v1.0.2"],"binaries":{"linux/amd64":"https://github.com/SigmaGmbH/swisstronik-chain/releases/download/testnet-v1.0.2/swisstronik_1.0.2_amd64.deb.zip"},"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"ibc_go_version":"v7.2.0","genesis":{"genesis_url":"https://rpc.testnet.swisstronik.com/genesis"},"versions":[{"name":"v0.1.11-testnet","next_version_name":"v1.0.1","recommended_version":"v0.1.11-testnet","compatible_versions":["v0.1.11-testnet"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"ibc_go_version":"v7.2.0"},{"name":"v1.0.1","height":1969786,"proposal":1,"next_version_name":"v1.0.2","recommended_version":"v1.0.1","compatible_versions":["v1.0.1"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"ibc_go_version":"v7.2.0"},{"name":"v1.0.2","height":5430000,"next_version_name":"","recommended_version":"v1.0.2","compatible_versions":["v1.0.2"],"cosmos_sdk_version":"0.47","consensus":{"type":"cometbft","version":"0.37"},"ibc_go_version":"v7.2.0","binaries":{"linux/amd64":"https://github.com/SigmaGmbH/swisstronik-chain/releases/download/testnet-v1.0.2/swisstronik_1.0.2_amd64.deb.zip"}}]},"peers":{"seeds":[{"id":"f7e652dc5bf5018ac2fe0ed696e94089f4639391","address":"148.113.8.228:26656","provider":"Swisstronik"}],"persistent_peers":[{"id":"0c2d883d0259f2992b10b3238e96fdd406ebd0c3","address":"148.113.9.30:20656","provider":"genznodes"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.swisstronik.com","provider":"Swisstronik"},{"address":"https://testnet-swisstronik-rpc.genznodes.dev","provider":"genznodes"},{"address":"https://rpc.swisstronik.comunitynode.my.id","provider":"ComunityNode"}],"rest":[{"address":"https://api.testnet.swisstronik.com","provider":"Swisstronik"},{"address":"https://testnet-swisstronik-api.genznodes.dev","provider":"genznodes"},{"address":"https://rest.swisstronik.comunitynode.my.id/","provider":"Comunitynode"}],"grpc":[{"address":"testnet-swisstronik-grpc.genznodes.dev:20090","provider":"genznodes"}],"evm-http-jsonrpc":[{"address":"https://json-rpc.testnet.swisstronik.com","provider":"Swisstronik"},{"address":"https://testnet-swisstronik-rpc-evm.genznodes.dev","provider":"genznodes"},{"address":"https://evm.swisstronik.comunitynode.my.id","provider":"comunitynode"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer-cosmos.testnet.swisstronik.com/swisstronik","tx_page":"https://explorer-cosmos.testnet.swisstronik.com/swisstronik/tx/${txHash}"}]},"symphony-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"symphonytestnet","chain_id":"symphony-testnet-1","pretty_name":"Symphony Testnet","status":"live","network_type":"testnet","bech32_prefix":"symphony","daemon_name":"symphonyd","node_home":"$HOME/.symphonyd","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"note","fixed_min_gas_price":0,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"note"}]},"codebase":{"git_repo":"https://github.com/Orchestra-Labs/symphony-osmosis","recommended_version":"v15.0.0","compatible_versions":["v15.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://rpc.testnet.symphonychain.org/genesis"},"versions":[{"name":"v14.0.0-rc1","recommended_version":"v14.0.0-rc1","compatible_versions":["v14.0.0-rc1"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true},{"name":"v15.0.0-rc3","recommended_version":"v15.0.0-rc3","compatible_versions":["v15.0.0-rc3"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.29","cosmwasm_enabled":true},{"name":"v15.0.0","recommended_version":"v15.0.0","compatible_versions":["v15.0.0-rc3"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png"},"peers":{"seeds":[{"id":"bb197876fd952d245ef6377e3651c157e3d7ed81","address":"157.245.26.231:26656"},{"id":"7c2b9e76be5c2142c76b429d9c29e902599ceb44","address":"157.245.21.183:26656"}],"persistent_peers":[{"id":"8df964c61393d33d11f7c821aba1a72f428c0d24","address":"34.41.129.120:26656"},{"id":"eea2dc7e9abfd18787d4cc2c728689ad658cd3a2","address":"35.184.9.159:26656"},{"id":"785f5e73e26623214269909c0be2df3f767fbe50","address":"35.225.73.240:26656"},{"id":"adc09b9238bc582916abda954b081220d6f9cbc2","address":"34.172.132.224:26656"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.symphonychain.org/","provider":"Orchestra Labs"}],"rest":[{"address":"https://lcd.testnet.symphonychain.org/","provider":"Orchestra Labs"}],"grpc":[{"address":"https://grpc.testnet.symphonychain.org/","provider":"Orchestra Labs"}]}},"temporal-test-2":{"$schema":"../../chain.schema.json","chain_name":"temporaltestnet","chain_id":"temporal-test-2","pretty_name":"Temporal Testnet","status":"killed","network_type":"testnet","bech32_prefix":"temporal","daemon_name":"temporald","node_home":"$HOME/.temporal","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utprl","fixed_min_gas_price":0}]},"staking":{"staking_tokens":[{"denom":"utprl"}]},"codebase":{"git_repo":"https://github.com/temporal-zone/temporal","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/temporal-zone/temporal-testnet/main/genesis/genesis.json"},"versions":[{"name":"v0.4.0","recommended_version":"v0.4.0","compatible_versions":["v0.4.0"]}]},"peers":{"seeds":[{"id":"20e1000e88125698264454a884812746c2eb4807","address":"seeds.lavenderfive.com:24156"}]},"apis":{"rpc":[{"address":"https://rpc.yieldmos.com/temporal-test-2","provider":"Yieldmos"},{"address":"https://testnet-temporal-rpc.lavenderfive.com:443","provider":"Lavender.Five"}],"rest":[{"address":"https://lcd.yieldmos.com/temporal-test-2","provider":"Yieldmos"},{"address":"https://testnet-temporal-api.lavenderfive.com:443","provider":"Lavender.Five"}],"grpc":[{"address":"142.132.157.153:24190","provider":"Yieldmos"}]},"explorers":[{"kind":"ping.pub","url":"https://testnet.explorer.thesilverfox.pro/temporal","tx_page":"https://testnet.explorer.thesilverfox.pro/temporal/tx/${txHash}"},{"kind":"Nodes.Guru","url":"https://testnet.temporal.explorers.guru","tx_page":"https://testnet.temporal.explorers.guru/transaction/${txHash}"},{"kind":"ping.pub","url":"https://testnet.ping.pub/temporal","tx_page":"https://testnet.ping.pub/temporal/tx/${txHash}"}]},"90u-4":{"$schema":"../chain.schema.json","chain_name":"terpnettestnet","chain_id":"90u-4","pretty_name":"Terp-Network","status":"live","network_type":"testnet","bech32_prefix":"terp","daemon_name":"terpd","node_home":"$HOME/.terp","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uthiolx","fixed_min_gas_price":0.5,"low_gas_price":0.75,"average_gas_price":1,"high_gas_price":1.25}]},"staking":{"staking_tokens":[{"denom":"uterpx"}]},"codebase":{"git_repo":"https://github.com/terpnetwork/terp-core","recommended_version":"v4.2.2","compatible_versions":[],"binaries":{"linux/amd64":"https://github.com/terpnetwork/terp-core/releases/download/v4.2.0/terpd-linux-amd64","linux/arm64":"https://github.com/terpnetwork/terp-core/releases/download/v4.2.0/terpd-linux-arm64"},"consensus":{"type":"cometbft","version":"v0.37.2"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/terpnetwork/networks/main/testnet/90u-4/genesis.json"},"versions":[{"name":"v4.2.0","recommended_version":"v4.2.0","compatible_versions":[],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v4.2.1","recommended_version":"v4.2.1","compatible_versions":[],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v4.2.2","recommended_version":"v4.2.2","compatible_versions":[],"consensus":{"type":"cometbft","version":"0.37.2"}}]},"peers":{"seeds":[],"persistent_peers":[{"id":"9e194721d68dd28d3c4b625c17b2cb287ef30327","address":"testnet-peer.terp.network:26656"},{"id":"15f5bc75be9746fd1f712ca046502cae8a0f6ce7","address":"terp-testnet.nodejumper.io:30656"},{"id":"51d48be3809bb8907c1ef5f747e53cdd0c9ded1b","address":"terp-testnet-peer.itrocket.net:443"}]},"apis":{"rpc":[{"address":"https://testnet-rpc.terp.network:443/","provider":"Terpnet Foundation"},{"address":"https://terp-testnet-rpc.itrocket.net:443/","provider":"itrocket"}],"rest":[{"address":"https://testnet-api.terp.network:443/","provider":"Terpnet Foundation"},{"address":"https://terp-testnet-api.itrocket.net:443/","provider":"itrocket"}],"grpc":[{"address":"terp-testnet-grpc.itrocket.net/","provider":"itrocket"}]},"explorers":[{"kind":"Ping Pub","url":"https://explorer.nodestake.top/terp-testnet","tx_page":"https://explorer.nodestake.top/terp-testnet/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com","tx_page":"https://explorer.nodexcapital.com/terp/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/terp/account/{$accountAddress}"}]},"90u-2":{"$schema":"../chain.schema.json","chain_name":"terpnettestnet2","chain_id":"90u-2","pretty_name":"Terp-Network","status":"live","network_type":"testnet","bech32_prefix":"terp","daemon_name":"terpd","node_home":"$HOME/.terp","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uthiolx","fixed_min_gas_price":0.5,"low_gas_price":0.75,"average_gas_price":1,"high_gas_price":1.25}]},"staking":{"staking_tokens":[{"denom":"uterpx"}]},"codebase":{"git_repo":"https://github.com/terpnetwork/terp-core","recommended_version":"v4.1.testnet","compatible_versions":[],"binaries":{"linux/amd64":"https://github.com/terpnetwork/terp-core/releases/download/v4.1.testnet/terpd-linux-amd64","linux/arm64":"https://github.com/terpnetwork/terp-core/releases/download/v4.1.testnet/terpd-linux-arm64"},"consensus":{"type":"cometbft","version":"v0.37.2"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/terpnetwork/test-net/master/90u-2/genesis.json"},"versions":[{"name":"v1.0.0-stable","recommended_version":"v1.0.0-stable","compatible_versions":["v1.0.0","v1.0.0-stable"],"consensus":{"type":"cometbft","version":"0.37.0"}},{"name":"huckleberry","recommended_version":"huckleberry","compatible_versions":["huckleberry"],"consensus":{"type":"cometbft","version":"0.37.0"}},{"name":"barberry","recommended_version":"barberry","compatible_versions":["barberry"],"consensus":{"type":"cometbft","version":"0.37.1"}},{"name":"v2.0.0","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v3.0.0","recommended_version":"v3.0.0","compatible_versions":["v3.0.0"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v2-pigeonfall","recommended_version":"v2-pigeonfall","compatible_versions":["v2-pigeonfall"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v3-pigeonfall","recommended_version":"v3-pigeonfall","compatible_versions":["v3-pigeonfall"],"consensus":{"type":"cometbft","version":"0.37.2"}},{"name":"v4.1.testnet","recommended_version":"v4.1.testnet","compatible_versions":["v4.1.testnet"],"consensus":{"type":"cometbft","version":"0.37.2"}}]},"peers":{"seeds":[],"persistent_peers":[{"id":"9e194721d68dd28d3c4b625c17b2cb287ef30327","address":"testnet-peer.terp.network:26656"},{"id":"15f5bc75be9746fd1f712ca046502cae8a0f6ce7","address":"terp-testnet.nodejumper.io:30656"},{"id":"51d48be3809bb8907c1ef5f747e53cdd0c9ded1b","address":"terp-testnet-peer.itrocket.net:443"}]},"apis":{"rpc":[{"address":"https://terp-testnet-rpc.itrocket.net:443/","provider":"itrocket"}],"rest":[{"address":"https://terp-testnet-api.itrocket.net:443/","provider":"itrocket"}],"grpc":[{"address":"terp-testnet-grpc.itrocket.net/","provider":"itrocket"}]},"explorers":[{"kind":"Ping Pub","url":"https://explorer.nodestake.top/terp-testnet","tx_page":"https://explorer.nodestake.top/terp-testnet/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com","tx_page":"https://explorer.nodexcapital.com/terp/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/terp/account/{$accountAddress}"}]},"pisco-1":{"$schema":"../../chain.schema.json","chain_name":"terra2testnet","chain_id":"pisco-1","pretty_name":"Terra 2.0","website":"https://www.terra.money/","status":"live","network_type":"testnet","bech32_prefix":"terra","daemon_name":"terrad","node_home":"$HOME/.terra","slip44":330,"fees":{"fee_tokens":[{"denom":"uluna","fixed_min_gas_price":0.0125,"low_gas_price":0.0125,"average_gas_price":0.015,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uluna"}]},"codebase":{"git_repo":"https://github.com/terra-money/core/","recommended_version":"v2.4.0-rc5","compatible_versions":["v2.4.0-rc4","v2.4.0-rc5"],"genesis":{"name":"v2.0","genesis_url":"https://tfl-pisco-1.s3.amazonaws.com/genesis.json"},"versions":[{"name":"v2.0","tag":"v2.0.0-rc.1","height":1,"next_version_name":"v2.1","recommended_version":"v2.0.0-rc.1","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.0.0-rc.0/terra_2.0.0-rc.0_Linux_x86_64.tar.gz?checksum=sha256:2427cf3aa7934f591eac0708156d424f55d3dbb6062f6f111b770bee8f414c91","darwin/amd64":"https://github.com/terra-money/core/releases/download/v2.0.0-rc.0/terra_2.0.0-rc.0_Darwin_x86_64.tar.gz?checksum=sha256:72869d7279362e8d63e2afb02c17e1eef0ad0cb6285a30dfa47c571fa5be1c30"}},{"name":"v2.1","tag":"v2.1.0-beta.1","height":838500,"next_version_name":"v2.2","recommended_version":"v2.1.0-beta.1","cosmos_sdk_version":"0.46.9","consensus":{"type":"tendermint","version":"0.34.21"},"cosmwasm_version":"0.27.0","cosmwasm_enabled":true,"ibc_go_version":"3.0.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.1.0-beta.1/terra_2.1.0-beta.1_Linux_x86_64.tar.gz?checksum=sha256:c6e6ace1d5b5f3f365f6d71489dbeda645f196ea10f8f03103fb9648131bfec1"}},{"name":"v2.2","tag":"v2.2.1","height":2777777,"next_version_name":"v2.3","recommended_version":"v2.2.1","compatible_versions":["v2.2.0","v2.2.1"],"cosmos_sdk_version":"0.46.11","consensus":{"type":"tendermint","version":"0.34.21"},"cosmwasm_version":"0.27.0","cosmwasm_enabled":true,"ibc_go_version":"3.4.0","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.2.1/terra_2.2.1_Linux_x86_64.tar.gz?checksum=sha256:8a9353ae3c33a750ce2a9d236f00c12c5449c41fad96e9885a5c0b8678fcf8bc"}},{"name":"v2.3","tag":"v2.3.4","height":4712048,"recommended_version":"v2.3.4","compatible_versions":["v2.3.0","v2.3.1","v2.3.2","v2.3.4"],"cosmos_sdk_version":"v0.46.11","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_version":"v0.30.0","cosmwasm_enabled":true,"ibc_go_version":"v6.1.1","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.3.4/terra_2.3.4_Linux_x86_64.tar.gz?checksum=sha256:3e737e1f1f9b8640ef0e73f412e9e11bedd494ea2c130630a1f5586e00da9ae7"}},{"name":"v2.4","tag":"v2.4.0-rc5","height":6272928,"recommended_version":"v2.4.0-rc5","compatible_versions":["v2.4.0-rc5"],"cosmos_sdk_version":"v0.46.11","consensus":{"type":"cometbft","version":"v0.34.27"},"cosmwasm_version":"v0.30.0","cosmwasm_enabled":true,"ibc_go_version":"v6.1.1","binaries":{"linux/amd64":"https://github.com/terra-money/core/releases/download/v2.4.0-rc5/terra_2.4.0-rc5_Linux_x86_64.tar.gz?checksum=sha256:c61c9c4ae8a0bcb9d7f9fc2197d84ba8b75b558c2cee3438ae2142eb97e0d771"}}]},"peers":{"seeds":[{"id":"3bfc40d3d7f14b59c5943bf2d45ce103d42174c5","address":"seed-terra-testnet.moonshot.army:26655","provider":"Moonshot Army"},{"id":"ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0","address":"testnet-seeds.polkachu.com:11756","provider":"Polkachu"}],"persistent_peers":[{"id":"0d194f5236a420147b05d9556ac0cf928c36e647","address":"65.109.23.114:11756","provider":"Polkachu"},{"id":"5cc5e6506818a113387d92e0b60a7206845b4d7e","address":"pisco-1-sentinel.skip.money:26656","provider":"Skip.Money"}]},"apis":{"rpc":[{"address":"https://pisco-rpc.terra.dev:443","provider":"Terraform Labs"},{"address":"https://terra-testnet-rpc.polkachu.com:443","provider":"Polkachu"}],"rest":[{"address":"https://pisco-lcd.terra.dev:443","provider":"Terraform Labs"},{"address":"https://terra-testnet-api.polkachu.com:443","provider":"Polkachu"}],"grpc":[{"address":"terra-testnet-grpc.polkachu.com:11790","provider":"Polkachu"}]},"explorers":[{"kind":"finder","url":"http://finder.terra.money/testnet/","tx_page":"https://finder.terra.money/testnet/tx/${txHash}"}]},"titan_18889-1":{"$schema":"../../chain.schema.json","chain_name":"titantestnet","chain_id":"titan_18889-1","pretty_name":"Titan Testnet","website":"https://titanlab.io/","status":"live","network_type":"testnet","bech32_prefix":"titan","daemon_name":"titand","node_home":"$HOME/.titand","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"atkx","fixed_min_gas_price":100000000000,"low_gas_price":100000000000,"average_gas_price":110000000000,"high_gas_price":200000000000}]},"staking":{"staking_tokens":[{"denom":"atkx"}]},"codebase":{"git_repo":"https://github.com/titantkx/titan","recommended_version":"v2.0.1","compatible_versions":["v2.0.1"],"cosmos_sdk_version":"0.47.6-titan.4","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.0","ics_enabled":["ics20-1","ics27-1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/titantkx/titan-testnets/main/public/genesis.json"},"versions":[{"name":"v1.0.0","tag":"v1.0.0","height":0,"next_version_name":"v2.0.0","recommended_version":"v1.0.0","compatible_versions":["v1.0.0-alpha.1","v1.0.0"],"cosmos_sdk_version":"0.47.6-titan.3","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.0","ics_enabled":["ics20-1","ics27-1"]},{"name":"v2.0.0","tag":"v2.0.0","height":727408,"next_version_name":"v2.0.1","recommended_version":"v2.0.0","compatible_versions":["v2.0.0"],"cosmos_sdk_version":"0.47.6-titan.4","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.0","ics_enabled":["ics20-1","ics27-1"]},{"name":"v2.0.1","tag":"v2.0.1","height":967678,"recommended_version":"v2.0.1","compatible_versions":["v2.0.1"],"cosmos_sdk_version":"0.47.6-titan.4","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"7.3.0","ics_enabled":["ics20-1","ics27-1"]}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.svg"},"peers":{"seeds":[{"id":"1f61a190809e4413079174b6236bc00a502722b6","address":"titan-testnet-node-1.titanlab.io:26656","provider":"Titanlab.io"},{"id":"c580270d0741f08d8ed88eda5d7de272622e7c02","address":"titan-testnet-node-2.titanlab.io:26656","provider":"Titanlab.io"},{"id":"acb90d29636059abd5c4ca36f3731a69de73cf5b","address":"titan-testnet-seed-1.titanlab.io:26656","provider":"Titanlab.io"},{"id":"0e05f4f0c57ed26089e1d10dba6a1ac24e1eaa68","address":"titan-testnet-full-1.titanlab.io:26656","provider":"Titanlab.io"}],"persistent_peers":[{"id":"1f61a190809e4413079174b6236bc00a502722b6","address":"titan-testnet-node-1.titanlab.io:26656","provider":"Titanlab.io"},{"id":"c580270d0741f08d8ed88eda5d7de272622e7c02","address":"titan-testnet-node-2.titanlab.io:26656","provider":"Titanlab.io"},{"id":"0e05f4f0c57ed26089e1d10dba6a1ac24e1eaa68","address":"titan-testnet-full-1.titanlab.io:26656","provider":"Titanlab.io"}]},"apis":{"rpc":[{"address":"https://titan-testnet-rpc.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-rpc-1.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-rpc-2.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-rpc-3.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-rpc-4.titanlab.io:443","provider":"Titanlab.io"}],"rest":[{"address":"https://titan-testnet-lcd.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-lcd-1.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-lcd-2.titanlab.io:443","provider":"Titanlab.io"}],"grpc":[],"evm-http-jsonrpc":[{"address":"https://titan-testnet-json-rpc.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-json-rpc-1.titanlab.io:443","provider":"Titanlab.io"},{"address":"https://titan-testnet-json-rpc-2.titanlab.io:443","provider":"Titanlab.io"}]},"explorers":[{"kind":"ping.pub","url":"https://titan-testnet-explorer-light.titanlab.io","tx_page":"https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet/tx/${txHash}","account_page":"https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet/account/${accountAddress}"}],"extra_codecs":["ethermint"]},"ulas":{"$schema":"../../chain.schema.json","chain_name":"ulastestnet","chain_id":"ulas","pretty_name":"ULAS","status":"live","network_type":"testnet","bech32_prefix":"ulas","daemon_name":"ulasd","node_home":"$HOME/.ulas","slip44":118,"codebase":{"git_repo":"https://github.com/ulasnetwork/ulas","recommended_version":"v0.0.1","compatible_versions":["v0.0.1"],"genesis":{"genesis_url":"https://raw.githubusercontent.com/ulasnetwork/chain-config/main/ulas/genesis.json"},"versions":[{"name":"v0.0.1","recommended_version":"v0.0.1","compatible_versions":["v0.0.1"]}]},"apis":{"rpc":[{"address":"http://65.49.204.199:26657","provider":"UlasNetwork"}],"rest":[{"address":"http://65.49.204.199:1317","provider":"UlasNetwork"}],"grpc":[{"address":"http://65.49.204.199:9090","provider":"UlasNetwork"}]},"explorers":[{"kind":"ulas-scan","url":"https://testnet-explorer.ulas.network","tx_page":"https://testnet-explorer.ulas.network/ulas/tx/${txHash}"}]},"union-testnet-8":{"$schema":"../../chain.schema.json","chain_name":"uniontestnet","chain_id":"union-testnet-8","pretty_name":"Union Testnet","status":"live","network_type":"testnet","bech32_prefix":"union","daemon_name":"uniond","node_home":"$HOME/.uniond","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"muno","fixed_min_gas_price":0,"low_gas_price":0.0025,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"muno"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"},"peers":{"seeds":[{"id":"c2bf0d5b2ad3a1df0f4e9cc32debffa239c0af90","address":"testnet.seed.poisonphang.com:26656","provider":"poisonphang"}]},"apis":{"rpc":[{"address":"https://rpc.testnet.bonlulu.uno","provider":"bonlulu"},{"address":"https://union-testnet-rpc.polkachu.com","provider":"Polkachu"},{"address":"https://rpc-testnet-union.nodeist.net","provider":"Nodeist"},{"address":"https://union-testnet-rpc.itrocket.net","provider":"ITRocket"}],"rest":[{"address":"https://api.testnet.bonlulu.uno","provider":"bonlulu"},{"address":"https://union-testnet-api.polkachu.com","provider":"Polkachu"},{"address":"https://api-testnet-union.nodeist.net","provider":"Nodeist"},{"address":"https://union-testnet-api.itrocket.net","provider":"ITRocket"}],"grpc":[{"address":"https://grpc.testnet.bonlulu.uno","provider":"bonlulu"},{"address":"http://union-testnet-grpc.polkachu.com:24690","provider":"Polkachu"},{"address":"https://grpc-testnet-union.nodeist.net","provider":"Nodeist"},{"address":"http://union-testnet-grpc.itrocket.net:23090","provider":"ITRocket"}]},"explorers":[{"kind":"ping.pub","url":"https://testnet.bonlulu.uno/union","tx_page":"https://testnet.bonlulu.uno/union/tx/${txHash}","account_page":"https://testnet.bonlulu.uno/union/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://testnet.union.explorers.guru","tx_page":"https://testnet.union.explorers.guru/transaction/${txHash}","account_page":"https://testnet.union.explorers.guru/account/${accountAddress}"}],"keywords":["testnet"]},"uptick_7000-2":{"$schema":"../../chain.schema.json","chain_name":"upticktestnet","chain_id":"uptick_7000-2","pretty_name":"Uptick","website":"https://www.uptickproject.com/","status":"live","network_type":"testnet","bech32_prefix":"uptick","daemon_name":"uptickd","node_home":"$HOME/.uptickd","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"auptick","low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"codebase":{"git_repo":"https://github.com/UptickNetwork/uptick","recommended_version":"v0.2.6","compatible_versions":["v0.2.6"],"cosmos_sdk_version":"0.46.5","consensus":{"type":"tendermint","version":"0.34.23"},"genesis":{"genesis_url":"https://raw.githubusercontent.com/UptickNetwork/uptick-testnet/main/uptick_7000-2/genesis.json"},"versions":[{"name":"v0.2.6","recommended_version":"v0.2.6","compatible_versions":["v0.2.6"],"cosmos_sdk_version":"0.46.5","consensus":{"type":"tendermint","version":"0.34.23"},"binaries":{"linux/amd64":"https://github.com/UptickNetwork/uptick/releases/download/v0.2.6/uptick-linux-amd64-v0.2.6.tar.gz"}}]},"peers":{"seeds":[],"persistent_peers":[{"id":"67a39373f4b88156887e724a8e819b001823b663","address":"65.108.195.29:26616","provider":"Staketab"}]},"apis":{"rpc":[{"address":"https://uptick-7000-2-rpc.staketab.org:443","provider":"Staketab"}],"rest":[{"address":"https://uptick-7000-2-rest.staketab.org","provider":"Staketab"}],"grpc":[{"address":"services.staketab.com:9004","provider":"Staketab"}]},"explorers":[{"kind":"ping.pub","url":"https://explorer.testnet.uptick.network/uptick-network-testnet","tx_page":"https://explorer.testnet.uptick.network/uptick-network-testnet/tx/${txHash}"},{"kind":"Nodes.Guru","url":"https://uptick.explorers.guru/","tx_page":"https://uptick.explorers.guru/transaction/${txHash}"}],"extra_codecs":["ethermint"]},"vince_1903-1":{"$schema":"../../chain.schema.json","chain_name":"vincechaintestnet","chain_id":"vince_1903-1","pretty_name":"VinceChain Testnet","status":"killed","network_type":"testnet","bech32_prefix":"vce","node_home":"$HOME/.vinced","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"avce","fixed_min_gas_price":250000000,"low_gas_price":10000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"avce"}]},"codebase":{"git_repo":"https://github.com/AyrisDev/vinceChain_Blockchain","genesis":{"genesis_url":"https://raw.githubusercontent.com/AyrisDev/vinceChain_Blockchain/master/genesis.json"}},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"},"peers":{"seeds":[{"id":"e55544ae75edbce87a43e36e152d9fe1492de186","address":"http://154.53.47.14:26656","provider":"AyrisDev"}],"persistent_peers":[]},"apis":{"rpc":[{"address":"http://api-testnet.vincechain.com/:26657/","provider":"vincescan.com"}],"rest":[{"address":"http://lcd-testnet.vincechain.com/:1317/","provider":"vincescan.com"}],"grpc":[],"evm-http-jsonrpc":[{"address":"http://rpc-testnet.vincechain.com","provider":"vincescan.com"}]},"explorers":[{"kind":"blockscout","url":"https://scan-testnet.vincechain.com","tx_page":"https://scan-testnet.vincechain.com/tx/${txHash}"}],"extra_codecs":["ethermint"]},"buenavista-1":{"$schema":"../../chain.schema.json","chain_name":"wardenprotocoltestnet","chain_id":"buenavista-1","pretty_name":"Warden Protocol Buenavista","status":"live","network_type":"testnet","bech32_prefix":"warden","daemon_name":"wardend","node_home":"$HOME/.warden","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uward","fixed_min_gas_price":0.005,"low_gas_price":0.01,"average_gas_price":0.025,"high_gas_price":0.03}]},"staking":{"staking_tokens":[{"denom":"uward"}]},"codebase":{"git_repo":"https://github.com/warden-protocol/wardenprotocol","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"],"cosmos_sdk_version":"0.50","consensus":{"type":"cometbft","version":"0.38"},"cosmwasm_enabled":false,"genesis":{"genesis_url":"https://raw.githubusercontent.com/warden-protocol/networks/main/testnets/buenavista/genesis.json"},"versions":[{"name":"v0.3.0","recommended_version":"v0.3.0","compatible_versions":["v0.3.0"],"cosmos_sdk_version":"0.50","consensus":{"type":"cometbft","version":"0.38"},"cosmwasm_enabled":false}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.buenavista.wardenprotocol.org/","provider":"Warden Protocol"}],"rest":[{"address":"https://api.buenavista.wardenprotocol.org/","provider":"Warden Protocol"}],"grpc":[{"address":"https://grpc.buenavista.wardenprotocol.org/","provider":"Warden Protocol"}]},"explorers":[],"keywords":["testnet"]},"INVALID-ID-wavehashtestnet-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"wavehashtestnet","chain_id":"INVALID-ID-wavehashtestnet-testnet-1","pretty_name":"wavehash Testnet","status":"live","network_type":"testnet","bech32_prefix":"wavehash","daemon_name":"wavehashd","node_home":"$HOME/.wavehash","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uwahax","low_gas_price":0.0025,"average_gas_price":0.0025,"high_gas_price":0.0024}]},"staking":{"staking_tokens":[{"denom":"uwahax"}]},"codebase":{"git_repo":"https://github.com/WaveHashProtocol/wavehash","recommended_version":"v6.0.0","compatible_versions":["v6.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"4.3.0","genesis":{"genesis_url":"https://raw.githubusercontent.com/WaveHashProtocol/testnet/main/testnet-1/genesis.json"},"versions":[{"name":"v6.0.0","recommended_version":"v6.0.0","compatible_versions":["v6.0.0"],"cosmos_sdk_version":"0.45","consensus":{"type":"tendermint","version":"0.34"},"cosmwasm_version":"0.30","cosmwasm_enabled":true,"ibc_go_version":"4.3.0"}]},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.wavehash.online/","provider":"WaveHash Network"}],"rest":[{"address":"https://lcd.wavehash.online/","provider":"WaveHash Network"}],"grpc":[{"address":"https://grpc.wavehash.online/","provider":"WaveHash Network"}]},"explorers":[{"kind":"atomscan","url":"https://atomscan.com/directory/testnet/wavehashtestnet","tx_page":"https://atomscan.com/directory/testnet/wavehashtestnet/transactions/${txHash}"}]},"xion-testnet-1":{"$schema":"../../chain.schema.json","chain_name":"xiontestnet","chain_id":"xion-testnet-1","pretty_name":"Xion Testnet","status":"live","network_type":"testnet","bech32_prefix":"xion","daemon_name":"xiond","node_home":"$HOME/.xiond","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"uxion","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0.025,"high_gas_price":0.04}]},"staking":{"staking_tokens":[{"denom":"uxion"}]},"codebase":{"git_repo":"https://github.com/burnt-labs/xion","recommended_version":"v0.3.9","compatible_versions":["v0.3.9"],"cosmos_sdk_version":"0.47.10","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.1","cosmwasm_enabled":true,"genesis":{"genesis_url":"https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json"},"versions":[{"name":"v0.1.0","tag":"v0.1.0","height":0,"recommended_version":"v0.1.0","cosmos_sdk_version":"0.47.0","consensus":{"type":"cometbft","version":"0.37.0"},"cosmwasm_version":"0.40.0-rc.0","cosmwasm_enabled":true,"ibc_go_version":"v7.0.0"},{"name":"v0.3.2","tag":"v0.3.2","height":1929544,"recommended_version":"v0.3.2","cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0"},{"name":"v0.3.3","tag":"v0.3.3","height":2147030,"recommended_version":"v0.3.3","cosmos_sdk_version":"0.47.3","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.40.1","cosmwasm_enabled":true,"ibc_go_version":"v7.2.0"},{"name":"v0.3.4","tag":"v0.3.4","height":3278095,"recommended_version":"v0.3.4","cosmos_sdk_version":"0.47.5","consensus":{"type":"cometbft","version":"0.37.2"},"cosmwasm_version":"0.43.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.0"},{"name":"v0.3.7","tag":"v0.3.7","height":6887750,"recommended_version":"v0.3.7","cosmos_sdk_version":"0.47.10","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1"},{"name":"v0.3.8","tag":"v0.3.8","height":7130100,"recommended_version":"v0.3.8","cosmos_sdk_version":"0.47.10","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.0","cosmwasm_enabled":true,"ibc_go_version":"v7.3.1"},{"name":"v0.3.9","tag":"v0.3.9","height":7438800,"recommended_version":"v0.3.9","cosmos_sdk_version":"0.47.10","consensus":{"type":"cometbft","version":"0.37.4"},"cosmwasm_version":"0.45.1","cosmwasm_enabled":true,"ibc_go_version":"v7.4.0"}]},"images":[{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png"},"peers":{"seeds":[{"id":"7900d5f177228def24170f9631db76afab20278e","address":"xion-testnet-1.burnt.com:11656","provider":"burnt-labs"}],"persistent_peers":[{"id":"93db3539d6cc9603bbb6b9e43bfb473bdaff7e4b","address":"xion-testnet-1.burnt.com:32656","provider":"burnt-labs"},{"id":"0f2ccb6d7e8f233c03f91dee690f5ff714319fba","address":"xion-testnet-1.burnt.com:33656","provider":"burnt-labs"},{"id":"f684e3873191d62a74e5431202581d99fe3439b7","address":"xion-testnet-1.burnt.com:34656","provider":"burnt-labs"}]},"apis":{"rpc":[{"address":"https://testnet-burnt-rpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://xion-testnet-rpc.polkachu.com","provider":"polkachu"}],"rest":[{"address":"https://testnet-burnt-api.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"https://xion-testnet-api.polkachu.com","provider":"polkachu"}],"grpc":[{"address":"https://testnet-burnt-grpc.lavenderfive.com","provider":"Lavender.Five Nodes 🐝"},{"address":"xion-testnet-grpc.polkachu.com:22390","provider":"polkachu"}]},"keywords":["xion","burnt","testnet"]},"athens_7001-1":{"$schema":"../../chain.schema.json","chain_name":"zetachaintestnet","chain_id":"athens_7001-1","pretty_name":"ZetaChain Testnet","status":"live","network_type":"testnet","bech32_prefix":"zeta","daemon_name":"zetacored","node_home":"$HOME/.zetacored","key_algos":["ethsecp256k1"],"slip44":60,"fees":{"fee_tokens":[{"denom":"azeta","low_gas_price":20000000000,"average_gas_price":25000000000,"high_gas_price":40000000000}]},"staking":{"staking_tokens":[{"denom":"azeta"}]},"codebase":{"git_repo":"https://github.com/zeta-chain/node","recommended_version":"v8.3.3","cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"v6.1.0","genesis":{"genesis_url":"https://zetachain-athens.blockpi.network/rpc/v1/public/genesis"},"versions":[{"name":"v8.3.3","recommended_version":"v8.3.3","cosmos_sdk_version":"0.46","consensus":{"type":"tendermint","version":"0.34"},"ibc_go_version":"v6.1.0"}]},"peers":{"persistent_peers":[{"id":"d5519e378247dfb61dfe90652d1fe3e2b3005a5b","address":"65.109.68.190:16056"},{"id":"f96cf94d5eabaf554c9294e731b3994b4c532f3a","address":"46.4.5.45:22556","provider":"Polkachu"}]},"apis":{"rpc":[{"address":"https://zetachain-athens.blockpi.network/rpc/v1/public","provider":"BlockPI"},{"address":"https://zetachain-testnet-archive.allthatnode.com:26657","provider":"All That Node"}],"rest":[{"address":"https://zetachain-athens.blockpi.network/lcd/v1/public","provider":"BlockPI"},{"address":"https://zetachain-testnet-archive.allthatnode.com:1317","provider":"All That Node"}]},"explorers":[{"kind":"ZetaScan","url":"https://athens.explorer.zetachain.com/","tx_page":"https://athens.explorer.zetachain.com/cc/tx/${txHash}"},{"kind":"BlockScout","url":"https://zetachain-athens-3.blockscout.com/","tx_page":"https://zetachain-athens-3.blockscout.com/tx/${txHash}"}],"extra_codecs":["ethermint"]},"tomcat-1":{"$schema":"../../chain.schema.json","chain_name":"blackwing","chain_id":"tomcat-1","pretty_name":"Blackwing","website":"https://blackwing.fi","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"minitiad","node_home":"$HOME/.minitia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"umin","fixed_min_gas_price":0.15},{"denom":"l2/aee375e9d0b181f0d9d3a49f9a3d1d6b05d62b0ac81f8c92b9282afa4213d884","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4},{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4}]},"staking":{"staking_tokens":[]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/BLACKWING.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/BLACKWING.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/BLACKWING.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/blackwing/images/BLACKWING.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://maze-rpc-18bdff44-3aa4-425e-9bc0-06a2afa40af8.ase1-prod.newmetric.xyz"}],"rest":[{"address":"https://maze-rest-18bdff44-3aa4-425e-9bc0-06a2afa40af8.ase1-prod.newmetric.xyz"}],"grpc":[{"address":"grpc://54.227.5.191:31000"}]},"explorers":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/tomcat-1","tx_page":"https://scan.testnet.initia.xyz/tomcat-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/tomcat-1/accounts/${accountAddress}"}]},"landlord-1":{"$schema":"../../chain.schema.json","chain_name":"civitia","chain_id":"landlord-1","pretty_name":"Civitia","website":"https://civitia.org/","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"minitiad","node_home":"$HOME/.minitia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"l2/afaa3f4e1717c75712f8e8073e41f051a4e516cd25daa82d948c4729388edefd","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4}]},"staking":{"staking_tokens":[]},"codebase":{"git_repo":"https://github.com/initia-labs/minimove","recommended_version":"v0.2.12","compatible_versions":["v0.2.12","main"],"binaries":{"linux/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_x86_64.tar.gz","linux/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_aarch64.tar.gz","darwin/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_x86_64.tar.gz","darwin/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_aarch64.tar.gz"},"genesis":{"genesis_url":"https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz/genesis"},"versions":[]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/civitia/images/civitia.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://maze-rpc-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz","provider":"Foundation"}],"rest":[{"address":"https://maze-rest-sequencer-beab9b6f-d96d-435e-9caf-5679296d8172.ue1-prod.newmetric.xyz","provider":"Foundation"}]},"explorers":[{"kind":"initia scan","url":"https://explorer.testnet.initia.xyz/landlord-1","tx_page":"https://explorer.testnet.initia.xyz/landlord-1/txs/${txHash}","account_page":"https://explorer.testnet.initia.xyz/landlord-1/accounts/${accountAddress}"}]},"miniwasm-1":{"$schema":"../../chain.schema.json","chain_name":"miniwasm","chain_id":"miniwasm-1","pretty_name":"Miniwasm","website":"https://initia.xyz","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"minitiad","node_home":"$HOME/.minitia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"l2/2588fd87a8e081f6a557f43ff14f05dddf5e34cb27afcefd6eaf81f1daea30d0","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4},{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4}]},"staking":{"staking_tokens":[]},"codebase":{"git_repo":"https://github.com/initia-labs/miniwasm","recommended_version":"v0.2.14","compatible_versions":["v0.2.14","main"],"binaries":{"linux/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/miniwasm-1/miniwasm_v0.2.14_Linux_x86_64.tar.gz","linux/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/miniwasm-1/miniwasm_v0.2.14_Linux_aarch64.tar.gz","darwin/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/miniwasm-1/miniwasm_v0.2.14_Darwin_x86_64.tar.gz","darwin/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/miniwasm-1/miniwasm_v0.2.14_Darwin_aarch64.tar.gz"},"genesis":{"genesis_url":"https://initia.s3.ap-southeast-1.amazonaws.com/miniwasm-1/genesis.json"},"versions":[]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/miniwasm/images/miniwasm.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/miniwasm/images/miniwasm.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/miniwasm/images/miniwasm.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/miniwasm/images/miniwasm.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.miniwasm-1.initia.xyz","provider":"Foundation"}],"rest":[{"address":"https://lcd.miniwasm-1.initia.xyz","provider":"Foundation"}],"grpc":[{"address":"grpc://34.124.190.216:9090","provider":"Foundation"}]},"explorers":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/miniwasm-1","tx_page":"https://scan.testnet.initia.xyz/miniwasm-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/miniwasm-1/accounts/${accountAddress}"}]},"initiation-1":{"$schema":"../../chain.schema.json","chain_name":"initia","chain_id":"initiation-1","pretty_name":"Initia","website":"https://initia.xyz","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"initiad","node_home":"$HOME/.initia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4}]},"staking":{"staking_tokens":[{"denom":"uinit"},{"denom":"move/dbf06c48af3984ec6d9ae8a9aa7dbb0bb1e784aa9b8c4a5681af660cf8558d7d"},{"denom":"move/a2b0d3c8e53e379ede31f3a361ff02716d50ec53c6b65b8c48a81d5b06548200"},{"denom":"move/b134ae6786f10ef74294e627d2519b63b7c742a6735f98682929fea9a84744d2"}]},"codebase":{"git_repo":"https://github.com/initia-labs/initia","recommended_version":"v0.2.12","compatible_versions":["v0.2.12"],"binaries":{"linux/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/initia_v0.2.12_Linux_x86_64.tar.gz","linux/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/initia_v0.2.12_Linux_aarch64.tar.gz","darwin/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/initia_v0.2.12_Darwin_x86_64.tar.gz","darwin/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/initia_v0.2.12_Darwin_aarch64.tar.gz"},"genesis":{"genesis_url":"https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/genesis.json"},"versions":[]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://b545809c-5562-4e60-b5a1-22e83df57748.initiation-1.mesa-rpc.ue1-prod.newmetric.xyz","provider":"newmetric"}],"rest":[{"address":"https://b545809c-5562-4e60-b5a1-22e83df57748.initiation-1.mesa-rest.ue1-prod.newmetric.xyz","provider":"newmetric"}],"grpc":[{"address":"grpc.initiation-1.initia.xyz:9090","provider":"Foundation"}]},"explorers":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/initiation-1","tx_page":"https://scan.testnet.initia.xyz/initiation-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/initiation-1/accounts/${accountAddress}"}]},"minimove-1":{"$schema":"../../chain.schema.json","chain_name":"minimove","chain_id":"minimove-1","pretty_name":"Minimove","website":"https://initia.xyz","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"minitiad","node_home":"$HOME/.minitia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"l2/771d639f30fbe45e3fbca954ffbe2fcc26f915f5513c67a4a2d0bc1d635bdefd","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4},{"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4}]},"staking":{"staking_tokens":[]},"codebase":{"git_repo":"https://github.com/initia-labs/minimove","recommended_version":"v0.2.12","compatible_versions":["v0.2.12","main"],"binaries":{"linux/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_x86_64.tar.gz","linux/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_aarch64.tar.gz","darwin/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_x86_64.tar.gz","darwin/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_aarch64.tar.gz"},"genesis":{"genesis_url":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/genesis.json"},"versions":[]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/minimove.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/minimove.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/minimove.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/minimove/images/minimove.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://rpc.minimove-1.initia.xyz","provider":"Foundation"}],"rest":[{"address":"https://lcd.minimove-1.initia.xyz","provider":"Foundation"}],"grpc":[{"address":"grpc://35.198.215.41:9090","provider":"Foundation"}]},"explorers":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/minimove-1","tx_page":"https://scan.testnet.initia.xyz/minimove-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/minimove-1/accounts/${accountAddress}"}]},"init-ai-1":{"$schema":"../../chain.schema.json","chain_name":"init_ai","chain_id":"init-ai-1","pretty_name":"INIT AI","website":"https://init-ai.testnet.initia.xyz","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"minitiad","node_home":"$HOME/.minitia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"l2/aadf1a9da6a38b7e7e11839364ee42002260eff1657f403b9ce608337bcb986b","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4}]},"staking":{"staking_tokens":[]},"codebase":{"git_repo":"https://github.com/initia-labs/minimove","recommended_version":"v0.2.12","compatible_versions":["v0.2.12","main"],"binaries":{"linux/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_x86_64.tar.gz","linux/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Linux_aarch64.tar.gz","darwin/amd64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_x86_64.tar.gz","darwin/arm64":"https://initia.s3.ap-southeast-1.amazonaws.com/minimove-1/minimove_v0.2.12_Darwin_aarch64.tar.gz"},"genesis":{"genesis_url":"https://maze-rpc-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz/genesis"},"versions":[]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/init_ai.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/init_ai.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/init_ai.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/init_ai/images/init_ai.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://maze-rpc-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz"}],"rest":[{"address":"https://maze-rest-617bacff-7d34-4eb8-87f4-ee16fb4e0ac7.ue1-prod.newmetric.xyz"}],"grpc":[{"address":"grpc://54.147.50.234:31001"}]},"explorers":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/init-ai-1","tx_page":"https://scan.testnet.initia.xyz/init-ai-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/init-ai-1/accounts/${accountAddress}"}]},"birdee-1":{"$schema":"../../chain.schema.json","chain_name":"tucana","chain_id":"birdee-1","pretty_name":"Tucana","website":"https://tucana.zone/","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"minitiad","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"utuc","fixed_min_gas_price":0,"low_gas_price":0,"average_gas_price":0,"high_gas_price":0}]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/tucana/images/TUCANA.svg"},"apis":{"rpc":[{"address":"https://maze-rpc-c9796789-107d-49ab-b6de-059724d2a91d.ue1-prod.newmetric.xyz"}],"rest":[{"address":"https://maze-rest-c9796789-107d-49ab-b6de-059724d2a91d.ue1-prod.newmetric.xyz"}],"grpc":[{"address":"grpc://34.228.6.88:31002"}]},"explorers":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/birdee-1","tx_page":"https://scan.testnet.initia.xyz/birdee-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/birdee-1/accounts/${accountAddress}"}]},"burrito-1":{"$schema":"../../chain.schema.json","chain_name":"noon","chain_id":"burrito-1","pretty_name":"Noon","website":"https://lunchlunch.xyz","status":"live","network_type":"testnet","bech32_prefix":"init","daemon_name":"minitiad","node_home":"$HOME/.minitia","key_algos":["secp256k1"],"slip44":118,"fees":{"fee_tokens":[{"denom":"unoon","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4},{"denom":"l2/ffea49d63cbadcfd749b4f635eca198b2f3b44cb1f6b580f5d201d58f3bf7aea","fixed_min_gas_price":0.15,"low_gas_price":0.15,"average_gas_price":0.15,"high_gas_price":0.4}]},"staking":{"staking_tokens":[]},"images":[{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg"}],"logo_URIs":{"png":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.png","svg":"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/noon/images/NOON.svg"},"peers":{"seeds":[],"persistent_peers":[]},"apis":{"rpc":[{"address":"https://burrito-1-rpc.lunchlunch.xyz"}],"rest":[{"address":"https://burrito-1-lcd.lunchlunch.xyz"}],"grpc":[{"address":"grpc://23.20.67.10:9090"}]},"explorers":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/burrito-1","tx_page":"https://scan.testnet.initia.xyz/burrito-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/burrito-1/accounts/${accountAddress}"}]}}; diff --git a/packages/widget/src/chains/explorers.ts b/packages/widget/src/chains/explorers.ts deleted file mode 100644 index e7649726b..000000000 --- a/packages/widget/src/chains/explorers.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* eslint-disable */ -// @ts-nocheck -import { Explorer } from "@graz-sh/types"; -import { ChainId } from "./types" - -export const explorersRecord: Record = {"acre_9052-1":[{"kind":"blockscout","url":"https://acrescout.mindheartsoul.org","tx_page":"https://acrescout.mindheartsoul.org/tx/${txHash}"},{"kind":"blockscout","url":"https://acrescan.com","tx_page":"https://acrescan.com/tx/${txHash}"},{"kind":"blockscout","url":"https://acreblockexplorer.jet-node.com","tx_page":"https://acreblockexplorer.jet-node.com/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.nodestake.top/acre","tx_page":"https://explorer.nodestake.top/acre/tx/${txHash}"},{"kind":"ping.pub","url":"https://cosmosrun.info/acre-mainnet","tx_page":"https://cosmosrun.info/acre-mainnet/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/acre","tx_page":"https://explorer.tcnetwork.io/acre/transaction/${txHash}"}],"eightball-1":[{"url":"https://explorer.8ball.info/","tx_page":"https://explorer.8ball.info/8ball/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/8ball","tx_page":"https://ping.pub/8ball/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/8ball/","tx_page":"https://explorer.nodestake.top/8ball/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/8ball","tx_page":"https://explorer.tcnetwork.io/8ball/transaction/${txHash}"},{"kind":"TC Network","url":"https://explorer.co.id/8ball","tx_page":"https://explorer.co.id/8ball/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/8ball","tx_page":"https://explorer.nodexcapital.com/8ball/tx/${txHash}"}],"agoric-3":[{"kind":"explorers.guru","url":"https://agoric.explorers.guru","tx_page":"https://agoric.explorers.guru/transaction/${txHash}","account_page":"https://agoric.explorers.guru/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/agoric/","tx_page":"https://atomscan.com/agoric/transactions/${txHash}","account_page":"https://atomscan.com/agoric/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/agoric","account_page":"https://stakeflow.io/agoric/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Agoric","tx_page":"https://explorer.stavr.tech/Agoric/tx/${txHash}","account_page":"https://explorer.stavr.tech/Agoric/account/${accountAddress}"}],"aioz_168-1":[{"kind":"aioz","url":"https://explorer.aioz.network","tx_page":"https://explorer.aioz.network/tx/${txHash}"}],"akashnet-2":[{"kind":"ezstaking","url":"https://ezstaking.app/akash","tx_page":"https://ezstaking.app/akash/txs/${txHash}","account_page":"https://ezstaking.app/akash/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/akash","tx_page":"https://www.mintscan.io/akash/transactions/${txHash}","account_page":"https://www.mintscan.io/akash/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/akash-network","tx_page":"https://ping.pub/akash-network/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/akash","tx_page":"https://atomscan.com/akash/transactions/${txHash}","account_page":"https://atomscan.com/akash/accounts/${accountAddress}"},{"kind":"cloudmos","url":"https://cloudmos.io/blocks","tx_page":"https://cloudmos.io/transactions/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/akash","account_page":"https://stakeflow.io/akash/accounts/${accountAddress}"},{"kind":"ValidatorNode","url":"https://explorer.validatornode.com/akash-network","tx_page":"https://explorer.validatornode.com/akash-network/tx/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Akash","tx_page":"https://explorer.declab.pro/Akash/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/akash","tx_page":"https://mainnet.whispernode.com/akash/tx/${txHash}","account_page":"https://mainnet.whispernode.com/akash/account/${accountAddress}"}],"akiro-1":[{"kind":"ping.pub","url":"https://ping.pub/akiro","tx_page":"https://ping.pub/akiro/tx/${txHash}"}],"althea_258432-1":[],"andromeda-1":[{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Andromeda-Mainnet","tx_page":"https://explorer.stavr.tech/Andromeda-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Andromeda-Mainnet/account/${accountAddress}"},{"kind":"exploreme.pro","url":"https://andromeda.exploreme.pro","tx_page":"https://andromeda.exploreme.pro/transaction/${txHash}","account_page":"https://andromeda.exploreme.pro/account/${accountAddress}"},{"kind":"Cosmotracker","url":"https://cosmotracker.com/andromeda","tx_page":"https://cosmotracker.com/andromeda/tx/${txHash}","account_page":"https://cosmotracker.com/andromeda/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/andromeda","tx_page":"https://ping.pub/andromeda/tx/${txHash}"}],"arkh":[{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/arkh","tx_page":"https://explorer.nodestake.top/arkh/tx/${txHash}"},{"kind":"Kynraze Explorer","url":"https://explorer.kynraze.com/arkhadian","tx_page":"https://explorer.kynraze.com/arkhadian/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/arkhadian","tx_page":"https://explorer.nodexcapital.com/arkhadian/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/arkhadian","tx_page":"https://explorer.whenmoonwhenlambo.money/arkhadian/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/arkhadian/account/${accountAddress}"}],"archway-1":[{"kind":"Nodes Guru","url":"https://archway.explorers.guru/","tx_page":"https://archway.explorers.guru/transaction/${txHash}","account_page":"https://archway.explorers.guru/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/archway","tx_page":"https://exp.utsa.tech/archway/tx/${txHash}","account_page":"https://exp.utsa.tech/archway/account/${accountAddress}"},{"kind":"Mintscan","url":"https://mintscan.io/archway/","tx_page":"https://mintscan.io/archway/transactions/${txHash}","account_page":"https://mintscan.io/archway/accounts/${accountAddress}"},{"kind":"Silk Nodes","url":"https://explorer.silknodes.io/archway","tx_page":"https://explorer.silknodes.io/archway/tx/${txHash}","account_page":"https://explorer.silknodes.io/archway/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/archway/","tx_page":"https://explorer.nodestake.top/archway/txs/${txHash}","account_page":"https://explorer.nodestake.top/archway/account/${accountAddress}"},{"kind":"Exploreme","url":"https://archway.exploreme.pro/","tx_page":"https://archway.exploreme.pro/transaction/${txHash}","account_page":"https://archway.exploreme.pro/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/archway","tx_page":"https://ping.pub/archway/tx/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/archway","tx_page":"https://ezstaking.app/archway/txs/${txHash}","account_page":"https://ezstaking.app/archway/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/archway","tx_page":"https://mainnet.whispernode.com/archway/tx/${txHash}","account_page":"https://mainnet.whispernode.com/archway/account/${accountAddress}"}],"mantle-1":[{"kind":"ezstaking","url":"https://ezstaking.app/assetmantle","tx_page":"https://ezstaking.app/assetmantle/txs/${txHash}","account_page":"https://ezstaking.app/assetmantle/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/asset-mantle","tx_page":"https://www.mintscan.io/asset-mantle/transactions/${txHash}","account_page":"https://www.mintscan.io/asset-mantle/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.postcapitalist.io/AssetMantle","tx_page":"https://explorer.postcapitalist.io/AssetMantle/tx/${txHash}"},{"kind":"other","url":"https://explorer.assetmantle.one","tx_page":"https://explorer.assetmantle.one/transactions/${txHash}"},{"kind":"explorers.guru","url":"https://assetmantle.explorers.guru","tx_page":"https://assetmantle.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/assetmantle","tx_page":"https://atomscan.com/assetmantle/transactions/${txHash}","account_page":"https://atomscan.com/assetmantle/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/assetmantle","tx_page":"https://mainnet.whispernode.com/assetmantle/tx/${txHash}","account_page":"https://mainnet.whispernode.com/assetmantle/account/${accountAddress}"}],"xstaxy-1":[{"kind":"aurascan","url":"https://aurascan.io","tx_page":"https://aurascan.io/transaction/${txHash}","account_page":"https://aurascan.io/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/aura","tx_page":"https://exp.utsa.tech/aura/tx/${txHash}","account_page":"https://exp.utsa.tech/aura/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Aura-Mainnet","tx_page":"https://explorer.stavr.tech/aura-mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/aura-mainnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/aura","tx_page":"https://explorer.nodestake.top/aura/tx/${txHash}","account_page":"https://explorer.nodestake.top/aura/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/aura","tx_page":"https://explorer.tcnetwork.io/aura/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/aura/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/aura","tx_page":"https://explorer.stake-take.com/aura/tx/${txHash}","account_page":"https://explorer.stake-take.com/aura/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/aura","tx_page":"https://explorer.safeblock.space/aura/tx/${txHash}","account_page":"https://explorer.safeblock.space/aura/account/${accountAddress}"},{"kind":"STAKR.space explorer","url":"https://explorer.stakr.space/aura/","tx_page":"https://explorer.stakr.space/aura/tx/${txHash}","account_page":"https://explorer.stakr.space/aura/account/${accountAddress}"}],"aura_6322-2":[{"kind":"aurascan","url":"https://aurascan.io","tx_page":"https://aurascan.io/tx/${txHash}","account_page":"https://aurascan.io/address/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/aura","tx_page":"https://exp.utsa.tech/aura/tx/${txHash}","account_page":"https://exp.utsa.tech/aura/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Aura-Mainnet","tx_page":"https://explorer.stavr.tech/aura-mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/aura-mainnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/aura","tx_page":"https://explorer.nodestake.top/aura/tx/${txHash}","account_page":"https://explorer.nodestake.top/aura/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/aura","tx_page":"https://explorer.tcnetwork.io/aura/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/aura/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/aura","tx_page":"https://explorer.stake-take.com/aura/tx/${txHash}","account_page":"https://explorer.stake-take.com/aura/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/aura","tx_page":"https://explorer.safeblock.space/aura/tx/${txHash}","account_page":"https://explorer.safeblock.space/aura/account/${accountAddress}"},{"kind":"STAKR.space explorer","url":"https://explorer.stakr.space/aura/","tx_page":"https://explorer.stakr.space/aura/tx/${txHash}","account_page":"https://explorer.stakr.space/aura/account/${accountAddress}"}],"beezee-1":[{"kind":"ping.pub","url":"https://ping.pub/beezee","tx_page":"https://ping.pub/beezee/tx/${txHash}","account_page":"https://ping.pub/beezee/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.getbze.com/beezee","tx_page":"https://explorer.getbze.com/beezee/tx/${txHash}","account_page":"https://explorer.getbze.com/beezee/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/beezee","tx_page":"https://atomscan.com/beezee/transactions/${txHash}","account_page":"https://atomscan.com/beezee/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/beezee","tx_page":"https://explorer.whenmoonwhenlambo.money/beezee/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/beezee/account/${accountAddress}"}],"axelar-dojo-1":[{"kind":"axelarscan","url":"https://axelarscan.io","tx_page":"https://axelarscan.io/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/axelar","tx_page":"https://www.mintscan.io/axelar/transactions/${txHash}","account_page":"https://www.mintscan.io/axelar/accounts/${accountAddress}"},{"kind":"explorers.guru","url":"https://axelar.explorers.guru","tx_page":"https://axelar.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/axelar","tx_page":"https://atomscan.com/axelar/transactions/${txHash}","account_page":"https://atomscan.com/axelar/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/axelar","account_page":"https://stakeflow.io/axelar/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/axelar","tx_page":"https://ezstaking.app/axelar/txs/${txHash}","account_page":"https://ezstaking.app/axelar/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/axelar","tx_page":"https://mainnet.whispernode.com/axelar/tx/${txHash}","account_page":"https://mainnet.whispernode.com/axelar/account/${accountAddress}"}],"laozi-mainnet":[{"kind":"cosmoscan","url":"https://cosmoscan.io","tx_page":"https://cosmoscan.io/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/band","tx_page":"https://www.mintscan.io/band/transactions/${txHash}","account_page":"https://www.mintscan.io/band/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/band-protocol","tx_page":"https://ping.pub/band-protocol/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Band-Mainnet","tx_page":"https://explorer.stavr.tech/Band-Mainnet/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/band","tx_page":"https://exp.nodeist.net/band/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/band-protocol","tx_page":"https://atomscan.com/band-protocol/transactions/${txHash}","account_page":"https://atomscan.com/band-protocol/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/band-protocol","account_page":"https://stakeflow.io/band-protocol/accounts/${accountAddress}"},{"kind":"kjnodes Explorer","url":"https://explorer.kjnodes.com/band","tx_page":"https://explorer.kjnodes.com/band/tx/${txHash}"}],"bitcanna-1":[{"kind":"EZStaking Tools","url":"https://app.ezstaking.io/bitcanna","tx_page":"https://ezstaking.tools/bitcanna/txs/${txHash}","account_page":"https://ezstaking.tools/bitcanna/account/${accountAddress}"},{"kind":"forbole","url":"https://explorer.bitcanna.io","tx_page":"https://explorer.bitcanna.io/transactions/${txHash}","account_page":"https://explorer.bitcanna.io/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/bitcanna","tx_page":"https://ping.pub/bitcanna/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/bitcanna/","tx_page":"https://www.mintscan.io/bitcanna/txs/${txHash}","account_page":"https://www.mintscan.io/bitcanna/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Bitcanna","tx_page":"https://explorer.stavr.tech/Bitcanna/txs/${txHash}","account_page":"https://explorer.stavr.tech/Bitcanna/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/bitcanna","tx_page":"https://atomscan.com/bitcanna/transactions/${txHash}"},{"kind":"ValidatorNode Explorer","url":"https://explorer.validatornode.com/bitcanna","tx_page":"https://explorer.validatornode.com/bitcanna/tx/${txHash}"},{"kind":"Safe Block Explorer Pruned","url":"https://explorer.safeblock.space/bitcanna","tx_page":"https://explorer.safeblock.space/bitcanna/tx/${txHash}"},{"kind":"AlxVoy ⚡ ANODE.TEAM","url":"https://main.anode.team/bitcanna","tx_page":"https://main.anode.team/bitcanna/tx/${txHash}"},{"kind":"kjnodes","url":"https://explorer.kjnodes.com/bitcanna","tx_page":"https://explorer.kjnodes.com/bitcanna/tx/${txHash}"},{"kind":"L0vd.com ❤️","url":"https://explorers.l0vd.com/bitcanna-mainnet","tx_page":"https://explorers.l0vd.com/bitcanna-mainnet/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodex.one/bitcanna","tx_page":"https://explorer.nodex.one/bitcanna/tx/${txHash}"},{"kind":"Moonbys Dashboard","url":"https://explorer.moonbys.com","tx_page":"https://explorer.moonbys.com/${txHash}"},{"kind":"BlockHunters 🎯","url":"https://scan.bh.rocks/bitcanna","tx_page":"https://scan.bh.rocks/bitcanna/tx/${txHash}"},{"kind":"Indonode","url":"https://explorer.indonode.net/bitcanna","tx_page":"https://explorer.indonode.net/bitcanna/tx/${txHash}"},{"kind":"CrypTech Explorer","url":"https://explorers.cryptech.com.ua/bitcanna","tx_page":"https://explorers.cryptech.com.ua/bitcanna/txs/${txHash}"},{"kind":"Kalia Network","url":"https://explorer.kalia.network/bitcanna","tx_page":"https://explorer.kalia.network/bitcanna/tx/${txHash}","account_page":"https://explorer.kalia.network/bitcanna/account/${accountAddress}"},{"kind":"AVIAONE","url":"https://mainnet.explorer.aviaone.com/bitcanna","tx_page":"https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}","account_page":"https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️","url":"https://explorer.nodeshub.online/bitcanna/","tx_page":"https://explorer.nodeshub.online/bitcanna/tx/${txHash}","account_page":"https://explorer.nodeshub.online/bitcanna/accounts/${accountAddress}"}],"bitsong-2b":[{"kind":"ezstaking","url":"https://ezstaking.app/bitsong","tx_page":"https://ezstaking.app/bitsong/txs/${txHash}","account_page":"https://ezstaking.app/bitsong/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/bitsong","tx_page":"https://ping.pub/bitsong/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/bitsong","tx_page":"https://www.mintscan.io/bitsong/transactions/${txHash}","account_page":"https://www.mintscan.io/bitsong/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/bitsong","tx_page":"https://atomscan.com/bitsong/transactions/${txHash}","account_page":"https://atomscan.com/bitsong/accounts/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblok.space/bitsong","tx_page":"https://explorer.safeblock.space/bitsong/tx/${txHash}","account_page":"https://explorer.safeblock.space/bitsong/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Bitsong","tx_page":"https://explorer.stavr.tech/Bitsong/tx/${txHash}","account_page":"https://explorer.stavr.tech/Bitsong/account/${accountAddress}"}],"bluechip_1":[],"bluzelle-9":[{"kind":"ping.pub","url":"https://ping.explorer.net.bluzelle.com/bluzelle","tx_page":"https://ping.explorer.net.bluzelle.com/bluzelle/tx/${txHash}","account_page":"https://ping.explorer.net.bluzelle.com/bluzelle/account/${accountAddress}"},{"kind":"big dipper","url":"https://bd.explorer.net.bluzelle.com","tx_page":"https://bd.explorer.net.bluzelle.com/transactions/${txHash}","account_page":"https://bd.explorer.net.bluzelle.com/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/bluzelle","tx_page":"https://explorer.tcnetwork.io/bluzelle/transaction/${txHash}"},{"kind":"Nodine.ID","url":"https://explorer.co.id/bluzelle","tx_page":"https://explorer.co.id/bluzelle/transaction/${txHash}"}],"bostrom":[{"kind":"cyb","url":"https://cyb.ai/","tx_page":"https://cyb.ai/network/bostrom/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/bostrom","tx_page":"https://ping.pub/bostrom/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/bostrom","tx_page":"https://atomscan.com/bostrom/transactions/${txHash}","account_page":"https://atomscan.com/bostrom/accounts/${accountAddress}"}],"canto_7700-1":[{"kind":"ping.pub","url":"https://cosmos-explorers.neobase.one/canto","tx_page":"https://cosmos-explorers.neobase.one/canto/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/canto","tx_page":"https://explorer.tcnetwork.io/canto/transaction/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/canto","tx_page":"https://ezstaking.app/canto/txs/${txHash}","account_page":"https://ezstaking.app/canto/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Canto-Mainnet","tx_page":"https://explorer.stavr.tech/Canto-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Canto-Mainnet/account/${accountAddress}"}],"carbon-1":[{"kind":"carbonscan","url":"https://scan.carbon.network","tx_page":"https://scan.carbon.network/transaction/${txHash}?net=main"},{"kind":"ping.pub","url":"https://ping.pub/carbon","tx_page":"https://ping.pub/carbon/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/carbon","tx_page":"https://atomscan.com/carbon/transactions/${txHash}","account_page":"https://atomscan.com/carbon/accounts/${accountAddress}"}],"celestia":[{"kind":"Mintscan","url":"https://mintscan.io/celestia","tx_page":"https://mintscan.io/celestia/txs/${txHash}","account_page":"https://mintscan.io/celestia/address/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/celestia/","tx_page":"https://explorer.nodestake.top/celestia/txs/${txHash}","account_page":"https://explorer.nodestake.top/celestia/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/celestia","tx_page":"https://stakeflow.io/celestia/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/celestia","tx_page":"https://explorer.tcnetwork.io/celestia/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/celestia/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Celestia-Mainnet","tx_page":"https://explorer.stavr.tech/Celestia-Mainnet/transaction/${txHash}","account_page":"https://explorer.stavr.tech/Celestia-Mainnet/account/${accountAddress}"},{"kind":"AM Solutions","url":"https://explorer.theamsolutions.info/celestia-main","tx_page":"https://explorer.theamsolutions.info/celestia-main/transaction/${txHash}","account_page":"https://explorer.theamsolutions.info/celestia-main/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/celestia","tx_page":"https://ezstaking.app/celestia/txs/${txHash}","account_page":"https://ezstaking.app/celestia/account/${accountAddress}"},{"kind":"🚀 itrocket 🚀","url":"https://mainnet.itrocket.net/celestia","tx_page":"https://mainnet.itrocket.net/celestia/transaction/${txHash}","account_page":"https://mainnet.itrocket.net/celestia/account/${accountAddress}"},{"kind":"DTEAM | Explorer","url":"https://explorer.mainnet.dteam.tech/celestia","tx_page":"https://explorer.mainnet.dteam.tech/celestia/transaction/${txHash}","account_page":"https://explorer.mainnet.dteam.tech/celestia/account/${accountAddress}"}],"cerberus-chain-1":[{"kind":"skynetexplorers","url":"https://skynetexplorers.com/cerberus","tx_page":"https://skynetexplorers.com/cerberus/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/cerberus","tx_page":"https://ping.pub/cerberus/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/cerberus","tx_page":"https://atomscan.com/cerberus/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/cerberus","tx_page":"https://explorer.tcnetwork.io/cerberus/transaction/${txHash}"}],"chimba":[{"kind":"bigdipper","url":"https://explorer.chimba.ooo/","tx_page":"https://explorer.chimba.ooo/transactions/${txHash}"}],"morocco-1":[{"kind":"ping.pub","url":"https://ping.pub/terp","tx_page":"https://ping.pub/terp/tx/${txHash}","account_page":"https://ping.pub/terp/account/{$accountAddress}"},{"kind":"ping.pub","url":"https://explorer.nodestake.top","tx_page":"https://explorer.nodestake.top/terp/tx/${txHash}","account_page":"https://explorer.nodestake.top/terp/account/{$accountAddress}"},{"kind":"ZenChainLabs","url":"https://terp.zenscan.io/","tx_page":"https://terp.zenscan.io/transaction.php?hash=${txHash}","account_page":"https://terp.zenscan.io/address.php?address=${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Terp-Mainnet","tx_page":"https://explorer.stavr.tech/Terp-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Terp-Mainnet/account/{$accountAddress}"}],"perun-1":[{"kind":"explorer","url":"https://explorer.apeironnodes.com/chain4energy","tx_page":"https://explorer.apeironnodes.com/chain4energy/transactions/${txHash}"},{"kind":"DTEAM | Explorer","url":"https://explorer.mainnet.dteam.tech/chain4energy","tx_page":"https://explorer.mainnet.dteam.tech/chain4energytransactions/${txHash}"},{"kind":"explorer","url":"https://explorer.ppnv.space/c4e","tx_page":"https://explorer.ppnv.space/c4e/transactions/${txHash}"},{"kind":"explorer","url":"https://explorer.c4e.io/","tx_page":"https://explorer.c4e.io/transactions/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/chain4energy","tx_page":"https://explorer.nodestake.top/chain4energy/transactions/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/c4e","tx_page":"https://exp.utsa.tech/c4e/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/c4e","tx_page":"https://explorer.stavr.tech/c4e/tx/${txHash}"},{"kind":"BccNodes Explorer","url":"https://explorer.bccnodes.com/chain4energy","tx_page":"https://explorer.bccnodes.com/chain4energy/transactions/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/c4e","tx_page":"https://explorer.nodexcapital.com/c4e/transactions/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/chain4energy","tx_page":"https://atomscan.com/chain4energy/transactions/${txHash}","account_page":"https://atomscan.com/chain4energy/accounts/${accountAddress}"},{"kind":"AM Solutions Explorer","url":"https://explorer.theamsolutions.info/c4e-main/staking","tx_page":"https://explorer.theamsolutions.info/c4e-main/transactions/${txHash}"},{"kind":"AlxVoy ⚡ ANODE.TEAM Explorer","url":"https://main.anode.team/c4e","tx_page":"https://main.anode.team/c4e/tx/${txHash}"},{"kind":"ScanRun","url":"https://scanrun.io/c4e","tx_page":"https://scanrun.io/c4e/transactions/${txHash}"},{"kind":"Cryptech","url":"https://explorers.cryptech.com.ua/chain4energy","tx_page":"https://explorers.cryptech.com.ua/chain4energy/tx/${txHash}"}],"chihuahua-1":[{"kind":"ping.pub","url":"https://ping.pub/chihuahua","tx_page":"https://ping.pub/chihuahua/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Chihua-Mainnet","tx_page":"https://explorer.stavr.tech/Chihua-Mainnet/tx/${txHash}"},{"kind":"mintscan","url":"https://mintscan.io/chihuahua","tx_page":"https://mintscan.io/chihuahua/transactions/${txHash}","account_page":"https://www.mintscan.io/chihuahua/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/chihuahua","tx_page":"https://atomscan.com/chihuahua/transactions/${txHash}","account_page":"https://atomscan.com/chihuahua/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/chihuahua","tx_page":"https://ezstaking.app/chihuahua/txs/${txHash}","account_page":"https://ezstaking.app/chihuahua/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/chihuahua/","tx_page":"https://explorer.nodeshub.online/chihuahua/tx/${txHash}","account_page":"https://explorer.nodeshub.online/chihuahua/accounts/${accountAddress}"}],"cifer-2":[{"kind":"bigdipper","url":"https://explorer.cifer.ai/","tx_page":"https://explorer.cifer.ai/transactions/${txHash}"}],"cifer-1":[{"kind":"bigdipper","url":"https://explorer.cifer.ai/","tx_page":"https://explorer.cifer.ai/transactions/${txHash}"}],"cheqd-mainnet-1":[{"kind":"bigdipper","url":"https://bigdipper.live/cheqd","tx_page":"https://bigdipper.live/cheqd/transactions/${txHash}","account_page":"https://bigdipper.live/cheqd/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/cheqd","tx_page":"https://ping.pub/cheqd/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Cheqd-Mainnet","tx_page":"https://explorer.stavr.tech/Cheqd-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/cheqd","tx_page":"https://atomscan.com/cheqd/transactions/${txHash}","account_page":"https://atomscan.com/cheqd/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cheqd","tx_page":"https://ezstaking.app/cheqd/txs/${txHash}","account_page":"https://ezstaking.app/cheqd/account/${accountAddress}"},{"kind":"ping.pub","url":"https://look.chillvalidation.com/cheqd","tx_page":"https://look.chillvalidation.com/cheqd/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.wildsage.io/cheqd","tx_page":"https://ping.wildsage.io/cheqd/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/cheqd","tx_page":"https://mainnet.whispernode.com/cheqd/tx/${txHash}","account_page":"https://mainnet.whispernode.com/cheqd/account/${accountAddress}"}],"comdex-1":[{"kind":"ezstaking","url":"https://ezstaking.app/comdex","tx_page":"https://ezstaking.app/comdex/txs/${txHash}","account_page":"https://ezstaking.app/comdex/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/comdex","tx_page":"https://www.mintscan.io/comdex/transactions/${txHash}","account_page":"https://www.mintscan.io/comdex/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Comdex-Mainnet","tx_page":"https://explorer.stavr.tech/Comdex-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Comdex-Mainnet/accounts/${accountAddress}"},{"kind":"aneka","url":"https://comdex.aneka.io/","tx_page":"https://comdex.aneka.io/txs/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/comdex","tx_page":"https://ping.pub/comdex/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/comdex","tx_page":"https://atomscan.com/comdex/transactions/${txHash}","account_page":"https://atomscan.com/comdex/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/comdex","account_page":"https://stakeflow.io/comdex/accounts/${accountAddress}"},{"kind":"ValidatorNode","url":"https://explorer.validatornode.com/comdex","tx_page":"https://explorer.validatornode.com/comdex/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/comdex","tx_page":"https://mainnet.whispernode.com/comdex/tx/${txHash}","account_page":"https://mainnet.whispernode.com/comdex/account/${accountAddress}"}],"commercio-3":[{"kind":"almerico","url":"https://mainnet.commercio.network","tx_page":"https://mainnet.commercio.network/transactions/detail/${txHash}"}],"cvn_2032-1":[{"kind":"blockscout","url":"https://explore.consciousdao.com/","tx_page":"https://explore.consciousdao.com/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/conscious","tx_page":"https://explorer.whenmoonwhenlambo.money/conscious/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/conscious/account/${accountAddress}"}],"coreum-mainnet-1":[{"kind":"Coreum","url":"https://explorer.coreum.com/coreum","tx_page":"https://explorer.coreum.com/coreum/transactions/${txHash}","account_page":"https://explorer.coreum.com/coreum/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/coreum","tx_page":"https://www.mintscan.io/coreum/transactions/${txHash}","account_page":"https://www.mintscan.io/coreum/accounts/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/coreum","tx_page":"https://explorer.nodexcapital.com/coreum/txs/${txHash}","account_page":"https://explorer.nodexcapital.com/coreum/account/${accountAddress}"},{"kind":"Silk Nodes","url":"https://explorer.silknodes.io/coreum","tx_page":"https://explorer.silknodes.io/coreum/tx/${txHash}","account_page":"https://explorer.silknodes.io/coreum/account/${accountAddress}"},{"kind":"#SoloNation","url":"https://explorer.solonation.io/core-main","tx_page":"https://explorer.solonation.io/core-main/tx/${txHash}","account_page":"https://explorer.solonation.io/core-main/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/coreum","tx_page":"https://explorer.tcnetwork.io/coreum/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/coreum/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/coreum","tx_page":"https://ezstaking.app/coreum/txs/${txHash}","account_page":"https://ezstaking.app/coreum/account/${accountAddress}"}],"coss-1":[],"crescent-1":[{"kind":"ezstaking","url":"https://ezstaking.app/crescent","tx_page":"https://ezstaking.app/crescent/txs/${txHash}","account_page":"https://ezstaking.app/crescent/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/crescent","tx_page":"https://ping.pub/crescent/tx/${txHash}"},{"kind":"explorers.guru","url":"https://crescent.explorers.guru","tx_page":"https://crescent.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/crescent","tx_page":"https://atomscan.com/crescent/transactions/${txHash}","account_page":"https://atomscan.com/crescent/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/crescent","account_page":"https://stakeflow.io/crescent/accounts/${accountAddress}"}],"centauri-1":[{"kind":"ping.pub","url":"https://ping.pub/composable","tx_page":"https://ping.pub/composable/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/composable","tx_page":"https://explorer.nodestake.top/composable/tx/${txHash}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/composable","tx_page":"https://exp.stakevillage.net/composable/tx/${txHash}","account_page":"https://exp.stakevillage.net/composable/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Composable-Mainnet","tx_page":"https://explorer.stavr.tech/Composable-Mainnet/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/picasso","tx_page":"https://mainnet.whispernode.com/picasso/tx/${txHash}","account_page":"https://mainnet.whispernode.com/picasso/account/${accountAddress}"}],"cosmoshub-4":[{"kind":"mintscan","url":"https://www.mintscan.io/cosmos","tx_page":"https://www.mintscan.io/cosmos/transactions/${txHash}","account_page":"https://www.mintscan.io/cosmos/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cosmoshub","tx_page":"https://ezstaking.app/cosmoshub/txs/${txHash}","account_page":"https://ezstaking.app/cosmoshub/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/cosmos","tx_page":"https://ping.pub/cosmos/tx/${txHash}","account_page":"https://ping.pub/cosmos/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com","tx_page":"https://atomscan.com/transactions/${txHash}","account_page":"https://atomscan.com/accounts/${accountAddress}"},{"kind":"unichain","url":"https://unicha.in/cosmos","tx_page":"https://unicha.in/cosmos/transaction/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/cosmoshub","tx_page":"https://explorer.tcnetwork.io/cosmoshub/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/cosmoshub/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/cosmos","account_page":"https://stakeflow.io/cosmos/accounts/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/cosmos"},{"kind":"Inbloc","url":"https://inbloc.org","tx_page":"https://inbloc.org/transactions/${txHash}","account_page":"https://inbloc.org/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/cosmos","tx_page":"https://mainnet.whispernode.com/cosmos/tx/${txHash}","account_page":"https://mainnet.whispernode.com/cosmos/account/${accountAddress}"}],"cronosmainnet_25-1":[{"kind":"cronoscan","url":"https://cronoscan.com","tx_page":"https://cronoscan.com/tx/${txHash}"},{"kind":"crypto.org","url":"https://cronos.org/explorer","tx_page":"https://cronos.org/explorer/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/cronos","tx_page":"https://ping.pub/cronos/tx/${txHash}"}],"crypto-org-chain-mainnet-1":[{"kind":"mintscan","url":"https://www.mintscan.io/crypto-org","tx_page":"https://www.mintscan.io/crypto-org/transactions/${txHash}","account_page":"https://www.mintscan.io/crypto-org/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cronos","tx_page":"https://ezstaking.app/cronos/txs/${txHash}","account_page":"https://ezstaking.app/cronos/account/${accountAddress}"},{"kind":"cronos.org","url":"https://cronos-pos.org/explorer","tx_page":"https://cronos-pos.org/explorer/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/crypto-com-chain","tx_page":"https://ping.pub/crypto-com-chain/tx/${txHash}"}],"cudos-1":[{"kind":"bigdipper","url":"https://explorer.cudos.org/","tx_page":"https://explorer.cudos.org/transactions/${txHash}","account_page":"https://explorer.cudos.org/accounts/${accountAddress}"},{"kind":"cudos-dashboard","url":"https://dashboard.cudos.org/","tx_page":"https://explorer.cudos.org/transactions/${txHash}","account_page":"https://explorer.cudos.org/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/cudos","tx_page":"https://www.mintscan.io/cudos/transactions/${txHash}","account_page":"https://www.mintscan.io/cudos/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/cudos","tx_page":"https://atomscan.com/cudos/transactions/${txHash}","account_page":"https://atomscan.com/cudos/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/cudos","tx_page":"https://ezstaking.app/cudos/txs/${txHash}","account_page":"https://ezstaking.app/cudos/account/${accountAddress}"}],"mainnet-3":[{"kind":"decentr.net","url":"https://explorer.decentr.net","tx_page":"https://explorer.decentr.net/transactions/${txHash}?networkId=mainnet"},{"kind":"ping.pub","url":"https://ping.pub/decentr/","tx_page":"https://ping.pub/decentr/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Decentr-Mainnet","tx_page":"https://explorer.stavr.tech/Decentr-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/decentr","tx_page":"https://atomscan.com/decentr/transactions/${txHash}","account_page":"https://atomscan.com/decentr/accounts/${accountAddress}"},{"kind":"Nodine.ID","url":"https://explorer.co.id/decentr","tx_page":"https://explorer.co.id/decentr/tx/${txHash}"},{"kind":"THE EXPLORER","url":"https://explorer.sxlzptprjkt.xyz/decentr","tx_page":"https://explorer.sxlzptprjkt.xyz/decentr/tx/${txHash}"},{"kind":"hexskrt EXPLORER","url":"https://explorer.hexskrt.net/decentr","tx_page":"https://explorer.hexskrt.net/decentr/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/decentr","tx_page":"https://explorer.nodexcapital.com/decentr/tx/${txHash}"},{"kind":"Explorer ComunityNode","url":"https://explorer.comunitynode.my.id/decentr","tx_page":"https://explorer.comunitynode.my.id/decentr/tx/${txHash}"}],"dhealth":[{"kind":"nodestake","url":"https://explorer.nodestake.org/dhealth","tx_page":"https://explorer.nodestake.org/dhealth/tx/${txHash}","account_page":"https://explorer.nodestake.org/dhealth/account/${accountAddress}"}],"dig-1":[{"kind":"ping.pub","url":"https://ping.pub/dig","tx_page":"https://ping.pub/dig/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/dig","tx_page":"https://atomscan.com/dig/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/dig","tx_page":"https://explorer.tcnetwork.io/dig/transaction/${txHash}"}],"vota-ash":[{"kind":"Dora Vota Ping Pub","url":"https://vota-explorer.dorafactory.org","tx_page":"https://vota-explorer.dorafactory.org/doravota/tx/${txHash}"},{"kind":"lesnik | UTSA Ping Pub","url":"https://exp.utsa.tech/dora/staking","tx_page":"https://exp.utsa.tech/dora/tx/${txHash}"}],"desmos-mainnet":[{"kind":"ezstaking","url":"https://ezstaking.app/desmos","tx_page":"https://ezstaking.app/desmos/txs/${txHash}","account_page":"https://ezstaking.app/desmos/account/${accountAddress}"},{"kind":"bigdipper","url":"https://bigdipper.live/desmos","tx_page":"https://bigdipper.live/desmos/transactions/${txHash}","account_page":"https://bigdipper.live/desmos/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/desmos","tx_page":"https://www.mintscan.io/desmos/transactions/${txHash}","account_page":"https://www.mintscan.io/desmos/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/desmos","tx_page":"https://ping.pub/desmos/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/desmos","tx_page":"https://atomscan.com/desmos/transactions/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/desmos","tx_page":"https://explorer.tcnetwork.io/desmos/transaction/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Desmos","tx_page":"https://explorer.declab.pro/Desmos/tx/${txHash}"}],"dyson-mainnet-01":[{"kind":"dysonprotocol","url":"https://explorer.dys.dysonprotocol.com/dyson/","tx_page":"https://explorer.dys.dysonprotocol.com/dyson/tx/${txHash}","account_page":"https://explorer.dys.dysonprotocol.com/dyson/account/${accountAddress}"}],"echelon_3000-3":[{"kind":"echelon","url":"https://app.ech.network/explorer","tx_page":"https://app.ech.network/explorer/tx/${txHash}"},{"kind":"blockscout","url":"https://scout.ech.network","tx_page":"https://scout.ech.network/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/echelon","tx_page":"https://ping.pub/echelon/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/echelon","tx_page":"https://atomscan.com/echelon/transactions/${txHash}","account_page":"https://atomscan.com/echelon/accounts/${accountAddress}"}],"emoney-3":[{"kind":"ezstaking","url":"https://ezstaking.app/emoney","tx_page":"https://ezstaking.app/emoney/txs/${txHash}","account_page":"https://ezstaking.app/emoney/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/e-money","tx_page":"https://ping.pub/e-money/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/emoney","tx_page":"https://atomscan.com/emoney/transactions/${txHash}","account_page":"https://atomscan.com/emoney/accounts/${accountAddress}"}],"dydx-mainnet-1":[{"kind":"mintscan","url":"https://www.mintscan.io/dydx","tx_page":"https://www.mintscan.io/dydx/txs/${txHash}","account_page":"https://www.mintscan.io/dydx/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/dydx","tx_page":"https://ezstaking.app/dydx/txs/${txHash}","account_page":"https://ezstaking.app/dydx/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/dydx/","tx_page":"https://explorer.nodestake.top/dydx/txs/${txHash}","account_page":"https://explorer.nodestake.top/dydx/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/dydx","tx_page":"https://explorer.tcnetwork.io/dydx/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/dydx/account/${accountAddress}"}],"dymension_1100-1":[{"kind":"mintscan","url":"https://www.mintscan.io/dymension","tx_page":"https://www.mintscan.io/dymension/tx/${txHash}","account_page":"https://www.mintscan.io/dymension/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/dymension","tx_page":"https://ezstaking.app/dymension/txs/${txHash}","account_page":"https://ezstaking.app/dymension/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.org/dymension","tx_page":"https://explorer.nodestake.org/dymension/tx/${txHash}","account_page":"https://explorer.nodestake.org/dymension/account/${accountAddress}"},{"kind":"Kynraze","url":"https://explorer.kynraze.com/dymension","tx_page":"https://explorer.kynraze.com/dymension/tx/${txHash}","account_page":"https://explorer.kynraze.com/dymension/account/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://explorer.ist/dymension","tx_page":"https://explorer.ist/dymension/tx/${txHash}","account_page":"https://explorer.ist/dymension/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Dymension-Mainnet","tx_page":"https://explorer.stavr.tech/Dymension-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Dymension-Mainnet/account/${accountAddress}"},{"kind":"HoodScan","url":"https://hoodscan.io/dymension","tx_page":"https://hoodscan.io/dymension/transactions/${txHash}","account_page":"https://hoodscan.io/dymension/accounts/${accountAddress}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/dymension","tx_page":"https://explorer.posthuman.digital/dymension/tx/${txHash}","account_page":"https://explorer.posthuman.digital/dymension/account/${accountAddress}"},{"kind":"AVIAONE 🟢","url":"https://mainnet.explorer.aviaone.com/dymension","tx_page":"https://mainnet.explorer.aviaone.com/dymension/tx/${txHash}","account_page":"https://mainnet.explorer.aviaone.com/dymension/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/dymension","tx_page":"https://mainnet.whispernode.com/dymension/tx/${txHash}","account_page":"https://mainnet.whispernode.com/dymension/account/${accountAddress}"},{"kind":"DTEAM | Explorer","url":"https://explorer.mainnet.dteam.tech/dymension","tx_page":"https://explorer.mainnet.dteam.tech/dymension/tx/${txHash}","account_page":"https://explorer.mainnet.dteam.tech/dymension/account/${accountAddress}"}],"empowerchain-1":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Empower-Mainnet","tx_page":"https://explorer.stavr.tech/Empower-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Empower-Mainnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/empower","tx_page":"https://explorer.nodestake.top/empower/tx/${txHash}","account_page":"https://explorer.nodestake.top/empower/account/{$accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/empower","tx_page":"https://exp.stakevillage.net/empower/tx/${txHash}","account_page":"https://exp.stakevillage.net/empower/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Empower","tx_page":"https://explorer.declab.pro/Empower/tx/${txHash}","account_page":"https://explorer.declab.pro/Empower/account/{$accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/empowerchain","tx_page":"https://mainnet.whispernode.com/empowerchain/tx/${txHash}","account_page":"https://mainnet.whispernode.com/empowerchain/account/${accountAddress}"}],"ethos_7003-1":[],"fetchhub-4":[{"kind":"mintscan","url":"https://www.mintscan.io/fetchai","tx_page":"https://www.mintscan.io/fetchai/transactions/${txHash}","account_page":"https://www.mintscan.io/fetchai/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/fetchhub","tx_page":"https://ezstaking.app/fetchhub/txs/${txHash}","account_page":"https://ezstaking.app/fetchhub/account/${accountAddress}"},{"kind":"bigdipper","url":"https://explore-fetchhub.fetch.ai","tx_page":"https://explore-fetchhub.fetch.ai/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/fetchhub","tx_page":"https://ping.pub/fetchhub/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/fetchai","tx_page":"https://atomscan.com/fetchai/transactions/${txHash}","account_page":"https://atomscan.com/fetchai/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://fetch-explorer.teasel.org","tx_page":"https://fetch-explorer.teasel.org/transactions/${txHash}"},{"kind":"azoyalabs","url":"https://fetchstation.azoyalabs.com/mainnet","tx_page":"https://fetchstation.azoyalabs.com/mainnet/explorer/transactions/${txHash}","account_page":"https://fetchstation.azoyalabs.com/mainnet/explorer/address/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/fetchhub/","tx_page":"https://explorer.nodeshub.online/fetchhub/tx/${txHash}","account_page":"https://explorer.nodeshub.online/fetchhub/accounts/${accountAddress}"},{"kind":"Blockchain Explorer by AVIAONE 🟢","url":"https://mainnet.explorer.aviaone.com/fetchhub","tx_page":"https://mainnet.explorer.aviaone.com/fetchhub/tx/${txHash}","account_page":"https://mainnet.explorer.aviaone.com/fetchhub/accounts/${accountAddress}"}],"finschia-2":[{"kind":"mintscan","url":"https://www.mintscan.io/finschia","tx_page":"https://www.mintscan.io/finschia/tx/${txHash}","account_page":"https://www.mintscan.io/finschia/address/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/finschia","tx_page":"https://ezstaking.app/finschia/txs/${txHash}","account_page":"https://ezstaking.app/finschia/account/${accountAddress}"}],"colosseum-1":[{"kind":"ezstaking","url":"https://ezstaking.app/firmachain","tx_page":"https://ezstaking.app/firmachain/txs/${txHash}","account_page":"https://ezstaking.app/firmachain/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Firmachain-M","tx_page":"https://explorer.stavr.tech/Firmachain-M/txs/${txHash}","account_page":"https://explorer.stavr.tech/Firmachain-M/account/${accountAddress}"},{"kind":"bigdipper","url":"https://explorer.firmachain.dev","tx_page":"https://explorer.firmachain.dev/transactions/${txHash}"},{"kind":"explorer.ChainTools","url":"https://explorer.chaintools.tech/firmachain","tx_page":"https://explorer.chaintools.tech/firmachain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/firmachain","tx_page":"https://atomscan.com/firmachain/transactions/${txHash}","account_page":"https://atomscan.com/firmachain/accounts/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/firmachain/","tx_page":"https://explorer.nodeshub.online/firmachain/tx/${txHash}","account_page":"https://explorer.nodeshub.online/firmachain/accounts/${accountAddress}"}],"furya-1":[{"kind":"Furya Explorer","url":"https://explorer.furya.network/furya-1/","tx_page":"https://explorer.furya.network/furya-1/tx/${txHash}","account_page":"https://explorer.furya.network/furya-1/account/${accountAddress}"},{"kind":"Nodeshub Explorer","url":"https://explorer.nodeshub.online/furya","tx_page":"https://explorer.nodeshub.online/furya/txs/${txHash}","account_page":"https://explorer.nodeshub.online/furya/account/${accountAddress}"}],"fxcore":[{"kind":"starscan","url":"https://starscan.io","tx_page":"https://starscan.io/fxcore/tx/${txHash}","account_page":"https://starscan.io/fxcore/address/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/fx","tx_page":"https://explorer.tcnetwork.io/fx/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/fx/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/fxcore","tx_page":"https://ping.pub/fxcore/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/fxcore/","tx_page":"https://explorer.nodeshub.online/fxcore/tx/${txHash}","account_page":"https://explorer.nodeshub.online/fxcore/accounts/${accountAddress}"}],"galaxy-1":[{"kind":"ping.pub","url":"https://explorer.postcapitalist.io/Galaxy","tx_page":"https://explorer.postcapitalist.io/Galaxy/tx/${txHash}"}],"genesis_29-2":[{"kind":"ping.pub","url":"https://ping.pub/genesisL1","tx_page":"https://ping.pub/genesisL1/tx/${txHash}"},{"kind":"ping.pub","url":"https://exp.utsa.tech/genesis","tx_page":"https://exp.utsa.tech/genesis/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Genesisl1","tx_page":"https://explorer.stavr.tech/Genesisl1/tx/${txHash}","account_page":"https://explorer.stavr.tech/Genesisl1/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/genesisl1","tx_page":"https://atomscan.com/genesisl1/transactions/${txHash}","account_page":"https://atomscan.com/genesisl1/accounts/${accountAddress}"}],"evmos_9001-2":[{"kind":"ezstaking","url":"https://ezstaking.app/evmos","tx_page":"https://ezstaking.app/evmos/txs/${txHash}","account_page":"https://ezstaking.app/evmos/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/evmos","tx_page":"https://www.mintscan.io/evmos/transactions/${txHash}","account_page":"https://www.mintscan.io/evmos/accounts/${accountAddress}"},{"kind":"blockscout","url":"https://evm.evmos.org","tx_page":"https://evm.evmos.org/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/evmos","tx_page":"https://ping.pub/evmos/tx/${txHash}"},{"kind":"explorers.guru","url":"https://evmos.explorers.guru","tx_page":"https://evmos.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/evmos","tx_page":"https://atomscan.com/evmos/transactions/${txHash}","account_page":"https://atomscan.com/evmos/accounts/${accountAddress}"},{"kind":"tcnetwork","url":"https://evmos.tcnetwork.io","tx_page":"https://evmos.tcnetwork.io/transaction/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/evmos","account_page":"https://stakeflow.io/evmos/accounts/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/evmos","tx_page":"https://exp.stakevillage.net/evmos/tx/${txHash}","account_page":"https://exp.stakevillage.net/evmos/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/evmos","tx_page":"https://explorer.stavr.tech/evmos/tx/${txHash}","account_page":"https://explorer.stavr.tech/evmos/accounts/${accountAddress}"}],"wormchain":[{"kind":"bigdipper","url":"https://bigdipper.live/wormhole","tx_page":"https://bigdipper.live/wormhole/transactions/${txHash}","account_page":"https://bigdipper.live/wormhole/accounts/${accountAddress}"}],"gitopia":[{"kind":"ping.pub","url":"https://ping.pub/gitopia","tx_page":"https://ping.pub/gitopia/tx/${txHash}","account_page":"https://ping.pub/gitopia/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Gitopia-M","tx_page":"https://explorer.stavr.tech/Gitopia-M/tx/${txHash}","account_page":"https://explorer.stavr.tech/Gitopia-M/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/gitopia","tx_page":"https://exp.utsa.tech/gitopia/tx/${txHash}","account_page":"https://exp.utsa.tech/gitopia/account/${accountAddress}"},{"kind":"Nodeist","url":"https://exp.nodeist.net/gitopia","tx_page":"https://exp.nodeist.net/gitopia/tx/${txHash}","account_page":"https://exp.nodeist.net/gitopia/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/gitopia","tx_page":"https://explorer.stake-take.com/gitopia/tx/${txHash}","account_page":"https://explorer.stake-take.com/gitopia/account/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/gitopia","tx_page":"https://explorer.nodexcapital.com/gitopia/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/gitopia/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/gitopia","tx_page":"https://explorer.tcnetwork.io/gitopia/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/gitopia/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/gitopia","tx_page":"https://explorer.nodestake.top/gitopia/tx/${txHash}","account_page":"https://explorer.nodestake.top/gitopia/account/${accountAddress}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/gitopia","tx_page":"https://explorer.tendermint.roomit.xyz/gitopia/transaction/${txHash}","account_page":"https://explorer.tendermint.roomit.xyz/gitopia/account/${accountAddress}"},{"kind":"Moonbridge","url":"https://explorer.moonbridge.team/gitopia","tx_page":"https://explorer.moonbridge.team/gitopia/tx/${txHash}","account_page":"https://explorer.moonbridge.team/gitopia/account/${accountAddress}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/gitopia","tx_page":"https://explorer.konsortech.xyz/gitopia/tx/${txHash}","account_page":"https://explorer.konsortech.xyz/gitopia/account/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/gitopia","tx_page":"https://exp.stakevillage.net/gitopia/tx/${txHash}","account_page":"https://exp.stakevillage.net/gitopia/account/${accountAddress}"},{"kind":"AlxVoy ⚡ ANODE.TEAM","url":"https://main.anode.team/gitopia","tx_page":"https://main.anode.team/gitopia/tx/${txHash}","account_page":"https://main.anode.team/gitopia/account/${accountAddress}"},{"kind":"L0vd.com ❤️","url":"https://chain-services.l0vd.com/mainnets/gitopia","tx_page":"https://chain-services.l0vd.com/mainnets/gitopia/tx/${txHash}","account_page":"https://chain-services.l0vd.com/mainnets/gitopia/account/${accountAddress}"},{"kind":"ToTheMars","url":"https://explorer.tothemars.network/gitopia","tx_page":"https://explorer.tothemars.network/gitopia/tx/${txHash}","account_page":"https://explorer.tothemars.network/gitopia/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Gitopia","tx_page":"https://explorer.declab.pro/Gitopia/tx/${txHash}","account_page":"https://explorer.declab.pro/Gitopia/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/gitopia","tx_page":"https://mainnet.whispernode.com/gitopia/tx/${txHash}","account_page":"https://mainnet.whispernode.com/gitopia/account/${accountAddress}"}],"govgen-1":[{"kind":"ping.pub","url":"https://explorer.govgen.io/","tx_page":"https://explorer.govgen.io/govgen/tx/${txHash}","account_page":"https://explorer.govgen.io/govgen/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.nodeshub.online/govgen","tx_page":"https://explorer.nodeshub.online/govgen/tx/${txHash}","account_page":"https://explorer.nodeshub.online/govgen/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.equinoxdao.xyz/govgen","tx_page":"https://explorer.equinoxdao.xyz/govgen/tx/${txHash}","account_page":"https://explorer.equinoxdao.xyz/govgen/account/${accountAddress}"},{"kind":"ping.pub","url":"https://test.explorer.ist/govgen","tx_page":"https://test.explorer.ist/govgen/tx/${txHash}","account_page":"https://test.explorer.ist/govgen/account/${accountAddress}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/govgen","tx_page":"https://explorer.posthuman.digital/govgen/tx/${txHash}","account_page":"https://explorer.posthuman.digital/govgen/account/${accountAddress}"}],"helichain":[{"kind":"ping.pub","url":"https://explorer.helichain.com/Helichain","tx_page":"https://explorer.helichain.com/Helichain/tx/${txHash}","account_page":"https://explorer.helichain.com/Helichain/account/${accountAddress}"}],"highbury_710-1":[{"kind":"pingpub","url":"https://explorer.furya.wtf/","tx_page":"https://www.explorer.furya.wtf//txs/${txHash}","account_page":"https://explorer.furya.wtf//account/${accountAddress}"}],"humans_1089-1":[{"kind":"mintscan","url":"https://mintscan.io/humans","tx_page":"https://www.mintscan.io/humans/tx/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/humans","tx_page":"https://ezstaking.app/humans/txs/${txHash}","account_page":"https://ezstaking.app/humans/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/humans","tx_page":"https://ping.pub/humans/tx/${txHash}"},{"kind":"explorers.guru","url":"https://humans.explorers.guru","tx_page":"https://humans.explorers.guru/transaction/${txHash}"},{"kind":"exploreme","url":"https://humansai.exploreme.pro/","tx_page":"https://humans.exploreme.pro/transaction/${txHash}"},{"kind":"itrocket","url":"https://mainnet.itrocket.net/humans/staking","tx_page":"https://mainnet.itrocket.net/humans/tx/${txHash}","account_page":"https://mainnet.itrocket.net/humans/account/${accountAddress}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/humans","tx_page":"https://explorer.posthuman.digital/humans/tx/${txHash}","account_page":"https://explorer.posthuman.digital/humans/account/${accountAddress}"}],"Antora":[{"kind":"chadscan","url":"https://chadscan.com","tx_page":"https://chadscan.com/transactions/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/idep","tx_page":"https://atomscan.com/idep/transactions/${txHash}","account_page":"https://atomscan.com/idep/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/idep","tx_page":"https://explorer.tcnetwork.io/idep/transaction/${txHash}"}],"gravity-bridge-3":[{"kind":"ezstaking","url":"https://ezstaking.app/gravitybridge","tx_page":"https://ezstaking.app/gravitybridge/txs/${txHash}","account_page":"https://ezstaking.app/gravitybridge/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/gravity-bridge","tx_page":"https://www.mintscan.io/gravity-bridge/transactions/${txHash}","account_page":"https://www.mintscan.io/gravity-bridge/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/gravity-bridge","tx_page":"https://ping.pub/gravity-bridge/tx/${txHash}"},{"kind":"explorers.guru","url":"https://gravity.explorers.guru","tx_page":"https://gravity.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/gravity-bridge","tx_page":"https://atomscan.com/gravity-bridge/transactions/${txHash}","account_page":"https://atomscan.com/gravity-bridge/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/gravitybridge","tx_page":"https://explorer.tcnetwork.io/gravitybridge/transaction/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/gravity-bridge","account_page":"https://stakeflow.io/gravity-bridge/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/GravityBridge","tx_page":"https://explorer.stavr.tech/GravityBridge/tx/${txHash}","account_page":"https://explorer.stavr.tech/GravityBridge/accounts/${accountAddress}"}],"imversed_5555555-1":[{"kind":"blockscout","url":"https://txe.imversed.network/","tx_page":"https://txe.imversed.network/tx/${txHash}"}],"haqq_11235-1":[{"kind":"blockscout","url":"https://explorer.haqq.network","tx_page":"https://explorer.haqq.network/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/haqq","tx_page":"https://ping.pub/haqq/tx/${txHash}"},{"kind":"explorers.guru","url":"https://haqq.explorers.guru","tx_page":"https://haqq.explorers.guru/transaction/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/haqq","tx_page":"https://explorer.nodestake.top/haqq/tx/${txHash}"},{"kind":"KonsorTech Explorer","url":"https://explorer.konsortech.xyz/haqq","tx_page":"https://explorer.konsortech.xyz/haqq/tx/${txHash}"},{"kind":"Palamar Explorer","url":"https://explorer.palamar.io/haqq","tx_page":"https://explorer.palamar.io/haqq/tx/${txHash}"}],"ixo-5":[{"kind":"ezstaking","url":"https://ezstaking.app/ixo","tx_page":"https://ezstaking.app/ixo/txs/${txHash}","account_page":"https://ezstaking.app/ixo/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/IXO-Mainnet","tx_page":"https://explorer.stavr.tech/IXO-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/IXO-Mainnet/account/${accountAddress}"},{"kind":"bigdipper","url":"https://blockscan.ixo.world","tx_page":"https://blockscan.ixo.world/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/ixo","tx_page":"https://ping.pub/ixo/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/ixo","tx_page":"https://atomscan.com/ixo/transactions/${txHash}","account_page":"https://atomscan.com/ixo/accounts/${accountAddress}"},{"kind":"Mintscan","url":"https://www.mintscan.io/ixo","tx_page":"https://www.mintscan.io/ixo/transactions/${txHash}","account_page":"https://www.mintscan.io/ixo/accounts/${accountAddress}"}],"irishub-1":[{"kind":"ezstaking","url":"https://ezstaking.app/irisnet","tx_page":"https://ezstaking.app/irisnet/txs/${txHash}","account_page":"https://ezstaking.app/irisnet/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/iris","tx_page":"https://www.mintscan.io/iris/transactions/${txHash}","account_page":"https://www.mintscan.io/iris/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/iris-network","tx_page":"https://ping.pub/iris-network/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/iris-network","tx_page":"https://atomscan.com/iris-network/transactions/${txHash}","account_page":"https://atomscan.com/iris-network/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/irisnet","account_page":"https://stakeflow.io/irisnet/accounts/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/iris","tx_page":"https://exp.nodeist.net/iris/tx/${txHash}"},{"kind":"L0vd.com ❤️","url":"https://explorers.l0vd.com/iris-mainnet","tx_page":"https://explorers.l0vd.com/iris-mainnet/tx/${txHash}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/iris","tx_page":"https://explorer.konsortech.xyz/iris/tx/${txHash}"}],"injective-1":[{"kind":"ezstaking","url":"https://ezstaking.app/injective","tx_page":"https://ezstaking.app/injective/txs/${txHash}","account_page":"https://ezstaking.app/injective/account/${accountAddress}"},{"kind":"injectiveprotocol","url":"https://explorer.injective.network/","tx_page":"https://explorer.injective.network/transaction/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/injective","tx_page":"https://ping.pub/injective/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/injective","tx_page":"https://atomscan.com/injective/transactions/${txHash}","account_page":"https://atomscan.com/injective/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/injective","tx_page":"https://www.mintscan.io/injective/transactions/${txHash}","account_page":"https://www.mintscan.io/injective/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/injective","account_page":"https://stakeflow.io/injective/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/injective","tx_page":"https://mainnet.whispernode.com/injective/tx/${txHash}","account_page":"https://mainnet.whispernode.com/injective/account/${accountAddress}"}],"jackal-1":[{"kind":"ping.pub","url":"https://ping.pub/jackal","tx_page":"https://ping.pub/jackal/tx/${txHash}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/jackal","tx_page":"https://explorer.nodestake.top/jackal/tx/${txHash}"},{"kind":"BccNodes","url":"https://explorer.bccnodes.com/jackal","tx_page":"https://explorer.bccnodes.com/jackal/tx/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/jackal","tx_page":"https://exp.utsa.tech/jackal/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/jackal","tx_page":"https://explorer.stavr.tech/jackal/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/jackal","tx_page":"https://exp.nodeist.net/jackal/tx/${txHash}"},{"kind":"Big Dipper","url":"https://bigdipper.live/jackal","tx_page":"https://bigdipper.live/jackal/transactions/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/jackal","tx_page":"https://mainnet.whispernode.com/jackal/tx/${txHash}","account_page":"https://mainnet.whispernode.com/jackal/account/${accountAddress}"}],"joltify_1729-1":[{"kind":"big dipper","url":"https://explorer.joltify.io/joltify","tx_page":"https://explorer.joltify.io/joltify/transactions/${txHash}","account_page":"https://explorer.joltify.io/joltify/accounts/${accountAddress}"}],"kava_2222-10":[{"kind":"mintscan","url":"https://www.mintscan.io/kava","tx_page":"https://www.mintscan.io/kava/transactions/${txHash}","account_page":"https://www.mintscan.io/kava/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/kava","tx_page":"https://ezstaking.app/kava/txs/${txHash}","account_page":"https://ezstaking.app/kava/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/kava","tx_page":"https://ping.pub/kava/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/kava","tx_page":"https://atomscan.com/kava/transactions/${txHash}","account_page":"https://atomscan.com/kava/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/kava","account_page":"https://stakeflow.io/kava/accounts/${accountAddress}"}],"juno-1":[{"kind":"ezstaking","url":"https://ezstaking.app/juno","tx_page":"https://ezstaking.app/juno/txs/${txHash}","account_page":"https://ezstaking.app/juno/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/juno","tx_page":"https://ping.pub/juno/tx/${txHash}"},{"kind":"explorers.guru","url":"https://juno.explorers.guru","tx_page":"https://juno.explorers.guru/transaction/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/juno","tx_page":"https://www.mintscan.io/juno/transactions/${txHash}","account_page":"https://www.mintscan.io/juno/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/juno","tx_page":"https://atomscan.com/juno/transactions/${txHash}","account_page":"https://atomscan.com/juno/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/juno","tx_page":"https://explorer.stavr.tech/juno/transactions/${txHash}","account_page":"https://explorer.stavr.tech/juno/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/juno","tx_page":"https://explorer.tcnetwork.io/juno/transaction/${txHash}"},{"kind":"Stakeflow","url":"https://stakeflow.io/juno","account_page":"https://stakeflow.io/juno/accounts/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Juno","tx_page":"https://explorer.declab.pro/Juno/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/juno/","tx_page":"https://explorer.nodeshub.online/juno/tx/${txHash}","account_page":"https://explorer.nodeshub.online/juno/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/juno","tx_page":"https://mainnet.whispernode.com/juno/tx/${txHash}","account_page":"https://mainnet.whispernode.com/juno/account/${accountAddress}"}],"kichain-2":[{"kind":"ezstaking","url":"https://ezstaking.app/kichain","tx_page":"https://ezstaking.app/kichain/txs/${txHash}","account_page":"https://ezstaking.app/kichain/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/ki-chain","tx_page":"https://www.mintscan.io/ki-chain/txs/${txHash}","account_page":"https://www.mintscan.io/ki-chain/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Kichain-Mainnet","tx_page":"https://explorer.stavr.tech/Kichain-Mainnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/kichain","tx_page":"https://ping.pub/kichain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/ki-chain","tx_page":"https://atomscan.com/ki-chain/transactions/${txHash}","account_page":"https://atomscan.com/ki-chain/accounts/${accountAddress}"}],"darchub":[{"kind":"konstellation","url":"https://explorer.konstellation.tech/","tx_page":"https://explorer.konstellation.tech/tx/${txHash}"},{"kind":"cosmotracker","url":"https://cosmotracker.com/konstellation","tx_page":"https://cosmotracker.com/konstellation/tx/${txHash}"}],"lambda_92000-1":[{"kind":"blockscout","url":"https://explorer.lambda.im/","tx_page":"https://explorer.lambda.im/tx/${txHash}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/lambda","tx_page":"https://explorer.nodestake.top/lambda/txs/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/lambda","tx_page":"https://explorer.stavr.tech/lambda/txs/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/lambda","tx_page":"https://atomscan.com/lambda/transactions/${txHash}","account_page":"https://atomscan.com/lambda/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/lambda","tx_page":"https://explorer.whenmoonwhenlambo.money/lambda/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/lambda/account/${accountAddress}"}],"lava-mainnet-1":[{"kind":"w3coins","url":"https://lava-explorer.w3coins.io/Lava","tx_page":"https://lava-explorer.w3coins.io/Lava/tx/${txHash}","account_page":"https://lava-explorer.w3coins.io/Lava/account/${accountAddress}"}],"kyve-1":[{"kind":"ezstaking","url":"https://ezstaking.app/kyve","tx_page":"https://ezstaking.app/kyve/txs/${txHash}","account_page":"https://ezstaking.app/kyve/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/kyve","tx_page":"https://www.mintscan.io/kyve/txs/${txHash}","account_page":"https://www.mintscan.io/kyve/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/kyve","tx_page":"https://explorer.nodestake.top/kyve/txs/${txHash}","account_page":"https://explorer.nodestake.top/kyve/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Kyve","tx_page":"https://explorer.stavr.tech/Kyve/txs/${txHash}","account_page":"https://explorer.stavr.tech/Kyve/account/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/kyve","tx_page":"https://explorer.stake-take.com/kyve/txs/${txHash}","account_page":"https://explorer.stake-take.com/kyve/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Kyve","tx_page":"https://explorer.declab.pro/Kyve/txs/${txHash}","account_page":"https://explorer.declab.pro/Kyve/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/kyve","tx_page":"https://explorer.whenmoonwhenlambo.money/kyve/txs/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/kyve/account/${accountAddress}"}],"likecoin-mainnet-2":[{"kind":"mintscan","url":"https://www.mintscan.io/likecoin","tx_page":"https://www.mintscan.io/likecoin/transactions/${txHash}","account_page":"https://www.mintscan.io/likecoin/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/likecoin","tx_page":"https://ezstaking.app/likecoin/txs/${txHash}","account_page":"https://ezstaking.app/likecoin/account/${accountAddress}"},{"kind":"lunie-ng","url":"https://stake.like.co/"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Likecoin-M","tx_page":"https://explorer.stavr.tech/Likecoin-M/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/likecoin","tx_page":"https://ping.pub/likecoin/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/likecoin","tx_page":"https://atomscan.com/likecoin/transactions/${txHash}","account_page":"https://atomscan.com/likecoin/accounts/${accountAddress}"}],"kaiyo-1":[{"kind":"kujira","url":"https://finder.kujira.app","tx_page":"https://finder.kujira.app/kaiyo-1/tx/${txHash}"},{"kind":"explorers.guru","url":"https://kujira.explorers.guru","tx_page":"https://kujira.explorers.guru/transaction/${txHash}"},{"kind":"ezstaking","url":"https://ezstaking.app/kujira","tx_page":"https://ezstaking.app/kujira/txs/${txHash}","account_page":"https://ezstaking.app/kujira/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/kujira","tx_page":"https://atomscan.com/kujira/transactions/${txHash}","account_page":"https://atomscan.com/kujira/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/kujira","tx_page":"https://mainnet.whispernode.com/kujira/tx/${txHash}","account_page":"https://mainnet.whispernode.com/kujira/account/${accountAddress}"}],"logos_7002-1":[],"loop-1":[{"kind":"ping.pub","url":"https://ping.pfc.zone/loop","tx_page":"https://ping.pfc.zone/loop/tx/${txHash}"}],"loyal-main-02":[{"kind":"Loyal explorer","url":"https://pingpub.joinloyal.io/loyal","tx_page":"https://pingpub.joinloyal.io/loyal/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/loyal","tx_page":"https://explorer.tcnetwork.io/loyal/transaction/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/loyal","tx_page":"https://explorer.nodestake.top/loyal/tx/${txHash}"}],"LumenX":[{"kind":"ping.pub","url":"https://explorer.chaintools.tech/lumenx","tx_page":"https://explorer.chaintools.tech/lumenx/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.cryptonet.pl/lumenx","tx_page":"https://explorer.cryptonet.pl/lumenx/tx/${txHash}"},{"kind":"Kynraze","url":"https://explorer.kynraze.com/lumenx","tx_page":"https://explorer.kynraze.com/lumenx/tx/${txHash}"},{"kind":"ComunityNode","url":"https://explorer.comunitynode.my.id/lumenx","tx_page":"https://explorer.comunitynode.my.id/lumenx/tx/${txHash}"},{"kind":"Nodine.ID","url":"https://explorer.co.id/lumenx","tx_page":"https://explorer.co.id/lumenx/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/lumenx","tx_page":"https://atomscan.com/lumenx/transactions/${txHash}","account_page":"https://atomscan.com/lumenx/accounts/${accountAddress}"}],"lum-network-1":[{"kind":"ezstaking","url":"https://ezstaking.app/lumnetwork","tx_page":"https://ezstaking.app/lumnetwork/txs/${txHash}","account_page":"https://ezstaking.app/lumnetwork/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/lum","tx_page":"https://www.mintscan.io/lum/transactions/${txHash}","account_page":"https://www.mintscan.io/lum/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/LumNetwork-Mainnet","tx_page":"https://explorer.stavr.tech/LumNetwork-Mainnet/tx/${txHash}"},{"kind":"lum-network","url":"https://explorer.lum.network","tx_page":"https://explorer.lum.network/txs/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/lum-network","tx_page":"https://ping.pub/lum-network/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/lum-network","tx_page":"https://atomscan.com/lum-network/transactions/${txHash}","account_page":"https://atomscan.com/lum-network/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/lum-network","tx_page":"https://explorer.whenmoonwhenlambo.money/lum-network/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/lum-network/account/${accountAddress}"}],"mars-1":[{"kind":"ezstaking","url":"https://ezstaking.app/mars","tx_page":"https://ezstaking.app/mars/txs/${txHash}","account_page":"https://ezstaking.app/mars/account/${accountAddress}"},{"kind":"BigDipper","url":"https://explorer.marsprotocol.io","tx_page":"https://explorer.marsprotocol.io/transactions/${txHash}","account_page":"https://explorer.marsprotocol.io/accounts/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/mars","tx_page":"https://explorer.nodestake.top/mars/transactions/${txHash}","account_page":"https://explorer.nodestake.top/mars/account/${accountAddress}"},{"kind":"Nodes.Guru","url":"https://mars.explorers.guru/","tx_page":"https://mars.explorers.guru/transaction/${txHash}","account_page":"https://mars.explorers.guru/account/${accountAddress}"},{"kind":"MintScan","url":"https://www.mintscan.io/mars-protocol","tx_page":"https://www.mintscan.io/mars-protocol/transactions/${txHash}","account_page":"https://www.mintscan.io/mars-protocol/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/mars","tx_page":"https://ping.pub/mars/tx/${txHash}","account_page":"https://ping.pub/mars/account/${accountAddress}"}],"mayachain-mainnet-v1":[{"kind":"Maya Protocol explorer","url":"https://www.explorer.mayachain.info","tx_page":"https://www.explorer.mayachain.info/#/txs/${txHash}"}],"medasdigital-1":[{"kind":"BigDipper","url":"https://explorer.medas-digital.io:3100/medasdigital","tx_page":"https://explorer.medas-digital.io:3100/medasdigital/transactions/${txHash}","account_page":"explorer.medas-digital.io:3100/medasdigital/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/frontier/medasdigital","tx_page":"https://atomscan.com/frontier/medasdigital/transactions/${txHash}","account_page":"https://atomscan.com/frontier/medasdigital/accounts/${accountAddress}"}],"meme-1":[{"kind":"ping.pub","url":"https://ping.pub/meme","tx_page":"https://ping.pub/meme/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/meme","tx_page":"https://atomscan.com/meme/transactions/${txHash}","account_page":"https://atomscan.com/meme/accounts/${accountAddress}"},{"kind":"MEME Explorer","url":"https://explorer.meme.sx/meme","tx_page":"https://explorer.meme.sx/meme/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/meme","tx_page":"https://atomscan.com/meme/transactions/${txHash}","account_page":"https://atomscan.com/meme/accounts/${accountAddress}"},{"kind":"Brochain","url":"https://explorer.brocha.in/meme","tx_page":"https://explorer.brocha.in/meme/tx/${txHash}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/meme","tx_page":"https://explorer.stake-take.com/meme/tx/${txHash}","account_page":"https://explorer.stake-take.com/meme/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Meme","tx_page":"https://explorer.stavr.tech/Meme/tx/${txHash}","account_page":"https://explorer.stavr.tech/Meme/account/${accountAddress}"}],"microtick-1":[{"kind":"ping.pub","url":"https://ping.pub/microtick","tx_page":"https://ping.pub/microtick/tx/${txHash}"}],"migaloo-1":[{"kind":"Migaloo Explorers Guru","url":"https://migaloo.explorers.guru","tx_page":"https://migaloo.explorers.guru/transaction/${txHash}","account_page":"https://migaloo.explorers.guru/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/migaloo","tx_page":"https://ping.pub/migaloo/tx/${txHash}"},{"kind":"Silk Nodes","url":"https://explorer.silknodes.io/migaloo","tx_page":"https://explorer.silknodes.io/migaloo/tx/${txHash}","account_page":"https://explorer.silknodes.io/migaloo/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/migaloo","tx_page":"https://atomscan.com/migaloo/transactions/${txHash}","account_page":"https://atomscan.com/migaloo/accounts/${accountAddress}"}],"mainnet":[{"kind":"Mises-GW Explorer","url":"https://gw.mises.site","tx_page":"https://gw.mises.site/tx/${txHash}"},{"kind":"Jambulmerah ping.pub based","url":"https://explorer.jambulmerah.dev/mises","tx_page":"https://explorer.jambulmerah.dev/mises/tx/${txHash}"}],"mun-1":[{"url":"https://explorer.mun.money/mun","tx_page":"https://explorer.mun.money/mun/${txHash}"},{"url":"https://explorer.indonode.net/mun/staking","tx_page":"https://explorer.indonode.net/mun/${txHash}"},{"url":"https://explorer.konsortech.xyz/mun/staking","tx_page":"https://explorer.konsortech.xyz/mun/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/mun","tx_page":"https://ping.pub/mun/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/mun","tx_page":"https://explorer.tcnetwork.io/mun/transaction/${txHash}"}],"mythos_7001-1":[],"neura_266-1":[],"Neutaro-1":[{"kind":"ping.pub","url":"https://explorer.neutaro.tech/Neutaro","tx_page":"https://explorer.neutaro.tech/Neutaro/tx/${txHash}","account_page":"https://explorer.neutaro.tech/Neutaro/account/${accountAddress}"}],"cataclysm-1":[{"kind":"Nodes Guru","url":"https://nibiru.explorers.guru/","tx_page":"https://nibiru.explorers.guru/transaction/${txHash}","account_page":"https://nibiru.explorers.guru/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.org/nibiru","tx_page":"https://explorer.nodestake.org/nibiru/tx/${txHash}","account_page":"https://explorer.nodestake.org/nibiru/account/${accountAddress}"},{"kind":"LiveRaveN","url":"https://mainnet.explorer.liveraven.net/nibiru","tx_page":"https://mainnet.explorer.liveraven.net/nibiru/tx/${txHash}","account_page":"https://mainnet.explorer.liveraven.net/nibiru/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Nibiru-Mainnet","tx_page":"https://explorer.stavr.tech/Nibiru-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Nibiru-Mainnet/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/nibiru/","tx_page":"https://explorer.nodeshub.online/nibiru/tx/${txHash}","account_page":"https://explorer.nodeshub.online/nibiru/accounts/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/nibiru-mainnet","tx_page":"https://exp.stakevillage.net/nibiru-mainnet/tx/${txHash}","account_page":"https://exp.stakevillage.net/nibiru-mainnet/accounts/${accountAddress}"}],"nim_1122-1":[{"kind":"FYI","url":"https://dym.fyi/r/nim","tx_page":"https://dym.fyi/r/nim/tx/${txHash}","account_page":"https://dym.fyi/r/nim/address/${accountAddress}"}],"neutron-1":[{"kind":"Mintscan","url":"https://www.mintscan.io/neutron","tx_page":"https://www.mintscan.io/neutron/transactions/${txHash}","account_page":"https://www.mintscan.io/neutron/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/neutron","tx_page":"https://ezstaking.app/neutron/txs/${txHash}","account_page":"https://ezstaking.app/neutron/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/neutron","tx_page":"https://mainnet.whispernode.com/neutron/tx/${txHash}","account_page":"https://mainnet.whispernode.com/neutron/account/${accountAddress}"}],"noble-1":[{"kind":"mintscan","url":"https://www.mintscan.io/noble","tx_page":"https://www.mintscan.io/noble/txs/${txHash}","account_page":"https://www.mintscan.io/noble/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/noble","tx_page":"https://ezstaking.app/noble/txs/${txHash}","account_page":"https://ezstaking.app/noble/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/noble","account_page":"https://stakeflow.io/noble/accounts/${accountAddress}"}],"nois-1":[{"kind":"ezstaking","url":"https://ezstaking.app/nois","tx_page":"https://ezstaking.app/nois/txs/${txHash}","account_page":"https://ezstaking.app/nois/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/nois-mainnet","tx_page":"https://explorer.stavr.tech/nois-mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/nois-mainnet/account/${accountAddress}"},{"kind":"BccNodes","url":"https://explorer.stavr.tech/nois-mainnet","tx_page":"https://explorer.bccnodes.com/nois-M/txs/${txHash}","account_page":"https://explorer.bccnodes.com/nois-M/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://nois.explorers.guru","tx_page":"https://nois.explorers.guru/transaction/${txHash}","account_page":"https://nois.explorers.guru/account/${accountAddress}"}],"pirin-1":[{"kind":"Nolus Explorer","url":"https://explorer.nolus.io/pirin-1","tx_page":"https://explorer.nolus.io/pirin-1/tx/${txHash}","account_page":"https://explorer.nolus.io/pirin-1/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/nolus","tx_page":"https://ping.pub/nolus/tx/${txHash}","account_page":"https://ping.pub/nolus/account/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/nolus","tx_page":"https://explorer.nodexcapital.com/nolus/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/nolus/account/${accountAddress}"},{"kind":"Nodes Guru Explorer","url":"https://nolus.explorers.guru","tx_page":"https://nolus.explorers.guru/transaction/${txHash}"},{"kind":"KJ Nodes Explorer","url":"https://explorer.kjnodes.com/nolus","tx_page":"https://explorer.kjnodes.com/nolus/tx/${txHash}","account_page":"https://explorer.kjnodes.com/nolus/account/${accountAddress}"}],"nomic-stakenet-3":[{"kind":"bigdipper","url":"https://bigdipper.live/nomic","tx_page":"https://bigdipper.live/nomic/transactions/${txHash}","account_page":"https://bigdipper.live/nomic/accounts/${accountAddress}"},{"kind":"Zenscan.io","url":"https://nomic.zenscan.io/index.php","tx_page":"https://nomic.zenscan.io/transaction.php?hash=${txHash}","account_page":"https://nomic.zenscan.io/address.php?address=${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/nomic","tx_page":"https://mainnet.whispernode.com/nomic/tx/${txHash}","account_page":"https://mainnet.whispernode.com/nomic/account/${accountAddress}"}],"nyx":[{"kind":"Nodes Guru explorer","url":"https://nym.explorers.guru/","tx_page":"https://nym.explorers.guru/transaction/${txHash}","account_page":"https://nym.explorers.guru/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/nyx","tx_page":"https://ezstaking.app/nyx/txs/${txHash}","account_page":"https://ezstaking.app/nyx/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/nyx","tx_page":"https://www.mintscan.io/nyx/transactions/${txHash}","account_page":"https://www.mintscan.io/nyx/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/nyx","tx_page":"https://ping.pub/nyx/tx/${txHash}"}],"octa":[{"kind":"Octa explorer","url":"http://explorer.octa-coin.com/","tx_page":"http://explorer.octa-coin.com/txs/${txHash}"}],"odin-mainnet-freya":[{"kind":"odin web","url":"https://mainnet.odinprotocol.io/","tx_page":"https://mainnet.odinprotocol.io/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/odin","tx_page":"https://ping.pub/odin/tx/${txHash}"}],"exchain-66":[{"kind":"OKLink","url":"https://www.oklink.com/en/okc","tx_page":"https://www.oklink.com/en/okc/tx/${txHash}","account_page":"https://www.oklink.com/en/okc/address/${accountAddress}"}],"omniflixhub-1":[{"kind":"ezstaking","url":"https://ezstaking.app/omniflixhub","tx_page":"https://ezstaking.app/omniflixhub/txs/${txHash}","account_page":"https://ezstaking.app/omniflixhub/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/omniflix","tx_page":"https://www.mintscan.io/omniflix/transactions/${txHash}","account_page":"https://www.mintscan.io/omniflix/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/omniflixhub","tx_page":"https://atomscan.com/omniflixhub/transactions/${txHash}","account_page":"https://atomscan.com/omniflixhub/accounts/${accountAddress}"},{"kind":"STAKR.space explorer","url":"https://explorer.stakr.space/omniflix/","tx_page":"https://explorer.stakr.space/omniflix/tx/${txHash}","account_page":"https://explorer.stakr.space/omniflix/account/${accountAddress}"}],"onex-mainnet-1":[{"kind":"Dexplorer - must enter rpc link provided above","url":"https://dexplorer.cakralabs.site","tx_page":"https://dexplorer.cakralabs.site/txs/${txHash}","account_page":"https://dexplorer.cakralabs.site/${accountAddress}"}],"onomy-mainnet-1":[{"kind":"mintscan","url":"https://www.mintscan.io/onomy-protocol","tx_page":"https://www.mintscan.io/onomy-protocol/transactions/${txHash}","account_page":"https://www.mintscan.io/onomy-protocol/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/onomy","tx_page":"https://ezstaking.app/onomy/txs/${txHash}","account_page":"https://ezstaking.app/onomy/account/${accountAddress}"}],"Oraichain":[{"kind":"oraiscan","url":"https://scan.orai.io","tx_page":"https://scan.orai.io/txs/${txHash}"},{"kind":"Nodine Explorer","url":"https://explorer.co.id/orai","tx_page":"https://explorer.co.id/orai/tx/${txHash}"},{"kind":"Blockval Explorer","url":"https://explorer.blockval.io/oraichain","tx_page":"https://explorer.blockval.io/oraichain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/orai","tx_page":"https://atomscan.com/orai/transactions/${txHash}","account_page":"https://atomscan.com/orai/accounts/${accountAddress}"},{"kind":"KonsorTech Explorer","url":"https://explorer.konsortech.xyz/oraichain","tx_page":"https://explorer.konsortech.xyz/oraichain/transactions/${txHash}","account_page":"https://explorer.konsortech.xyz/oraichain/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/Orai-Mainnet","tx_page":"https://explorer.stavr.tech/Orai-Mainnet/transactions/${txHash}","account_page":"https://explorer.stavr.tech/Orai-Mainnet/accounts/${accountAddress}"}],"panacea-3":[{"kind":"mintscan","url":"https://www.mintscan.io/medibloc","tx_page":"https://www.mintscan.io/medibloc/transactions/${txHash}","account_page":"https://www.mintscan.io/medibloc/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://explorer.gopanacea.org","tx_page":"https://explorer.gopanacea.org/transactions/${txHash}"}],"passage-1":[{"kind":"aneka","url":"https://passage.aneka.io","tx_page":"https://passage.aneka.io/txs/${txHash}","account_page":"https://passage.aneka.io/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/passage","tx_page":"https://www.mintscan.io/passage/txs/${txHash}","account_page":"https://www.mintscan.io/passage/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/passage","tx_page":"https://ezstaking.app/passage/txs/${txHash}","account_page":"https://ezstaking.app/passage/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/passage","tx_page":"https://atomscan.com/passage/transactions/${txHash}","account_page":"https://atomscan.com/passage/accounts/${accountAddress}"}],"passage-2":[{"kind":"aneka","url":"https://passage.aneka.io","tx_page":"https://passage.aneka.io/txs/${txHash}","account_page":"https://passage.aneka.io/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/passage","tx_page":"https://www.mintscan.io/passage/transactions/${txHash}","account_page":"https://www.mintscan.io/passage/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/passage","tx_page":"https://ezstaking.app/passage/txs/${txHash}","account_page":"https://ezstaking.app/passage/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/passage","tx_page":"https://atomscan.com/passage/transactions/${txHash}","account_page":"https://atomscan.com/passage/accounts/${accountAddress}"},{"kind":"cosmotracker","url":"https://cosmotracker.com/passage","tx_page":"https://cosmotracker.com/passage/tx/${txHash}","account_page":"https://cosmotracker.com/passage/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/passage","tx_page":"https://mainnet.whispernode.com/passage/tx/${txHash}","account_page":"https://mainnet.whispernode.com/passage/account/${accountAddress}"}],"osmosis-1":[{"kind":"ezstaking","url":"https://ezstaking.app/osmosis","tx_page":"https://ezstaking.app/osmosis/txs/${txHash}","account_page":"https://ezstaking.app/osmosis/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/osmosis","tx_page":"https://www.mintscan.io/osmosis/transactions/${txHash}","account_page":"https://www.mintscan.io/osmosis/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/osmosis","tx_page":"https://ping.pub/osmosis/tx/${txHash}"},{"kind":"explorers.guru","url":"https://osmosis.explorers.guru","tx_page":"https://osmosis.explorers.guru/transaction/${txHash}","account_page":"https://osmosis.explorers.guru/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/osmosis","tx_page":"https://atomscan.com/osmosis/transactions/${txHash}","account_page":"https://atomscan.com/osmosis/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/osmosis","tx_page":"https://explorer.tcnetwork.io/osmosis/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/osmosis/account/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/osmosis","account_page":"https://stakeflow.io/osmosis/accounts/${accountAddress}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/osmosis","tx_page":"https://exp.nodeist.net/osmosis/tx/${txHash}"},{"kind":"L0vd.com ❤️","url":"https://explorers.l0vd.com/osmosis-mainnet","tx_page":"https://explorers.l0vd.com/osmosis-mainnet/tx/${txHash}"},{"kind":"Chainscope","url":"https://chainsco.pe/osmosis","tx_page":"https://chainsco.pe/osmosis/tx/${txHash}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/osmosis","tx_page":"https://mainnet.whispernode.com/osmosis/tx/${txHash}","account_page":"https://mainnet.whispernode.com/osmosis/account/${accountAddress}"}],"point_10687-1":[{"kind":"blockscout","url":"https://explorer.pointnetwork.io/","tx_page":"https://explorer.pointnetwork.io/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Point-Mainnet","tx_page":"https://explorer.stavr.tech/Point-Mainnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://cosmos.pointnetwork.io/","tx_page":"https://cosmos.pointnetwork.io/point/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/point","tx_page":"https://explorer.nodexcapital.com/point/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/point","tx_page":"https://atomscan.com/point/transactions/${txHash}","account_page":"https://atomscan.com/point/accounts/${accountAddress}"}],"core-1":[{"kind":"mintscan","url":"https://www.mintscan.io/persistence","tx_page":"https://www.mintscan.io/persistence/transactions/${txHash}","account_page":"https://www.mintscan.io/persistence/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/persistence","tx_page":"https://ezstaking.app/persistence/txs/${txHash}","account_page":"https://ezstaking.app/persistence/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/persistence","tx_page":"https://ping.pub/persistence/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Persistence-Mainnet","tx_page":"https://explorer.stavr.tech/Persistence-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/persistence","tx_page":"https://atomscan.com/persistence/transactions/${txHash}","account_page":"https://atomscan.com/persistence/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/persistence","account_page":"https://stakeflow.io/persistence/accounts/${accountAddress}"}],"planq_7070-2":[{"kind":"bigdipper","url":"https://explorer.planq.network","tx_page":"https://explorer.planq.network/transactions/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Planq-Mainnet","tx_page":"https://explorer.stavr.tech/Planq-Mainnet/tx/${txHash}"},{"kind":"blockscout","url":"https://evm.planq.network","tx_page":"https://evm.planq.network/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/planq","tx_page":"https://explorer.nodestake.top/planq/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/planq","tx_page":"https://explorer.tcnetwork.io/planq/transaction/${txHash}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/planq","tx_page":"https://explorer.tendermint.roomit.xyz/planq/transaction/${txHash}"},{"kind":"Kynraze","url":"https://explorer.kynraze.com/planq","tx_page":"https://explorer.kynraze.com/planq/tx/${txHash}"},{"kind":"THE EXPLORER","url":"https://explorer.sxlzptprjkt.xyz/planq","tx_page":"https://explorer.sxlzptprjkt.xyz/planq/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/planq","tx_page":"https://explorer.nodexcapital.com/planq/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/planq","tx_page":"https://atomscan.com/planq/transactions/${txHash}","account_page":"https://atomscan.com/planq/accounts/${accountAddress}"},{"kind":"Indonode","url":"https://explorer.indonode.net/planq","tx_page":"https://explorer.indonode.net/planq/tx/${txHash}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/planq","tx_page":"https://explorer.safeblock.space/planq/tx/${txHash}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/planq","tx_page":"https://explorer.konsortech.xyz/planq/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/planq","tx_page":"https://explorer.whenmoonwhenlambo.money/tx/${txHash}"}],"pryzm-1":[{"kind":"Chainscope","url":"https://chainsco.pe/pryzm","tx_page":"https://chainsco.pe/pryzm/tx/${txHash}","account_page":"https://chainsco.pe/pryzm/address/${accountAddress}"},{"kind":"PingPub","url":"https://cosmosrun.info/pryzm","tx_page":"https://cosmosrun.info/pryzm/tx/${txHash}","account_page":"https://cosmosrun.info/pryzm/account/${accountAddress}"}],"PUNDIX":[{"kind":"starscan","url":"https://starscan.io","tx_page":"https://starscan.io/pundix/tx/${txHash}","account_page":"https://starscan.io/pundix/address/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/pundix/","tx_page":"https://explorer.nodeshub.online/pundix/tx/${txHash}","account_page":"https://explorer.nodeshub.online/pundix/accounts/${accountAddress}"}],"pio-mainnet-1":[{"kind":"Provenance","url":"https://explorer.provenance.io","tx_page":"https://explorer.provenance.io/tx/${txHash}"},{"kind":"hubble","url":"https://hubble.figment.io/provenance/chains/pio-mainnet-1","tx_page":"https://hubble.figment.io/provenance/chains/pio-mainnet-1/${block}/transactions/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/provenance","tx_page":"https://ping.pub/provenance/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/provenance","tx_page":"https://www.mintscan.io/provenance/transactions/${txHash}","account_page":"https://www.mintscan.io/provenance/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Provenance","tx_page":"https://explorer.stavr.tech/Provenance/txs/${txHash}","account_page":"https://explorer.stavr.tech/Provenance/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/provenance","tx_page":"https://ezstaking.app/provenance/txs/${txHash}","account_page":"https://ezstaking.app/provenance/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/provenance","tx_page":"https://atomscan.com/provenance/transactions/${txHash}","account_page":"https://atomscan.com/provenance/accounts/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/provenance","tx_page":"https://explorer.whenmoonwhenlambo.money/provenance/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/provenance/account/${accountAddress}"}],"pylons-mainnet-1":[{"kind":"Nodes.guru","url":"https://pylons.explorers.guru/","tx_page":"https://pylons.explorers.guru/transaction/${txHash}"}],"quasar-1":[{"kind":"mintscan","url":"https://www.mintscan.io/quasar","tx_page":"https://www.mintscan.io/quasar/transactions/${txHash}","account_page":"https://www.mintscan.io/quasar/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/quasar","tx_page":"https://ezstaking.app/quasar/txs/${txHash}","account_page":"https://ezstaking.app/quasar/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/quasar","tx_page":"https://mainnet.whispernode.com/quasar/tx/${txHash}","account_page":"https://mainnet.whispernode.com/quasar/account/${accountAddress}"}],"qwoyn-1":[{"kind":"ping","url":"https://explorer.theamsolutions.info/qwoyn-main/","tx_page":"https://explorer.theamsolutions.info/qwoyn-main/blocks","account_page":"https://explorer.theamsolutions.info/qwoyn-main/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Qwoyn-Mainnet","tx_page":"https://explorer.stavr.tech/Qwoyn-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Qwoyn-Mainnet/account/${accountAddress}"},{"kind":"ping","url":"https://explorer.theamsolutions.info/QWOYN-MAIN","tx_page":"https://explorer.theamsolutions.info/QWOYN-MAIN/tx/${txHash}","account_page":"https://explorer.theamsolutions.info/QWOYN-MAIN/account/${accountAddress}"}],"realionetwork_3301-1":[{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/realio-mainnet","tx_page":"https://explorer.stavr.tech/realio-mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/realio-mainnet/account/{$accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/realio","tx_page":"https://explorer.nodestake.top/realio/tx/${txHash}","account_page":"https://explorer.nodestake.top/realio/account/{$accountAddress}"},{"kind":"Sr20de Explorer","url":"https://explorer.sr20de.xyz/Realio","tx_page":"https://explorer.sr20de.xyz/Realio/tx/${txHash}","account_page":"https://explorer.sr20de.xyz/Realio/account/{$accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/realio","tx_page":"https://explorer.tcnetwork.io/realio/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/realio/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/realio","tx_page":"https://explorer.safeblock.space/realio/tx/${txHash}","account_page":"https://explorer.safeblock.space/realio/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/realio","tx_page":"https://explorer.declab.pro/realio/tx/${txHash}","account_page":"https://explorer.declab.pro/realio/account/{$accountAddress}"}],"quicksilver-2":[{"kind":"mintscan","url":"https://www.mintscan.io/quicksilver","tx_page":"https://www.mintscan.io/quicksilver/transactions/${txHash}","account_page":"https://www.mintscan.io/quicksilver/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/quicksilver","tx_page":"https://ezstaking.app/quicksilver/txs/${txHash}","account_page":"https://ezstaking.app/quicksilver/account/${accountAddress}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 explorer","url":"https://exp.utsa.tech/quicksilver","tx_page":"https://exp.utsa.tech/quicksilver/tx/${txHash}"},{"kind":"🔥STAVR🔥 explorer","url":"https://explorer.stavr.tech/quicksilver-mainnet","tx_page":"https://explorer.stavr.tech/quicksilver-mainnet/tx/${txHash}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/quicksilver","tx_page":"https://explorer.stake-take.com/quicksilver/tx/${txHash}"},{"kind":"AM Solutions Explorers","url":"https://explorer.theamsolutions.info/quicksilver-main/staking","tx_page":"https://explorer.theamsolutions.info/quicksilver-main/tx/${txHash}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/quicksilver/staking","tx_page":"https://explorer.konsortech.xyz/quicksilver/tx/${txHash}"}],"reb_1111-1":[{"kind":"explorers.guru","url":"https://rebus.explorers.guru","tx_page":"https://rebus.explorers.guru/transaction/${txHash}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/rebus","tx_page":"https://explorer.nodestake.top/rebus/tx/${txHash}"},{"kind":"BccNodes","url":"https://explorer.bccnodes.com/rebus-M","tx_page":"https://explorer.bccnodes.com/rebus-M/tx/${txHash}"},{"kind":"Brochain","url":"https://explorer.brocha.in/rebus","tx_page":"https://explorer.brocha.in/rebus/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/rebus","tx_page":"https://explorer.stavr.tech/rebus/tx/${txHash}"},{"kind":"tcnetwork","url":"https://rebus.tcnetwork.io","tx_page":"https://rebus.tcnetwork.io/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/rebus","tx_page":"https://atomscan.com/rebus/transactions/${txHash}","account_page":"https://atomscan.com/rebus/accounts/${accountAddress}"}],"titan-1":[{"kind":"ezstaking","url":"https://ezstaking.app/rizon","tx_page":"https://ezstaking.app/rizon/txs/${txHash}","account_page":"https://ezstaking.app/rizon/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/rizon","tx_page":"https://www.mintscan.io/rizon/transactions/${txHash}","account_page":"https://www.mintscan.io/rizon/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/rizon","tx_page":"https://ping.pub/rizon/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/rizon","tx_page":"https://atomscan.com/rizon/transactions/${txHash}","account_page":"https://atomscan.com/rizon/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://bigdipper.live/rizon","tx_page":"https://bigdipper.live/rizon/transactions/${txHash}","account_page":"https://bigdipper.live/rizon/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Rizon","tx_page":"https://explorer.stavr.tech/Rizon/tx/${txHash}","account_page":"https://explorer.stavr.tech/Rizon/accounts/${accountAddress}"}],"regen-1":[{"kind":"ezstaking","url":"https://ezstaking.app/regen","tx_page":"https://ezstaking.app/regen/txs/${txHash}","account_page":"https://ezstaking.app/regen/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Regen-Mainnet","tx_page":"https://explorer.stavr.tech/Regen-Mainnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/regen","tx_page":"https://ping.pub/regen/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/regen-network","tx_page":"https://atomscan.com/regen-network/transactions/${txHash}","account_page":"https://atomscan.com/regen-network/accounts/${accountAddress}"}],"scorum-1":[{"kind":"ezstaking","url":"https://ezstaking.app/scorum","tx_page":"https://ezstaking.app/scorum/txs/${txHash}","account_page":"https://ezstaking.app/scorum/account/${accountAddress}"},{"kind":"bigdipper","url":"https://cosmos.scorum.com/scorum","tx_page":"https://cosmos.scorum.com/scorum/transactions/${txHash}","account_page":"https://cosmos.scorum.com/scorum/accounts/${accountAddress}"}],"ssc-1":[{"kind":"mintscan","url":"https://www.mintscan.io/saga","tx_page":"https://www.mintscan.io/saga/transactions/${txHash}","account_page":"https://www.mintscan.io/saga/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/saga","tx_page":"https://ezstaking.app/saga/txs/${txHash}","account_page":"https://ezstaking.app/saga/account/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.org/saga","tx_page":"https://explorer.nodestake.org/saga/tx/${txHash}","account_page":"https://explorer.nodestake.org/saga/account/${accountAddress}"}],"secret-4":[{"kind":"ezstaking","url":"https://ezstaking.app/secretnetwork","tx_page":"https://ezstaking.app/secretnetwork/txs/${txHash}","account_page":"https://ezstaking.app/secretnetwork/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/secret","tx_page":"https://ping.pub/secret/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/secret","tx_page":"https://www.mintscan.io/secret/transactions/${txHash}","account_page":"https://www.mintscan.io/secret/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/secret-network","tx_page":"https://atomscan.com/secret-network/transactions/${txHash}","account_page":"https://atomscan.com/secret-network/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/secret","tx_page":"https://mainnet.whispernode.com/secret/tx/${txHash}","account_page":"https://mainnet.whispernode.com/secret/account/${accountAddress}"}],"seda-1":[{"kind":"sedaexplorer","url":"https://explorer.seda.xyz/","tx_page":"https://explorer.seda.xyz/txs/${txHash}","account_page":"https://explorer.seda.xyz/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://seda.explorers.guru","tx_page":"https://seda.explorers.guru/transaction/${txHash}","account_page":"https://seda.explorers.guru/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/seda","tx_page":"https://mainnet.whispernode.com/seda/tx/${txHash}","account_page":"https://mainnet.whispernode.com/seda/account/${accountAddress}"},{"kind":"Apple juice 🧃","url":"https://explorer.256x25.tech/seda-mainnet","tx_page":"https://explorer.256x25.tech/seda-mainnet/tx/${txHash}","account_page":"https://explorer.256x25.tech/seda-mainnet/account/${accountAddress}"}],"pacific-1":[{"kind":"ping.pub","url":"https://ping.pub/sei","tx_page":"https://ping.pub/sei/tx/${txHash}","account_page":"https://ping.pub/sei/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/sei","tx_page":"https://www.mintscan.io/sei/transactions/${txHash}","account_page":"https://www.mintscan.io/sei/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/sei","tx_page":"https://ezstaking.app/sei/txs/${txHash}","account_page":"https://ezstaking.app/sei/account/${accountAddress}"},{"kind":"seiscan","url":"https://www.seiscan.app/pacific-1","tx_page":"https://www.seiscan.app/pacific-1/txs/${txHash}","account_page":"https://www.seiscan.app/pacific-1/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/sei","tx_page":"https://mainnet.whispernode.com/sei/tx/${txHash}","account_page":"https://mainnet.whispernode.com/sei/account/${accountAddress}"}],"self-1":[{"kind":"Self Chain","url":"https://explorer.selfchain.xyz/selfchain","tx_page":"https://explorer.selfchain.xyz/selfchain/tx/${txHash}","account_page":"https://explorer.selfchain.xyz/selfchain/account/${accountAddress}"}],"sentinelhub-2":[{"kind":"mintscan","url":"https://www.mintscan.io/sentinel","tx_page":"https://www.mintscan.io/sentinel/transactions/${txHash}","account_page":"https://www.mintscan.io/sentinel/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/sentinel","tx_page":"https://ezstaking.app/sentinel/txs/${txHash}","account_page":"https://ezstaking.app/sentinel/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/sentinel","tx_page":"https://atomscan.com/sentinel/transactions/${txHash}","account_page":"https://atomscan.com/sentinel/accounts/${accountAddress}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/sentinel-mainnet","tx_page":"https://explorer.tendermint.roomit.xyz/sentinel-mainnet/transactions/${txHash}","account_page":"https://explorer.tendermint.roomit.xyz/sentinel-mainnet/accounts/${accountAddress}"},{"kind":"ValidatorNode","url":"https://explorer.validatornode.com/sentinel","tx_page":"https://explorer.validatornode.com/sentinel/tx/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Sentinel","tx_page":"https://explorer.declab.pro/Sentinel/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/sentinel/","tx_page":"https://explorer.nodeshub.online/sentinel/tx/${txHash}","account_page":"https://explorer.nodeshub.online/sentinel/accounts/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/sentinel","tx_page":"https://mainnet.whispernode.com/sentinel/tx/${txHash}","account_page":"https://mainnet.whispernode.com/sentinel/account/${accountAddress}"}],"sgenet-1":[{"kind":"ping.pub","url":"https://blockexplorer.sgenetwork.io/sge","tx_page":"https://blockexplorer.sgenetwork.io/sge/tx/${txHash}"},{"kind":"nodestake.top","url":"https://explorer.nodestake.top/sge","tx_page":"https://explorer.nodestake.top/sge/tx/${txHash}"},{"kind":"stakerhouse","url":"https://cosmotracker.com/sge","tx_page":"https://cosmotracker.com/sge/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sge-Mainnet","tx_page":"https://explorer.stavr.tech/Sge-Mainnet/transaction/${txHash}","account_page":"https://explorer.stavr.tech/Sge-Mainnet/account/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/sge","tx_page":"https://explorer.tcnetwork.io/sge/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/sge/account/${accountAddress}"},{"kind":"Safe Block","url":"https://explorer.safeblock.space/sge","tx_page":"https://explorer.safeblock.space/sge/tx/${txHash}","account_page":"https://explorer.safeblock.space/sge/account/${accountAddress}"},{"kind":"KonsorTech","url":"https://explorer.konsortech.xyz/sge","tx_page":"https://explorer.konsortech.xyz/sge/tx/${txHash}","account_page":"https://explorer.konsortech.xyz/sge/account/${accountAddress}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/sge-mainnet","tx_page":"https://explorer.tendermint.roomit.xyz/sge-mainnet/tx/${txHash}","account_page":"https://explorer.tendermint.roomit.xyz/sge-mainnet/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/sge","tx_page":"https://explorer.whenmoonwhenlambo.money/sge/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/sge/account/${accountAddress}"}],"ShareRing-VoyagerNet":[{"kind":"big dipper","url":"https://explorer.shareri.ng","tx_page":"https://explorer.shareri.ng/transactions/${txHash}","account_page":"https://explorer.shareri.ng/accounts/${accountAddress}"}],"shentu-2.2":[{"kind":"ezstaking","url":"https://ezstaking.app/shentu","tx_page":"https://ezstaking.app/shentu/txs/${txHash}","account_page":"https://ezstaking.app/shentu/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Shentu-Mainnet","tx_page":"https://explorer.stavr.tech/Shentu-Mainnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Shentu-Mainnet/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/shentu","tx_page":"https://www.mintscan.io/shentu/transactions/${txHash}","account_page":"https://www.mintscan.io/shentu/accounts/${accountAddress}"},{"kind":"Shentu Explorer","url":"https://explorer.shentu.technology/?net=shentu-2.2","tx_page":"https://explorer.shentu.technology/transactions/${txHash}?net=shentu-2.2"},{"kind":"ping.pub","url":"https://ping.pub/shentu","tx_page":"https://ping.pub/shentu/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/shentu","tx_page":"https://atomscan.com/shentu/transactions/${txHash}","account_page":"https://atomscan.com/shentu/accounts/${accountAddress}"},{"kind":"bigdipper","url":"https://bigdipper.live/shentu","tx_page":"https://bigdipper.live/shentu/transactions/${txHash}","account_page":"https://bigdipper.live/shentu/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/shentu","account_page":"https://stakeflow.io/shentu/accounts/${accountAddress}"}],"shido_9008-1":[{"kind":"shido","url":"https://shidoscan.com","tx_page":"https://shidoscan.com/tx/${txHash}","account_page":"https://shidoscan.com/address/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/shido","tx_page":"https://explorer.whenmoonwhenlambo.money/shido/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}"},{"kind":"Apple juice 🧃","url":"https://explorer.256x25.tech/shido","tx_page":"https://explorer.256x25.tech/shido/tx/${txHash}","account_page":"https://explorer.256x25.tech//shido/account/${accountAddress}"},{"kind":"MavNode","url":"https://explorer.mavnode.io/shido","tx_page":"https://explorer.mavnode.io/shido/tx/${txHash}","account_page":"https://explorer.mavnode.io/shido/account/${accountAddress}"},{"kind":"Indonode","url":"https://explorer.indonode.net/shido","tx_page":"https://explorer.indonode.net/shido/tx/${txHash}","account_page":"https://explorer.indonode.net/shido/account/${accountAddress}"}],"sifchain-1":[{"kind":"ping.pub","url":"https://ping.pub/sifchain","tx_page":"https://ping.pub/sifchain/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/sifchain","tx_page":"https://atomscan.com/sifchain/transactions/${txHash}","account_page":"https://atomscan.com/sifchain/accounts/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sifchain","tx_page":"https://explorer.stavr.tech/Sifchain/tx/${txHash}","account_page":"https://explorer.stavr.tech/Sifchain/accounts/${accountAddress}"}],"sixnet":[{"kind":"sixscan","url":"https://sixscan.io/sixnet","tx_page":"https://sixscan.io/sixnet/tx/${txHash}"}],"sommelier-3":[{"kind":"sommscan","url":"https://sommscan.io","tx_page":"https://sommscan.io"},{"kind":"mintscan","url":"https://www.mintscan.io/sommelier","tx_page":"https://www.mintscan.io/sommelier/transactions/${txHash}","account_page":"https://www.mintscan.io/sommelier/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/sommelier","tx_page":"https://ezstaking.app/sommelier/txs/${txHash}","account_page":"https://ezstaking.app/sommelier/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sommelier-Mainnet","tx_page":"https://explorer.stavr.tech/Sommelier-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Sommelier-Mainnet/account/${accountAddress}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com/sommelier","tx_page":"https://explorer.nodexcapital.com/sommelier/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/sommelier/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/sommelier","tx_page":"https://atomscan.com/sommelier/transactions/${txHash}","account_page":"https://atomscan.com/sommelier/accounts/${accountAddress}"}],"source-1":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Source-Mainnet/","tx_page":"https://explorer.stavr.tech/Source-Mainnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Source-Mainnet/accounts/${accountAddress}"},{"kind":"Nodeist","url":"https://exp.nodeist.net/source/","tx_page":"https://exp.nodeist.net/source/tx/${txHash}","account_page":"https://exp.nodeist.net/source/accounts/${accountAddress}"},{"kind":"MoonBridge","url":"https://explorer.moonbridge.team/source","tx_page":"https://explorer.moonbridge.team/source/tx/${txHash}","account_page":"https://explorer.moonbridge.team/source/accounts/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/source","tx_page":"https://explorer.nodestake.top/source/tx/${txHash}","account_page":"https://explorer.nodestake.top/source/accounts/${accountAddress}"},{"kind":"Sr20de","url":"https://explorer.sr20de.xyz/Source-mainnet","tx_page":"https://explorer.sr20de.xyz/Source-mainnet/tx/${txHash}","account_page":"https://explorer.sr20de.xyz/Source-mainnet/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/source","tx_page":"https://explorer.tcnetwork.io/source/transaction/${txHash}"},{"kind":"Indonode","url":"https://explorer.indonode.net/source","tx_page":"https://explorer.indonode.net/source/tx/${txHash}"},{"kind":"RoomIT","url":"https://explorer.tendermint.roomit.xyz/source-mainnet/","tx_page":"https://explorer.tendermint.roomit.xyz/source-mainnet/tx/${txHash}"},{"kind":"posthuman","url":"https://explorer.posthuman.digital/source","tx_page":"https://explorer.posthuman.digital/source/tx/${txHash}","account_page":"https://explorer.posthuman.digital/source/account/${accountAddress}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Source","tx_page":"https://explorer.declab.pro/Source/tx/${txHash}","account_page":"https://explorer.declab.pro/Source/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/source","tx_page":"https://explorer.whenmoonwhenlambo.money/source/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/source/account/${accountAddress}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/source/","tx_page":"https://explorer.nodeshub.online/source/tx/${txHash}","account_page":"https://explorer.nodeshub.online/source/accounts/${accountAddress}"}],"stafihub-1":[{"kind":"mintscan","url":"https://www.mintscan.io/stafi","tx_page":"https://www.mintscan.io/stafi/transactions/${txHash}","account_page":"https://www.mintscan.io/stafi/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/stafihub","tx_page":"https://ezstaking.app/stafihub/txs/${txHash}","account_page":"https://ezstaking.app/stafihub/account/${accountAddress}"},{"kind":"ping-pub","url":"https://ping.pub/stafihub","tx_page":"https://ping.pub/stafihub/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/stafihub","tx_page":"https://atomscan.com/stafihub/transactions/${txHash}","account_page":"https://atomscan.com/stafihub/accounts/${accountAddress}"}],"stargaze-1":[{"kind":"ezstaking","url":"https://ezstaking.app/stargaze","tx_page":"https://ezstaking.app/stargaze/txs/${txHash}","account_page":"https://ezstaking.app/stargaze/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/stargaze/","tx_page":"https://www.mintscan.io/stargaze/transactions/${txHash}","account_page":"https://www.mintscan.io/stargaze/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/stargaze","tx_page":"https://ping.pub/stargaze/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/stargaze","tx_page":"https://atomscan.com/stargaze/transactions/${txHash}","account_page":"https://atomscan.com/stargaze/accounts/${accountAddress}"},{"kind":"Starscan","url":"https://starscan.net/","tx_page":"https://starscan.net/stargaze-1/tx/${txHash}","account_page":"https://starscan.net/stargaze-1/address/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/stargaze","tx_page":"https://mainnet.whispernode.com/stargaze/tx/${txHash}","account_page":"https://mainnet.whispernode.com/stargaze/account/${accountAddress}"}],"iov-mainnet-ibc":[{"kind":"ping.pub","url":"https://ping.pub/starname","tx_page":"https://ping.pub/starname/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/starname","tx_page":"https://atomscan.com/starname/transactions/${txHash}","account_page":"https://atomscan.com/starname/accounts/${accountAddress}"}],"stratos-1":[{"kind":"bigdipper","url":"https://explorer.thestratos.org","tx_page":"https://explorer.thestratos.org/transactions/${txHash}","account_page":"https://explorer.thestratos.org/accounts/${accountAddress}"},{"kind":"blockscout","url":"https://web3-explorer.thestratos.org","tx_page":"https://web3-explorer.thestratos.org/tx/${txHash}","account_page":"https://web3-explorer.thestratos.org/address/${accountAddress}"},{"kind":"NodeStake","url":"https://explorer.nodestake.top/stratos","tx_page":"https://explorer.nodestake.top/stratos/tx/${txHash}","account_page":"https://explorer.nodestake.top/stratos/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/stratos","tx_page":"https://explorer.tcnetwork.io/stratos/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/stratos/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/stratos","tx_page":"https://mainnet.whispernode.com/stratos/tx/${txHash}","account_page":"https://mainnet.whispernode.com/stratos/account/${accountAddress}"}],"stride-1":[{"kind":"BccNodes","url":"https://explorer.bccnodes.com/stride-M","tx_page":"https://explorer.bccnodes.com/stride-M/tx/${txHash}","account_page":"https://explorer.bccnodes.com/stride-M/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/stride","tx_page":"https://ezstaking.app/stride/txs/${txHash}","account_page":"https://ezstaking.app/stride/account/${accountAddress}"},{"kind":"Apollo","url":"https://apollo.chandrastation.com/stride","tx_page":"https://apollo.chandrastation.com/stride/tx/${txHash}","account_page":"https://apollo.chandrastation.com/stride/account/${accountAddress}"},{"kind":"Stride Ping Pub","url":"https://explorer.stride.zone/stride","tx_page":"https://explorer.stride.zone/stride/tx/${txHash}","account_page":"https://explorer.stride.zone/stride/account/${accountAddress}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/stride","tx_page":"https://explorer.stavr.tech/stride/tx/${txHash}","account_page":"https://explorer.stavr.tech/stride/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/stride","tx_page":"https://www.mintscan.io/stride/transactions/${txHash}","account_page":"https://www.mintscan.io/stride/accounts/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/stride","tx_page":"https://atomscan.com/stride/transactions/${txHash}","account_page":"https://atomscan.com/stride/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/stride","account_page":"https://stakeflow.io/stride/accounts/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/stride","tx_page":"https://explorer.stake-take.com/stride/tx/${txHash}","account_page":"https://explorer.stake-take.com/stride/account/${accountAddress}"},{"kind":"WhisperNode 🤐","url":"https://mainnet.whispernode.com/stride","tx_page":"https://mainnet.whispernode.com/stride/tx/${txHash}","account_page":"https://mainnet.whispernode.com/stride/account/${accountAddress}"}],"sunrise-1":[],"tenet_1559-1":[{"kind":"ping.pub","url":"https://ping.pub/tenet","tx_page":"https://ping.pub/tenet/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/Tenet","tx_page":"https://exp.nodeist.net/Tenet/tx/${txHash}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/tenet","tx_page":"https://explorer.tcnetwork.io/tenet/transaction/${txHash}","account_page":"https://explorer.tcnetwork.io/tenet/account/${accountAddress}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/tenet","tx_page":"https://explorer.whenmoonwhenlambo.money/tenet/tx/${txHash}","account_page":"https://explorer.whenmoonwhenlambo.money/tenet/account/${accountAddress}"}],"teritori-1":[{"kind":"ezstaking","url":"https://ezstaking.app/teritori","tx_page":"https://ezstaking.app/teritori/txs/${txHash}","account_page":"https://ezstaking.app/teritori/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.teritori.com/teritori","tx_page":"https://explorer.teritori.com/teritori/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/teritori-main","tx_page":"https://explorer.stavr.tech/teritori-main/tx/${txHash}"},{"kind":"guru","url":"https://teritori.explorers.guru/","tx_page":"https://teritori.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://explorer.brocha.in/teritori","tx_page":"https://explorer.brocha.in/teritori/tx/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀","url":"https://exp.utsa.tech/teritori","tx_page":"https://exp.utsa.tech/teritori/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/teritori","tx_page":"https://www.mintscan.io/teritori/transactions/${txHash}","account_page":"https://www.mintscan.io/teritori/accounts/${accountAddress}"},{"kind":"TC Network","url":"https://explorer.tcnetwork.io/teritori","tx_page":"https://explorer.tcnetwork.io/teritori/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/teritori","tx_page":"https://atomscan.com/teritori/transactions/${txHash}","account_page":"https://atomscan.com/teritori/accounts/${accountAddress}"}],"columbus-5":[{"kind":"ezstaking","url":"https://ezstaking.app/terra","tx_page":"https://ezstaking.app/terra/txs/${txHash}","account_page":"https://ezstaking.app/terra/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/terra-luna","tx_page":"https://ping.pub/terra-luna/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/terra","tx_page":"https://atomscan.com/terra/transactions/${txHash}","account_page":"https://atomscan.com/terra/accounts/${accountAddress}"},{"kind":"finder","url":"https://finder.terra.money/classic","tx_page":"https://finder.terra.money/classic/tx/${txHash}","account_page":"https://finder.terra.money/classic/address/${accountAddress}"},{"kind":"finder","url":"https://finder.terrarebels.net/classic","tx_page":"https://finder.terrarebels.net/classic/tx/${txHash}","account_page":"https://finder.terrarebels.net/classic/address/${accountAddress}"}],"phoenix-1":[{"kind":"atomscan","url":"https://atomscan.com/terra2","tx_page":"https://atomscan.com/terra2/transactions/${txHash}","account_page":"https://atomscan.com/terra2/accounts/${accountAddress}"},{"kind":"finder","url":"http://finder.terra.money/","tx_page":"https://finder.terra.money/mainnet/tx/${txHash}","account_page":"https://finder.terra.money/mainnet/address/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/terra","account_page":"https://stakeflow.io/terra/accounts/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/terra","tx_page":"https://www.mintscan.io/terra/transactions/${txHash}","account_page":"https://www.mintscan.io/terra/accounts/${accountAddress}"}],"tgrade-mainnet-1":[{"kind":"aneka","url":"https://tgrade.aneka.io","tx_page":"https://tgrade.aneka.io/txs/${txHash}","account_page":"https://tgrade.aneka.io/accounts/${accountAddress}"}],"thorchain-mainnet-v1":[{"kind":"THORChain explorer","url":"https://thorchain.net","tx_page":"https://thorchain.net/#/txs/${txHash}"},{"kind":"viewblock","url":"https://viewblock.io/thorchain","tx_page":"https://viewblock.io/thorchain/tx/${txHash}"}],"titan_18888-1":[{"kind":"ping.pub","url":"https://tkxscan.io","tx_page":"https://tkxscan.io/Titan/tx/${txHash}","account_page":"https://tkxscan.io/Titan/account/${accountAddress}"}],"FUND-MainNet-2":[{"kind":"bigdipper","url":"https://explorer.unification.io/","tx_page":"https://explorer.unification.io/transactions/${txHash}","account_page":"https://explorer.unification.io/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.unification.chainmasters.ninja/unification","tx_page":"https://explorer.unification.chainmasters.ninja/unification/tx/${txHash}","account_page":"https://explorer.unification.chainmasters.ninja/Unification/account/${accountAddress}"},{"kind":"atomscan","url":"https://atomscan.com/unification","tx_page":"https://atomscan.com/unification/transactions/${txHash}","account_page":"https://atomscan.com/unification/accounts/${accountAddress}"}],"ununifi-beta-v1":[{"kind":"UnUniFi Explorer","url":"https://ununifi.io/explorer","tx_page":"https://ununifi.io/explorer/txs/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/ununifi","tx_page":"https://explorer.nodestake.top/ununifi/tx/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/Ununifi","tx_page":"https://exp.nodeist.net/Ununifi/tx/${txHash}"}],"umee-1":[{"kind":"mintscan","url":"https://www.mintscan.io/umee/","tx_page":"https://www.mintscan.io/umee/transactions/${txHash}","account_page":"https://www.mintscan.io/umee/accounts/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/umee","tx_page":"https://ping.pub/umee/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/umee","tx_page":"https://explorer.stavr.tech/umee/tx/${txHash}"},{"kind":"explorers.guru","url":"https://umee.explorers.guru","tx_page":"https://umee.explorers.guru/transaction/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/umee","tx_page":"https://atomscan.com/umee/transactions/${txHash}","account_page":"https://atomscan.com/umee/accounts/${accountAddress}"},{"kind":"Stakeflow","url":"https://stakeflow.io/umee","account_page":"https://stakeflow.io/umee/accounts/${accountAddress}"},{"kind":"Stake-Take","url":"https://explorer.stake-take.com/umee","tx_page":"https://explorer.stake-take.com/umee/transactions/${txHash}","account_page":"https://explorer.stake-take.com/umee/account/${accountAddress}"},{"kind":"Stake Village","url":"https://exp.stakevillage.net/umee","tx_page":"https://exp.stakevillage.net/umee/tx/${txHash}","account_page":"https://exp.stakevillage.net/umee/account/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/umee","tx_page":"https://ezstaking.app/umee/txs/${txHash}","account_page":"https://ezstaking.app/umee/account/${accountAddress}"}],"uptick_117-1":[{"kind":"ping.pub","url":"https://explorers.brocha.in/uptick","tx_page":"https://explorers.brocha.in/uptick/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.top/uptick","tx_page":"https://explorer.nodestake.top/uptick/tx/${txHash}"},{"kind":"BccNodes Explorer","url":"https://explorer.bccnodes.com/uptick-M","tx_page":"https://explorer.bccnodes.com/uptick-M/tx/${txHash}"},{"kind":"🔥STAVR🔥 Explorer","url":"https://explorer.stavr.tech/uptick-mainnet","tx_page":"https://explorer.stavr.tech/uptick-mainnet/tx/${txHash}"},{"kind":"𝐥𝐞𝐬𝐧𝐢𝐤 | 𝐔𝐓𝐒𝐀 Explorer","url":"https://exp.utsa.tech/uptick","tx_page":"https://exp.utsa.tech/uptick/tx/${txHash}"},{"kind":"cosmotracker","url":"https://cosmotracker.com/uptick","tx_page":"https://cosmotracker.com/uptick/tx/${txHash}"},{"kind":"Upscan","url":"https://upscan.xyz/","tx_page":"https://upscan.xyz/uptick_117-1/tx/${txHash}"},{"kind":"Sr20de","url":"https://explorer.sr20de.xyz/uptick","tx_page":"https://explorer.sr20de.xyz/uptick/tx/${txHash}"}],"dimension_37-1":[{"kind":"explorer.xpla","url":"https://explorer.xpla.io","tx_page":"https://explorer.xpla.io/mainnet/tx/${txHash}"},{"kind":"finder","url":"https://finder.xpla.io","tx_page":"https://finder.xpla.io/mainnet/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Xpla-Mainnet","tx_page":"https://explorer.stavr.tech/Xpla-Mainnet/tx/${txHash}"},{"kind":"mintscan","url":"https://www.mintscan.io/xpla","tx_page":"https://www.mintscan.io/xpla/transactions/${txHash}","account_page":"https://www.mintscan.io/xpla/accounts/${accountAddress}"},{"kind":"ezstaking","url":"https://ezstaking.app/xpla","tx_page":"https://ezstaking.app/xpla/txs/${txHash}","account_page":"https://ezstaking.app/xpla/account/${accountAddress}"}],"vidulum-1":[{"kind":"ping.pub","url":"https://explorers.vidulum.app/vidulum","tx_page":"https://explorers.vidulum.app/vidulum/tx/${txHash}"},{"kind":"ping.pub","url":"https://ping.pub/vidulum","tx_page":"https://ping.pub/vidulum/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Vidulum-Mainnet","tx_page":"https://explorer.stavr.tech/Vidulum-Mainnet/tx/${txHash}"},{"kind":"atomscan","url":"https://atomscan.com/vidulum","tx_page":"https://atomscan.com/vidulum/transactions/${txHash}","account_page":"https://atomscan.com/vidulum/accounts/${accountAddress}"},{"kind":"Nodine Explorer","url":"https://explorer.co.id/vidulum","tx_page":"https://explorer.co.id/vidulum/tx/${txHash}"},{"kind":"Decloud Nodes Lab","url":"https://explorer.declab.pro/Vidulum","tx_page":"https://explorer.declab.pro/Vidulum/tx/${txHash}"}],"zetachain_7000-1":[{"kind":"ZetaScan","url":"https://explorer.zetachain.com/","tx_page":"https://explorer.zetachain.com/cc/tx/${txHash}"},{"kind":"BlockScout","url":"https://zetachain.blockscout.com/","tx_page":"https://zetachain.blockscout.com/tx/${txHash}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.org/zetachain","tx_page":"https://explorer.nodestake.org/zetachain/tx/${txHash}"},{"kind":"Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅","url":"https://explorer.nodeshub.online/zetachain/","tx_page":"https://explorer.nodeshub.online/zetachain/tx/${txHash}","account_page":"https://explorer.nodeshub.online/zetachain/accounts/${accountAddress}"}],"sandbox-01":[{"kind":"ping.pub","url":"https://explorer.sandbox-01.aksh.pw/akash","tx_page":"https://explorer.sandbox-01.aksh.pw/akash/tx/${txHash}"}],"constantine-3":[{"kind":"archwayscan","url":"https://testnet.archway.explorers.guru","tx_page":"https://testnet.archway.explorers.guru/transaction/${txHash}"}],"arkeo":[{"url":"https://explorer.nodexcapital.com/arkeo","tx_page":"https://explorer.nodexcapital.com/arkeo/tx/${txHash}"}],"artela_11820-1":[{"kind":"Artela Network","url":"https://testnet-scan.artela.network","tx_page":"https://testnet-scan.artela.network/tx/${txHash}"}],"aura_6321-3":[{"kind":"aurascan","url":"https://euphoria.aurascan.io","tx_page":"https://euphoria.aurascan.io/tx/${txHash}","account_page":"https://euphoria.aurascan.io/address/${accountAddress}"}],"axelar-testnet-lisbon-3":[{"kind":"axelarscan","url":"https://testnet.axelarscan.io","tx_page":"https://testnet.axelarscan.io/tx/${txHash}"},{"kind":"mintscan","url":"https://mintscan.io/axelar-testnet","tx_page":"https://mintscan.io/axelar-testnet/txs/${txHash}","account_page":"https://mintscan.io/axelar-testnet/account/${accountAddress}"}],"bbn-test1":[{"kind":"babylonscan","url":"https://babylonscan.io"},{"kind":"explorers.guru","url":"https://babylon.explorers.guru","tx_page":"https://babylon.explorers.guru/transaction/${txHash}"}],"bbn-test3":[{"kind":"babylonscan","url":"https://babylonscan.io"},{"kind":"explorers.guru","url":"https://testnet.babylon.explorers.guru","tx_page":"https://testnet.babylon.explorers.guru/transaction/${txHash}"}],"bitcanna-dev-6":[{"url":"https://explorer-devnet-6.bitcanna.io","tx_page":"https://explorer-devnet-6.bitcanna.io/tx/${txHash}"}],"bitcanna-dev-1":[{"url":"https://explorer.thesilverfox.pro/bitcanna","tx_page":"https://explorer.thesilverfox.pro/bitcanna/tx/${txHash}"},{"url":"https://testnets-cosmos.mintthemoon.xyz/bitcanna","tx_page":"https://testnets-cosmos.mintthemoon.xyz/bitcanna/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Bitcanna-DEV","tx_page":"https://explorer.stavr.tech/Bitcanna-DEV/tx/${txHash}","account_page":"https://explorer.stavr.tech/Bitcanna-DEV/account/${accountAddress}"},{"url":"https://explorer.kjnodes.com/bitcanna-testnet","tx_page":"https://explorer.kjnodes.com/bitcanna-testnet/tx/${txHash}"},{"url":"https://explorer.stavr.tech/bitcanna-dev","tx_page":"https://explorer.stavr.tech/bitcanna-dev/tx/${txHash}"}],"blockx_190-1":[],"cascadia_6102-1":[{"kind":"validator_explorer","url":"https://validator.cascadia.foundation/","tx_page":"https://validator.cascadia.foundation/transactions/${txHash}","account_page":"https://validator.cascadia.foundation/accounts/${accountAddress}"},{"kind":"block_explorer","url":"https://explorer.cascadia.foundation/","tx_page":"https://explorer.cascadia.foundation/tx/${txHash}","account_page":"https://explorer.cascadia.foundation/address/${accountAddress}"}],"blockspacerace-0":[{"kind":"Mintscan","url":"https://mintscan.io/celestia-incentivized-testnet","tx_page":"https://mintscan.io/celestia-incentivized-testnet/txs/${txHash}"}],"arabica-11":[{"kind":"Ping.Pub","url":"https://explorer.celestia-arabica-11.com/arabica-11","tx_page":"https://explorer.celestia-arabica-11.com/arabica-11/tx/${txHash}"}],"mocha-4":[{"kind":"Mintscan","url":"https://mintscan.io/celestia-testnet","tx_page":"https://mintscan.io/celestia-testnet/txs/${txHash}"},{"kind":"🚀ITRocket🚀","url":"https://testnet.itrocket.net/celestia","tx_page":"https://testnet.itrocket.net/celestia/tx/${txHash}","account_page":"https://testnet.itrocket.net/celestia/account/${accountAddress}"},{"kind":"CrypTech","url":"https://explorers.cryptech.com.ua/Celestia-Testnet","tx_page":"https://explorers.cryptech.com.ua/Celestia-Testnet/tx/${txHash}","account_page":"https://explorers.cryptech.com.ua/Celestia-Testnet/account/${accountAddress}"},{"kind":"DTEAM | Explorer","url":"https://explorer.testnet.dteam.tech/celestia","tx_page":"https://explorer.testnet.dteam.tech/celestia/tx/${txHash}","account_page":"https://explorer.testnet.dteam.tech/celestia/account/${accountAddress}"}],"babajaga-1":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/C4E-Testnet","tx_page":"https://explorer.stavr.tech/C4E-Testnet/transactions/${txHash}"},{"kind":"explorer","url":"https://explorer-testnet.c4e.io/","tx_page":"https://explorer-testnet.c4e.io/transactions/${txHash}"}],"cheqd-testnet-6":[{"kind":"bigdipper","url":"https://testnet-explorer.cheqd.io/","tx_page":"https://testnet-explorer.cheqd.io/transactions/${txHash}"}],"chimba-testnet":[{"kind":"bigdipper","url":"https://explorer.testnet.chimba.ooo/","tx_page":"https://explorer.testnet.chimba.ooo/transactions/${txHash}"}],"banksy-testnet-3":[{"url":"https://explorer.nodexcapital.com/composable-3","tx_page":"https://explorer.nodexcapital.com/composable-3/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Composable-Testnet4","tx_page":"https://explorer.stavr.tech/Composable-Testnet4/tx/${txHash}"},{"url":"https://explorer.indonode.net/composable-testnet-3","tx_page":"https://explorer.indonode.net/composable-testnet-3/tx/${txHash}"},{"url":"https://explorer.sr20de.xyz/Composible-3","tx_page":"https://explorer.sr20de.xyz/Composible-3/tx/${txHash}"}],"kitten-04":[],"coreum-testnet-1":[{"kind":"Coreum","url":"https://explorer.testnet-1.coreum.dev/coreum","tx_page":"https://explorer.testnet-1.coreum.dev/coreum/transactions/${txHash}","account_page":"https://explorer.testnet-1.coreum.dev/coreum/account/${accountAddress}"},{"kind":"mintscan","url":"https://www.mintscan.io/coreum-testnet","tx_page":"https://www.mintscan.io/coreum-testnet/transactions/${txHash}","account_page":"https://www.mintscan.io/coreum-testnet/accounts/${accountAddress}"}],"theta-testnet-001":[{"kind":"Mintscan","url":"https://mintscan.io/cosmoshub-testnet","tx_page":"https://mintscan.io/cosmoshub-testnet/txs/${txHash}"},{"kind":"Big Dipper","url":"https://explorer.theta-testnet.polypore.xyz/","tx_page":"https://explorer.theta-testnet.polypore.xyz/transactions/${txHash}"}],"malaga-420":[{"kind":"BIG DIPPER","url":"https://block-explorer.malaga-420.cosmwasm.com/","tx_page":"https://block-explorer.malaga-420.cosmwasm.com/transactions/${txHash}"}],"coss-testnet-1":[],"cudos-testnet-public-3":[{"kind":"bigdipper-testnet","url":"https://explorer.testnet.cudos.org/","tx_page":"https://explorer.testnet.cudos.org/transactions/${txHash}","account_page":"https://explorer.testnet.cudos.org/accounts/${accountAddress}"}],"deardoge-testnet":[{"kind":"Dear Doge Ping Pub","url":"https://testnet-explorer.deardoge.org/deardoge","tx_page":"https://testnet-explorer.deardoge.org/deardoge/tx/${txHash}"}],"morpheus-apollo-3":[{"kind":"bigdipper","url":"https://testnet.bigdipper.live/desmos","tx_page":"https://testnet.live/desmos/transactions/${txHash}","account_page":"https://testnet.bigdipper.live/desmos/accounts/${accountAddress}"}],"vota-testnet":[{"kind":"Dora Vota Ping Pub","url":"https://maci-explorer-test.dorafactory.org","tx_page":"https://maci-explorer-test.dorafactory.org/dora/tx/${txHash}"}],"vota-vk":[{"kind":"Dora Vota Ping Pub","url":"https://vota-vk-explorer.dorafactory.org","tx_page":"https://vota-vk-explorer.dorafactory.org/doravotaincentive/tx/${txHash}"}],"dydx-testnet-4":[{"kind":"mintscan","url":"https://www.mintscan.io/dydx-testnet","tx_page":"https://www.mintscan.io/dydx-testnet/txs/${txHash}","account_page":"https://www.mintscan.io/dydx-testnet/account/${accountAddress}"}],"elystestnet-1":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Elys-Testnet","tx_page":"https://explorer.stavr.tech/Elys-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Elys-Testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://testnet.elys.network/elys","tx_page":"https://testnet.elys.network/elys/tx/${txHash}"},{"kind":"itrocket","url":"https://testnet.itrocket.net/elys","tx_page":"https://testnet.itrocket.net/elys/staking/tx/${txHash}","account_page":"https://testnet.itrocket.net/elys/account/${accountAddress}"}],"circulus-1":[{"kind":"exploreme","url":"https://empowerchain.exploreme.pro","tx_page":"https://empowerchain.exploreme.pro/transaction/${txHash}"},{"kind":"ping.pub","url":"https://exp.nodeist.net/Empower","tx_page":"https://exp.nodeist.net/Empower/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Empower","tx_page":"https://explorer.stavr.tech/Empower/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.nodestake.top/empower-testnet","tx_page":"https://explorer.nodestake.top/empower-testnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://testnet.itrocket.net/empower/staking","tx_page":"https://testnet.itrocket.net/empower/staking/tx/${txHash}"},{"kind":"ping.pub","url":"https://explorer.stavr.tech/empower","tx_page":"https://explorer.stavr.tech/empower/tx/${txHash}"}],"entrypoint-pubtest-2":[{"kind":"ping.pub","url":"https://explorer.entrypoint.zone/entrypoint","tx_page":"https://explorer.entrypoint.zone/entrypoint/tx/${txHash}","account_page":"https://explorer.entrypoint.zone/entrypoint/account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Entrypoint-Testnet","tx_page":"https://explorer.stavr.tech/Entrypoint-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Entrypoint-Testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://testnet.ping.pub/entrypoint","tx_page":"https://testnet.ping.pub/entrypoint/tx/${txHash}","account_page":"https://testnet.ping.pub/entrypoint/account/${accountAddress}"}],"evmos_9000-4":[{"kind":"Mintscan","url":"https://mintscan.io/evmos-testnet","tx_page":"https://mintscan.io/evmos-testnet/txs/${txHash}"},{"kind":"NodesGuru","url":"https://testnet.evmos.explorers.guru/","tx_page":"https://testnet.evmos.explorers.guru/transaction/${txHash}"}],"dorado-1":[{"kind":"bigdipper","url":"https://explore-dorado.fetch.ai","tx_page":"https://explore-dorado.fetch.ai/transactions/${txHash}"},{"kind":"azoyalabs","url":"https://fetchstation.azoyalabs.com/testnet","tx_page":"https://fetchstation.azoyalabs.com/testnet/explorer/transactions/${txHash}","account_page":"https://fetchstation.azoyalabs.com/testnet/explorer/address/${accountAddress}"}],"ebony-2":[{"kind":"mintscan","url":"https://www.mintscan.io/finschia-testnet","tx_page":"https://www.mintscan.io/finschia-testnet/tx/${txHash}","account_page":"https://www.mintscan.io/finschia-testnet/address/${accountAddress}"}],"galactica_9302-1":[{"kind":"ping.pub","url":"https://ping.pfc.zone/galactica-testnet","tx_page":"https://ping.pfc.zone/galactica-testnet/tx/${txHash}","account_page":"https://ping.pfc.zone/galactica-testnet/account/${accountAddress}"}],"gitopia-janus-testnet-2":[{"kind":"explorer.humans.zone","url":"https://gitopia.explorers.guru/","tx_page":"https://gitopia.explorers.guru/transaction/${txHash}"}],"berberis-1":[{"kind":"hedgescan","url":"https://berberis.hedgescan.io","tx_page":"https://berberis.hedgescan.io/txs/${txHash}"}],"testnet-1":[{"kind":"explorer.humans.zone","url":"https://explorer.humans.zone/","tx_page":"https://explorer.humans.zone/humans-testnet/tx/${txHash}"}],"prajna-1":[{"kind":"Hypersign","url":"https://explorer.hypersign.id/hypersign-prajna-testnet","tx_page":"https://explorer.hypersign.id/hypersign-prajna-testnet/tx/${txHash}"}],"devnet-1":[{"kind":"ixoworld","url":"https://blockscan.devnet.ixo.earth/ixo","tx_page":"https://blockscan.devnet.ixo.earth/ixo/transactions/${txHash}","account_page":"https://blockscan.devnet.ixo.earth/ixo/accounts/${accountAddress}"}],"pandora-8":[{"kind":"ixoworld","url":"https://blockscan.testnet.ixo.earth/ixo","tx_page":"https://blockscan.testnet.ixo.earth/ixo/transactions/${txHash}","account_page":"https://blockscan.testnet.ixo.earth/ixo/accounts/${accountAddress}"}],"imversed-test-1":[{"kind":"Big Dipper","url":"https://tex-s.imversed.com","tx_page":"https://tex-s.imversed.com/transactions/${txHash}"}],"injective-888":[{"kind":"injectiveprotocol","url":"https://testnet.explorer.injective.network/","tx_page":"https://testnet.explorer.injective.network/transaction/${txHash}"}],"canine-1":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Jackal-Testnet","tx_page":"https://explorer.stavr.tech/Jackal-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Jackal-Testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://ping.pub/jackal","tx_page":"https://ping.pub/jackal/tx/${txHash}"}],"mesomelas-1":[{"kind":"PingPub","url":"https://testnet-explorer.brocha.in/Jackal%20v4","tx_page":"https://testnet-explorer.brocha.in/Jackal%20v4/tx/${txHash}","account_page":"https://testnet-explorer.brocha.in/Jackal%20v4/account/${accountAddress}"}],"uni-6":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Juno-Testnet","tx_page":"https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}","account_page":"https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}"}],"kichain-t-4":[{"kind":"kifoundation","url":"https://kichain-t-4.blockchain.ki/","tx_page":"https://kichain-t-4.blockchain.ki/transactions/${txHash}"}],"harpoon-4":[{"kind":"explorers.guru","url":"https://kujira.explorers.guru","tx_page":"https://kujira.explorers.guru/transaction/${txHash}"}],"korellia-2":[{"kind":"explorers.guru","url":"https://kyve.explorers.guru/","tx_page":"https://kyve.explorers.guru/transaction/${txHash}"}],"kaon-1":[{"kind":"mintscan","url":"https://mintscan.io/kyve-testnet","tx_page":"https://mintscan.io/kyve-testnet/txs/${txHash}","account_page":"https://mintscan.io/kyve-testnet/account/${accountAddress}"}],"lava-testnet-2":[{"kind":"explorers.guru","url":"https://lava.explorers.guru/","tx_page":"https://lava.explorers.guru//transaction/${txHash}","account_page":"https://lava.explorers.guru//account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Lava-Testnet","tx_page":"https://explorer.stavr.tech/Lava-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Lava-Testnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.org/lava-testnet","tx_page":"https://explorer.nodestake.org/lava-testnet/tx/${txHash}","account_page":"https://explorer.nodestake.org/lava-testnet/account/${accountAddress}"},{"kind":"🚀ITRocket🚀","url":"https://testnet.itrocket.net/lava","tx_page":"https://testnet.itrocket.net/lava/tx/${txHash}","account_page":"https://testnet.itrocket.net/lava/account/${accountAddress}"}],"lava-testnet-1":[{"kind":"explorers.guru","url":"https://lava.explorers.guru/","tx_page":"https://lava.explorers.guru//transaction/${txHash}","account_page":"https://lava.explorers.guru//account/${accountAddress}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Lava-Testnet","tx_page":"https://explorer.stavr.tech/Lava-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Lava-Testnet/account/${accountAddress}"},{"kind":"NodeStake Explorer","url":"https://explorer.nodestake.org/lava-testnet","tx_page":"https://explorer.nodestake.org/lava-testnet/tx/${txHash}","account_page":"https://explorer.nodestake.org/lava-testnet/account/${accountAddress}"}],"likecoin-public-testnet-5":[{"kind":"bigdipper","url":"https://testnet.bigdipper.live/likecoin","tx_page":"https://testnet.bigdipper.live/likecoin/transactions/${txHash}","account_page":"https://testnet.bigdipper.live/likecoin/accounts/${accountAddress}"},{"kind":"lunie-ng","url":"https://likecoin-public-testnet-5.netlify.app/"}],"lumenx-test":[{"kind":"ping.pub","url":"https://testnet.explorer.chaintools.tech/lumenx","tx_page":"https://testnet.explorer.chaintools.tech/lumenx/tx/${txHash}"}],"mantra-hongbai-1":[],"ares-1":[{"kind":"Mars Protocol","url":"https://testnet-explorer.marsprotocol.io","tx_page":"https://testnet-explorer.marsprotocol.io/transactions/${txHash}"},{"kind":"Nodeist Explorer","url":"https://exp.nodeist.net/t-mars/","tx_page":"https://exp.nodeist.net/t-mars/transactions/${txHash}"}],"narwhal-2":[{"kind":"ping.pub","url":"https://ping.pfc.zone/narwhal-testnet","tx_page":"https://ping.pfc.zone/narwhal-testnet/tx/${txHash}"}],"neura_268-1":[],"neura_267-1":[{"kind":"ankrscan-neura","url":"https://testnet.explorer.neuraprotocol.io","tx_page":"https://testnet.explorer.neuraprotocol.io/tx/${txHash}"},{"kind":"blockscout","url":"https://explorer.neura-testnet.ankr.com","tx_page":"https://explorer.neura-testnet.ankr.com/tx/${txHash}"}],"pion-1":[{"kind":"Ping.pub Explorer from Hypha","url":"https://explorer.rs-testnet.polypore.xyz/pion-1","tx_page":"https://explorer.rs-testnet.polypore.xyz/pion-1/tx/${txHash}","account_page":"https://explorer.rs-testnet.polypore.xyz/baryon-1/account/${accountAddress}"},{"kind":"Mintscan","url":"https://mintscan.io/neutron-testnet","tx_page":"https://mintscan.io/neutron-testnet/txs/${txHash}","account_page":"https://mintscan.io/neutron-testnet/account/${accountAddress}"}],"nibiru-devnet-1":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-devnet-1","tx_page":"https://explorer.nibiru.fi/nibiru-devnet-1/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-devnet-1/account/${accountAddress}"}],"nibiru-devnet-2":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-devnet-2","tx_page":"https://explorer.nibiru.fi/nibiru-devnet-2/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-devnet-2/account/${accountAddress}"}],"nibiru-testnet-1":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-testnet-1","tx_page":"https://explorer.nibiru.fi/nibiru-tesnet-1/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-testnet-1/account/${accountAddress}"}],"nibiru-testnet-2":[{"kind":"Nibiru Foundation","url":"https://explorer.nibiru.fi/nibiru-testnet-2","tx_page":"https://explorer.nibiru.fi/nibiru-tesnet-2/tx/${txHash}","account_page":"https://explorer.nibiru.fi/nibiru-testnet-2/account/${accountAddress}"}],"grand-1":[{"kind":"mintscan","url":"https://mintscan.io/noble-testnet","tx_page":"https://mintscan.io/noble-testnet/txs/${txHash}"},{"kind":"ping.pub","url":"https://explore.strange.love/grand-1","tx_page":"https://explore.strange.love/grand-1/tx/${txHash}"}],"nois-testnet-005":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Nois-Testnet","tx_page":"https://explorer.stavr.tech/Nois-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Nois-Testnet/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://testnet.nois.explorers.guru","tx_page":"https://testnet.nois.explorers.guru/transaction/${txHash}","account_page":"https://testnet.nois.explorers.guru/account/${accountAddress}"}],"rila-1":[{"kind":"Nolus Explorer","url":"https://explorer-rila.nolus.io/rila-1/","tx_page":"https://explorer-rila.nolus.io/rila-1/tx/${txHash}","account_page":"https://explorer-rila.nolus.io/rila-1/account/${accountAddress}"}],"sandbox":[{"kind":"ping.pub","url":"https://sandbox-blocks.nymtech.net/sandbox","tx_page":"https://sandbox-blocks.nymtech.net/sandbox/tx/${txHash}"}],"okp4-nemeton-1":[{"kind":"ping.pub","url":"https://testnet.ping.pub/OKP4%20testnet","tx_page":"https://testnet.ping.pub/OKP4%20testnet/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/OKP4-Testnet","tx_page":"https://explorer.stavr.tech/OKP4-Testnet/tx/${txHash}"},{"kind":"ping.pub","url":"https://explore.okp4.network/OKP4%20testnet","tx_page":"https://explore.okp4.network/OKP4%20testnet/tx/${txHash}"}],"osmo-test-4":[],"INVALID-ID-permtestnet-testnet-1":[{"kind":"bigdipper","url":"https://explorer.testnet.perm.ooo/","tx_page":"https://explorer.testnet.perm.ooo/transactions/${txHash}"}],"test-core-1":[{"kind":"ping.pub","url":"https://testnet.ping.pub/test-core-1/","tx_page":"https://testnet.ping.pub/test-core-1/tx/${txHash}"},{"kind":"mintscan","url":"https://mintscan.io/persistence-testnet","tx_page":"https://mintscan.io/persistence-testnet/txs/${txHash}","account_page":"https://mintscan.io/persistence-testnet/account/${accountAddress}"}],"osmo-test-5":[{"kind":"mintscan","url":"https://mintscan.io/osmosis-testnet","tx_page":"https://mintscan.io/osmosis-testnet/txs/${txHash}","account_page":"https://mintscan.io/osmosis-testnet/account/${accountAddress}"},{"kind":"ping.pub","url":"https://explorer.osmotest5.osmosis.zone","tx_page":"https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}","account_page":"https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}"}],"test-core-2":[{"kind":"mintscan","url":"https://mintscan.io/persistence-testnet","tx_page":"https://mintscan.io/persistence-testnet/txs/${txHash}","account_page":"https://mintscan.io/persistence-testnet/account/${accountAddress}"},{"kind":"StakeFlow","url":"https://stakeflow.io/persistence-testnet","tx_page":"https://stakeflow.io/persistence-testnet/transactions/${txHash}","account_page":"https://stakeflow.io/persistence-testnet/accounts/${accountAddress}"},{"kind":"baryon","url":"https://testnet-explorer.baryon.dev/test-core-2","tx_page":"https://testnet-explorer.baryon.dev/test-core-2/tx/{txHash}","account_page":"https://testnet-explorer.baryon.dev/test-core-2/account/${accountAddress}"}],"planq_7077-1":[{"kind":"EVM","url":"https://evm-atlas.planq.network","tx_page":"https://evm-atlas.planq.network/tx/${txHash}"},{"kind":"Konsortech","url":"https://testnet-explorer.konsortech.xyz/planq","tx_page":"https://testnet-explorer.konsortech.xyz/planq/tx/${txHash}"},{"kind":"🚀 WHEN MOON 🌕 WHEN LAMBO 🔥","url":"https://explorer.whenmoonwhenlambo.money/planq-testnet","tx_page":"https://explorer.whenmoonwhenlambo.money/planq-testnet/tx/${txHash}"}],"indigo-1":[{"kind":"PingPub","url":"https://testnets.cosmosrun.info/pryzm-indigo-1","tx_page":"https://testnets.cosmosrun.info/pryzm-indigo-1/tx/${txHash}","account_page":"https://testnets.cosmosrun.info/pryzm-indigo-1/account/${accountAddress}"},{"kind":"ITRocket","url":"https://testnet.itrocket.net/pryzm","tx_page":"https://testnet.itrocket.net/pryzm/tx/${txHash}","account_page":"https://testnet.itrocket.net/pryzm/account/${accountAddress}"}],"quasar-test-1":[],"rhye-2":[{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Quicksilver","tx_page":"https://explorer.stavr.tech/Quicksilver/tx/${txHash}","account_page":"https://explorer.stavr.tech/Quicksilver/account/${accountAddress}"},{"url":"https://testnet.quicksilver.explorers.guru","tx_page":"https://testnet.quicksilver.explorers.guru/transaction/${txHash}","account_page":"https://testnet.quicksilver.explorers.guru/account/${accountAddress}"}],"earendel-1":[{"kind":"pingfork","url":"https://explorer.theamsolutions.info/qwoyn-testnet/","tx_page":"https://explorer.theamsolutions.info/qwoyn-testnet/tx/${txHash}","account_page":"https://explorer.theamsolutions.info/qwoyn-testnet/account/${accountAddress}"}],"provider":[{"kind":"Mintscan","url":"https://mintscan.io/ics-testnet-provider","tx_page":"https://mintscan.io/ics-testnet-provider/txs/${txHash}"},{"kind":"Ping.pub","url":"https://explorer.rs-testnet.polypore.xyz/provider","tx_page":"https://explorer.rs-testnet.polypore.xyz/provider/tx/${txHash}"}],"ssc-testnet-1":[{"kind":"mintscan","url":"https://mintscan.io/saga-testnet","tx_page":"https://www.mintscan.io/saga-testnet/tx/${txHash}","account_page":"https://mintscan.io/saga-testnet/address/${accountAddress}"}],"pulsar-3":[{"kind":"ping.pub","url":"https://testnet.ping.pub/secret","tx_page":"https://testnet.ping.pub/secret/tx/${txHash}"}],"pulsar-2":[{"kind":"secret nodes","url":"https://secretnodes.com/secret/chains/pulsar-2","tx_page":"https://secretnodes.com/secret/chains/pulsar-2/transactions/${txHash}"},{"kind":"ping.pub","url":"https://testnet.ping.pub/secret","tx_page":"https://testnet.ping.pub/secret/tx/${txHash}"}],"sei-devnet-3":[{"kind":"explorers.guru","url":"https://devnet.sei.explorers.guru","tx_page":"https://devnet.sei.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://testnet-explorer.brocha.in/sei%20atlantic%202","tx_page":"https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}"}],"atlantic-1":[{"kind":"explorers.guru","url":"https://sei.explorers.guru","tx_page":"https://sei.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://testnet-explorer.brocha.in/sei","tx_page":"https://testnet-explorer.brocha.in/sei/tx/${txHash}"}],"atlantic-2":[{"kind":"explorers.guru","url":"https://testnet.sei.explorers.guru","tx_page":"https://testnet.sei.explorers.guru/transaction/${txHash}"},{"kind":"Brochain","url":"https://testnet-explorer.brocha.in/sei%20atlantic%202","tx_page":"https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}"}],"self-dev-1":[{"kind":"Selfchain","url":"https://explorer-devnet.selfchain.xyz","tx_page":"https://explorer-devnet.selfchain.xyz/self/transactions/${txHash}"}],"sge-network-3":[{"kind":"Sge BlockExplorer","url":"https://blockexplorer.testnet.sgenetwork.io/","tx_page":"https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Sge-Testnet","tx_page":"https://explorer.stavr.tech/Sge-Testnet/tx/${txHash}","account_page":"https://explorer.stavr.tech/Sge-Testnet/account/${accountAddress}"}],"sge-network-4":[{"kind":"Sge BlockExplorer","url":"https://blockexplorer.testnet.sgenetwork.io/","tx_page":"https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}"}],"fivenet":[{"kind":"sixscan","url":"https://sixscan.io/fivenet","tx_page":"https://sixscan.io/fivenet/tx/${txHash}"}],"soarchaintestnet":[{"kind":"Soarchain Explorer","url":"https://explorer.soarchain.com/soarchain","tx_page":"https://explorer.soarchain.com/soarchain/tx/${txHash}"},{"kind":"Kjnodes Explorer","url":"https://explorer.kjnodes.com/soarchain-testnet","tx_page":"https://explorer.kjnodes.com/soarchain-testnet/tx/${txHash}"}],"sourcetest-1":[{"kind":"Nodestake","url":"https://explorer.nodestake.top/source-testnet","tx_page":"https://explorer.nodestake.top/source-testnet/tx/${txHash}"},{"kind":"🔥STAVR🔥","url":"https://explorer.stavr.tech/Source","tx_page":"https://explorer.stavr.tech/Source/tx/${txHash}"},{"kind":"SR20DE","url":"https://explorer.sr20de.xyz/Source-testnet","tx_page":"https://explorer.sr20de.xyz/Source-testnet/txs/${txHash}"}],"elgafar-1":[{"kind":"ping.pub","url":"https://testnet-explorer.publicawesome.dev/stargaze","tx_page":"https://testnet-explorer.publicawesome.dev/stargaze/tx/${txHash}"}],"stateset-1-testnet":[{"kind":"bigdipper","url":"https://explore.stateset.zone","tx_page":"https://explore.stateset.zone/transactions/${txHash}"}],"stride-testnet-1":[{"kind":"PingPub","url":"https://testnet.ping.pub/stride","tx_page":"https://testnet.ping.pub/stride/tx/${txHash}"}],"sunrise-test":[],"swisstronik_1291-1":[{"kind":"ping.pub","url":"https://explorer-cosmos.testnet.swisstronik.com/swisstronik","tx_page":"https://explorer-cosmos.testnet.swisstronik.com/swisstronik/tx/${txHash}"}],"symphony-testnet-1":[],"temporal-test-2":[{"kind":"ping.pub","url":"https://testnet.explorer.thesilverfox.pro/temporal","tx_page":"https://testnet.explorer.thesilverfox.pro/temporal/tx/${txHash}"},{"kind":"Nodes.Guru","url":"https://testnet.temporal.explorers.guru","tx_page":"https://testnet.temporal.explorers.guru/transaction/${txHash}"},{"kind":"ping.pub","url":"https://testnet.ping.pub/temporal","tx_page":"https://testnet.ping.pub/temporal/tx/${txHash}"}],"90u-4":[{"kind":"Ping Pub","url":"https://explorer.nodestake.top/terp-testnet","tx_page":"https://explorer.nodestake.top/terp-testnet/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com","tx_page":"https://explorer.nodexcapital.com/terp/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/terp/account/{$accountAddress}"}],"90u-2":[{"kind":"Ping Pub","url":"https://explorer.nodestake.top/terp-testnet","tx_page":"https://explorer.nodestake.top/terp-testnet/tx/${txHash}"},{"kind":"NODEXPLORER","url":"https://explorer.nodexcapital.com","tx_page":"https://explorer.nodexcapital.com/terp/tx/${txHash}","account_page":"https://explorer.nodexcapital.com/terp/account/{$accountAddress}"}],"pisco-1":[{"kind":"finder","url":"http://finder.terra.money/testnet/","tx_page":"https://finder.terra.money/testnet/tx/${txHash}"}],"titan_18889-1":[{"kind":"ping.pub","url":"https://titan-testnet-explorer-light.titanlab.io","tx_page":"https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet/tx/${txHash}","account_page":"https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet/account/${accountAddress}"}],"ulas":[{"kind":"ulas-scan","url":"https://testnet-explorer.ulas.network","tx_page":"https://testnet-explorer.ulas.network/ulas/tx/${txHash}"}],"union-testnet-8":[{"kind":"ping.pub","url":"https://testnet.bonlulu.uno/union","tx_page":"https://testnet.bonlulu.uno/union/tx/${txHash}","account_page":"https://testnet.bonlulu.uno/union/account/${accountAddress}"},{"kind":"explorers.guru","url":"https://testnet.union.explorers.guru","tx_page":"https://testnet.union.explorers.guru/transaction/${txHash}","account_page":"https://testnet.union.explorers.guru/account/${accountAddress}"}],"uptick_7000-2":[{"kind":"ping.pub","url":"https://explorer.testnet.uptick.network/uptick-network-testnet","tx_page":"https://explorer.testnet.uptick.network/uptick-network-testnet/tx/${txHash}"},{"kind":"Nodes.Guru","url":"https://uptick.explorers.guru/","tx_page":"https://uptick.explorers.guru/transaction/${txHash}"}],"vince_1903-1":[{"kind":"blockscout","url":"https://scan-testnet.vincechain.com","tx_page":"https://scan-testnet.vincechain.com/tx/${txHash}"}],"buenavista-1":[],"INVALID-ID-wavehashtestnet-testnet-1":[{"kind":"atomscan","url":"https://atomscan.com/directory/testnet/wavehashtestnet","tx_page":"https://atomscan.com/directory/testnet/wavehashtestnet/transactions/${txHash}"}],"xion-testnet-1":[],"athens_7001-1":[{"kind":"ZetaScan","url":"https://athens.explorer.zetachain.com/","tx_page":"https://athens.explorer.zetachain.com/cc/tx/${txHash}"},{"kind":"BlockScout","url":"https://zetachain-athens-3.blockscout.com/","tx_page":"https://zetachain-athens-3.blockscout.com/tx/${txHash}"}],"tomcat-1":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/tomcat-1","tx_page":"https://scan.testnet.initia.xyz/tomcat-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/tomcat-1/accounts/${accountAddress}"}],"landlord-1":[{"kind":"initia scan","url":"https://explorer.testnet.initia.xyz/landlord-1","tx_page":"https://explorer.testnet.initia.xyz/landlord-1/txs/${txHash}","account_page":"https://explorer.testnet.initia.xyz/landlord-1/accounts/${accountAddress}"}],"miniwasm-1":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/miniwasm-1","tx_page":"https://scan.testnet.initia.xyz/miniwasm-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/miniwasm-1/accounts/${accountAddress}"}],"initiation-1":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/initiation-1","tx_page":"https://scan.testnet.initia.xyz/initiation-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/initiation-1/accounts/${accountAddress}"}],"minimove-1":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/minimove-1","tx_page":"https://scan.testnet.initia.xyz/minimove-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/minimove-1/accounts/${accountAddress}"}],"init-ai-1":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/init-ai-1","tx_page":"https://scan.testnet.initia.xyz/init-ai-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/init-ai-1/accounts/${accountAddress}"}],"birdee-1":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/birdee-1","tx_page":"https://scan.testnet.initia.xyz/birdee-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/birdee-1/accounts/${accountAddress}"}],"burrito-1":[{"kind":"initia scan","url":"https://scan.testnet.initia.xyz/burrito-1","tx_page":"https://scan.testnet.initia.xyz/burrito-1/txs/${txHash}","account_page":"https://scan.testnet.initia.xyz/burrito-1/accounts/${accountAddress}"}]}; diff --git a/packages/widget/src/chains/index.ts b/packages/widget/src/chains/index.ts index 6967200b3..af233cfed 100644 --- a/packages/widget/src/chains/index.ts +++ b/packages/widget/src/chains/index.ts @@ -1,30 +1,45 @@ -import { Asset, AssetList, Chain } from "@graz-sh/types"; +import { Chain, Asset, AssetList } from '@chain-registry/types'; +import { + chains as chainsChainRegistry, + assets as assetsChainRegistry, +} from 'chain-registry'; +import { + chains as chainsInitiaRegistry, + assets as assetsInitiaRegistry, +} from '@initia/initia-registry'; -import { assetsRecord } from "./assets"; -import { chainRecord } from "./chains"; -import { ChainId, chainIds, chainIdToName } from "./types"; +export const chains = [ + ...chainsChainRegistry, + ...chainsInitiaRegistry, +] as Chain[]; +export const assets = [ + ...assetsChainRegistry, + ...assetsInitiaRegistry, +] as AssetList[]; function raise(message?: string): never { throw new Error(message); } -export function getChain(chainId: ChainId): Chain { - return chainRecord[chainId] || raise(`chain '${chainId}' does not exist in chainRecord`); +export function getChain(chainId: string): Chain { + return ( + chains.find((c) => c.chain_id === chainId) || + raise(`chain '${chainId}' does not exist in chainRecord`) + ); } -export function getAssets(chainId: ChainId): Asset[] { - return assetsRecord[chainId] || raise(`chain '${chainId}' does not exist in assetsRecord`); +export function chainIdToName(chainId: string): string { + return getChain(chainId).chain_name; } -export function getChains(): Chain[] { - return Object.values(chainRecord); +export function getAssets(chainId: string): Asset[] { + const chainName = chainIdToName(chainId); + return ( + assets.find((a) => a.chain_name === chainName)?.assets || + raise(`chain '${chainId}' does not exist in assetsRecord`) + ); } -export function getAssetLists(): AssetList[] { - return chainIds.map((chainId) => ({ - chain_name: chainIdToName[chainId], - assets: assetsRecord[chainId], - })); +export function getChains(): Chain[] { + return chains; } - -export * from "./types"; diff --git a/packages/widget/src/chains/pretty.ts b/packages/widget/src/chains/pretty.ts deleted file mode 100644 index 597349a54..000000000 --- a/packages/widget/src/chains/pretty.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* eslint-disable */ -// @ts-nocheck -import { ChainId } from "./types" - -export const chainIdToPrettyName: Record = {"acre_9052-1":"Acrechain","eightball-1":"8ball","agoric-3":"Agoric","aioz_168-1":"AIOZ Network","akashnet-2":"Akash","akiro-1":"Akiro","althea_258432-1":"Althea","andromeda-1":"Andromeda","arkh":"Arkhadian","archway-1":"Archway","mantle-1":"AssetMantle","xstaxy-1":"Aura Network","aura_6322-2":"Aura Network","beezee-1":"BeeZee","axelar-dojo-1":"Axelar","laozi-mainnet":"Band Protocol","bitcanna-1":"BitCanna","bitsong-2b":"BitSong","bluechip_1":"BlueChip","bluzelle-9":"Bluzelle","bostrom":"bostrom","canto_7700-1":"Canto","carbon-1":"Carbon","celestia":"Celestia","cerberus-chain-1":"Cerberus","chimba":"Chimba","morocco-1":"Terp-Network","perun-1":"C4E","chihuahua-1":"Chihuahua","cifer-2":"Cifer","cifer-1":"Cifer","cheqd-mainnet-1":"Cheqd","comdex-1":"Comdex","commercio-3":"Commercio.network","cvn_2032-1":"ConsciousDAO","coreum-mainnet-1":"Coreum","coss-1":"COSS","crescent-1":"Crescent","centauri-1":"Picasso","cosmoshub-4":"Cosmos Hub","cronosmainnet_25-1":"Cronos","crypto-org-chain-mainnet-1":"Cronos POS Chain","cudos-1":"Cudos","mainnet-3":"Decentr","dhealth":"dHealth","dig-1":"Dig Chain","vota-ash":"Dora Vota","desmos-mainnet":"Desmos","dyson-mainnet-01":"Dyson Protocol","echelon_3000-3":"Echelon","emoney-3":"e-Money","dydx-mainnet-1":"dYdX Protocol","dymension_1100-1":"Dymension Hub","empowerchain-1":"EmpowerChain","ethos_7003-1":"Ethos","fetchhub-4":"Fetch.ai","finschia-2":"Finschia","colosseum-1":"FirmaChain","furya-1":"furya","fxcore":"f(x)Core","galaxy-1":"Galaxy","genesis_29-2":"GenesisL1","evmos_9001-2":"Evmos","wormchain":"Wormhole Gateway","gitopia":"Gitopia","govgen-1":"GovGen","helichain":"HeliChain","highbury_710-1":"Highbury","humans_1089-1":"Humans.ai","Antora":"IDEP","gravity-bridge-3":"Gravity Bridge","imversed_5555555-1":"Imversed","haqq_11235-1":"Haqq Network","ixo-5":"Impacts Hub","irishub-1":"IRISnet","injective-1":"Injective","jackal-1":"Jackal","joltify_1729-1":"Joltify","kava_2222-10":"Kava","juno-1":"Juno","kichain-2":"Ki","darchub":"Konstellation","lambda_92000-1":"Lambda","lava-mainnet-1":"Lava","kyve-1":"KYVE","likecoin-mainnet-2":"LikeCoin","kaiyo-1":"Kujira","logos_7002-1":"Logos","loop-1":"Loop","loyal-main-02":"Loyal","LumenX":"LumenX","lum-network-1":"Lum Network","mars-1":"Mars Hub","mayachain-mainnet-v1":"Maya Protocol","medasdigital-1":"Medas Digital Network","meme-1":"MEME","microtick-1":"Microtick","migaloo-1":"Migaloo","mainnet":"Mises","mun-1":"Mun","mythos_7001-1":"Mythos","neura_266-1":"Neura","Neutaro-1":"Neutaro","cataclysm-1":"Nibiru","nim_1122-1":"Nim Network","neutron-1":"Neutron","noble-1":"Noble","nois-1":"Nois","pirin-1":"Nolus","nomic-stakenet-3":"Nomic","nyx":"Nym","octa":"Octa","odin-mainnet-freya":"Odin Protocol","exchain-66":"OKExChain","omniflixhub-1":"OmniFlix","onex-mainnet-1":"ONEX","onomy-mainnet-1":"Onomy","Oraichain":"Oraichain","panacea-3":"Medibloc","passage-1":"Passage","passage-2":"Passage","osmosis-1":"Osmosis","point_10687-1":"Point Network","core-1":"Persistence","planq_7070-2":"Planq","pryzm-1":"Pryzm","PUNDIX":"Pundi X Chain","pio-mainnet-1":"Provenance","pylons-mainnet-1":"Pylons","quasar-1":"Quasar","qwoyn-1":"Qwoyn","realionetwork_3301-1":"Realio Network","quicksilver-2":"Quicksilver","reb_1111-1":"Rebus","titan-1":"Rizon","regen-1":"Regen","scorum-1":"Scorum Network","ssc-1":"Saga","secret-4":"Secret Network","seda-1":"SEDA","pacific-1":"Sei","self-1":"Self Chain","sentinelhub-2":"Sentinel","sgenet-1":"SGE","ShareRing-VoyagerNet":"Shareledger","shentu-2.2":"Shentu","shido_9008-1":"Shido","sifchain-1":"Sifchain","sixnet":"SIX Protocol","sommelier-3":"Sommelier","source-1":"Source","stafihub-1":"StaFi Hub","stargaze-1":"Stargaze","iov-mainnet-ibc":"Starname","stratos-1":"Stratos","stride-1":"Stride","sunrise-1":"Sunrise","tenet_1559-1":"Tenet","teritori-1":"Teritori","columbus-5":"Terra Classic","phoenix-1":"Terra","tgrade-mainnet-1":"Tgrade","thorchain-mainnet-v1":"THORChain","titan_18888-1":"Titan","FUND-MainNet-2":"Unification","ununifi-beta-v1":"UnUniFi","umee-1":"UX Chain","uptick_117-1":"Uptick","dimension_37-1":"XPLA","vidulum-1":"Vidulum","zetachain_7000-1":"ZetaChain","sandbox-01":"Sandbox","constantine-3":"Archway Testnet","arkeo":"Arkeo Network","artela_11820-1":"Artela Testnet","aura_6321-3":"Aura Euphoria Network","axelar-testnet-lisbon-3":"Axelar Testnet","bbn-test1":"Babylon Testnet","bbn-test3":"Babylon Testnet 3","bitcanna-dev-6":"BitCanna Devnet-6 SDK v0.46.x","bitcanna-dev-1":"BitCanna Devnet-1","blockx_190-1":"BlockX-Atlantis-Testnet","cascadia_6102-1":"Cascadia","blockspacerace-0":"Blockspace Race Testnet","arabica-11":"Arabica Testnet","mocha-4":"Mocha Testnet","babajaga-1":"Chain4Energy Testnet","cheqd-testnet-6":"cheqd","chimba-testnet":"Chimba","banksy-testnet-3":"Composable Testnet","kitten-04":"CoolCat","coreum-testnet-1":"Coreum","theta-testnet-001":"Cosmos Hub Public Testnet","malaga-420":"CosmWasm Testnet","coss-testnet-1":"COSS Testnet","cudos-testnet-public-3":"Cudos Testnet","deardoge-testnet":"Dear Doge Testnet","morpheus-apollo-3":"Desmos Testnet","vota-testnet":"Dora Vota Testnet","vota-vk":"Dora Vota Incentive Testnet","dydx-testnet-4":"dYdX Protocol","elystestnet-1":"Elys Network","circulus-1":"Empower Testnet","entrypoint-pubtest-2":"EntryPoint Testnet","evmos_9000-4":"Evmos Testnet","dorado-1":"Fetch.ai Testnet","ebony-2":"Ebony","galactica_9302-1":"Galactica Protocol Testnet","gitopia-janus-testnet-2":"Gitopia Testnet","berberis-1":"Hedge Testnet","testnet-1":"Humans AI Testnet","prajna-1":"Hypersign Testnet","devnet-1":"ixo","pandora-8":"ixo","imversed-test-1":"Imversed Testnet","injective-888":"Injective","canine-1":"Jackal","mesomelas-1":"Jackal v4","uni-6":"Juno Testnet","kichain-t-4":"Ki","harpoon-4":"Kujira Harpoon","korellia-2":"KYVE Korellia","kaon-1":"KYVE Kaon","lava-testnet-2":"Lava Testnet","lava-testnet-1":"Lava","likecoin-public-testnet-5":"LikeCoin Testnet","lumenx-test":"LumenX-Test","mantra-hongbai-1":"MANTRA Hongbai Testnet","ares-1":"Mars Hub Testnet","narwhal-2":"Migaloo Testnet","neura_268-1":"Neura Devnet","neura_267-1":"Neura Testnet","pion-1":"Neutron Testnet","nibiru-devnet-1":"Nibiru","nibiru-devnet-2":"Nibiru","nibiru-testnet-1":"Nibiru","nibiru-testnet-2":"Nibiru","grand-1":"Noble","nois-testnet-005":"Nois","rila-1":"Nolus Testnet","sandbox":"Nym","okp4-nemeton-1":"OKP4 Nemeton","osmo-test-4":"Osmosis Testnet","INVALID-ID-permtestnet-testnet-1":"Perm Testnet","test-core-1":"Persistence Testnet","osmo-test-5":"Osmosis Testnet","test-core-2":"Persistence Testnet","planq_7077-1":"Planq Atlas Testnet","indigo-1":"Pryzm Testnet","quasar-test-1":"Quasar Testnet","rhye-2":"Quicksilver Testnet","earendel-1":"Qwoyn","provider":"Replicated Security Provider Testnet","ssc-testnet-1":"Saga Testnet","pulsar-3":"Secret Network","pulsar-2":"Secret Network Testnet","sei-devnet-3":"Sei Devnet 3","atlantic-1":"Sei Atlantic","atlantic-2":"Sei Atlantic 2","self-dev-1":"Devnet 1","sge-network-3":"SGE Testnet","sge-network-4":"SGE Testnet4","fivenet":"SIX Fivenet","soarchaintestnet":"Soarchain Testnet","sourcetest-1":"Source Testnet","elgafar-1":"Stargaze Testnet","stateset-1-testnet":"Stateset Testnet","stride-testnet-1":"Stride Testnet","sunrise-test":"Sunrise Testnet","swisstronik_1291-1":"Swisstronik Testnet","symphony-testnet-1":"Symphony Testnet","temporal-test-2":"Temporal Testnet","90u-4":"Terp-Network","90u-2":"Terp-Network","pisco-1":"Terra 2.0","titan_18889-1":"Titan Testnet","ulas":"ULAS","union-testnet-8":"Union Testnet","uptick_7000-2":"Uptick","vince_1903-1":"VinceChain Testnet","buenavista-1":"Warden Protocol Buenavista","INVALID-ID-wavehashtestnet-testnet-1":"wavehash Testnet","xion-testnet-1":"Xion Testnet","athens_7001-1":"ZetaChain Testnet","tomcat-1":"Blackwing","landlord-1":"Civitia","miniwasm-1":"Miniwasm","initiation-1":"Initia","minimove-1":"Minimove","init-ai-1":"INIT AI","birdee-1":"Tucana","burrito-1":"Noon"}; diff --git a/packages/widget/src/chains/types.ts b/packages/widget/src/chains/types.ts deleted file mode 100644 index 725467eeb..000000000 --- a/packages/widget/src/chains/types.ts +++ /dev/null @@ -1,10 +0,0 @@ -/* eslint-disable */ -// @ts-nocheck -export const chainIds = ["acre_9052-1","eightball-1","agoric-3","aioz_168-1","akashnet-2","akiro-1","althea_258432-1","andromeda-1","andromeda-1","arkh","archway-1","mantle-1","xstaxy-1","aura_6322-2","beezee-1","axelar-dojo-1","laozi-mainnet","bitcanna-1","bitsong-2b","bluechip_1","bluzelle-9","bostrom","canto_7700-1","carbon-1","celestia","cerberus-chain-1","chimba","morocco-1","perun-1","chihuahua-1","cifer-2","cifer-1","cheqd-mainnet-1","comdex-1","commercio-3","cvn_2032-1","coreum-mainnet-1","coss-1","crescent-1","centauri-1","cosmoshub-4","cronosmainnet_25-1","crypto-org-chain-mainnet-1","cudos-1","mainnet-3","dhealth","dig-1","vota-ash","desmos-mainnet","dyson-mainnet-01","echelon_3000-3","emoney-3","dydx-mainnet-1","dymension_1100-1","empowerchain-1","ethos_7003-1","fetchhub-4","finschia-2","colosseum-1","furya-1","fxcore","galaxy-1","genesis_29-2","evmos_9001-2","wormchain","gitopia","govgen-1","helichain","highbury_710-1","humans_1089-1","Antora","gravity-bridge-3","imversed_5555555-1","haqq_11235-1","ixo-5","irishub-1","injective-1","jackal-1","joltify_1729-1","kava_2222-10","juno-1","kichain-2","darchub","lambda_92000-1","lava-mainnet-1","kyve-1","likecoin-mainnet-2","kaiyo-1","logos_7002-1","loop-1","loyal-main-02","LumenX","lum-network-1","mars-1","mayachain-mainnet-v1","medasdigital-1","meme-1","microtick-1","migaloo-1","mainnet","mun-1","mythos_7001-1","neura_266-1","Neutaro-1","cataclysm-1","nim_1122-1","neutron-1","noble-1","nois-1","pirin-1","nomic-stakenet-3","nyx","octa","odin-mainnet-freya","odin-mainnet-freya","exchain-66","omniflixhub-1","onex-mainnet-1","onomy-mainnet-1","Oraichain","panacea-3","passage-1","passage-2","osmosis-1","point_10687-1","core-1","planq_7070-2","pryzm-1","PUNDIX","pio-mainnet-1","pylons-mainnet-1","quasar-1","qwoyn-1","realionetwork_3301-1","quicksilver-2","reb_1111-1","titan-1","regen-1","scorum-1","ssc-1","secret-4","seda-1","pacific-1","self-1","sentinelhub-2","sgenet-1","ShareRing-VoyagerNet","shentu-2.2","shido_9008-1","sifchain-1","sixnet","sommelier-3","source-1","stafihub-1","stargaze-1","iov-mainnet-ibc","stratos-1","stride-1","sunrise-1","tenet_1559-1","teritori-1","morocco-1","columbus-5","phoenix-1","tgrade-mainnet-1","thorchain-mainnet-v1","titan_18888-1","FUND-MainNet-2","ununifi-beta-v1","umee-1","uptick_117-1","dimension_37-1","vidulum-1","zetachain_7000-1","sandbox-01","constantine-3","arkeo","artela_11820-1","aura_6321-3","axelar-testnet-lisbon-3","bbn-test1","bbn-test3","bitcanna-dev-6","bitcanna-dev-1","blockx_190-1","cascadia_6102-1","blockspacerace-0","arabica-11","mocha-4","babajaga-1","cheqd-testnet-6","chimba-testnet","banksy-testnet-3","kitten-04","coreum-testnet-1","theta-testnet-001","malaga-420","coss-testnet-1","cudos-testnet-public-3","deardoge-testnet","morpheus-apollo-3","vota-testnet","vota-vk","dydx-testnet-4","elystestnet-1","circulus-1","entrypoint-pubtest-2","evmos_9000-4","dorado-1","ebony-2","galactica_9302-1","gitopia-janus-testnet-2","berberis-1","testnet-1","prajna-1","devnet-1","pandora-8","imversed-test-1","injective-888","canine-1","mesomelas-1","uni-6","kichain-t-4","harpoon-4","korellia-2","kaon-1","lava-testnet-2","lava-testnet-1","likecoin-public-testnet-5","lumenx-test","mantra-hongbai-1","ares-1","narwhal-2","neura_268-1","neura_267-1","pion-1","nibiru-devnet-1","nibiru-devnet-2","nibiru-testnet-1","nibiru-testnet-2","grand-1","nois-testnet-005","rila-1","sandbox","okp4-nemeton-1","osmo-test-4","INVALID-ID-permtestnet-testnet-1","test-core-1","osmo-test-5","test-core-2","planq_7077-1","indigo-1","quasar-test-1","rhye-2","earendel-1","provider","ssc-testnet-1","pulsar-3","pulsar-2","sei-devnet-3","atlantic-1","atlantic-2","self-dev-1","sge-network-3","sge-network-4","fivenet","soarchaintestnet","sourcetest-1","elgafar-1","stateset-1-testnet","stride-testnet-1","sunrise-test","swisstronik_1291-1","symphony-testnet-1","temporal-test-2","90u-4","90u-2","pisco-1","titan_18889-1","ulas","union-testnet-8","uptick_7000-2","vince_1903-1","buenavista-1","INVALID-ID-wavehashtestnet-testnet-1","xion-testnet-1","athens_7001-1","tomcat-1","landlord-1","miniwasm-1","initiation-1","minimove-1","init-ai-1","birdee-1","burrito-1"] as const; -export type ChainId = (typeof chainIds)[number] | (string & {}); - -export const chainNames = ["acrechain","8ball","agoric","aioz","akash","akiro","althea","andromeda","andromeda1","arkh","archway","assetmantle","aura1","aura","beezee","axelar","bandchain","bitcanna","bitsong","bluechip","bluzelle","bostrom","canto","carbon","celestia","cerberus","chimba","chronicnetwork","chain4energy","chihuahua","cifer","cifer1","cheqd","comdex","commercionetwork","conscious","coreum","coss","crescent","composable","cosmoshub","cronos","cryptoorgchain","cudos","decentr","dhealth","dig","doravota","desmos","dyson","echelon","emoney","dydx","dymension","empowerchain","ethos","fetchhub","finschia","firmachain","furya","fxcore","galaxy","genesisl1","evmos","gateway","gitopia","govgen","heli","highbury","humans","idep","gravitybridge","imversed","haqq","impacthub","irisnet","injective","jackal","joltify","kava","juno","kichain","konstellation","lambda","lava","kyve","likecoin","kujira","logos","loop","loyal","lumenx","lumnetwork","mars","mayachain","medasdigital","meme","microtick","migaloo","mises","mun","mythos","neura","neutaro","nibiru","nim","neutron","noble","nois","nolus","nomic","nyx","octa","odin","odin","okexchain","omniflixhub","onex","onomy","oraichain","panacea","passage1","passage","osmosis","point","persistence","planq","pryzm","pundix","provenance","pylons","quasar","qwoyn","realio","quicksilver","rebus","rizon","regen","scorum","saga","secretnetwork","seda","sei","self","sentinel","sge","shareledger","shentu","shido","sifchain","six","sommelier","source","stafihub","stargaze","starname","stratos","stride","sunrise","tenet","teritori","terpnetwork","terra","terra2","tgrade","thorchain","titan","unification","ununifi","umee","uptick","xpla","vidulum","zetachain","akashtestnet","archwaytestnet","arkeonetworktestnet","artelatestnet","auratestnet","axelartestnet","babylontestnet1","babylontestnet","bitcannadevnet2","bitcannadevnet","blockxtestnet","cascadiatestnet","celestiatestnet","celestiatestnet2","celestiatestnet3","chain4energytestnet","cheqdtestnet","chimbatestnet","composabletestnet","coolcattestnet","coreumtestnet","cosmoshubtestnet","cosmwasmtestnet","cosstestnet","cudostestnet","deardogetestnet","desmostestnet","doravotatestnet","doravotatestnet2","dydxtestnet","elystestnet","empowertestnet","entrypointtestnet","evmostestnet","fetchhubtestnet","finschiatestnet","galacticatestnet","gitopiatestnet","hedgetestnet","humanstestnet","hypersigntestnet","impacthubdevnet","impacthubtestnet","imversedtestnet","injectivetestnet","jackaltestnet","jackaltestnet2","junotestnet","kichaintestnet","kujiratestnet","kyvedevnet","kyvetestnet","lavatestnet","lavatestnet1","likecointestnet","lumenxtestnet","mantrachaintestnet","marstestnet","migalootestnet","neuradevnet","neuratestnet","neutrontestnet","nibirudevnet","nibirudevnet2","nibirutestnet","nibirutestnet2","nobletestnet","noistestnet","nolustestnet","nyxtestnet","okp4testnet","osmosistestnet4","permtestnet","persistencetestnet","osmosistestnet","persistencetestnet2","planqtestnet","pryzmtestnet","quasartestnet","quicksilvertestnet","qwoyntestnet","rsprovidertestnet","sagatestnet","secretnetworktestnet","secretnetworktestnet2","seidevnet3","seitestnet","seitestnet2","selfchaindevnet","sgetestnet","sgetestnet4","sixtestnet","soarchaintestnet","sourcetestnet","stargazetestnet","statesettestnet","stridetestnet","sunrisetestnet","swisstroniktestnet","symphonytestnet","temporaltestnet","terpnettestnet","terpnettestnet2","terra2testnet","titantestnet","ulastestnet","uniontestnet","upticktestnet","vincechaintestnet","wardenprotocoltestnet","wavehashtestnet","xiontestnet","zetachaintestnet","blackwing","civitia","miniwasm","initia","minimove","init_ai","tucana","noon"] as const; -export type ChainName = (typeof chainNames)[number] | (string & {}); - -export const chainIdToName: Record = {"acre_9052-1":"acrechain","eightball-1":"8ball","agoric-3":"agoric","aioz_168-1":"aioz","akashnet-2":"akash","akiro-1":"akiro","althea_258432-1":"althea","andromeda-1":"andromeda1","arkh":"arkh","archway-1":"archway","mantle-1":"assetmantle","xstaxy-1":"aura1","aura_6322-2":"aura","beezee-1":"beezee","axelar-dojo-1":"axelar","laozi-mainnet":"bandchain","bitcanna-1":"bitcanna","bitsong-2b":"bitsong","bluechip_1":"bluechip","bluzelle-9":"bluzelle","bostrom":"bostrom","canto_7700-1":"canto","carbon-1":"carbon","celestia":"celestia","cerberus-chain-1":"cerberus","chimba":"chimba","morocco-1":"terpnetwork","perun-1":"chain4energy","chihuahua-1":"chihuahua","cifer-2":"cifer","cifer-1":"cifer1","cheqd-mainnet-1":"cheqd","comdex-1":"comdex","commercio-3":"commercionetwork","cvn_2032-1":"conscious","coreum-mainnet-1":"coreum","coss-1":"coss","crescent-1":"crescent","centauri-1":"composable","cosmoshub-4":"cosmoshub","cronosmainnet_25-1":"cronos","crypto-org-chain-mainnet-1":"cryptoorgchain","cudos-1":"cudos","mainnet-3":"decentr","dhealth":"dhealth","dig-1":"dig","vota-ash":"doravota","desmos-mainnet":"desmos","dyson-mainnet-01":"dyson","echelon_3000-3":"echelon","emoney-3":"emoney","dydx-mainnet-1":"dydx","dymension_1100-1":"dymension","empowerchain-1":"empowerchain","ethos_7003-1":"ethos","fetchhub-4":"fetchhub","finschia-2":"finschia","colosseum-1":"firmachain","furya-1":"furya","fxcore":"fxcore","galaxy-1":"galaxy","genesis_29-2":"genesisl1","evmos_9001-2":"evmos","wormchain":"gateway","gitopia":"gitopia","govgen-1":"govgen","helichain":"heli","highbury_710-1":"highbury","humans_1089-1":"humans","Antora":"idep","gravity-bridge-3":"gravitybridge","imversed_5555555-1":"imversed","haqq_11235-1":"haqq","ixo-5":"impacthub","irishub-1":"irisnet","injective-1":"injective","jackal-1":"jackal","joltify_1729-1":"joltify","kava_2222-10":"kava","juno-1":"juno","kichain-2":"kichain","darchub":"konstellation","lambda_92000-1":"lambda","lava-mainnet-1":"lava","kyve-1":"kyve","likecoin-mainnet-2":"likecoin","kaiyo-1":"kujira","logos_7002-1":"logos","loop-1":"loop","loyal-main-02":"loyal","LumenX":"lumenx","lum-network-1":"lumnetwork","mars-1":"mars","mayachain-mainnet-v1":"mayachain","medasdigital-1":"medasdigital","meme-1":"meme","microtick-1":"microtick","migaloo-1":"migaloo","mainnet":"mises","mun-1":"mun","mythos_7001-1":"mythos","neura_266-1":"neura","Neutaro-1":"neutaro","cataclysm-1":"nibiru","nim_1122-1":"nim","neutron-1":"neutron","noble-1":"noble","nois-1":"nois","pirin-1":"nolus","nomic-stakenet-3":"nomic","nyx":"nyx","octa":"octa","odin-mainnet-freya":"odin","exchain-66":"okexchain","omniflixhub-1":"omniflixhub","onex-mainnet-1":"onex","onomy-mainnet-1":"onomy","Oraichain":"oraichain","panacea-3":"panacea","passage-1":"passage1","passage-2":"passage","osmosis-1":"osmosis","point_10687-1":"point","core-1":"persistence","planq_7070-2":"planq","pryzm-1":"pryzm","PUNDIX":"pundix","pio-mainnet-1":"provenance","pylons-mainnet-1":"pylons","quasar-1":"quasar","qwoyn-1":"qwoyn","realionetwork_3301-1":"realio","quicksilver-2":"quicksilver","reb_1111-1":"rebus","titan-1":"rizon","regen-1":"regen","scorum-1":"scorum","ssc-1":"saga","secret-4":"secretnetwork","seda-1":"seda","pacific-1":"sei","self-1":"self","sentinelhub-2":"sentinel","sgenet-1":"sge","ShareRing-VoyagerNet":"shareledger","shentu-2.2":"shentu","shido_9008-1":"shido","sifchain-1":"sifchain","sixnet":"six","sommelier-3":"sommelier","source-1":"source","stafihub-1":"stafihub","stargaze-1":"stargaze","iov-mainnet-ibc":"starname","stratos-1":"stratos","stride-1":"stride","sunrise-1":"sunrise","tenet_1559-1":"tenet","teritori-1":"teritori","columbus-5":"terra","phoenix-1":"terra2","tgrade-mainnet-1":"tgrade","thorchain-mainnet-v1":"thorchain","titan_18888-1":"titan","FUND-MainNet-2":"unification","ununifi-beta-v1":"ununifi","umee-1":"umee","uptick_117-1":"uptick","dimension_37-1":"xpla","vidulum-1":"vidulum","zetachain_7000-1":"zetachain","sandbox-01":"akashtestnet","constantine-3":"archwaytestnet","arkeo":"arkeonetworktestnet","artela_11820-1":"artelatestnet","aura_6321-3":"auratestnet","axelar-testnet-lisbon-3":"axelartestnet","bbn-test1":"babylontestnet1","bbn-test3":"babylontestnet","bitcanna-dev-6":"bitcannadevnet2","bitcanna-dev-1":"bitcannadevnet","blockx_190-1":"blockxtestnet","cascadia_6102-1":"cascadiatestnet","blockspacerace-0":"celestiatestnet","arabica-11":"celestiatestnet2","mocha-4":"celestiatestnet3","babajaga-1":"chain4energytestnet","cheqd-testnet-6":"cheqdtestnet","chimba-testnet":"chimbatestnet","banksy-testnet-3":"composabletestnet","kitten-04":"coolcattestnet","coreum-testnet-1":"coreumtestnet","theta-testnet-001":"cosmoshubtestnet","malaga-420":"cosmwasmtestnet","coss-testnet-1":"cosstestnet","cudos-testnet-public-3":"cudostestnet","deardoge-testnet":"deardogetestnet","morpheus-apollo-3":"desmostestnet","vota-testnet":"doravotatestnet","vota-vk":"doravotatestnet2","dydx-testnet-4":"dydxtestnet","elystestnet-1":"elystestnet","circulus-1":"empowertestnet","entrypoint-pubtest-2":"entrypointtestnet","evmos_9000-4":"evmostestnet","dorado-1":"fetchhubtestnet","ebony-2":"finschiatestnet","galactica_9302-1":"galacticatestnet","gitopia-janus-testnet-2":"gitopiatestnet","berberis-1":"hedgetestnet","testnet-1":"humanstestnet","prajna-1":"hypersigntestnet","devnet-1":"impacthubdevnet","pandora-8":"impacthubtestnet","imversed-test-1":"imversedtestnet","injective-888":"injectivetestnet","canine-1":"jackaltestnet","mesomelas-1":"jackaltestnet2","uni-6":"junotestnet","kichain-t-4":"kichaintestnet","harpoon-4":"kujiratestnet","korellia-2":"kyvedevnet","kaon-1":"kyvetestnet","lava-testnet-2":"lavatestnet","lava-testnet-1":"lavatestnet1","likecoin-public-testnet-5":"likecointestnet","lumenx-test":"lumenxtestnet","mantra-hongbai-1":"mantrachaintestnet","ares-1":"marstestnet","narwhal-2":"migalootestnet","neura_268-1":"neuradevnet","neura_267-1":"neuratestnet","pion-1":"neutrontestnet","nibiru-devnet-1":"nibirudevnet","nibiru-devnet-2":"nibirudevnet2","nibiru-testnet-1":"nibirutestnet","nibiru-testnet-2":"nibirutestnet2","grand-1":"nobletestnet","nois-testnet-005":"noistestnet","rila-1":"nolustestnet","sandbox":"nyxtestnet","okp4-nemeton-1":"okp4testnet","osmo-test-4":"osmosistestnet4","INVALID-ID-permtestnet-testnet-1":"permtestnet","test-core-1":"persistencetestnet","osmo-test-5":"osmosistestnet","test-core-2":"persistencetestnet2","planq_7077-1":"planqtestnet","indigo-1":"pryzmtestnet","quasar-test-1":"quasartestnet","rhye-2":"quicksilvertestnet","earendel-1":"qwoyntestnet","provider":"rsprovidertestnet","ssc-testnet-1":"sagatestnet","pulsar-3":"secretnetworktestnet","pulsar-2":"secretnetworktestnet2","sei-devnet-3":"seidevnet3","atlantic-1":"seitestnet","atlantic-2":"seitestnet2","self-dev-1":"selfchaindevnet","sge-network-3":"sgetestnet","sge-network-4":"sgetestnet4","fivenet":"sixtestnet","soarchaintestnet":"soarchaintestnet","sourcetest-1":"sourcetestnet","elgafar-1":"stargazetestnet","stateset-1-testnet":"statesettestnet","stride-testnet-1":"stridetestnet","sunrise-test":"sunrisetestnet","swisstronik_1291-1":"swisstroniktestnet","symphony-testnet-1":"symphonytestnet","temporal-test-2":"temporaltestnet","90u-4":"terpnettestnet","90u-2":"terpnettestnet2","pisco-1":"terra2testnet","titan_18889-1":"titantestnet","ulas":"ulastestnet","union-testnet-8":"uniontestnet","uptick_7000-2":"upticktestnet","vince_1903-1":"vincechaintestnet","buenavista-1":"wardenprotocoltestnet","INVALID-ID-wavehashtestnet-testnet-1":"wavehashtestnet","xion-testnet-1":"xiontestnet","athens_7001-1":"zetachaintestnet","tomcat-1":"blackwing","landlord-1":"civitia","miniwasm-1":"miniwasm","initiation-1":"initia","minimove-1":"minimove","init-ai-1":"init_ai","birdee-1":"tucana","burrito-1":"noon"}; -export const chainNameToId: Record = {"acrechain":"acre_9052-1","8ball":"eightball-1","agoric":"agoric-3","aioz":"aioz_168-1","akash":"akashnet-2","akiro":"akiro-1","althea":"althea_258432-1","andromeda":"andromeda-1","andromeda1":"andromeda-1","arkh":"arkh","archway":"archway-1","assetmantle":"mantle-1","aura1":"xstaxy-1","aura":"aura_6322-2","beezee":"beezee-1","axelar":"axelar-dojo-1","bandchain":"laozi-mainnet","bitcanna":"bitcanna-1","bitsong":"bitsong-2b","bluechip":"bluechip_1","bluzelle":"bluzelle-9","bostrom":"bostrom","canto":"canto_7700-1","carbon":"carbon-1","celestia":"celestia","cerberus":"cerberus-chain-1","chimba":"chimba","chronicnetwork":"morocco-1","chain4energy":"perun-1","chihuahua":"chihuahua-1","cifer":"cifer-2","cifer1":"cifer-1","cheqd":"cheqd-mainnet-1","comdex":"comdex-1","commercionetwork":"commercio-3","conscious":"cvn_2032-1","coreum":"coreum-mainnet-1","coss":"coss-1","crescent":"crescent-1","composable":"centauri-1","cosmoshub":"cosmoshub-4","cronos":"cronosmainnet_25-1","cryptoorgchain":"crypto-org-chain-mainnet-1","cudos":"cudos-1","decentr":"mainnet-3","dhealth":"dhealth","dig":"dig-1","doravota":"vota-ash","desmos":"desmos-mainnet","dyson":"dyson-mainnet-01","echelon":"echelon_3000-3","emoney":"emoney-3","dydx":"dydx-mainnet-1","dymension":"dymension_1100-1","empowerchain":"empowerchain-1","ethos":"ethos_7003-1","fetchhub":"fetchhub-4","finschia":"finschia-2","firmachain":"colosseum-1","furya":"furya-1","fxcore":"fxcore","galaxy":"galaxy-1","genesisl1":"genesis_29-2","evmos":"evmos_9001-2","gateway":"wormchain","gitopia":"gitopia","govgen":"govgen-1","heli":"helichain","highbury":"highbury_710-1","humans":"humans_1089-1","idep":"Antora","gravitybridge":"gravity-bridge-3","imversed":"imversed_5555555-1","haqq":"haqq_11235-1","impacthub":"ixo-5","irisnet":"irishub-1","injective":"injective-1","jackal":"jackal-1","joltify":"joltify_1729-1","kava":"kava_2222-10","juno":"juno-1","kichain":"kichain-2","konstellation":"darchub","lambda":"lambda_92000-1","lava":"lava-mainnet-1","kyve":"kyve-1","likecoin":"likecoin-mainnet-2","kujira":"kaiyo-1","logos":"logos_7002-1","loop":"loop-1","loyal":"loyal-main-02","lumenx":"LumenX","lumnetwork":"lum-network-1","mars":"mars-1","mayachain":"mayachain-mainnet-v1","medasdigital":"medasdigital-1","meme":"meme-1","microtick":"microtick-1","migaloo":"migaloo-1","mises":"mainnet","mun":"mun-1","mythos":"mythos_7001-1","neura":"neura_266-1","neutaro":"Neutaro-1","nibiru":"cataclysm-1","nim":"nim_1122-1","neutron":"neutron-1","noble":"noble-1","nois":"nois-1","nolus":"pirin-1","nomic":"nomic-stakenet-3","nyx":"nyx","octa":"octa","odin":"odin-mainnet-freya","okexchain":"exchain-66","omniflixhub":"omniflixhub-1","onex":"onex-mainnet-1","onomy":"onomy-mainnet-1","oraichain":"Oraichain","panacea":"panacea-3","passage1":"passage-1","passage":"passage-2","osmosis":"osmosis-1","point":"point_10687-1","persistence":"core-1","planq":"planq_7070-2","pryzm":"pryzm-1","pundix":"PUNDIX","provenance":"pio-mainnet-1","pylons":"pylons-mainnet-1","quasar":"quasar-1","qwoyn":"qwoyn-1","realio":"realionetwork_3301-1","quicksilver":"quicksilver-2","rebus":"reb_1111-1","rizon":"titan-1","regen":"regen-1","scorum":"scorum-1","saga":"ssc-1","secretnetwork":"secret-4","seda":"seda-1","sei":"pacific-1","self":"self-1","sentinel":"sentinelhub-2","sge":"sgenet-1","shareledger":"ShareRing-VoyagerNet","shentu":"shentu-2.2","shido":"shido_9008-1","sifchain":"sifchain-1","six":"sixnet","sommelier":"sommelier-3","source":"source-1","stafihub":"stafihub-1","stargaze":"stargaze-1","starname":"iov-mainnet-ibc","stratos":"stratos-1","stride":"stride-1","sunrise":"sunrise-1","tenet":"tenet_1559-1","teritori":"teritori-1","terpnetwork":"morocco-1","terra":"columbus-5","terra2":"phoenix-1","tgrade":"tgrade-mainnet-1","thorchain":"thorchain-mainnet-v1","titan":"titan_18888-1","unification":"FUND-MainNet-2","ununifi":"ununifi-beta-v1","umee":"umee-1","uptick":"uptick_117-1","xpla":"dimension_37-1","vidulum":"vidulum-1","zetachain":"zetachain_7000-1","akashtestnet":"sandbox-01","archwaytestnet":"constantine-3","arkeonetworktestnet":"arkeo","artelatestnet":"artela_11820-1","auratestnet":"aura_6321-3","axelartestnet":"axelar-testnet-lisbon-3","babylontestnet1":"bbn-test1","babylontestnet":"bbn-test3","bitcannadevnet2":"bitcanna-dev-6","bitcannadevnet":"bitcanna-dev-1","blockxtestnet":"blockx_190-1","cascadiatestnet":"cascadia_6102-1","celestiatestnet":"blockspacerace-0","celestiatestnet2":"arabica-11","celestiatestnet3":"mocha-4","chain4energytestnet":"babajaga-1","cheqdtestnet":"cheqd-testnet-6","chimbatestnet":"chimba-testnet","composabletestnet":"banksy-testnet-3","coolcattestnet":"kitten-04","coreumtestnet":"coreum-testnet-1","cosmoshubtestnet":"theta-testnet-001","cosmwasmtestnet":"malaga-420","cosstestnet":"coss-testnet-1","cudostestnet":"cudos-testnet-public-3","deardogetestnet":"deardoge-testnet","desmostestnet":"morpheus-apollo-3","doravotatestnet":"vota-testnet","doravotatestnet2":"vota-vk","dydxtestnet":"dydx-testnet-4","elystestnet":"elystestnet-1","empowertestnet":"circulus-1","entrypointtestnet":"entrypoint-pubtest-2","evmostestnet":"evmos_9000-4","fetchhubtestnet":"dorado-1","finschiatestnet":"ebony-2","galacticatestnet":"galactica_9302-1","gitopiatestnet":"gitopia-janus-testnet-2","hedgetestnet":"berberis-1","humanstestnet":"testnet-1","hypersigntestnet":"prajna-1","impacthubdevnet":"devnet-1","impacthubtestnet":"pandora-8","imversedtestnet":"imversed-test-1","injectivetestnet":"injective-888","jackaltestnet":"canine-1","jackaltestnet2":"mesomelas-1","junotestnet":"uni-6","kichaintestnet":"kichain-t-4","kujiratestnet":"harpoon-4","kyvedevnet":"korellia-2","kyvetestnet":"kaon-1","lavatestnet":"lava-testnet-2","lavatestnet1":"lava-testnet-1","likecointestnet":"likecoin-public-testnet-5","lumenxtestnet":"lumenx-test","mantrachaintestnet":"mantra-hongbai-1","marstestnet":"ares-1","migalootestnet":"narwhal-2","neuradevnet":"neura_268-1","neuratestnet":"neura_267-1","neutrontestnet":"pion-1","nibirudevnet":"nibiru-devnet-1","nibirudevnet2":"nibiru-devnet-2","nibirutestnet":"nibiru-testnet-1","nibirutestnet2":"nibiru-testnet-2","nobletestnet":"grand-1","noistestnet":"nois-testnet-005","nolustestnet":"rila-1","nyxtestnet":"sandbox","okp4testnet":"okp4-nemeton-1","osmosistestnet4":"osmo-test-4","permtestnet":"INVALID-ID-permtestnet-testnet-1","persistencetestnet":"test-core-1","osmosistestnet":"osmo-test-5","persistencetestnet2":"test-core-2","planqtestnet":"planq_7077-1","pryzmtestnet":"indigo-1","quasartestnet":"quasar-test-1","quicksilvertestnet":"rhye-2","qwoyntestnet":"earendel-1","rsprovidertestnet":"provider","sagatestnet":"ssc-testnet-1","secretnetworktestnet":"pulsar-3","secretnetworktestnet2":"pulsar-2","seidevnet3":"sei-devnet-3","seitestnet":"atlantic-1","seitestnet2":"atlantic-2","selfchaindevnet":"self-dev-1","sgetestnet":"sge-network-3","sgetestnet4":"sge-network-4","sixtestnet":"fivenet","soarchaintestnet":"soarchaintestnet","sourcetestnet":"sourcetest-1","stargazetestnet":"elgafar-1","statesettestnet":"stateset-1-testnet","stridetestnet":"stride-testnet-1","sunrisetestnet":"sunrise-test","swisstroniktestnet":"swisstronik_1291-1","symphonytestnet":"symphony-testnet-1","temporaltestnet":"temporal-test-2","terpnettestnet":"90u-4","terpnettestnet2":"90u-2","terra2testnet":"pisco-1","titantestnet":"titan_18889-1","ulastestnet":"ulas","uniontestnet":"union-testnet-8","upticktestnet":"uptick_7000-2","vincechaintestnet":"vince_1903-1","wardenprotocoltestnet":"buenavista-1","wavehashtestnet":"INVALID-ID-wavehashtestnet-testnet-1","xiontestnet":"xion-testnet-1","zetachaintestnet":"athens_7001-1","blackwing":"tomcat-1","civitia":"landlord-1","miniwasm":"miniwasm-1","initia":"initiation-1","minimove":"minimove-1","init_ai":"init-ai-1","tucana":"birdee-1","noon":"burrito-1"}; diff --git a/packages/widget/src/hooks/use-chains.ts b/packages/widget/src/hooks/use-chains.ts index cb92e96c4..eeabdb15e 100644 --- a/packages/widget/src/hooks/use-chains.ts +++ b/packages/widget/src/hooks/use-chains.ts @@ -1,9 +1,8 @@ import { Chain as SkipChain } from '@skip-go/core'; import { useQuery } from '@tanstack/react-query'; import { useSkipClient } from './use-skip-client'; -import { chainIdToName } from '../chains'; -import { chainIdToPrettyName } from '../chains/pretty'; import { useSwapWidgetUIStore } from '../store/swap-widget'; +import { getChain } from '../chains'; export type Chain = SkipChain & { prettyName: string; @@ -32,8 +31,8 @@ export function useChains(args: UseChainsQueryArgs = {}) { .map((chain): Chain => { return { ...chain, - chainName: chainIdToName[chain.chainID] || chain.chainName, - prettyName: chainIdToPrettyName[chain.chainID] || chain.chainName, + chainName: chain.chainName || getChain(chain.chainID).chain_name, + prettyName: chain.prettyName || getChain(chain.chainID).pretty_name, logoURI: chain.logoURI || 'https://api.dicebear.com/6.x/shapes/svg', }; }) diff --git a/packages/widget/src/hooks/use-make-wallets.tsx b/packages/widget/src/hooks/use-make-wallets.tsx index 00adffacf..07f3e1b93 100644 --- a/packages/widget/src/hooks/use-make-wallets.tsx +++ b/packages/widget/src/hooks/use-make-wallets.tsx @@ -59,7 +59,7 @@ export const useMakeWallets = () => { let wallets: MinimalWallet[] = []; if (chainType === 'cosmos') { - const chainName = chainIdToName[chainID]; + const chainName = chainIdToName(chainID); const walletRepo = getWalletRepo(chainName); wallets = walletRepo.wallets.map((wallet) => ({ walletName: wallet.walletName, diff --git a/packages/widget/src/provider/skip-provider.tsx b/packages/widget/src/provider/skip-provider.tsx index 1ac17d254..edde5712f 100644 --- a/packages/widget/src/provider/skip-provider.tsx +++ b/packages/widget/src/provider/skip-provider.tsx @@ -5,11 +5,10 @@ import { getWalletClient } from '@wagmi/core'; import { createContext, ReactNode } from 'react'; import { WalletClient } from 'viem'; -import { chainIdToName } from '../chains'; import { config } from '../lib/wagmi'; import { trackWallet } from '../store/track-wallet'; import { gracefullyConnect, isWalletClientUsingLedger } from '../utils/wallet'; -import { WidgetConfig } from '.'; +import { chainIdToName } from '../chains'; export const SkipContext = createContext< | { @@ -34,7 +33,7 @@ export function SkipProvider({ const skipClient = new SkipRouter({ getCosmosSigner: async (chainID) => { - const chainName = chainIdToName[chainID]; + const chainName = chainIdToName(chainID); if (!chainName) { throw new Error(`getCosmosSigner error: unknown chainID '${chainID}'`); } diff --git a/packages/widget/src/provider/wallet/cosmos.tsx b/packages/widget/src/provider/wallet/cosmos.tsx index 69fc67d1a..611aba086 100644 --- a/packages/widget/src/provider/wallet/cosmos.tsx +++ b/packages/widget/src/provider/wallet/cosmos.tsx @@ -1,17 +1,13 @@ import { ChainProvider } from '@cosmos-kit/react'; -import React, { ComponentProps } from 'react'; +import React from 'react'; -import { getAssetLists, getChains } from '../../chains'; import { wallets } from '../../lib/cosmos-kit'; +import { assets, chains } from '../../chains'; interface CosmosProviderProps { children: React.ReactNode; } -type ChainProviderProps = ComponentProps; - export const CosmosProvider: React.FC = ({ children }) => { - const chains = getChains() as ChainProviderProps['chains']; - const assets = getAssetLists() as ChainProviderProps['assetLists']; return ( { - const { fees } = chainRecord[chainID]; + const { fees } = getChain(chainID); const feeAssets: FeeAsset[] = fees?.fee_tokens.map((ft) => ({ denom: ft.denom, @@ -38,7 +38,7 @@ export const getChainFeeAssets = (chainID: string) => { }; export const getChainGasPrice = (chainID: string) => { - const { fees } = chainRecord[chainID]; + const { fees } = getChain(chainID); const ft = fees?.fee_tokens?.[0]; if (!(ft && ft.average_gas_price && ft.denom)) return null; const gas = `${ft.average_gas_price}${ft.denom}`; diff --git a/packages/widget/src/utils/explorer.ts b/packages/widget/src/utils/explorer.ts index 4cc91a741..d560bf408 100644 --- a/packages/widget/src/utils/explorer.ts +++ b/packages/widget/src/utils/explorer.ts @@ -1,5 +1,5 @@ import { EVM_CHAINS } from '../constants/wagmi'; -import { explorersRecord } from '../chains/explorers'; +import { getChain } from '../chains'; export interface ChainExplorerResponse { evm: boolean; @@ -26,7 +26,7 @@ export function getExplorerUrl(chainId: string) { baseUrl = chain.blockExplorers!.default.url; } } else { - const explorers = explorersRecord[chainId] || []; + const explorers = getChain(chainId).explorers || []; baseUrl ||= explorers.find( (explorer) => explorer.kind === 'mintscan' diff --git a/yarn.lock b/yarn.lock index ae894f523..c1d128081 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1620,6 +1620,13 @@ __metadata: languageName: node linkType: hard +"@chain-registry/types@npm:^0.45.31": + version: 0.45.31 + resolution: "@chain-registry/types@npm:0.45.31" + checksum: eadcce6661d3d622e64ddc2b62c134623cbe1e07db367dbd0ce34aa4a03ff14015b4648cf7c9da4fe2e217886dde3128809b505e1bfc8bff69a7cc98cfa84611 + languageName: node + linkType: hard + "@chain-registry/utils@npm:^1.46.10": version: 1.46.10 resolution: "@chain-registry/utils@npm:1.46.10" @@ -3609,21 +3616,6 @@ __metadata: languageName: node linkType: hard -"@graz-sh/types@npm:0.0.14, @graz-sh/types@npm:^0.0.14": - version: 0.0.14 - resolution: "@graz-sh/types@npm:0.0.14" - peerDependencies: - long: "*" - zod: "*" - peerDependenciesMeta: - long: - optional: true - zod: - optional: true - checksum: fd83c3e7f8bbf095bfff0735a5a86c4f8b10766d90e916f8bc95d7232c48b082b341ed7e658979be94d75b59546eb0f1d56f0e4a6536409c41bab180bdbc031f - languageName: node - linkType: hard - "@hapi/bourne@npm:^3.0.0": version: 3.0.0 resolution: "@hapi/bourne@npm:3.0.0" @@ -3694,6 +3686,15 @@ __metadata: languageName: node linkType: hard +"@initia/initia-registry@npm:latest": + version: 0.1.15 + resolution: "@initia/initia-registry@npm:0.1.15" + dependencies: + "@initia/initia-registry-types": ^0.0.17 + checksum: 7b658f44a56acea1182b91d1ceaf157b3d3c1a135e75e63a9324eac8f4e3dd356bcbe255bd2e2225c8aaeb87a07db04e1f4d5e1dd4034ac493fd0643c0589d2e + languageName: node + linkType: hard + "@injectivelabs/core-proto-ts@npm:0.0.21, @injectivelabs/core-proto-ts@npm:^0.0.21": version: 0.0.21 resolution: "@injectivelabs/core-proto-ts@npm:0.0.21" @@ -7890,7 +7891,7 @@ __metadata: "@cosmjs/stargate": 0.32.4 "@cosmjs/tendermint-rpc": 0.32.4 "@cosmology/telescope": 1.8.3 - "@initia/initia-registry": 0.1.9 + "@initia/initia-registry": latest "@injectivelabs/core-proto-ts": 0.0.21 "@injectivelabs/sdk-ts": 1.14.5 "@keplr-wallet/unit": ^0.12.67 @@ -7899,6 +7900,7 @@ __metadata: "@solana/wallet-adapter-base": ^0.9.23 "@solana/web3.js": ^1.91.1 axios: 1.x + chain-registry: latest cosmjs-types: 0.8.0 keccak256: 1.x kujira.js: 0.9.x @@ -7906,8 +7908,6 @@ __metadata: proxy-from-env: ^1.1.0 viem: 2.x vitest: ^1.2.2 - peerDependencies: - chain-registry: ^1.33.11 languageName: unknown linkType: soft @@ -7923,8 +7923,8 @@ __metadata: "@cosmos-kit/station": 2.5.x "@cosmos-kit/vectis": 2.6.x "@emotion/css": ^11.11.2 - "@graz-sh/types": 0.0.14 "@heroicons/react": ^2.1.3 + "@initia/initia-registry": latest "@injectivelabs/utils": 1.14.6 "@interchain-ui/react": ^1.23.13 "@r2wc/react-to-web-component": ^2.0.3 @@ -7948,6 +7948,7 @@ __metadata: "@types/react": ^18.0.6 "@types/react-dom": ^18.0.2 autoprefixer: ^10.4.19 + chain-registry: latest clsx: ^2.1.1 match-sorter: ^6.3.4 postcss: ^8.4.38 @@ -12460,6 +12461,15 @@ __metadata: languageName: node linkType: hard +"chain-registry@npm:latest": + version: 1.63.38 + resolution: "chain-registry@npm:1.63.38" + dependencies: + "@chain-registry/types": ^0.45.31 + checksum: b3d2cc043757b9320805df5628756ce8721dc14db5b7df7c1b0fbbe85d585da3e388a81159a3ac25bced7cbadfd2b56a30954d78391701eb36ded337d7a69d18 + languageName: node + linkType: hard + "chalk@npm:^1.0.0, chalk@npm:^1.1.3": version: 1.1.3 resolution: "chalk@npm:1.1.3" @@ -22319,7 +22329,6 @@ __metadata: "@cosmos-kit/react": 2.10.x "@cosmos-kit/station": 2.5.x "@cosmos-kit/vectis": 2.6.x - "@graz-sh/types": ^0.0.14 "@initia/initia-registry": 0.1.9 "@injectivelabs/core-proto-ts": 0.0.21 "@injectivelabs/sdk-ts": 1.14.5