Add Exchange Proxy to Ganache snapshot (#2612)

* `@0x/contracts-zero-ex`: Expose migration tools.

* `@0x/contract-addresses`: Update ganache snapshot Exchange Proxy addresses

* `@0x/migrations`: Add Exchange Proxy migration
This commit is contained in:
Lawrence Forman
2020-06-24 23:52:01 -04:00
committed by GitHub
parent 7431651666
commit a5a68acfec
18 changed files with 247 additions and 156 deletions

View File

@@ -1,6 +1,8 @@
import { blockchainTests, constants, expect, verifyEventsFromLogs } from '@0x/contracts-test-utils';
import { BigNumber, ZeroExRevertErrors } from '@0x/utils';
import { ZeroExContract } from '../src/wrappers';
import { artifacts } from './artifacts';
import { initialMigrateAsync } from './utils/migration';
import {
@@ -9,7 +11,6 @@ import {
ISimpleFunctionRegistryContract,
TestZeroExFeatureContract,
TestZeroExFeatureEvents,
ZeroExContract,
} from './wrappers';
blockchainTests.resets('ZeroEx contract', env => {