Skip to content

Commit

Permalink
:cairo version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpalkowski committed Dec 2, 2024
1 parent 62ee56f commit dcb51f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ version = "0.1.0"

[workspace.dependencies]
anyhow = "1.0.89"
cairo-lang-casm = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-lang-sierra = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-lang-utils = { git = "https://github.com/starkware-libs/cairo/", version = "~2.8.2"}
cairo-lang-casm = { git = "https://github.com/starkware-libs/cairo/", version = "~2.9.1"}
cairo-lang-runner = { git = "https://github.com/starkware-libs/cairo/", version = "~2.9.1"}
cairo-lang-sierra = { git = "https://github.com/starkware-libs/cairo/", version = "~2.9.1"}
cairo-lang-utils = { git = "https://github.com/starkware-libs/cairo/", version = "~2.9.1"}
cairo-vm = "1.0.1"
clap = { version = "4.5.17", features = ["derive"] }
itertools = "0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions snfoundry.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[sncast.default]
accounts-file = "~/.starknet_accounts/starknet_open_zeppelin_accounts.json"
account = "my-sepolia-account"
url = "https://free-rpc.nethermind.io/sepolia-juno/v0_7"
account = "DevAccount"
url = "https://starknet-sepolia.g.alchemy.com/starknet/version/rpc/v0_7/ayXO_gsh9HUbBE-Mm9I_HNdGrIPmrgeI"

0 comments on commit dcb51f3

Please sign in to comment.