@@ -38,15 +38,14 @@ rustdoc-args = ["--cfg", "docsrs"]
38
38
39
39
[patch .crates-io ]
40
40
# Kona alloy dep updates - sepolia holocene release can replace this patch
41
- kona-derive = { git = " https://github.com/anton-rs/kona" , branch = " rf/chore/ alloy-updates " }
42
- kona-driver = { git = " https://github.com/anton-rs/kona" , branch = " rf/chore/ alloy-updates " }
41
+ kona-derive = { git = " https://github.com/anton-rs/kona" , branch = " rf/test/op- alloy-registry " }
42
+ kona-driver = { git = " https://github.com/anton-rs/kona" , branch = " rf/test/op- alloy-registry " }
43
43
44
44
[workspace .dependencies ]
45
45
# Workspace
46
46
hilo = { version = " 0.11.0" , path = " crates/hilo" , default-features = false }
47
47
hilo-net = { version = " 0.11.0" , path = " crates/net" , default-features = false }
48
48
hilo-driver = { version = " 0.11.0" , path = " crates/driver" , default-features = false }
49
- hilo-registry = { version = " 0.11.0" , path = " crates/registry" , default-features = false }
50
49
51
50
# Kona
52
51
kona-derive = { version = " 0.0.6" , default-features = false }
@@ -69,10 +68,18 @@ alloy-rpc-types-beacon = { version = "0.6.4", default-features = false }
69
68
alloy-rpc-types-engine = { version = " 0.6.4" , default-features = false }
70
69
71
70
# OP Alloy
72
- op-alloy-genesis = { version = " 0.6.7" , default-features = false }
73
- op-alloy-protocol = { version = " 0.6.7" , default-features = false }
74
- op-alloy-consensus = { version = " 0.6.7" , default-features = false }
75
- op-alloy-rpc-types-engine = { version = " 0.6.7" , default-features = false }
71
+ # op-alloy-genesis = { version = "0.6.7", default-features = false }
72
+ # op-alloy-protocol = { version = "0.6.7", default-features = false }
73
+ # op-alloy-registry = { version = "0.6.7", default-features = false }
74
+ # op-alloy-consensus = { version = "0.6.7", default-features = false }
75
+ # op-alloy-rpc-types-engine = { version = "0.6.7", default-features = false }
76
+
77
+ op-alloy-genesis = { git = " https://github.com/alloy-rs/op-alloy" , branch = " rf/chore/rm-hardcoded-configs" , default-features = false }
78
+ op-alloy-protocol = { git = " https://github.com/alloy-rs/op-alloy" , branch = " rf/chore/rm-hardcoded-configs" , default-features = false }
79
+ op-alloy-registry = { git = " https://github.com/alloy-rs/op-alloy" , branch = " rf/chore/rm-hardcoded-configs" , default-features = false }
80
+ op-alloy-consensus = { git = " https://github.com/alloy-rs/op-alloy" , branch = " rf/chore/rm-hardcoded-configs" , default-features = false }
81
+ op-alloy-rpc-types-engine = { git = " https://github.com/alloy-rs/op-alloy" , branch = " rf/chore/rm-hardcoded-configs" , default-features = false }
82
+
76
83
77
84
# Reth
78
85
reth-provider = { git = " https://github.com/paradigmxyz/reth" , rev = " 7ae8ce1" }
0 commit comments