Fix Ganache migrations
This commit is contained in:
@@ -175,6 +175,7 @@ export async function runMigrationsAsync(
|
||||
txDefaults,
|
||||
artifacts,
|
||||
exchange.address,
|
||||
constants.NULL_ADDRESS,
|
||||
);
|
||||
|
||||
// tslint:disable-next-line:no-unused-variable
|
||||
|
@@ -113,7 +113,7 @@ export async function runMigrationsAsync(supportedProvider: SupportedProvider, t
|
||||
assetProxyArtifacts,
|
||||
);
|
||||
|
||||
await ChaiBridgeContract.deployFrom0xArtifactAsync(
|
||||
const chaiBridge = await ChaiBridgeContract.deployFrom0xArtifactAsync(
|
||||
assetProxyArtifacts.ChaiBridge,
|
||||
provider,
|
||||
txDefaults,
|
||||
@@ -251,6 +251,7 @@ export async function runMigrationsAsync(supportedProvider: SupportedProvider, t
|
||||
txDefaults,
|
||||
devUtilsArtifacts,
|
||||
exchange.address,
|
||||
chaiBridge.address,
|
||||
);
|
||||
|
||||
await CoordinatorContract.deployFrom0xArtifactAsync(
|
||||
|
Reference in New Issue
Block a user