diff options
author | Fabio Berger <me@fabioberger.com> | 2018-06-06 21:39:38 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-06-06 21:39:38 +0800 |
commit | cb754ee1253622974e751e4a8d723a424250c878 (patch) | |
tree | 3d8f13b7c405f7134c4e6fab31640b26fed254dc /packages/contracts/test/multi_sig_with_time_lock.ts | |
parent | af1d5fce6ea355b12bf5f63f51ea81ff596f7868 (diff) | |
download | dexon-0x-contracts-cb754ee1253622974e751e4a8d723a424250c878.tar.gz dexon-0x-contracts-cb754ee1253622974e751e4a8d723a424250c878.tar.zst dexon-0x-contracts-cb754ee1253622974e751e4a8d723a424250c878.zip |
move generated contract wrappers from `contract_wrappers/generated/` to `generated_contract_wrappers` in package with no non-generated contract wrappers
Diffstat (limited to 'packages/contracts/test/multi_sig_with_time_lock.ts')
-rw-r--r-- | packages/contracts/test/multi_sig_with_time_lock.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/test/multi_sig_with_time_lock.ts b/packages/contracts/test/multi_sig_with_time_lock.ts index 1302d0fa0..930ff485a 100644 --- a/packages/contracts/test/multi_sig_with_time_lock.ts +++ b/packages/contracts/test/multi_sig_with_time_lock.ts @@ -10,7 +10,7 @@ import * as Web3 from 'web3'; import { MultiSigWalletWithTimeLockContract, SubmissionContractEventArgs, -} from '../src/contract_wrappers/generated/multi_sig_wallet_with_time_lock'; +} from '../src/generated_contract_wrappers/multi_sig_wallet_with_time_lock'; import { artifacts } from '../src/utils/artifacts'; import { chaiSetup } from '../src/utils/chai_setup'; import { constants } from '../src/utils/constants'; |