-
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
docs: update README with deployment instructions #20
Conversation
README.md
Outdated
|
||
To everything work, .env needs to be created out of .env.example. | ||
You can omit the `--broadcast` option to simulate the deployment before actually performing it. | ||
`npx hardhat run scripts/deploySNT.js --network <network>` -> deploy to Optimism chain with the `contracts.json` |
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.
I think this one we can remove no?
There's no hardhat in this repo anymore.
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.
Yes, hardhat stuff can be removed, or updated to forge equivalents.
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.
Okay, so for the deploySNT
script I've removed the instructions as I don't think this repo needs to deploy SNT.
A deployment script of the OptimismMintableMiniMeToken
lives under script
now.
I kept the index.js
file around for reference. I'm not sure our friends at Certora are actually running deploy scripts for the audit.
README.md
Outdated
|
||
To everything work, .env needs to be created out of .env.example. | ||
You can omit the `--broadcast` option to simulate the deployment before actually performing it. | ||
`npx hardhat run scripts/deploySNT.js --network <network>` -> deploy to Optimism chain with the `contracts.json` |
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.
Yes, hardhat stuff can be removed, or updated to forge equivalents.
a77dda5
to
54a761b
Compare
Also point to MiniMeToken fork to avoid confusion.
Also point to MiniMeToken fork to avoid confusion.
Checklist
Ensure you completed all of the steps below before submitting your pull request:
forge snapshot
?pnpm lint
?forge test
?