-
Notifications
You must be signed in to change notification settings - Fork 75
feat: Optimism deployment scripts #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…art-contracts-v2 into chrismaree/optimism-test-net
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added all deploy scripts for HubPool, Adapter, and SpokePool, and they work but etherscan-verify does not work for HubPool and SpokePool
Got this working after i made MerkleLib functions internal and no longer needed to link the MerkleLib library when deploying:
yarn hardhat etherscan-verify --network kovan --license AGPL-3.0 --force-license --solc-input
Note that solc-input flag is needed for some reason
…art-contracts-v2 into chrismaree/optimism-test-net
Co-authored-by: nicholaspai <9457025+nicholaspai@users.noreply.github.com>
Signed-off-by: chrismaree christopher.maree@gmail.com