Skip to content

Commit

Permalink
bump viem
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 18, 2023
1 parent 44c9919 commit d76e3fd
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/ensjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^4.0.0-next.16",
"typescript": "^5.1.6",
"viem": "^1.2.9",
"viem": "^1.6.0",
"wait-on": "^6.0.1"
},
"peerDependencies": {
"viem": "^1.2.9"
"viem": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/ensjs/src/clients/public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type EnsPublicClientConfig<
ClientConfig<TTransport, TChain>,
'batch' | 'key' | 'name' | 'pollingInterval' | 'transport'
> & {
chain: Exclude<ClientConfig<TTransport, TChain>['chain'], undefined>
chain: TChain
}

export type EnsPublicClient<
Expand Down
2 changes: 1 addition & 1 deletion packages/ensjs/src/clients/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type EnsSubgraphClientConfig<
ClientConfig<TTransport, TChain>,
'batch' | 'key' | 'name' | 'pollingInterval' | 'transport'
> & {
chain: Exclude<ClientConfig<TTransport, TChain>['chain'], undefined>
chain: TChain
}

export type EnsSubgraphClient<
Expand Down
2 changes: 1 addition & 1 deletion packages/ensjs/src/clients/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type EnsWalletClientConfig<
ClientConfig<TTransport, TChain, TAccountOrAddress>,
'account' | 'chain' | 'key' | 'name' | 'pollingInterval' | 'transport'
> & {
chain: Exclude<ClientConfig<TTransport, TChain>['chain'], undefined>
chain: TChain
}

export type EnsWalletClient<
Expand Down
45 changes: 32 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit d76e3fd

Please sign in to comment.