Lawrence Forman a5a68acfec
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
2020-06-25 13:52:01 +10:00

11 lines
238 B
TypeScript

export {
BootstrapFeatures,
deployBootstrapFeaturesAsync,
deployFullFeaturesAsync,
initialMigrateAsync,
fullMigrateAsync,
toFeatureAdddresses,
FullMigrationOpts,
FullFeatures,
} from '../../src/migration';