Skip to content

Commit

Permalink
updated var name
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github committed Apr 18, 2024
1 parent e28ca60 commit 805e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const postUrl = initialFrame.buttons['1'].post_url;
const isTransaction = action === 'tx' && target && postUrl;

// First, make a POST request to the `target` URL to fetch data about the transaction, with a signed frame action payload in the POST body including the address of the connected wallet in the `address` field.
const fetchTransactionData: {
const transactionInfo: {
chainId: string;
method: 'eth_sendTransaction';
params: {
Expand Down

0 comments on commit 805e8b5

Please sign in to comment.