factoryAddress constant

String const factoryAddress

factory smart contract address factoryAddress is a smart contract address that supports these functions: getLBPairInformation, getPreset, getAllBinSteps, getAvailableLBPairBinSteps, getAllLBPairs, createLBPair, setLBPairIgnored, setPreset, removePreset, setFeesParametersOnPair, setFeeRecipient, setFlashLoanFee, setFactoryLockedState, addQuoteAsset, removeQuoteAsset, forceDecay, proposeNewOwner, acceptOwnership, receiveCoins

Implementation

static const String factoryAddress = String.fromEnvironment(
  'factoryAddress',
  defaultValue: 'AS1rahehbQkvtynTomfoeLmwRgymJYgktGv5xd1jybRtiJMdu8XX',
);