@0x/contract-addresses: Add dexForwarderBridge address.

`@0x/migrations`: Add `dexForwarderBridge` address field.
This commit is contained in:
Lawrence Forman
2020-03-27 16:34:46 -04:00
parent 1f789bf396
commit a509af2875
6 changed files with 37 additions and 14 deletions

View File

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