wethAddress constant

String const wethAddress

smart contract address for the WETH token

Implementation

static const String wethAddress = String.fromEnvironment(
  'wethAddress',
  defaultValue: 'AS12rcqHGQ3bPPhnjBZsYiANv9TZxYp96M7r49iTMUrX8XCJQ8Wrk',
);