Skip to content

Commit

Permalink
Added ConstructorFragment to exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 24, 2021
1 parent 720bde7 commit 7efc36d
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, checkResultErrors, defaultAbiCoder, ErrorFragment, EventFragment, FormatTypes, Fragment, FunctionFragment, Indexed, Interface, LogDescription, ParamType, Result, TransactionDescription }from "@ethersproject/abi";
import { AbiCoder, checkResultErrors, ConstructorFragment, defaultAbiCoder, ErrorFragment, 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 { Base58 as base58 } from "@ethersproject/basex";
Expand Down Expand Up @@ -49,6 +49,7 @@ export {
defaultAbiCoder,

Fragment,
ConstructorFragment,
ErrorFragment,
EventFragment,
FunctionFragment,
Expand Down

0 comments on commit 7efc36d

Please sign in to comment.