Skip to content

Commit ce6d356

Browse files
authored
fix: update code formating (#1323)
1 parent 6d611d8 commit ce6d356

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/dev/general-message-passing/stellar-gmp/its-example.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ stellar contract invoke \
535535
--minter <OPTIONAL_MINTER_ADDRESS>
536536
```
537537

538+
538539
#### Deploy Token to Another Chain
539540

540541
```bash
@@ -547,7 +548,7 @@ stellar contract invoke \
547548
--salt <SALT_BYTES_32> \
548549
--destination_chain '"ethereum"' \
549550
--gas_token '{"address": "<GAS_TOKEN_ADDRESS>", "amount": 10000000000}'
550-
551+
```
551552

552553
#### Transfer Tokens Cross-Chain
553554

@@ -575,4 +576,4 @@ stellar contract invoke \
575576
--source-account <YOUR_WALLET> \
576577
-- register_canonical_token \
577578
--token_address <TOKEN_ADDRESS>
578-
```
579+
```

0 commit comments

Comments
 (0)