From 44d2be0585935e69aa99ee7e0589f1d1af097f0b Mon Sep 17 00:00:00 2001 From: mattverse Date: Tue, 30 Apr 2024 18:40:08 +0900 Subject: [PATCH] feat: update all docs for osmo-test-6 --- docs/beaker/config/README.md | 2 +- docs/beaker/config/global.md | 2 +- docs/cosmwasm/local/localosmosis.md | 2 +- docs/cosmwasm/testnet/cosmwasm-deployment.md | 6 +++--- docs/osmojs/README.md | 2 +- docs/osmosis-core/AssetData.js | 4 ++-- docs/osmosis-core/keys/tmkms.md | 2 +- docs/osmosis-core/modules/lockup/README.md | 2 +- .../customization/configuration-example.md | 2 +- .../customizable-elements/osmosis-chain-configuration.md | 6 +++--- .../customizable-elements/oupost-contract-configuration.md | 2 +- .../osmosis-chain-configuration.md | 4 ++-- docs/overview/integrate/cli.md | 2 +- docs/overview/integrate/pool-setup.md | 4 ++-- docs/overview/validate/joining-testnet.md | 4 ++-- docs/overview/validate/validating-testnet.md | 6 +++--- docs/telescope/README.md | 2 +- 17 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/beaker/config/README.md b/docs/beaker/config/README.md index 6fc948e19..1ca915747 100644 --- a/docs/beaker/config/README.md +++ b/docs/beaker/config/README.md @@ -21,7 +21,7 @@ grpc_endpoint = 'http://localhost:9090' rpc_endpoint = 'http://localhost:26657' [networks.testnet] -chain_id = 'osmo-test-5' +chain_id = 'osmo-test-6' network_variant = 'Shared' grpc_endpoint = 'https://grpc-test.osmosis.zone:9090' rpc_endpoint = 'https://rpc.testnet.osmosis.zone' diff --git a/docs/beaker/config/global.md b/docs/beaker/config/global.md index 78cf0fd27..88d0ce9fb 100644 --- a/docs/beaker/config/global.md +++ b/docs/beaker/config/global.md @@ -147,7 +147,7 @@ grpc_endpoint = 'http://localhost:9090' rpc_endpoint = 'http://localhost:26657' [networks.testnet] -chain_id = 'osmo-test-5' +chain_id = 'osmo-test-6' network_variant = 'Shared' grpc_endpoint = 'https://grpc-test.osmosis.zone:443' rpc_endpoint = 'https://rpc.testnet.osmosis.zone' diff --git a/docs/cosmwasm/local/localosmosis.md b/docs/cosmwasm/local/localosmosis.md index 8e0b8a680..8a0fe8cfc 100644 --- a/docs/cosmwasm/local/localosmosis.md +++ b/docs/cosmwasm/local/localosmosis.md @@ -185,7 +185,7 @@ osmosisd tx wasm store cw_tpl_osmosis.wasm --from --chai `` = localosmosis Replace `` with the key name from your local keys. `osmosisd keys list` -Replace `` with localosmosis or osmo-test-5. +Replace `` with localosmosis or osmo-test-6. Save the CODE_ID from the output of the command above as a local variable `CODE_ID=XX` ### Or Store CODE_ID diff --git a/docs/cosmwasm/testnet/cosmwasm-deployment.md b/docs/cosmwasm/testnet/cosmwasm-deployment.md index b5493b156..b4a469ad2 100644 --- a/docs/cosmwasm/testnet/cosmwasm-deployment.md +++ b/docs/cosmwasm/testnet/cosmwasm-deployment.md @@ -1,5 +1,5 @@ # Cosmwasm testnet deployment -The following is a quick guide that shows the basics of deploying a contract to a Osmosis Testnet (`osmo-test-5`). It covers: +The following is a quick guide that shows the basics of deploying a contract to a Osmosis Testnet (`osmo-test-6`). It covers: - Initial Setup - Setup Rust @@ -26,7 +26,7 @@ Please note this a detailed guide on how to deploy via `osmosisd`, it also cover ## Initial Setup -This tutorial uses a Osmosis specific development tools to deploy contracts to Osmosis Testnet(`osmo-test-5`). +This tutorial uses a Osmosis specific development tools to deploy contracts to Osmosis Testnet(`osmo-test-6`). ### Setup Rust @@ -266,7 +266,7 @@ If you run the `get_count` query again after sending the `increment` transaction ```bash TRY_INCREMENT='{"increment": {}}' -osmosisd tx wasm execute $CONTRACT_ADDR "$TRY_INCREMENT" --from wallet --gas-prices 0.025uosmo --gas auto --gas-adjustment 1.3 -y --chain-id osmo-test-5 +osmosisd tx wasm execute $CONTRACT_ADDR "$TRY_INCREMENT" --from wallet --gas-prices 0.025uosmo --gas auto --gas-adjustment 1.3 -y --chain-id osmo-test-6 ``` - `osmosisd tx wasm execute` : execute a command on a wasm contract diff --git a/docs/osmojs/README.md b/docs/osmojs/README.md index 5bc6bccf4..941c89b6b 100644 --- a/docs/osmojs/README.md +++ b/docs/osmojs/README.md @@ -206,7 +206,7 @@ import { signAndBroadcast } from 'osmojs'; const res = await signAndBroadcast({ client, // SigningStargateClient - chainId: 'osmosis-1', // use 'osmo-test-5' for testnet + chainId: 'osmosis-1', // use 'osmo-test-6' for testnet address, msgs: [msg], fee, diff --git a/docs/osmosis-core/AssetData.js b/docs/osmosis-core/AssetData.js index d0b4a28fe..ae0e54342 100644 --- a/docs/osmosis-core/AssetData.js +++ b/docs/osmosis-core/AssetData.js @@ -6,8 +6,8 @@ const AssetData = () => { const assetUrls = { mainnet: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmosis-1/osmosis-1.assetlist.json', - osmo_test_4: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmo-test-5/osmo-test-5.assetlist.json', - osmo_test_5: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmo-test-5/osmo-test-5.assetlist.json', + osmo_test_4: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmo-test-6/osmo-test-6.assetlist.json', + osmo_test_5: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmo-test-6/osmo-test-6.assetlist.json', }; diff --git a/docs/osmosis-core/keys/tmkms.md b/docs/osmosis-core/keys/tmkms.md index 0c16fdf46..78fd7ecb3 100644 --- a/docs/osmosis-core/keys/tmkms.md +++ b/docs/osmosis-core/keys/tmkms.md @@ -95,7 +95,7 @@ Now, modify the `tmkms.toml` file ```sh nano $HOME/tmkms/config/tmkms.toml ``` -In this example, my validator has the IP address of 123.456.32.123 and we will be using port 26659 to feed the validator key to the validator. We will also be using chain_id `osmosis-1`, but if you are doing this on the testnet be sure to use `osmo-test-5` instead: +In this example, my validator has the IP address of 123.456.32.123 and we will be using port 26659 to feed the validator key to the validator. We will also be using chain_id `osmosis-1`, but if you are doing this on the testnet be sure to use `osmo-test-6` instead: ```toml # Tendermint KMS configuration file diff --git a/docs/osmosis-core/modules/lockup/README.md b/docs/osmosis-core/modules/lockup/README.md index cfadce715..abedea717 100644 --- a/docs/osmosis-core/modules/lockup/README.md +++ b/docs/osmosis-core/modules/lockup/README.md @@ -485,7 +485,7 @@ osmosisd tx lockup lock-tokens 15527546134174465309gamm/pool/3 --duration="24h" To lockup `25.527546134174465309gamm/pool/13` tokens for a `one week` bonding period from `WALLET_NAME` on the osmosis testnet: ```bash -osmosisd tx lockup lock-tokens 25527546134174465309gamm/pool/13 --duration="168h" --from WALLET_NAME --chain-id osmo-test-5 +osmosisd tx lockup lock-tokens 25527546134174465309gamm/pool/13 --duration="168h" --from WALLET_NAME --chain-id osmo-test-6 ``` To lockup `35.527546134174465309 gamm/pool/197` tokens for a `two week` bonding period from `WALLET_NAME` on the osmosis mainnet: diff --git a/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/configuration-example.md b/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/configuration-example.md index f6959e159..6bc161a3d 100644 --- a/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/configuration-example.md +++ b/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/configuration-example.md @@ -19,7 +19,7 @@ NEXT_PUBLIC_OSMOSIS_ASSETLISTS_BASE_URL=https://raw.githubusercontent.com/nabla- NEXT_PUBLIC_COINGECKO_BASE_URL=https://api.coingecko.com/api/v3/ # Osmosis Chain Configuration Overwrite -NEXT_PUBLIC_OSMOSIS_CHAIN_ID_BASE=osmo-test-5 +NEXT_PUBLIC_OSMOSIS_CHAIN_ID_BASE=osmo-test-6 NEXT_PUBLIC_OSMOSIS_CHAIN_NAME_BASE=osmosistestnet # Source Chain Configuration Overwrite diff --git a/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/osmosis-chain-configuration.md b/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/osmosis-chain-configuration.md index 30d141763..a58872004 100644 --- a/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/osmosis-chain-configuration.md +++ b/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/osmosis-chain-configuration.md @@ -23,7 +23,7 @@ This is the chain id of the Osmosis chain you want to use. Osmosis testnet chain. ```bash -NEXT_PUBLIC_OSMOSIS_CHAIN_ID_BASE=osmo-test-5 +NEXT_PUBLIC_OSMOSIS_CHAIN_ID_BASE=osmo-test-6 ``` ### OSMOSIS_CHAIN_NAME_BASE @@ -67,9 +67,9 @@ The following table resume the information for the Osmosis *mainnet* and look at the [cosmos/chain-registry](https://github.com/cosmos/chain-registry/) repository. -| Value | Osmosis Testnet (osmo-test-5) | Osmosis Mainnet | +| Value | Osmosis Testnet (osmo-test-6) | Osmosis Mainnet | | ---------- | ------------------------------------------------------------------------------- | ------------------------------------------------------- | -| Chain ID | `osmo-test-5` | `osmosis-1` | +| Chain ID | `osmo-test-6` | `osmosis-1` | | Chain Name | `osmosistestnet` | `osmosis` | | RPC | [https://rpc.testnet.osmosis.zone:443](https://rpc.testnet.osmosis.zone:443) | [https://rpc.osmosis.zone](https://rpc.osmosis.zone) | | LCD | [https://lcd.testnet.osmosis.zone](https://lcd.testnet.osmosis.zone) | [https://lcd.osmosis.zone](https://lcd.osmosis.zone) | \ No newline at end of file diff --git a/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/oupost-contract-configuration.md b/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/oupost-contract-configuration.md index b9e17b434..709d9fbcf 100644 --- a/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/oupost-contract-configuration.md +++ b/docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/customization/customizable-elements/oupost-contract-configuration.md @@ -43,7 +43,7 @@ The following table resume the information for the Osmosis *mainnet* and **contract versions**! The following information **could be not up to date**, so do your own research to ensure you are on the right way. -| Contract | Osmosis Testnet (osmo-test-5) | Osmosis Mainnet | +| Contract | Osmosis Testnet (osmo-test-6) | Osmosis Mainnet | | ---------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | | swaprouter | `osmo1qw6npqrhgt0k4wvjecyggsyy0u492sg26wwtgttrmwc2xxelghgqkykpf9` | `osmo1fy547nr4ewfc38z73ghr6x62p7eguuupm66xwk8v8rjnjyeyxdqs6gdqx7` | | crosschain-swaps | `osmo1efakw4was99usxve258p58a5a26f0yt072gvyej5zr4lv5r0hxqqsddqgg` | `osmo1uwk8xc6q0s6t5qcpr6rht3sczu6du83xq8pwxjua0hfj5hzcnh3sqxwvxs` | diff --git a/docs/osmosis-outpost/user-interface-setup/widget/embed/widget-customizable-elements/osmosis-chain-configuration.md b/docs/osmosis-outpost/user-interface-setup/widget/embed/widget-customizable-elements/osmosis-chain-configuration.md index 3ef982a36..0694fb458 100644 --- a/docs/osmosis-outpost/user-interface-setup/widget/embed/widget-customizable-elements/osmosis-chain-configuration.md +++ b/docs/osmosis-outpost/user-interface-setup/widget/embed/widget-customizable-elements/osmosis-chain-configuration.md @@ -71,9 +71,9 @@ The following table resume the information for the Osmosis *mainnet* and look at the [cosmos/chain-registry](https://github.com/cosmos/chain-registry/) repository. -| Value | Osmosis Testnet (osmo-test-5) | Osmosis Mainnet | +| Value | Osmosis Testnet (osmo-test-6) | Osmosis Mainnet | | ---------- | ------------------------------------------------------------------------------- | ------------------------------------------------------- | -| Chain ID | `osmo-test-5` | `osmosis-1` | +| Chain ID | `osmo-test-6` | `osmosis-1` | | Chain Name | `osmosistestnet` | `osmosis` | | RPC | [https://rpc.testnet.osmosis.zone:443](https://rpc.testnet.osmosis.zone:443) | [https://rpc.osmosis.zone](https://rpc.osmosis.zone) | | LCD | [https://lcd.testnet.osmosis.zone](https://lcd.testnet.osmosis.zone) | [https://lcd.osmosis.zone](https://lcd.osmosis.zone) | \ No newline at end of file diff --git a/docs/overview/integrate/cli.md b/docs/overview/integrate/cli.md index cfb68d061..b9b202a66 100644 --- a/docs/overview/integrate/cli.md +++ b/docs/overview/integrate/cli.md @@ -89,7 +89,7 @@ osmosis config node https://rpc.osmosis.zone:443 ```bash osmosisd config node https://rpc.testnet.osmosis.zone:443 -osmosisd config chain-id osmo-test-5 +osmosisd config chain-id osmo-test-6 ``` To add a new account on your local keyring diff --git a/docs/overview/integrate/pool-setup.md b/docs/overview/integrate/pool-setup.md index bbbbb3d03..dca57ba93 100644 --- a/docs/overview/integrate/pool-setup.md +++ b/docs/overview/integrate/pool-setup.md @@ -186,7 +186,7 @@ There are recommendations for creating CL pools: - ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2 (ATOM) - ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877 (TIA) - uosmo (OSMO) -- ...and on Testnet (osmo-test-5) are: +- ...and on Testnet (osmo-test-6) are: - uosmo (OSMO) - ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477 (ATOM) - ibc/8E2FEFCBD754FA3C97411F0126B9EC76191BAA1B3959CB73CECF396A4037BBF0 (unregistered denom) @@ -262,7 +262,7 @@ The creation of transmuter pools requires osmosisd version v19.2.0 or later. The The code-id for Transmuter pools on Osmosis chains are as follows: - osmosis-1 (mainnet): 148 -- osmo-test-5 (testnet): 3084 +- osmo-test-6 (testnet): 3084 Alloyed Asset Pools have not yet been finalized. diff --git a/docs/overview/validate/joining-testnet.md b/docs/overview/validate/joining-testnet.md index b2394410d..e5ca43790 100644 --- a/docs/overview/validate/joining-testnet.md +++ b/docs/overview/validate/joining-testnet.md @@ -29,7 +29,7 @@ In order to get testnet tokens use [https://faucet.osmosis.zone/](https://fauce Use osmosisd to initialize your node (replace the ```NODE_NAME``` with a name of your choosing): ```bash -osmosisd init NODE_NAME --chain-id=osmo-test-5 +osmosisd init NODE_NAME --chain-id=osmo-test-6 ``` Open the config.toml to edit the seeds and persistent peers: @@ -89,7 +89,7 @@ Download and replace the genesis file: ```bash cd $HOME/.osmosisd/config -wget https://github.com/osmosis-labs/networks/raw/main/osmo-test-5/genesis.tar.bz2 +wget https://github.com/osmosis-labs/networks/raw/main/osmo-test-6/genesis.tar.bz2 tar -xjf genesis.tar.bz2 && rm genesis.tar.bz2 ``` diff --git a/docs/overview/validate/validating-testnet.md b/docs/overview/validate/validating-testnet.md index 27a22bc94..bcce20e61 100644 --- a/docs/overview/validate/validating-testnet.md +++ b/docs/overview/validate/validating-testnet.md @@ -64,7 +64,7 @@ osmosisd tx staking create-validator \ --pubkey=$(osmosisd tendermint show-validator) \ --moniker="Wosmongton" \ --security-contact="wosmongton@osmosis.labs" \ ---chain-id="osmo-test-5" \ +--chain-id="osmo-test-6" \ --commission-rate="0.1" \ --commission-max-rate="0.2" \ --commission-max-change-rate="0.05" \ @@ -134,11 +134,11 @@ osmosisd tendermint show-validator Use your validators public key queried above: ```bash -osmosisd query slashing signing-info [validator-pubkey] --chain-id osmo-test-5 +osmosisd query slashing signing-info [validator-pubkey] --chain-id osmo-test-6 ``` Example: ```bash -osmosisd query slashing signing-info '{"@type":"/cosmos.crypto.ed25519.PubKey","key":"HlixoxNZBPq4pBOYEimtSq9Ak4peBISVsIbI5ZHrEAU="}' --chain-id osmo-test-5 +osmosisd query slashing signing-info '{"@type":"/cosmos.crypto.ed25519.PubKey","key":"HlixoxNZBPq4pBOYEimtSq9Ak4peBISVsIbI5ZHrEAU="}' --chain-id osmo-test-6 ``` diff --git a/docs/telescope/README.md b/docs/telescope/README.md index 8440d6307..e4f6c905c 100644 --- a/docs/telescope/README.md +++ b/docs/telescope/README.md @@ -456,7 +456,7 @@ import { signAndBroadcast } from '@osmosnauts/helpers'; const res = await signAndBroadcast({ client, // SigningStargateClient - chainId: 'osmosis-1', // use 'osmo-test-5' for testnet + chainId: 'osmosis-1', // use 'osmo-test-6' for testnet address, msgs: [msg], fee,