From 805e8b52d464ebdc5bf8e061a5fc2d9647d5db1a Mon Sep 17 00:00:00 2001 From: daria-github Date: Thu, 18 Apr 2024 15:21:08 -0700 Subject: [PATCH] updated var name --- packages/client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/README.md b/packages/client/README.md index 6519df8..a059e94 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -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: {