@0x/sol-compiler: Fix CompilerOptions schema.

`@0x/contract-addresses`: Add `exchangeProxyGovernor`.
`@0x/contract-addresses`: Add deployed EP addresses.
`@0x/migrations`: Add `exchangeProxyGovernor`.
This commit is contained in:
Lawrence Forman
2020-06-11 18:43:12 -04:00
parent 7b298939e2
commit 3a5ce86ed9
6 changed files with 43 additions and 32 deletions

View File

@@ -325,6 +325,7 @@ export async function runMigrationsAsync(
maximumGasPrice: NULL_ADDRESS,
dexForwarderBridge: NULL_ADDRESS,
multiBridge: NULL_ADDRESS,
exchangeProxyGovernor: NULL_ADDRESS,
exchangeProxy: NULL_ADDRESS,
exchangeProxyAllowanceTarget: NULL_ADDRESS,
exchangeProxyTransformerDeployer: NULL_ADDRESS,