Skip to content

Commit

Permalink
removes the token from source as it comes from the sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Aug 21, 2024
1 parent 80bf369 commit 3f9e514
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2,230 deletions.
17 changes: 0 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS := contracts/collections contracts/deployer contracts/auctions contracts/token
SUBDIRS := contracts/collections contracts/deployer contracts/auctions
BUILD_FLAGS ?=

default: build
Expand Down
2 changes: 1 addition & 1 deletion contracts/auctions/src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use soroban_sdk::{contract, contractimpl, log, panic_with_error, token, Address, Env, Vec};
use soroban_sdk::{contract, contractimpl, log, token, Address, Env, Vec};

use crate::{
collection,
Expand Down
Loading

0 comments on commit 3f9e514

Please sign in to comment.