Skip to content

Commit

Permalink
undo collection info extension and royalty info additions, will be ad…
Browse files Browse the repository at this point in the history
…ded in next pr
  • Loading branch information
taitruong committed Apr 30, 2024
1 parent dc8a01f commit 9e06b0b
Show file tree
Hide file tree
Showing 44 changed files with 358 additions and 3,580 deletions.
3 changes: 1 addition & 2 deletions contracts/cw2981-royalties/examples/schema.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
use cosmwasm_schema::write_api;

use cw2981_royalties::{msg::QueryMsg, ExecuteMsg, InstantiateMsg};
use cw721::state::DefaultOptionCollectionInfoExtension;

fn main() {
write_api! {
instantiate: InstantiateMsg<DefaultOptionCollectionInfoExtension>,
instantiate: InstantiateMsg,
execute: ExecuteMsg,
query: QueryMsg,
}
Expand Down

0 comments on commit 9e06b0b

Please sign in to comment.