@@ -66,6 +66,7 @@ members = [
66
66
" lib/arbitrum-verifier" ,
67
67
" lib/cometbls-groth16-verifier" ,
68
68
" lib/ethereum-sync-protocol" ,
69
+ " lib/ethereum-sync-protocol-types" ,
69
70
" lib/evm-storage-verifier" ,
70
71
" lib/scroll-verifier" ,
71
72
" lib/tendermint-verifier" ,
@@ -192,6 +193,7 @@ members = [
192
193
" cosmwasm/ucs03-zkgm-token-minter-api" ,
193
194
" cosmwasm/cw20-base" ,
194
195
" lib/scroll-types" ,
196
+ " lib/fork-schedules" ,
195
197
]
196
198
197
199
[workspace .package ]
@@ -216,13 +218,15 @@ opt-level = 3
216
218
[workspace .dependencies ]
217
219
aptos-move-ibc = { path = " generated/rust/aptos-move-ibc" , default-features = false }
218
220
aptos-verifier = { path = " lib/aptos-verifier" , default-features = false }
219
- beacon-api = { path = " lib/beacon-api" , default-features = false }
220
- beacon-api-types = { path = " lib/beacon-api-types" , default-features = false }
221
221
cometbft-rpc = { path = " lib/cometbft-rpc" , default-features = false }
222
222
cometbft-types = { path = " lib/cometbft-types" , default-features = false }
223
223
concurrent-keyring = { path = " lib/concurrent-keyring" , default-features = false }
224
224
cosmos-client = { path = " lib/cosmos-client" , default-features = false }
225
225
226
+ beacon-api = { path = " lib/beacon-api" , default-features = false }
227
+ beacon-api-types = { path = " lib/beacon-api-types" , default-features = false }
228
+ fork-schedules = { path = " lib/fork-schedules" , default-features = false }
229
+
226
230
state-lens-light-client-types = { path = " lib/state-lens-light-client-types" , default-features = false }
227
231
228
232
arbitrum-light-client-types = { path = " lib/arbitrum-light-client-types" , default-features = false }
@@ -234,10 +238,11 @@ cometbls-light-client-types = { path = "lib/cometbls-light-client-types", defaul
234
238
235
239
scroll-light-client-types = { path = " lib/scroll-light-client-types" , default-features = false }
236
240
237
- ethereum-light-client = { path = " cosmwasm/ibc-union/lightclient/ethereum" , default-features = false }
238
- ethereum-light-client-types = { path = " lib/ethereum-light-client-types" , default-features = false }
239
- ethereum-sync-protocol = { path = " lib/ethereum-sync-protocol" , default-features = false }
240
- evm-storage-verifier = { path = " lib/evm-storage-verifier" , default-features = false }
241
+ ethereum-light-client = { path = " cosmwasm/ibc-union/lightclient/ethereum" , default-features = false }
242
+ ethereum-light-client-types = { path = " lib/ethereum-light-client-types" , default-features = false }
243
+ ethereum-sync-protocol = { path = " lib/ethereum-sync-protocol" , default-features = false }
244
+ ethereum-sync-protocol-types = { path = " lib/ethereum-sync-protocol-types" , default-features = false }
245
+ evm-storage-verifier = { path = " lib/evm-storage-verifier" , default-features = false }
241
246
242
247
berachain-light-client-types = { path = " lib/berachain-light-client-types" , default-features = false }
243
248
scroll-api = { path = " lib/scroll-api" , default-features = false }
0 commit comments