Skip to content

Commit

Permalink
fix: typo in amplifier intro (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 authored Jul 9, 2024
1 parent ec86cca commit c0444a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dev/amplifier/chain-integration/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To connect your chain to the Axelar network via the Interchain Amplifier, you'll
- Most integrators will begin by using or customizing a [Voting Verifier](https://github.com/axelarnetwork/axelar-amplifier/tree/main/contracts/voting-verifier) or can be customized to your needs for cases such as verification via ZK Proof.
- If you deploy a Voting Verifier, verifiers will need to support your chain and vote on the truth of source chain transactions.
- **Gateway Contract**
- A gateway contract that exists on the Axelar network that will knows how to use your verifier contract to check the validity of a transaction and then knows how to forward transactions onto the Amplifier router.
- A gateway contract that exists on the Axelar network that will know how to use your verifier contract to check the validity of a transaction and then knows how to forward transactions onto the Amplifier router.
- Most integrators will begin by using or customizing this [Gateway Contract](https://github.com/axelarnetwork/axelar-amplifier/tree/main/contracts/gateway).
- **Prover Contract**
- A smart contract on the Axelar network that knows how to prove the validity of a transaction on your chain.
Expand Down

0 comments on commit c0444a6

Please sign in to comment.