Skip to content

Commit

Permalink
Merge pull request #37 from open-frames/dj/sign-type
Browse files Browse the repository at this point in the history
Add eth_personalSign type
  • Loading branch information
daria-github authored May 30, 2024
2 parents ad59c53 + 68d5301 commit c0a447a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wise-jokes-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@open-frames/proxy-types": patch
---

add personalSign type
2 changes: 1 addition & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export type GetMetadataResponse = {

export type TransactionResponse = {
chainId: string;
method: 'eth_sendTransaction';
method: 'eth_sendTransaction' | 'eth_personalSign';
params: {
abi: Array<unknown>;
to: string;
Expand Down

0 comments on commit c0a447a

Please sign in to comment.