Skip to content

Commit

Permalink
Added FormatTypes to utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 20, 2019
1 parent 5877418 commit a05027c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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, defaultAbiCoder, EventFragment, Fragment, FunctionFragment, Indexed, Interface, ParamType } from "@ethersproject/abi";
import { AbiCoder, defaultAbiCoder, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, ParamType } from "@ethersproject/abi";
import { getAddress, getContractAddress, getIcapAddress, isAddress } from "@ethersproject/address";
import * as base64 from "@ethersproject/base64";
import { arrayify, concat, hexDataSlice, hexDataLength, hexlify, hexStripZeros, hexValue, hexZeroPad, isHexString, joinSignature, zeroPad, splitSignature, stripZeros } from "@ethersproject/bytes";
Expand Down Expand Up @@ -46,6 +46,7 @@ export {
EventFragment,
FunctionFragment,
ParamType,
FormatTypes,

RLP,

Expand Down

0 comments on commit a05027c

Please sign in to comment.