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

Improve deploy function on deploy-contract.ts #231

Merged
merged 6 commits into from
Aug 3, 2024

Conversation

ikemHood
Copy link
Contributor

@ikemHood ikemHood commented Aug 3, 2024

Fixes #217
Improvements on #220

✅ No file changes in packages/nextjs
✅ added colorized logging

@ikemHood
Copy link
Contributor Author

ikemHood commented Aug 3, 2024

@0xquantum3labs Please review

@ikemHood ikemHood requested a review from 0xquantum3labs August 3, 2024 09:58
@0xquantum3labs
Copy link
Collaborator

when i run

  await deployContract({
    contract: "YourContrac1t",
    constructorArgs: {
      owner: deployer.address,
    },
  });

if the contract is not found, it should fail and dont send transactions, however i get this :

image

@ikemHood ikemHood requested a review from 0xquantum3labs August 3, 2024 10:43
@0xquantum3labs 0xquantum3labs merged commit 3918641 into Scaffold-Stark:main Aug 3, 2024
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.

Improve deploy function on deploy-contract.ts
2 participants