Update all contracts-*is package.json, tsconfig.json, compiler.json, artifacts/ts and wrappers.js
This commit is contained in:
21
contracts/multisig/test/artifacts.ts
Normal file
21
contracts/multisig/test/artifacts.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* -----------------------------------------------------------------------------
|
||||
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
import { ContractArtifact } from 'ethereum-types';
|
||||
|
||||
import * as ContractCallReceiver from '../test/generated-artifacts/ContractCallReceiver.json';
|
||||
import * as MultiSigWallet from '../test/generated-artifacts/MultiSigWallet.json';
|
||||
import * as MultiSigWalletWithTimeLock from '../test/generated-artifacts/MultiSigWalletWithTimeLock.json';
|
||||
import * as TestRejectEther from '../test/generated-artifacts/TestRejectEther.json';
|
||||
import * as TestZeroExGovernor from '../test/generated-artifacts/TestZeroExGovernor.json';
|
||||
import * as ZeroExGovernor from '../test/generated-artifacts/ZeroExGovernor.json';
|
||||
export const artifacts = {
|
||||
MultiSigWallet: MultiSigWallet as ContractArtifact,
|
||||
MultiSigWalletWithTimeLock: MultiSigWalletWithTimeLock as ContractArtifact,
|
||||
ZeroExGovernor: ZeroExGovernor as ContractArtifact,
|
||||
ContractCallReceiver: ContractCallReceiver as ContractArtifact,
|
||||
TestRejectEther: TestRejectEther as ContractArtifact,
|
||||
TestZeroExGovernor: TestZeroExGovernor as ContractArtifact,
|
||||
};
|
||||
11
contracts/multisig/test/wrappers.ts
Normal file
11
contracts/multisig/test/wrappers.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* -----------------------------------------------------------------------------
|
||||
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
export * from '../test/generated-wrappers/contract_call_receiver';
|
||||
export * from '../test/generated-wrappers/multi_sig_wallet';
|
||||
export * from '../test/generated-wrappers/multi_sig_wallet_with_time_lock';
|
||||
export * from '../test/generated-wrappers/test_reject_ether';
|
||||
export * from '../test/generated-wrappers/test_zero_ex_governor';
|
||||
export * from '../test/generated-wrappers/zero_ex_governor';
|
||||
Reference in New Issue
Block a user