Skip to content

Commit

Permalink
chore: format comment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Aug 23, 2024
1 parent cba0ce3 commit 67f70b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli/advanced/near.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub enum WriteCommand {
#[clap(short, long)]
wasm_path: String,
/// Unique identifier for the chain. The default value is 1313161556 (Aurora localnet).
/// See `https://chainlist.org/` for a list of taken chain IDs.
/// See [chainlist](https://chainlist.org/) for a list of taken chain IDs.
#[clap(short, long)]
chain_id: Option<u64>,
/// Near account ID for the owner of the Engine contract.
Expand All @@ -167,8 +167,8 @@ pub enum WriteCommand {
eth_custodian_address: Option<String>,
/// The metadata for the ETH token the connector creates.
/// The value is expected to be a value JSON string
/// (see `https://nomicon.io/Standards/Tokens/FungibleToken/Metadata` for fields).
/// The default value is 18 decimals with name and symbol equal to "localETH".
/// (see [FT metadata](https://nomicon.io/Standards/Tokens/FungibleToken/Metadata)
/// for fields). The default value is 18 decimals with name and symbol equal to "localETH".
#[clap(short, long)]
ft_metadata: Option<String>,
},
Expand Down

0 comments on commit 67f70b1

Please sign in to comment.