Skip to content

Commit

Permalink
Expose poll function in utils (#512).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 6, 2019
1 parent 095c1fe commit e6f6383
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
Expand Up @@ -18,7 +18,7 @@ import { formatBytes32String, parseBytes32String, toUtf8Bytes, toUtf8String } fr
import { computeAddress, parse as parseTransaction, recoverAddress, serialize as serializeTransaction } from "@ethersproject/transactions";
import { commify, formatEther, parseEther, formatUnits, parseUnits } from "@ethersproject/units";
import { verifyMessage } from "@ethersproject/wallet";
import { fetchJson } from "@ethersproject/web";
import { fetchJson, poll } from "@ethersproject/web";

////////////////////////
// Enums
Expand Down Expand Up @@ -50,6 +50,7 @@ export {
RLP,

fetchJson,
poll,

checkProperties,
deepCopy,
Expand Down

0 comments on commit e6f6383

Please sign in to comment.