Last active
July 13, 2023 01:25
-
-
Save troian/1dc738cebed67aebfd94011a8ad9d9f5 to your computer and use it in GitHub Desktop.
osmosis v16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "../chain.schema.json", | |
| "chain_name": "osmosis", | |
| "status": "live", | |
| "network_type": "mainnet", | |
| "website": "https://osmosis.zone/", | |
| "update_link": "https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json", | |
| "pretty_name": "Osmosis", | |
| "chain_id": "osmosis-1", | |
| "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": "v16.1.0", | |
| "compatible_versions": [ | |
| "v16.1.0" | |
| ], | |
| "binaries": { | |
| "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-amd64?checksum=sha256:2c21a7478d9ed13a428d487861685b1ce43e10e034b46b11500b25756f3b6a6d", | |
| "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-arm64?checksum=sha256:b89f9033fb0bd38ec27e6b6441c2db6d5b5b6c77cc7883128468a0c17e8f2a0a" | |
| }, | |
| "cosmos_sdk_version": "0.45", | |
| "consensus": { | |
| "type": "tendermint", | |
| "version": "0.34.24" | |
| }, | |
| "cosmwasm_version": "0.30", | |
| "cosmwasm_enabled": true, | |
| "ibc_go_version": "4.3.1", | |
| "ics_enabled": [ | |
| "ics20-1" | |
| ], | |
| "genesis": { | |
| "name": "v3", | |
| "genesis_url": "https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json" | |
| }, | |
| "versions": [ | |
| { | |
| "name": "v3", | |
| "tag": "v3.1.0", | |
| "height": 0, | |
| "next_version_name": "v4" | |
| }, | |
| { | |
| "name": "v4", | |
| "tag": "v4.2.0", | |
| "height": 1314500, | |
| "next_version_name": "v5" | |
| }, | |
| { | |
| "name": "v5", | |
| "tag": "v6.4.1", | |
| "height": 2383300, | |
| "next_version_name": "v7" | |
| }, | |
| { | |
| "name": "v7", | |
| "tag": "v8.0.0", | |
| "height": 3401000, | |
| "next_version_name": "v9" | |
| }, | |
| { | |
| "name": "v9", | |
| "tag": "v10.0.1", | |
| "height": 4707300, | |
| "next_version_name": "v11" | |
| }, | |
| { | |
| "name": "v11", | |
| "tag": "v11.0.0", | |
| "height": 5432450, | |
| "next_version_name": "v12" | |
| }, | |
| { | |
| "name": "v12", | |
| "tag": "v12.3.0", | |
| "height": 6246000, | |
| "next_version_name": "v13" | |
| }, | |
| { | |
| "name": "v13", | |
| "tag": "v13.1.0", | |
| "height": 7241500, | |
| "next_version_name": "v14" | |
| }, | |
| { | |
| "name": "v14", | |
| "tag": "v14.0.0", | |
| "height": 7937500, | |
| "next_version_name": "v15" | |
| }, | |
| { | |
| "name": "v15", | |
| "tag": "v15.2.0", | |
| "height": 8732500, | |
| "recommended_version": "v15.2.0", | |
| "compatible_versions": [ | |
| "v15.2.0", | |
| "v15.1.2", | |
| "v15.0.0" | |
| ], | |
| "cosmos_sdk_version": "0.46.10", | |
| "consensus": { | |
| "type": "tendermint", | |
| "version": "0.34.24" | |
| }, | |
| "cosmwasm_version": "0.30", | |
| "cosmwasm_enabled": true, | |
| "ibc_go_version": "4.3.1", | |
| "ics_enabled": [ | |
| "ics20-1" | |
| ], | |
| "binaries": { | |
| "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-amd64?checksum=sha256:3aab2f2668cb5a713d5770e46a777ef01c433753378702d9ae941aa2d1ee5618", | |
| "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-arm64?checksum=sha256:e158d30707a0ea51482237f99676223e81ce5a353966a5c83791d2662a930f35" | |
| } | |
| }, | |
| { | |
| "name": "v16", | |
| "tag": "v16.1.0", | |
| "height": 10517000, | |
| "recommended_version": "v16.1.0", | |
| "compatible_versions": [ | |
| "v16.1.0" | |
| ], | |
| "cosmos_sdk_version": "v0.47.3", | |
| "consensus": { | |
| "type": "tendermint", | |
| "version": "v0.37.0-rc1" | |
| }, | |
| "cosmwasm_version": "0.31", | |
| "cosmwasm_enabled": true, | |
| "ibc_go_version": "4.3.1", | |
| "ics_enabled": [ | |
| "ics20-1" | |
| ], | |
| "binaries": { | |
| "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-amd64?checksum=sha256:2c21a7478d9ed13a428d487861685b1ce43e10e034b46b11500b25756f3b6a6d", | |
| "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-arm64?checksum=sha256:b89f9033fb0bd38ec27e6b6441c2db6d5b5b6c77cc7883128468a0c17e8f2a0a" | |
| } | |
| } | |
| ] | |
| }, | |
| "images": [ | |
| { | |
| "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png", | |
| "theme": { | |
| "primary_color_hex": "#231D4B" | |
| } | |
| } | |
| ], | |
| "logo_URIs": { | |
| "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png", | |
| "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": "3e874613919a6f8b3fc26071fef563c88f031b3c", | |
| "address": "seed-osmosis.freshstaking.com:31656", | |
| "provider": "FreshSTAKING" | |
| }, | |
| { | |
| "id": "bd7064a50f5843e2c84c71c4dc18ac07424bdcc1", | |
| "address": "seeds.whispernode.com:12556", | |
| "provider": "WhisperNode🤐" | |
| }, | |
| { | |
| "id": "400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc", | |
| "address": "osmosis.rpc.kjnodes.com:11259", | |
| "provider": "kjnodes" | |
| }, | |
| { | |
| "id": "38ab18cb2ea1dfeb6232b429e1508f56b6ae5031", | |
| "address": "seed-osmosis-01.stakeflow.io:65535", | |
| "provider": "Stakeflow" | |
| }, | |
| { | |
| "id": "954ab3a0551b592b654b1554af8fc8746ed7b362", | |
| "address": "seed-node.mms.team:31656", | |
| "provider": "MMS" | |
| }, | |
| { | |
| "id": "e1b058e5cfa2b836ddaa496b10911da62dcf182e", | |
| "address": "osmosis-seed-de.allnodes.me:26656", | |
| "provider": "Allnodes.com ⚡️ Nodes & Staking" | |
| }, | |
| { | |
| "id": "e726816f42831689eab9378d5d577f1d06d25716", | |
| "address": "osmosis-seed-us.allnodes.me:26656", | |
| "provider": "Allnodes.com ⚡️ Nodes & Staking" | |
| } | |
| ], | |
| "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": "3e874613919a6f8b3fc26071fef563c88f031b3c", | |
| "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" | |
| } | |
| ] | |
| }, | |
| "apis": { | |
| "rpc": [ | |
| { | |
| "address": "https://rpc.osmosis.zone/", | |
| "provider": "Osmosis Foundation" | |
| }, | |
| { | |
| "address": "https://rpc-osmosis.blockapsis.com", | |
| "provider": "chainapsis" | |
| }, | |
| { | |
| "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://osmosis-rpc.polkachu.com", | |
| "provider": "Polkachu" | |
| }, | |
| { | |
| "address": "https://rpc-osmosis-ia.cosmosia.notional.ventures", | |
| "provider": "Notional" | |
| }, | |
| { | |
| "address": "https://rpc.osmosis.interbloc.org", | |
| "provider": "Interbloc" | |
| }, | |
| { | |
| "address": "https://osmosis.rpc.stakin-nodes.com", | |
| "provider": "Stakin" | |
| }, | |
| { | |
| "address": "https://rpc.osl.zone", | |
| "provider": "Osmosis Support Lab" | |
| }, | |
| { | |
| "address": "https://osmosis-mainnet-rpc.autostake.com:443", | |
| "provider": "AutoStake 🛡️ Slash Protected" | |
| }, | |
| { | |
| "address": "https://osmosis.rpc.interchain.ivaldilabs.xyz", | |
| "provider": "ivaldilabs" | |
| }, | |
| { | |
| "address": "https://osmosis.api.onfinality.io/public", | |
| "provider": "OnFinality" | |
| }, | |
| { | |
| "address": "https://osmosis.rpc.kjnodes.com", | |
| "provider": "kjnodes" | |
| }, | |
| { | |
| "address": "https://rpc-osmosis-01.stakeflow.io", | |
| "provider": "Stakeflow" | |
| }, | |
| { | |
| "address": "https://osmosis-rpc.staketab.org:443", | |
| "provider": "Staketab" | |
| }, | |
| { | |
| "address": "https://osmosis-rpc.w3coins.io", | |
| "provider": "w3coins" | |
| }, | |
| { | |
| "address": "https://rpc-osmosis.mms.team", | |
| "provider": "MMS" | |
| } | |
| ], | |
| "rest": [ | |
| { | |
| "address": "https://lcd.osmosis.zone/", | |
| "provider": "Osmosis Foundation" | |
| }, | |
| { | |
| "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.interbloc.org", | |
| "provider": "Interbloc" | |
| }, | |
| { | |
| "address": "https://osmosis-api.polkachu.com", | |
| "provider": "Polkachu" | |
| }, | |
| { | |
| "address": "https://osmosis.rest.stakin-nodes.com", | |
| "provider": "Stakin" | |
| }, | |
| { | |
| "address": "https://api.osl.zone", | |
| "provider": "Osmosis Support Lab" | |
| }, | |
| { | |
| "address": "https://osmosis-mainnet-lcd.autostake.com:443", | |
| "provider": "AutoStake 🛡️ Slash Protected" | |
| }, | |
| { | |
| "address": "https://osmosis.rest.interchain.ivaldilabs.xyz", | |
| "provider": "ivaldilabs" | |
| }, | |
| { | |
| "address": "https://osmosis.api.kjnodes.com", | |
| "provider": "kjnodes" | |
| }, | |
| { | |
| "address": "https://api-osmosis-01.stakeflow.io", | |
| "provider": "Stakeflow" | |
| }, | |
| { | |
| "address": "https://osmosis-rest.staketab.org", | |
| "provider": "Staketab" | |
| }, | |
| { | |
| "address": "https://osmosis-api.w3coins.io", | |
| "provider": "w3coins" | |
| }, | |
| { | |
| "address": "https://lcd-osmosis.whispernode.com:443", | |
| "provider": "WhisperNode🤐" | |
| }, | |
| { | |
| "address": "https://api-osmosis.mms.team", | |
| "provider": "MMS" | |
| } | |
| ], | |
| "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": "osmosis.grpc.interchain.ivaldilabs.xyz:433", | |
| "provider": "ivaldilabs" | |
| }, | |
| { | |
| "address": "osmosis.grpc.kjnodes.com:11290", | |
| "provider": "kjnodes" | |
| }, | |
| { | |
| "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" | |
| } | |
| ] | |
| }, | |
| "explorers": [ | |
| { | |
| "kind": "EZ Staking Tools", | |
| "url": "https://ezstaking.tools/osmosis", | |
| "tx_page": "https://ezstaking.tools/osmosis/txs/${txHash}", | |
| "account_page": "https://ezstaking.tools/osmosis/account/${accountAddress}" | |
| }, | |
| { | |
| "kind": "mintscan", | |
| "url": "https://www.mintscan.io/osmosis", | |
| "tx_page": "https://www.mintscan.io/osmosis/txs/${txHash}", | |
| "account_page": "https://www.mintscan.io/osmosis/account/${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": "bigdipper", | |
| "url": "https://bigdipper.live/osmosis", | |
| "tx_page": "https://bigdipper.live/osmosis/transactions/${txHash}", | |
| "account_page": "https://bigdipper.live/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}" | |
| } | |
| ], | |
| "keywords": [ | |
| "dex" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment