Skip to content

Commit

Permalink
(sdk) lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Sep 25, 2023
1 parent 46536de commit 31fffc6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk/src/helpers/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type WaitableTransactionReceipt } from "../registry/utils.js";
import { type PollingController } from "./await.js";
import { type FetchConfig } from "../validator/client/index.js";
import { type PollingController } from "./await.js";
import { type ChainName, getBaseUrl } from "./chains.js";
import { type Signer, type ExternalProvider, getSigner } from "./ethers.js";

Expand Down

0 comments on commit 31fffc6

Please sign in to comment.