Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update all docs for osmo-test-6 #257

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/beaker/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docs/beaker/config/global.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion docs/cosmwasm/local/localosmosis.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ osmosisd tx wasm store cw_tpl_osmosis.wasm --from <unsafe-test-key-name> --chai
`<chain-id>` = localosmosis

Replace `<unsafe-test-key-name>` with the key name from your local keys. `osmosisd keys list`
Replace `<chain-id>` with localosmosis or osmo-test-5.
Replace `<chain-id>` 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
Expand Down
6 changes: 3 additions & 3 deletions docs/cosmwasm/testnet/cosmwasm-deployment.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/osmojs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions docs/osmosis-core/AssetData.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};


Expand Down
2 changes: 1 addition & 1 deletion docs/osmosis-core/keys/tmkms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/osmosis-core/modules/lockup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) |
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
2 changes: 1 addition & 1 deletion docs/overview/integrate/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/overview/integrate/pool-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/overview/validate/joining-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
```

Expand Down
6 changes: 3 additions & 3 deletions docs/overview/validate/validating-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ osmosisd tx staking create-validator \
--pubkey=$(osmosisd tendermint show-validator) \
--moniker="Wosmongton" \
--security-contact="[email protected]" \
--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" \
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion docs/telescope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down