MultiBridge support in AssetSwapper

This commit is contained in:
Michael Zhu
2020-06-11 11:10:34 -07:00
parent 0fbbabe208
commit 44262bf747
22 changed files with 358 additions and 40 deletions

View File

@@ -323,6 +323,7 @@ export async function runMigrationsAsync(
chainlinkStopLimit: constants.NULL_ADDRESS,
maximumGasPrice: constants.NULL_ADDRESS,
dexForwarderBridge: constants.NULL_ADDRESS,
multiBridge: constants.NULL_ADDRESS,
};
return contractAddresses;
}