Skip to content

Commit 94b9a5e

Browse files
Point to new version of Espresso celo-kona.
1 parent 5b185c5 commit 94b9a5e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = "5a8b83b" }
101-
celo-proof = { git = "https://github.com/celo-org/celo-kona", rev = "5a8b83b" }
102-
celo-host = { git = "https://github.com/celo-org/celo-kona", rev = "5a8b83b" }
103-
celo-protocol = { git = "https://github.com/celo-org/celo-kona", rev = "5a8b83b", default-features = false }
104-
celo-genesis = { git = "https://github.com/celo-org/celo-kona", rev = "5a8b83b", default-features = false }
100+
celo-driver = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6" }
101+
celo-proof = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6" }
102+
celo-host = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6" }
103+
celo-protocol = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6", default-features = false }
104+
celo-genesis = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6", default-features = false }
105105

106106
# hana
107107
hana-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 }
188188
op-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 = "5a8b83b", default-features = false }
192-
celo-alloy-rpc-types = { git = "https://github.com/celo-org/celo-kona", rev = "5a8b83b", default-features = false }
193-
celo-alloy-rpc-types-engine = { git = "https://github.com/celo-org/celo-kona", rev = "5a8b83b", default-features = false }
194-
celo-alloy-network = { git = "https://github.com/celo-org/celo-kona", rev = "5a8b83b", default-features = false }
191+
celo-alloy-consensus = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6", default-features = false }
192+
celo-alloy-rpc-types = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6", default-features = false }
193+
celo-alloy-rpc-types-engine = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6", default-features = false }
194+
celo-alloy-network = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6", default-features = false }
195195

196196
# Execution
197197
alloy-evm = { version = "0.23.1", default-features = false }
@@ -204,7 +204,7 @@ revm-precompile = { version = "29.0.1", default-features = false }
204204
op-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 = "5a8b83b", default-features = false }
207+
alloy-celo-evm = { git = "https://github.com/EspressoSystems/celo-kona", rev = "921beb6", default-features = false }
208208

209209
# SP1
210210
sp1-sdk = { version = "=5.2.2", default-features = false, features = ["network"] }

0 commit comments

Comments
 (0)