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

refactor: modify deploy script #156

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

venkateshv1266
Copy link
Contributor

No description provided.

@venkateshv1266 venkateshv1266 force-pushed the COIN-718-Make-modifications-in-deployment-script-to-accept-the-forwarder-version-param-dynamically-in-eth-multisig-v4-repo branch from 9e8521b to 7b478fe Compare July 12, 2024 12:45
@venkateshv1266 venkateshv1266 force-pushed the COIN-718-Make-modifications-in-deployment-script-to-accept-the-forwarder-version-param-dynamically-in-eth-multisig-v4-repo branch from 7b478fe to fd64a3f Compare July 12, 2024 13:35
@venkateshv1266 venkateshv1266 force-pushed the COIN-718-Make-modifications-in-deployment-script-to-accept-the-forwarder-version-param-dynamically-in-eth-multisig-v4-repo branch from fd64a3f to e39959a Compare July 12, 2024 13:40
v4Test: PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT ?? '',
v2Prod: MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT ?? '',
v2Test: TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT ?? '',
v1ProdTestWallet: PRIVATE_KEY_FOR_V1_WALLET_CONTRACT_DEPLOYMENT ?? '',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
v1ProdTestWallet: PRIVATE_KEY_FOR_V1_WALLET_CONTRACT_DEPLOYMENT ?? '',
v1ProdTestWallet: PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT_BACKUP ?? '',

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do we use same private key for wallet and forwarder deployment in v1?

Because I have added something like this...

v1ProdTestWallet: PRIVATE_KEY_FOR_V1_WALLET_CONTRACT_DEPLOYMENT ?? '',
v1ProdTestForwarder: PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT_BACKUP ?? ''

hardhat.config.ts Show resolved Hide resolved
scripts/deploy.ts Outdated Show resolved Hide resolved
scripts/deploy.ts Show resolved Hide resolved
scripts/deploy.ts Outdated Show resolved Hide resolved
@venkateshv1266 venkateshv1266 force-pushed the COIN-718-Make-modifications-in-deployment-script-to-accept-the-forwarder-version-param-dynamically-in-eth-multisig-v4-repo branch from e39959a to b8c2168 Compare July 15, 2024 12:16
@venkateshv1266 venkateshv1266 force-pushed the COIN-718-Make-modifications-in-deployment-script-to-accept-the-forwarder-version-param-dynamically-in-eth-multisig-v4-repo branch from b8c2168 to 2a41b69 Compare July 19, 2024 07:26
@venkateshv1266 venkateshv1266 force-pushed the COIN-718-Make-modifications-in-deployment-script-to-accept-the-forwarder-version-param-dynamically-in-eth-multisig-v4-repo branch from 2a41b69 to 158a7d9 Compare July 20, 2024 18:09
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