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

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