From 2a51fc1d254577970e47370128d7b59e0e1aa851 Mon Sep 17 00:00:00 2001 From: tanhuaan Date: Wed, 30 Jul 2025 17:47:33 +0800 Subject: [PATCH] chore: remove redundant word in README.md Signed-off-by: tanhuaan --- libs/remix-ws-templates/src/templates/introToEIP7702/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ws-templates/src/templates/introToEIP7702/README.md b/libs/remix-ws-templates/src/templates/introToEIP7702/README.md index a5f811a2f4a..1044dd2b48a 100644 --- a/libs/remix-ws-templates/src/templates/introToEIP7702/README.md +++ b/libs/remix-ws-templates/src/templates/introToEIP7702/README.md @@ -34,7 +34,7 @@ The script `run-eip7702.ts` will deploy two contracts, MyToken and Spender. It w - In the **executeBatch** function, paste the data and then run the transaction. Executing the batched transaction: -- Go to the the deployed token's **balanceOf** function. +- Go to the deployed token's **balanceOf** function. - Input the first and then the second account to check that each address' token balance has been updated. - This is possible because of the 7702 connection between the contract and the first EOA address.