Skip to content

Commit

Permalink
Merge pull request #179 from daemon-reconfig/fix/typedata-import
Browse files Browse the repository at this point in the history
Fixed import TypedData from 'abitype' to 'viem'
  • Loading branch information
plusminushalf authored Apr 25, 2024
2 parents 2a25fea + a36220e commit 17f10f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/red-pens-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"permissionless": patch
---

Fixed TypedData import from abitype to import from viem
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { TypedData } from "abitype"
import {
type Account,
type Chain,
Expand All @@ -7,11 +6,13 @@ import {
type SignTypedDataParameters,
type SignTypedDataReturnType,
type Transport,
type TypedData,
getTypesForEIP712Domain,
hashTypedData,
publicActions,
validateTypedData
} from "viem"

import {
signMessage as _signMessage,
signTypedData as _signTypedData
Expand Down

0 comments on commit 17f10f9

Please sign in to comment.