Skip to content

Commit

Permalink
chore: update abitype
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 28, 2023
1 parent fdf3408 commit 9e847da
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-hairs-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

publish changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"@scure/bip32": "1.3.0",
"@scure/bip39": "1.2.0",
"@wagmi/chains": "1.2.0",
"abitype": "0.8.7",
"abitype": "0.8.11",
"isomorphic-ws": "5.0.0",
"ws": "8.12.0"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export type {
export {
type Client,
type ClientConfig,
type MulticallBatchOptions,
createClient,
} from './clients/createClient.js'
export {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/signature/recoverTypedDataAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function recoverTypedDataAddress<
message,
primaryType,
types,
} as RecoverTypedDataAddressParameters),
} as unknown as RecoverTypedDataAddressParameters),
signature,
})
}

0 comments on commit 9e847da

Please sign in to comment.