Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github committed May 30, 2024
1 parent ad59c53 commit efc25af
Showing 1 changed file with 1 addition and 1 deletion.
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 efc25af

Please sign in to comment.