Skip to content

Commit

Permalink
enable smart_contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Aug 25, 2023
1 parent dbce302 commit 720a162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-rollup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sov-state = { path = "../../module-system/sov-state", features = ["native"] }
const-rollup-config = { path = "../const-rollup-config" }

[dev-dependencies]
sov-evm = { path = "../../module-system/module-implementations/sov-evm", features = ["native"] }
sov-evm = { path = "../../module-system/module-implementations/sov-evm", features = ["smart_contracts"] }
sov-bank = { path = "../../module-system/module-implementations/sov-bank", features = ["native"] }
sha2 = { workspace = true }
reqwest = "0.11"
Expand Down

0 comments on commit 720a162

Please sign in to comment.