Fix Ganache migrations
This commit is contained in:
parent
6afa9c8b92
commit
25dfd47d32
60
packages/contract-artifacts/artifacts/DevUtils.json
generated
60
packages/contract-artifacts/artifacts/DevUtils.json
generated
File diff suppressed because one or more lines are too long
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user