Skip to content

Commit

Permalink
Update v2/scripts/deploy/readme.md
Browse files Browse the repository at this point in the history
Co-authored-by: skosito <skostic9242@gmail.com>
  • Loading branch information
lumtis and skosito authored Oct 24, 2024
1 parent 2fbe3ae commit 999fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/scripts/deploy/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ forge script scripts/deploy/deterministic/DeployGatewayZEVM.s.sol \

## Deterministic deployments

Deployment scripts in `deterministic` uses create2 with Foundry (https://book.getfoundry.sh/tutorials/create2-tutorial) to perform deterministic deployment of contracts.
Deployment scripts in `deterministic` uses create2 with Foundry (https://book.getfoundry.sh/tutorials/create2-tutorial) to perform deterministic deployment of contracts.
This ensures that the GatewayEVM contract will have the same address on every EVM chain.

Since UUPS proxy is used for the contracts, both implementation and `ERC1967Proxy` are deployed using above technique:
Expand Down

0 comments on commit 999fa27

Please sign in to comment.