Skip to content

Commit

Permalink
make public
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Aug 28, 2024
1 parent 5c94381 commit 4102b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/collections/sg721-metadata-onchain/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use cosmwasm_std::Empty;

pub use sg721_base::msg::CollectionInfoResponse;
pub use sg721_base::ContractError;
use sg_metadata::Metadata;
pub use sg_metadata::Metadata;

pub type Sg721MetadataContract<'a> = sg721_base::Sg721Contract<'a, Metadata>;
pub type InstantiateMsg = sg721::InstantiateMsg;
Expand Down

0 comments on commit 4102b8f

Please sign in to comment.