Skip to content

Commit

Permalink
Merge branch 'main' into feat/rework_tracker_contract
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Apr 11, 2024
2 parents 5bff86a + 89319d4 commit 7ab7291
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 229 deletions.
48 changes: 23 additions & 25 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions contracts/periphery/tokenfactory_tracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cw2.workspace = true
cosmwasm-std.workspace = true
cosmwasm-std = { workspace = true, features = ["cosmwasm_1_1"] }
cw-storage-plus.workspace = true
cosmwasm-schema.workspace = true
thiserror.workspace = true
astroport = { path = "../../../packages/astroport", version = "4" }

[dev-dependencies]
osmosis-std = "0.21"
osmosis-test-tube = "21.0.0"
test-tube = "0.3.0"
cw-multi-test = { git = "https://github.com/astroport-fi/cw-multi-test", branch = "feat/bank_with_send_hooks", features = ["cosmwasm_1_1"] }
neutron-sdk = "0.8.0"
neutron-test-tube = { git = "https://github.com/j0nl1/neutron-test-tube" }
test-tube = { git = "https://github.com/j0nl1/neutron-test-tube" }
Loading

0 comments on commit 7ab7291

Please sign in to comment.