Skip to content

Commit 2af0daf

Browse files
authored
chore: added clarification on sending message with gateway token (#1347)
1 parent dd7a111 commit 2af0daf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/dev/intro.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Axelar enables secure token transfers and communication across different blockch
44

55
To make an interchain transaction with Axelar:
66

7-
1. Call the contract method on the source chain:
8-
- [`callContract()`](/dev/general-message-passing/gmp-messages/) to send messages without tokens, or
9-
- [`callContractWithToken()`](/dev/general-message-passing/gmp-tokens-with-messages/) to send messages along with ERC-20 tokens.
10-
1. Pay gas to the [`AxelarGasService`](https://github.com/axelarnetwork/axelar-cgp-solidity/blob/main/contracts/gas-service/AxelarGasService.sol) contract on the source chain.
7+
1. Call the Gateway contract method on the source chain:
8+
- [`callContract()`](/dev/general-message-passing/gmp-messages/) to send messages without tokens.
9+
- [`callContractWithToken()`](/dev/general-message-passing/gmp-tokens-with-messages/) to send messages along with a [gateway token](/dev/send-tokens/introduction/#gateway-tokens/).
10+
1. Pay gas to the [`AxelarGasService`](/dev/gas-service/intro/) contract on the source chain.
1111

1212
You can then use [Axelarscan](/dev/intro/#check-interchain-transactions), Axelar’s dedicated blockchain explorer, to execute, recover, or check the status of your transaction.
1313

1414
## Get started
1515

1616

17-
### Create new cross-chain tokens
17+
### Create new Interchain Tokens
1818

1919
<ul class="grid md:grid-cols-2 gap-x-8 ">
2020
<li class="[&>p]:my-0">

0 commit comments

Comments
 (0)