Skip to content

Commit

Permalink
chore: add verification to deploy example script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson committed Dec 28, 2023
1 parent 6436c82 commit 2bd9291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployMocks.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// Deploys mock ERC20 tokens USDC, WETH, GMX, and WBTC for testing
//
// Can be used with forge: forge script script/DeployMocks.s.sol --rpc-url=<rpc_url> --broadcast --slow
// Can be used with forge: forge script script/DeployMocks.s.sol --rpc-url=<rpc_url> --broadcast --slow --verifier-url=<block_explorer_url> --etherscan-api-key=<block_explorer_key> --verify
// (requires environment variable TEST_DEPLOYER_PK to be set)
pragma solidity 0.8.16;

Expand Down

0 comments on commit 2bd9291

Please sign in to comment.