Skip to content

Commit

Permalink
switch to using network v2 on the sdk for fibonacci
Browse files Browse the repository at this point in the history
  • Loading branch information
AdvaithNair committed Dec 6, 2024
1 parent 61b9139 commit e663b4a
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 3 deletions.
227 changes: 225 additions & 2 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/fibonacci/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
hex = "0.4.3"
sp1-sdk = { workspace = true }
sp1-sdk = { workspace = true, features = ["network-v2"] }

[build-dependencies]
sp1-build = { workspace = true }
Expand Down

0 comments on commit e663b4a

Please sign in to comment.