We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d611d8 commit ce6d356Copy full SHA for ce6d356
src/content/docs/dev/general-message-passing/stellar-gmp/its-example.mdx
@@ -535,6 +535,7 @@ stellar contract invoke \
535
--minter <OPTIONAL_MINTER_ADDRESS>
536
```
537
538
+
539
#### Deploy Token to Another Chain
540
541
```bash
@@ -547,7 +548,7 @@ stellar contract invoke \
547
548
--salt <SALT_BYTES_32> \
549
--destination_chain '"ethereum"' \
550
--gas_token '{"address": "<GAS_TOKEN_ADDRESS>", "amount": 10000000000}'
-
551
+```
552
553
#### Transfer Tokens Cross-Chain
554
@@ -575,4 +576,4 @@ stellar contract invoke \
575
576
--source-account <YOUR_WALLET> \
577
-- register_canonical_token \
578
--token_address <TOKEN_ADDRESS>
-```
579
0 commit comments