Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed May 15, 2024
1 parent 6b602b4 commit e2340a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions move/squid/sources/squid/discovery.move
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ module squid::discovery {
use its::its::ITS;

use squid::squid::Squid;
use squid::sweep_dust;
use squid::transfers;
use squid::deepbook_v2;

const EInvalidSwapType: u64 = 0;

const SWAP_TYPE_SWEEP_DUST: u8 = 0;
const SWAP_TYPE_DEEPBOOK_V2: u8 = 1;
const SWAP_TYPE_SUI_TRANSFER: u8 = 2;
const SWAP_TYPE_ITS_TRANSFER: u8 = 3;
Expand Down

0 comments on commit e2340a8

Please sign in to comment.