gasConstants property

RouterGasConstants gasConstants
getter/setter pair

Implementation

static RouterGasConstants gasConstants = RouterGasConstants(
    swapJettonToJetton: GasPair(
      gasAmount: Nano.fromString("0.3"),
      forwardGasAmount: Nano.fromString("0.24"),
    ),
    swapJettonToTon: GasPair(
      gasAmount: Nano.fromString("0.3"),
      forwardGasAmount: Nano.fromString("0.24"),
    ),
    swapTonToJetton: GasPair(
      forwardGasAmount: Nano.fromString("0.3"),
    ),
    provideLpJetton: GasPair(
      gasAmount: Nano.fromString("0.3"),
      forwardGasAmount: Nano.fromString("0.235"),
    ),
    provideLpTon: GasPair(
      forwardGasAmount: Nano.fromString("0.3"),
    ),
    singleSideProvideLpJetton: GasPair(
      gasAmount: Nano.fromString("1"),
      forwardGasAmount: Nano.fromString("0.8"),
    ),
    singleSideProvideLpTon:
        GasPair(forwardGasAmount: Nano.fromString("0.8")));