@0x/contract-addresses
: Add dexForwarderBridge
address.
`@0x/migrations`: Add `dexForwarderBridge` address field.
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "6.3.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Add `dexForwarderBridge` to migration output",
|
||||
"pr": 2525
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1583220306,
|
||||
"version": "6.2.4",
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user