quoterAddress constant

String const quoterAddress

quoter smart contract address quoterAddress is a smart contract address that support these functions: findBestPathFromAmountIn, findBestPathFromAmountOut

Implementation

static const String quoterAddress = String.fromEnvironment(
  'quoterAddress',
  defaultValue: 'AS128hBKoHbgXdiBXp8ji2KuT8krDFSjLnakw38GN4xcL3XyR9yFF',
);