Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Apr 5, 2024
1 parent 500cf28 commit fe6ecf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extern crate alloc;
#[global_allocator]
static ALLOC: mini_alloc::MiniAlloc = mini_alloc::MiniAlloc::INIT;

#[cfg(any(test, erc20, erc721))]
mod arithmetic;
#[cfg(any(test, erc20))]
pub mod erc20;
Expand Down

0 comments on commit fe6ecf0

Please sign in to comment.