-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: testnet deployments #5
Conversation
ashitakah
commented
Jun 12, 2024
- Added Sepolia and OP Sepolia to the deployment scripts
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.
LFG! 🚀
const keep3rEscrow = await hre.deployments.get('Keep3rEscrow'); | ||
|
||
const chainId: number = Number(hre.getChainId()); |
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.
Why we are deleting all this piece of code? Is not needed anymore?
@@ -12,10 +12,7 @@ const deployFunction: DeployFunction = async function (hre: HardhatRuntimeEnviro | |||
const keep3rV2 = await hre.deployments.get('Keep3rForTestnet'); | |||
await verifyContract(hre, keep3rV2); | |||
|
|||
const keep3rV1 = await hre.deployments.get('KP3Rv1'); |
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.
We shouldnt verify keep3rV1?