Skip to content

Commit 00c725a

Browse files
ryestewAniket-Engg
authored andcommitted
update text
1 parent 59f9e47 commit 00c725a

File tree

1 file changed

+3
-3
lines changed
  • libs/remix-ws-templates/src/templates/introToEIP7702

1 file changed

+3
-3
lines changed

libs/remix-ws-templates/src/templates/introToEIP7702/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# EIP 7702
22

3-
This Workspace template presents EIP-7701, one of the updates that shipped with the Pectra upgrade (May 2025).
3+
This Workspace template presents EIP-7702, one of the updates that shipped with the Pectra upgrade (May 2025).
44

55
### Basics
66

77
In the Ethereum blockchain there are two different types of accounts:
8-
- Externally Owned Account (EOA): which require a private key and can initiate transactions
8+
- Externally Owned Account (EOA): which requires a private key and can initiate transactions
99
- Smart Contract Account: which represents code deployed on the blockchain
1010

1111
Until now EOAs could not have code associated with them.
@@ -32,7 +32,7 @@ Setting up the data for the batch:
3232
Executing the batched transaction:
3333
- Go to the the deployed token's **balanceOf** function.
3434
- Input the first and then the second account to check that each address' token balance has been updated.
35-
- The is possible because of the 7702 connection between the contract and the first EOA address.
35+
- This is possible because of the 7702 connection between the contract and the first EOA address.
3636

3737

3838

0 commit comments

Comments
 (0)