Appease linter

This commit is contained in:
Alex Browne
2018-10-09 14:17:40 -07:00
parent 6c8fb370dc
commit 1b8b2c0b9b
6 changed files with 16 additions and 4 deletions

View File

@@ -4,6 +4,11 @@ import { ContractAddresses } from '@0xproject/types';
import { provider } from './web3_wrapper';
/**
* Configures and runs the migrations exactly once. Any subsequent times this is
* called, it returns the cached addresses.
* @returns The addresses of contracts that were deployed during the migrations.
*/
export async function migrateOnceAsync(): Promise<ContractAddresses> {
const txDefaults = {
gas: devConstants.GAS_LIMIT,