Update all contracts-*is package.json, tsconfig.json, compiler.json, artifacts/ts and wrappers.js

This commit is contained in:
fabioberger
2019-11-10 23:41:56 +00:00
parent b6094fdb34
commit f011be9347
59 changed files with 1014 additions and 154 deletions

View 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,
};

View 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';