@@ -104,11 +104,12 @@ kona-genesis = { git = "https://github.com/op-rs/kona", tag = "kona-client/v1.2.
104104
105105# TODO: replace commit hash with tag when available
106106# celo-kona
107- celo-driver = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61" }
108- celo-proof = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61" }
109- celo-host = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61" }
110- celo-protocol = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61" , default-features = false }
111- celo-genesis = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61" , default-features = false }
107+ celo-driver = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949" }
108+ celo-proof = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949" }
109+ celo-host = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949" }
110+ celo-protocol = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949" , default-features = false }
111+ celo-genesis = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949" , default-features = false }
112+ celo-registry = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949" , default-features = false }
112113
113114# hana
114115hana-blobstream = { git = " https://github.com/celestiaorg/hana" , tag = " 1.5.0-mocha" }
@@ -199,10 +200,10 @@ op-alloy-rpc-types-engine = { version = "0.22.4", default-features = false }
199200op-alloy-network = { version = " 0.22.4" , default-features = false }
200201
201202# Celo Alloy
202- celo-alloy-consensus = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61 " , default-features = false }
203- celo-alloy-rpc-types = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61 " , default-features = false }
204- celo-alloy-rpc-types-engine = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61 " , default-features = false }
205- celo-alloy-network = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61 " , default-features = false }
203+ celo-alloy-consensus = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949 " , default-features = false }
204+ celo-alloy-rpc-types = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949 " , default-features = false }
205+ celo-alloy-rpc-types-engine = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949 " , default-features = false }
206+ celo-alloy-network = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949 " , default-features = false }
206207
207208# Execution
208209alloy-evm = { version = " 0.24.2" , default-features = false }
@@ -216,7 +217,7 @@ revm-precompile = { version = "31.0.0", default-features = false }
216217op-revm = { version = " 14.1.0" , default-features = false }
217218
218219# Celo Execution
219- alloy-celo-evm = { git = " https://github.com/celo-org/celo-kona" , rev = " 444db61 " , default-features = false }
220+ alloy-celo-evm = { git = " https://github.com/celo-org/celo-kona" , rev = " 066f949 " , default-features = false }
220221
221222# SP1
222223sp1-sdk = { version = " =5.2.4" , default-features = false , features = [" network" ] }
0 commit comments