diff options
-rw-r--r-- | src/utils/exchange_transfer_simulator.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts index 74df87357..fe6bf43bd 100644 --- a/src/utils/exchange_transfer_simulator.ts +++ b/src/utils/exchange_transfer_simulator.ts @@ -82,9 +82,6 @@ export class BalanceAndProxyAllowanceLazyStore { } export class ExchangeTransferSimulator extends BalanceAndProxyAllowanceLazyStore { - constructor(token: TokenWrapper) { - super(token); - } /** * Simulates transferFrom call performed by a proxy * @param tokenAddress Address of a token to be transfered |