feat: update
This commit is contained in:
@@ -11,7 +11,7 @@ _MIN_USDT_AMOUNT: Decimal = Decimal('1')
|
|||||||
_FEE_TIERS: tuple[tuple[Decimal, Decimal, Decimal, bool, bool], ...] = (
|
_FEE_TIERS: tuple[tuple[Decimal, Decimal, Decimal, bool, bool], ...] = (
|
||||||
(Decimal('0.08'), Decimal('0'), Decimal('30000'), True, True),
|
(Decimal('0.08'), Decimal('0'), Decimal('30000'), True, True),
|
||||||
(Decimal('0.06'), Decimal('30000'), Decimal('100000'), False, True),
|
(Decimal('0.06'), Decimal('30000'), Decimal('100000'), False, True),
|
||||||
(Decimal('0.04'), Decimal('100000'), Decimal('600000'), False, True),
|
(Decimal('0.04'), Decimal('30000'), Decimal('600000'), False, True),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user