From 4e2cf056b669bfefcbffeaae07ec8b038b4e6da7 Mon Sep 17 00:00:00 2001 From: andreafspeziale Date: Thu, 28 Feb 2019 10:31:14 +0100 Subject: [PATCH] #43 Update approve command builder import --- src/commands/commandList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/commandList.js b/src/commands/commandList.js index 1faaffd..d0d559b 100644 --- a/src/commands/commandList.js +++ b/src/commands/commandList.js @@ -1,4 +1,4 @@ -const ApproveCommandBuilder = require('../factories/commands/trading-wallet/ApproveCommandBuilder') +const ApproveCommandBuilder = require('../factories/commands/token/ApproveCommandBuilder') const CreateWalletCommandBuilder = require('../factories/commands/trading-wallet/CreateWalletCommandBuilder') const DepositEthCommandBuilder = require('../factories/commands/trading-wallet/DepositEthCommandBuilder') const DepositTokenCommandBuilder = require('../factories/commands/trading-wallet/DepositTokenCommandBuilder')