From 1fe07982689502b3b9cabdb206cc08245314183c Mon Sep 17 00:00:00 2001 From: Sam Bukowski Date: Thu, 23 May 2024 11:53:20 -0600 Subject: [PATCH] update local default denom to local native denom --- docs/developer/references/astria-go/cli-commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developer/references/astria-go/cli-commands.md b/docs/developer/references/astria-go/cli-commands.md index 117b942e..ed34c038 100644 --- a/docs/developer/references/astria-go/cli-commands.md +++ b/docs/developer/references/astria-go/cli-commands.md @@ -57,7 +57,7 @@ astria-go dev init [flags] | Flag | Arg Type | Override Env Var | Description | |---|---|---|---| | `--instance` | string | `ASTRIA_GO_INSTANCE` | Choose the target instance. (default "default") | -| `--local-default-denom` | string | `ASTRIA_GO_LOCAL_DEFAULT_DENOM` | Set the default denom for the local instance. This is used to set the 'native_asset_base_denomination' and 'allowed_fee_assets' in the CometBFT genesis.json file. (default "nria") | +| `--local-native-denom` | string | `ASTRIA_GO_LOCAL_NATIVE_DENOM` | Set the native denom for the local instance. This is used to set the 'native_asset_base_denomination' and 'allowed_fee_assets' in the CometBFT genesis.json file. (default "nria") | | `--local-network-name` | string | `ASTRIA_GO_LOCAL_NETWORK_NAME` | Set the local network name for the instance. This is used to set the chain ID in the CometBFT genesis.json file. (default "sequencer-test-chain-0") | ## `dev purge` @@ -131,7 +131,7 @@ astria-go dev reset config [flags] | Flag | Arg Type | Override Env Var | Description | |---|---|---|---| | `--instance` | string | `ASTRIA_GO_INSTANCE` | Choose the target instance. (default "default") | -| `--local-default-denom` | string | `ASTRIA_GO_LOCAL_DEFAULT_DENOM` | Set the default denom for the local instance. This is used to set the 'native_asset_base_denomination' and 'allowed_fee_assets' in the CometBFT genesis.json file. (default "nria") | +| `--local-native-denom` | string | `ASTRIA_GO_LOCAL_NATIVE_DENOM` | Set the native denom for the local instance. This is used to set the 'native_asset_base_denomination' and 'allowed_fee_assets' in the CometBFT genesis.json file. (default "nria") | | `--local-network-name` | string | `ASTRIA_GO_LOCAL_NETWORK_NAME` | Set the local network name for the instance. This is used to set the chain ID in the CometBFT genesis.json file. (default "sequencer-test-chain-0") | ## `dev reset networks` @@ -150,7 +150,7 @@ astria-go dev reset networks [flags] | Flag | Arg Type | Override Env Var | Description | |---|---|---|---| | `--instance` | string | `ASTRIA_GO_INSTANCE` | Choose the target instance. (default "default") | -| `--local-default-denom` | string | `ASTRIA_GO_LOCAL_DEFAULT_DENOM` | Set the default denom for the local instance. This is used to set the 'native_asset_base_denomination' and 'allowed_fee_assets' in the CometBFT genesis.json file. (default "nria") | +| `--local-native-denom` | string | `ASTRIA_GO_LOCAL_NATIVE_DENOM` | Set the native denom for the local instance. This is used to set the 'native_asset_base_denomination' and 'allowed_fee_assets' in the CometBFT genesis.json file. (default "nria") | | `--local-network-name` | string | `ASTRIA_GO_LOCAL_NETWORK_NAME` | Set the local network name for the instance. This is used to set the chain ID in the CometBFT genesis.json file. (default "sequencer-test-chain-0") | ## `dev reset state`