Skip to content

Commit

Permalink
fix: numbering issue spacing under 'Instantiate the contract' (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bettioloe authored Sep 30, 2024
1 parent d3210a5 commit bfb89a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit bfb89a1

Please sign in to comment.