Skip to content

Commit

Permalink
wip anvil config support
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Apr 16, 2024
1 parent 2a4dbd5 commit e79c5f4
Show file tree
Hide file tree
Showing 8 changed files with 3,846 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
"./guests/eth-block/Cargo.toml",
"./guests/anvil-block/Cargo.toml",
"./guests/op-block/Cargo.toml",
"./guests/op-compose/Cargo.toml",
"./guests/op-derive/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion guests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
risc0-build = { workspace = true }

[package.metadata.risc0]
methods = ["eth-block", "op-block", "op-derive", "op-compose"]
methods = ["eth-block", "op-block", "op-derive", "op-compose", "anvil-block"]

[features]
debug-guest-build = []
Expand Down
Loading

0 comments on commit e79c5f4

Please sign in to comment.