diff --git a/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx b/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx index 98e3248b6..706f62da9 100644 --- a/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx +++ b/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx @@ -347,7 +347,7 @@ You can also deploy a custom implementation of the gateway, verifier, and prover --admin $MY_WALLET_ADDRESS ``` -The `domain_separator` is a hash of chain name, admin address, and code ID. Value must be a String in hex format without `0x`. + The `domain_separator` is a hash of chain name, admin address, and code ID. Value must be a String in hex format without `0x`. 1. Search the output of this command and note the `_contract_address`.