Skip to content

Commit

Permalink
Fix HooksResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Dec 4, 2023
1 parent a65e308 commit 0f82bf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions contracts/minters/vending-minter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ url = { workspace = true }
vending-factory = { workspace = true, features = ["library"] }
semver = { workspace = true }
sg-mint-hooks = { workspace = true }
sg-controllers = { workspace = true }
3 changes: 2 additions & 1 deletion contracts/minters/vending-minter/src/msg.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use cosmwasm_schema::{cw_serde, QueryResponses};
use cosmwasm_std::{Coin, Timestamp};
use sg4::StatusResponse;
use sg_mint_hooks::{sg_mint_hooks_execute, sg_mint_hooks_query, HooksResponse};
use sg_controllers::HooksResponse;
use sg_mint_hooks::{sg_mint_hooks_execute, sg_mint_hooks_query};
use vending_factory::{msg::VendingMinterCreateMsg, state::VendingMinterParams};

#[cw_serde]
Expand Down

0 comments on commit 0f82bf2

Please sign in to comment.