@@ -97,11 +97,11 @@ kona-genesis = { git = "https://github.com/op-rs/kona", tag = "kona-client/v1.0.
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 = " bc905a8 " }
101- celo-proof = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " }
102- celo-host = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " }
103- celo-protocol = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " , default-features = false }
104- celo-genesis = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " , default-features = false }
100+ celo-driver = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " }
101+ celo-proof = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " }
102+ celo-host = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " }
103+ celo-protocol = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " , default-features = false }
104+ celo-genesis = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " , default-features = false }
105105
106106# hana
107107hana-blobstream = { git = " https://github.com/celestiaorg/hana" , tag = " v1.0.0" }
@@ -111,14 +111,14 @@ hana-oracle = { git = "https://github.com/celestiaorg/hana", tag = "v1.0.0" }
111111
112112# hokulea
113113# TODO(fakedev9999): Bump to 1.0.0 once the release is out.
114- hokulea-eigenda = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
115- hokulea-host-bin = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
116- hokulea-proof = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
117- hokulea-witgen = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
118- hokulea-zkvm-verification = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
119- canoe-sp1-cc-host = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
120- canoe-sp1-cc-verifier = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
121- canoe-verifier-address-fetcher = { git = " https://github.com/Layr-Labs/hokulea" , rev = " ac71d84 " }
114+ hokulea-eigenda = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
115+ hokulea-host-bin = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
116+ hokulea-proof = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
117+ hokulea-witgen = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
118+ hokulea-zkvm-verification = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
119+ canoe-sp1-cc-host = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
120+ canoe-sp1-cc-verifier = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
121+ canoe-verifier-address-fetcher = { git = " https://github.com/Layr-Labs/hokulea" , rev = " 6ff3784 " }
122122
123123# op-succinct
124124op-succinct-prove = { path = " scripts/prove" }
@@ -186,10 +186,10 @@ op-alloy-rpc-types-engine = { version = "0.17.2", default-features = false }
186186op-alloy-network = { version = " 0.17.2" , default-features = false }
187187
188188# Celo Alloy
189- celo-alloy-consensus = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " , default-features = false }
190- celo-alloy-rpc-types = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " , default-features = false }
191- celo-alloy-rpc-types-engine = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " , default-features = false }
192- celo-alloy-network = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " , default-features = false }
189+ celo-alloy-consensus = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " , default-features = false }
190+ celo-alloy-rpc-types = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " , default-features = false }
191+ celo-alloy-rpc-types-engine = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " , default-features = false }
192+ celo-alloy-network = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " , default-features = false }
193193
194194# Execution
195195alloy-evm = { version = " 0.10.0" , default-features = false }
@@ -202,7 +202,7 @@ revm = { version = "24.0.1", default-features = false, features = [
202202op-revm = { version = " 5.0.1" , default-features = false }
203203
204204# Celo Execution
205- alloy-celo-evm = { git = " https://github.com/celo-org/celo-kona" , rev = " bc905a8 " , default-features = false }
205+ alloy-celo-evm = { git = " https://github.com/celo-org/celo-kona" , tag = " celo/v1.0.0-rc.2 " , default-features = false }
206206
207207# SP1
208208sp1-sdk = { version = " =5.2.1" }
0 commit comments