Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Move generateDai.js in test-helpers package, fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Dec 10, 2019
1 parent 210772c commit 612a456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// usage:
// > node_modules/.bin/babel-node scripts/fundTestAccount.js <address> <daiAmount>
// > node_modules/.bin/babel-node packages/test-helpers/scripts/generateDai.js <address> <daiAmount>

import { isAddress } from 'web3-utils';
import { MDAI, ETH } from '@makerdao/dai-plugin-mcd/src/index';
Expand Down

0 comments on commit 612a456

Please sign in to comment.