Skip to main content
Helpful?

FeeAmount

@uniswap/v3-sdk / Exports / FeeAmount

Enumeration: FeeAmount

The default factory enabled fee amounts, denominated in hundredths of bips.

Table of contents

Enumeration Members

Enumeration Members

HIGH

HIGH = 10000

Defined in

constants.ts:14


LOW

LOW = 500

Defined in

constants.ts:12


LOWEST

LOWEST = 100

Defined in

constants.ts:11


MEDIUM

MEDIUM = 3000

Defined in

constants.ts:13

Helpful?