Skip to content

Commit

Permalink
fix: wording of integrator options (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 authored Jul 22, 2024
1 parent 76c87d8 commit b1ca305
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Use the existing deployments for all three contracts, making note of the existin
</tab-item>
<tab-item title="Use custom implementation">
You can also deploy a custom implementation of the gateway, verifier, and prover contracts and optimize them with the [`Cosmwasm rust-optimizer`](https://github.com/CosmWasm/optimizer). Follow the same steps as Option 2 with your own implementations of the Amplifier contracts.
You can also deploy a custom implementation of the gateway, verifier, and prover contracts and optimize them with the [`Cosmwasm rust-optimizer`](https://github.com/CosmWasm/optimizer). Follow the same steps as you would with your own implementations of the Amplifier contracts.
</tab-item>
</tabs>
Expand Down Expand Up @@ -365,4 +365,4 @@ Every new chain will need a verifier, which requires running `ampd` and `tofnd`.

## Begin routing messages

Once your chain is registered with the protocol, it will need verifiers to begin routing messages. See [Become an Amplifier Verifier (Worker)](/validator/amplifier/verifier-onboarding) for instructions to onboard a verifier. Note that chain integrators will onboard on `devnet-amplifier` and not `devnet-verifier`.
Once your chain is registered with the protocol, it will need verifiers to begin routing messages. See [Become an Amplifier Verifier (Worker)](/validator/amplifier/verifier-onboarding) for instructions to onboard a verifier. Note that chain integrators will onboard on `devnet-amplifier` and not `devnet-verifier`.

0 comments on commit b1ca305

Please sign in to comment.