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

feat(deploy): update script to deploy v2 contracts on topeth #146

Merged
merged 1 commit into from
May 13, 2024

Conversation

mullapudipruthvik
Copy link
Contributor

Ticket: COIN-113

@@ -57,15 +57,19 @@ async function main() {
case 42161:
// tarbeth
case 421614:
walletImplementationContractName = 'ArbethWalletSimple';
contractPath = `contracts/coins/${walletImplementationContractName}.sol:${walletImplementationContractName}`;
walletImplementationContractName = 'WalletSimple';
Copy link
Contributor

Choose a reason for hiding this comment

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

Any specific reason for deploying WalletSimple instead of ArbethWalletSimple?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

aren't both the same ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ohh makes sense, yes

@mullapudipruthvik mullapudipruthvik merged commit 7ede5be into master May 13, 2024
4 checks passed
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