Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed Mar 3, 2025
1 parent 3b0258d commit 8be315c
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 100 deletions.
7 changes: 5 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions cosmwasm/ibc-union/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ alloy = { workspace = true, features = ["sol-types"] }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort"] }
cw-storage-plus = { workspace = true }
depolama = { workspace = true }
ethabi = { workspace = true }
hex = { workspace = true }
ibc-union-msg = { workspace = true }
ibc-union-spec = { workspace = true, features = ["ethabi", "serde"] }
ibc-union-spec = { workspace = true, features = ["ethabi", "serde", "bincode"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = { workspace = true }
unionlabs = { workspace = true, features = ["ethabi"] }
unionlabs = { workspace = true, features = ["ethabi", "bincode"] }
unionlabs-cosmwasm-upgradable = { workspace = true }
Loading

0 comments on commit 8be315c

Please sign in to comment.