Skip to content

Commit

Permalink
#43 Move approve command builder under token command builders
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafspeziale committed Feb 28, 2019
1 parent e79a519 commit 16f1f66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const ApproveCommand = require('../../../commands/trading-wallet/ApproveCommand')
const ApproveCommandValidator = require('../../../validators/commands/trading-wallet/ApproveCommandValidator')
const ApproveCommand = require('../../../commands/token/ApproveCommand')
const ApproveCommandValidator = require('../../../validators/commands/token/ApproveCommandValidator')
const { PrivateKeyService } = require('../../../services/PrivateKeyService')
const PrivateKeyValidator = require('../../../validators/PrivateKeyValidator')

Expand Down

0 comments on commit 16f1f66

Please sign in to comment.