Skip to content

Commit e0e79cb

Browse files
authored
chore: use released hardforks (#36)
1 parent 2e84ad3 commit e0e79cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ alloy-eips = { version = "0.12", default-features = false }
4545
alloy-consensus = { version = "0.12", default-features = false }
4646
alloy-primitives = { version = "0.8.22", default-features = false }
4747
alloy-sol-types = { version = "0.8.22", default-features = false }
48-
alloy-hardforks = { version = "0.1", git = "https://github.com/alloy-rs/hardforks", rev = "ae4176c" }
48+
alloy-hardforks = { version = "0.1" }
4949

5050
# op-alloy
51-
alloy-op-hardforks = { version = "0.1", git = "https://github.com/alloy-rs/hardforks", rev = "ae4176c" }
51+
alloy-op-hardforks = { version = "0.1" }
5252
op-alloy-consensus = { version = "0.11", default-features = false }
5353

5454
# revm

0 commit comments

Comments
 (0)