chore: update ethers import in utils
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user