Skip to content

Commit

Permalink
feat: cwd-proposal-single new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Aug 15, 2023
1 parent 5f6dafb commit 9649ab8
Show file tree
Hide file tree
Showing 30 changed files with 9,709 additions and 5,511 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ use std::env::current_dir;
use std::fs::create_dir_all;

use cosmwasm_schema::write_api;
use cosmwasm_std::Addr;
use cwd_pre_propose_base::msg::{ExecuteMsg, InstantiateMsg, QueryMsg};
use cwd_pre_propose_single::{contract::ProposeMessage, DepositInfoResponse};
use cwd_pre_propose_single::contract::ProposeMessage;

fn main() {
write_api! {
Expand Down
Loading

0 comments on commit 9649ab8

Please sign in to comment.