Skip to content

Commit

Permalink
Add interface ids for tip1155
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef committed Oct 11, 2023
1 parent 26dba01 commit f34223c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nekoton-contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ use nekoton_abi::{ExecutionContext, ExecutionOutput};

pub mod dens;
pub mod old_tip3;
pub mod tip1155;
pub mod tip3;
pub mod tip3_1;
pub mod tip4_1;
Expand Down
2 changes: 2 additions & 0 deletions nekoton-contracts/src/tip1155/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub const MULTI_TOKEN_COLLECTION_INTERFACE_ID: u32 = 0x057c489e;
pub const MULTI_TOKEN_NFT_INTERFACE_ID: u32 = 0x14b19005;

0 comments on commit f34223c

Please sign in to comment.