Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Aug 14, 2024
1 parent e98d120 commit 100078e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/scripts/deploy/deterministic/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To execute deployment script, following format is needed:
forge script scripts/deploy/deterministic/<Script>.s.sol --rpc-url <RPC_URL> --private-key <PRIVATE_KEY> --broadcast
```

To automatically verify contracts deployed with above scripts, verifier options are needed. Example for `GatewayEVM` which will deploy and verify both implementation and proxy contracts:
To automatically verify contracts deployed with above scripts, verifier options are needed. Example for `GatewayEVM` which will deploy and verify both implementation and proxy contracts (it is the same for other scripts):

- etherscan
```
Expand All @@ -35,5 +35,5 @@ forge script scripts/deploy/deterministic/DeployGatewayEVM.s.sol --private-key <
- blockscout
```
forge script scripts/deploy/deterministic/DeployGatewayEVM.s.sol --private-key <PRIVATE_KEY> --rpc-url <RPC_URL> --verify --verifier blockscout --verifier-url <VERIFIER_URL> --verify --chain-id <CHAIN_ID> --broadcast
forge script scripts/deploy/deterministic/DeployGatewayEVM.s.sol --private-key <PRIVATE_KEY> --rpc-url <RPC_URL> --verify --verifier blockscout --verifier-url <VERIFIER_URL> --chain-id <CHAIN_ID> --broadcast
```

0 comments on commit 100078e

Please sign in to comment.