Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Decreasing the amount of token required to consider token enabled #1230

Merged
merged 1 commit into from
Jul 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ORDER_FILLED_FACTOR = new BN(10000) // 0.01%

export const BATCH_SUBMISSION_CLOSE_TIME = 4 // in minutes

export const MINIMUM_ALLOWANCE_DECIMALS = 12
export const MINIMUM_ALLOWANCE_DECIMALS = 10

export const APP_NAME = 'fuse'

Expand Down