Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Feb 14, 2024
1 parent 8714134 commit aedd1bd
Show file tree
Hide file tree
Showing 13 changed files with 1,464 additions and 2,022 deletions.
4 changes: 2 additions & 2 deletions contracts/vesting-lp-pcl/examples/vesting-lp_schema.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use cosmwasm_schema::write_api;
use vesting_base_pcl::msg::{ExecuteMsg, MigrateMsg, QueryMsg};
use vesting_lp_pcl::msg::InstantiateMsg;
use vesting_base::msg::{MigrateMsg, QueryMsg};
use vesting_lp_pcl::msg::{InstantiateMsg,ExecuteMsg};

fn main() {
write_api! {
Expand Down
Loading

0 comments on commit aedd1bd

Please sign in to comment.