Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Feb 7, 2025
1 parent c648a65 commit ccae93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stellar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ node stellar/its.js deploy-interchain-token [name] [symbol] [decimal] [salt] [in
#### Deploy Remote Interchain Token

```bash
node stellar/its.js deploy-remote-interchain-token [salt] [destination-chain] [gas-token-address] [gas-fee-amount]
node stellar/its.js deploy-remote-interchain-token [salt] [destination-chain] --gas-token-address [address] --gas-fee-amount [amount]
```

#### Register Canonical Token
Expand All @@ -228,13 +228,13 @@ node stellar/its.js register-canonical-token [token-address]
#### Deploy Remote Canonical Token

```bash
node stellar/its.js deploy-remote-canonical-token [token-address] [destination-chain] [gas-token-address] [gas-fee-amount]
node stellar/its.js deploy-remote-canonical-token [token-address] [destination-chain] --gas-token-address [address] --gas-fee-amount [amount]
```

#### Interchain Transfer

```bash
node stellar/its.js interchain-transfer [token-id] [destination-chain] [destination-address] [amount] [data] [gas-token-address] [gas-fee-amount]
node stellar/its.js interchain-transfer [token-id] [destination-chain] [destination-address] [amount] --data [data] --gas-token-address [address] --gas-fee-amount [amount]
```

#### Encode stellar recipient address to bytes
Expand Down Expand Up @@ -279,7 +279,7 @@ node stellar/contract.js restore-instance [contract-name]
#### GMP - Send Command (Outgoing)

```bash
node stellar/gmp.js send [destination-chain] [destination-address] [payload] [gas-token-address] [gas-fee-amount]
node stellar/gmp.js send [destination-chain] [destination-address] [payload] --gas-token-address [address] --gas-fee-amount [amount]

# Example
node stellar/gmp.js send avalanche 0xba76c6980428A0b10CFC5d8ccb61949677A61233 0x1234 CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC 1
Expand Down

0 comments on commit ccae93d

Please sign in to comment.