Skip to content

Commit

Permalink
Added missing Interface exports to umbrella utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 12, 2020
1 parent fde102b commit 82a9326
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ethers/src.ts/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

import { AbiCoder, checkResultErrors, defaultAbiCoder, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, ParamType, Result } from "@ethersproject/abi";
import { AbiCoder, checkResultErrors, defaultAbiCoder, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, LogDescription, ParamType, Result, TransactionDescription }from "@ethersproject/abi";
import { getAddress, getCreate2Address, getContractAddress, getIcapAddress, isAddress } from "@ethersproject/address";
import * as base64 from "@ethersproject/base64";
import { arrayify, concat, hexDataSlice, hexDataLength, hexlify, hexStripZeros, hexValue, hexZeroPad, isBytes, isBytesLike, isHexString, joinSignature, zeroPad, splitSignature, stripZeros } from "@ethersproject/bytes";
Expand Down Expand Up @@ -83,6 +83,9 @@ export {

Interface,

LogDescription,
TransactionDescription,

base64,

hexlify,
Expand Down

0 comments on commit 82a9326

Please sign in to comment.