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: 'AS127Lxdux4HCUkZL89SrRYR5kq2u8t64Jt3aYj786t6fBF1cZGcu',
);