Skip to content

Commit

Permalink
#43 Update approve command builder import
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafspeziale committed Feb 28, 2019
1 parent 16f1f66 commit 4e2cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/commandList.js
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 4e2cf05

Please sign in to comment.