-
Notifications
You must be signed in to change notification settings - Fork 20
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
Migrate to starknet foundry::deploy contracts using snforge in test #91
base: main
Are you sure you want to change the base?
Migrate to starknet foundry::deploy contracts using snforge in test #91
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@LucasLvy have a look at it here |
onchain/Scarb.toml
Outdated
@@ -6,9 +6,18 @@ version = "0.1.0" | |||
starknet = "2.6.0" | |||
openzeppelin = { git = "https://github.com/openzeppelin/cairo-contracts", branch = "main" } | |||
|
|||
[dev-dependencies] | |||
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.22.0" } |
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.
use the latest release
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.22.0" } | |
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.25.0" } |
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, 0.25.0 is stable, am using it now, i will push some changes i made that pass the first 11 test with snforge
No description provided.