chore: update ethers import in utils

This commit is contained in:
Jacob Evans 2018-10-18 23:11:56 +11:00
parent ff99f84f15
commit aa4a474e1d
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842

View File

@ -9,7 +9,7 @@ import {
RawLog,
SolidityTypes,
} from 'ethereum-types';
import { ethers } from 'ethers';
import * as ethers from 'ethers';
import * as _ from 'lodash';
import { addressUtils } from './address_utils';