Skip to content

Commit 1ac953a

Browse files
authored
Clarify docs to include other asset formats. (#2242)
1 parent 4cdb254 commit 1ac953a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FULL_HELP_DOCS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Get Id of builtin Soroban Asset Contract. Deprecated, use `stellar contract id a
116116

117117
###### **Options:**
118118

119-
- `--asset <ASSET>` — ID of the Stellar classic asset to wrap, e.g. "USDC:G...5"
119+
- `--asset <ASSET>` — ID of the Stellar classic asset to wrap, e.g. "native", "USDC:G...5", "USDC:alias"
120120
- `--rpc-url <RPC_URL>` — RPC server endpoint
121121
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
122122
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
@@ -479,7 +479,7 @@ Deploy builtin Soroban Asset Contract
479479

480480
###### **Options:**
481481

482-
- `--asset <ASSET>` — ID of the Stellar classic asset to wrap, e.g. "USDC:G...5"
482+
- `--asset <ASSET>` — ID of the Stellar classic asset to wrap, e.g. "native", "USDC:G...5", "USDC:alias"
483483
- `--rpc-url <RPC_URL>` — RPC server endpoint
484484
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
485485
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server

cmd/soroban-cli/src/commands/contract/id/asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::utils::contract_id_hash_from_asset;
88
#[derive(Parser, Debug, Clone)]
99
#[group(skip)]
1010
pub struct Cmd {
11-
/// ID of the Stellar classic asset to wrap, e.g. "USDC:G...5"
11+
/// ID of the Stellar classic asset to wrap, e.g. "native", "USDC:G...5", "USDC:alias"
1212
#[arg(long)]
1313
pub asset: builder::Asset,
1414

0 commit comments

Comments
 (0)