Skip to content

Commit

Permalink
Merge pull request #81 from zkemail/feat/verify-deployed-contract
Browse files Browse the repository at this point in the history
Add verify options for zksync deployment
  • Loading branch information
SoraSuegami authored Nov 5, 2024
2 parents cc76ee0 + 9f51c30 commit 7d13b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ source .env
export RPC_URL=https://sepolia.era.zksync.dev
export CHAIN_ID=300
forge script script/DeployRecoveryControllerZKSync.s.sol:Deploy --zksync --rpc-url $RPC_URL --broadcast --slow --via-ir --system-mode true -vvvv
forge script script/DeployRecoveryControllerZKSync.s.sol:Deploy --zksync --rpc-url $RPC_URL --broadcast --slow --via-ir --system-mode true -vvvv --verifier zksync --verifier-url https://explorer.sepolia.era.zksync.dev/contract_verification --verify
```

# Emergency Response
Expand Down

0 comments on commit 7d13b81

Please sign in to comment.