Skip to content
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

Merged
merged 16 commits into from
Aug 26, 2024
Merged

chore: testnet deployments #5

merged 16 commits into from
Aug 26, 2024

Conversation

ashitakah
Copy link

  • Added Sepolia and OP Sepolia to the deployment scripts

Copy link
Member

@wei3erHase wei3erHase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LFG! 🚀

@wei3erHase wei3erHase changed the title chore: sepolia chore: testnet deployments Aug 26, 2024
@wei3erHase wei3erHase merged commit 3565a28 into dev Aug 26, 2024
5 checks passed
@wei3erHase wei3erHase deleted the chore/sepolia branch August 26, 2024 14:39
const keep3rEscrow = await hre.deployments.get('Keep3rEscrow');

const chainId: number = Number(hre.getChainId());
Copy link
Author

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');
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldnt verify keep3rV1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants