@@ -29,7 +29,6 @@ members = [
2929 " lib/gnark-key-parser" ,
3030 " lib/gnark-mimc" ,
3131 # "lib/ibc-vm-rs",
32- " cosmwasm/ics08-light-clients/interface" ,
3332 " lib/ics23" ,
3433 " lib/linea-verifier" ,
3534 " lib/linea-zktrie" ,
@@ -290,6 +289,7 @@ members = [
290289 " lib/access-manager-types" ,
291290 " e2e/access-manager-tests" ,
292291 " e2e/access-managed-example" ,
292+ " lib/aptos-types" ,
293293]
294294
295295[workspace .package ]
@@ -321,6 +321,7 @@ opt-level = 3
321321access-managed = { path = " cosmwasm/access-managed" , default-features = false }
322322access-managed-example = { path = " e2e/access-managed-example" , default-features = false }
323323access-manager-types = { path = " lib/access-manager-types" , default-features = false }
324+ aptos-types = { path = " lib/aptos-types" , default-features = false }
324325arbitrum-client = { path = " lib/arbitrum-client" , default-features = false }
325326arbitrum-light-client-types = { path = " lib/arbitrum-light-client-types" , default-features = false }
326327arbitrum-types = { path = " lib/arbitrum-types" , default-features = false }
@@ -390,9 +391,7 @@ parlia-verifier = { path = "lib/parlia-verifier", defa
390391pg-queue = { path = " lib/pg-queue" , default-features = false }
391392protos = { path = " generated/rust/protos" , default-features = false }
392393reconnecting-jsonrpc-ws-client = { path = " lib/reconnecting-jsonrpc-ws-client" , default-features = false }
393- scroll-codec = { path = " lib/scroll-codec" , default-features = false }
394394scroll-light-client-types = { path = " lib/scroll-light-client-types" , default-features = false }
395- scroll-types = { path = " lib/scroll-types" , default-features = false }
396395serde-utils = { path = " lib/serde-utils" , default-features = false }
397396solidity-slot = { path = " lib/solidity-slot" , default-features = false }
398397ssz = { path = " lib/ssz" , default-features = false }
@@ -430,7 +429,6 @@ voyager-plugin-transaction-batch = { path = "voyager/plugins/transactio
430429voyager-primitives = { path = " lib/voyager-primitives" , default-features = false }
431430voyager-rpc = { path = " lib/voyager-rpc" , default-features = false }
432431voyager-sdk = { path = " lib/voyager-sdk" , default-features = false }
433- voyager-sui-ibc-app-plugin = { path = " voyager/plugins/sui-ibc-app" , default-features = false }
434432voyager-transaction-plugin-sui = { path = " voyager/plugins/transaction/sui" , default-features = false }
435433voyager-types = { path = " lib/voyager-types" , default-features = false }
436434voyager-vm = { path = " lib/voyager-vm" , default-features = false }
@@ -447,9 +445,9 @@ wasm-client-type = { path = "lib/wasm-client-type", def
447445# external dependencies
448446# =====================
449447
450- alloy = { version = " 1.0.9 " , default-features = false }
451- alloy-primitives = { version = " 1.1.2 " , default-features = false }
452- alloy-sol-types = { version = " 1.1.2 " , default-features = true }
448+ alloy = { version = " 1.0" , default-features = false }
449+ alloy-primitives = { version = " 1.1" , default-features = false }
450+ alloy-sol-types = { version = " 1.1" , default-features = true }
453451anyhow = { version = " 1" }
454452axum = { version = " 0.8" , default-features = false }
455453base64 = { version = " 0.22" , default-features = false }
0 commit comments