@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

@@ -1,4 +1,13 @@
[
{
"version": "6.3.0",
"changes": [
{
"note": "Add `dexForwarderBridge` to migration output",
"pr": 2525
}
]
},
{
"timestamp": 1583220306,
"version": "6.2.4",

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;
}