@@ -97,11 +97,11 @@ kona-genesis = { git = "https://github.com/op-rs/kona", tag = "kona-client/v1.1.
9797
9898# TODO: replace commit hash with tag when available
9999# celo-kona
100- celo-driver = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " }
101- celo-proof = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " }
102- celo-host = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " }
103- celo-protocol = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " , default-features = false }
104- celo-genesis = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " , default-features = false }
100+ celo-driver = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " }
101+ celo-proof = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " }
102+ celo-host = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " }
103+ celo-protocol = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " , default-features = false }
104+ celo-genesis = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " , default-features = false }
105105
106106# hana
107107hana-blobstream = { git = " https://github.com/celestiaorg/hana" , rev = " 1d272dd83263dbcc2ad97daaac84b2e578a0b288" }
@@ -188,10 +188,10 @@ op-alloy-rpc-types-engine = { version = "0.22.0", default-features = false }
188188op-alloy-network = { version = " 0.22.0" , default-features = false }
189189
190190# Celo Alloy
191- celo-alloy-consensus = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " , default-features = false }
192- celo-alloy-rpc-types = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " , default-features = false }
193- celo-alloy-rpc-types-engine = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " , default-features = false }
194- celo-alloy-network = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " , default-features = false }
191+ celo-alloy-consensus = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " , default-features = false }
192+ celo-alloy-rpc-types = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " , default-features = false }
193+ celo-alloy-rpc-types-engine = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " , default-features = false }
194+ celo-alloy-network = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " , default-features = false }
195195
196196# Execution
197197alloy-evm = { version = " 0.23.1" , default-features = false }
@@ -204,7 +204,7 @@ revm-precompile = { version = "29.0.1", default-features = false }
204204op-revm = { version = " 12.0.1" , default-features = false }
205205
206206# Celo Execution
207- alloy-celo-evm = { git = " https://github.com/celo-org/celo-kona" , rev = " 5318174 " , default-features = false }
207+ alloy-celo-evm = { git = " https://github.com/celo-org/celo-kona" , rev = " 76bad58 " , default-features = false }
208208
209209# SP1
210210sp1-sdk = { version = " =5.2.2" , default-features = false , features = [" network" ] }
0 commit comments