Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 3580f85

Browse files
authored
Update EIP2930_1559.md (#1364)
Update EIP2930_1559.
1 parent ede39de commit 3580f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/EIP2930_1559.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ this doc describles how to support EIP2930 & 1559 in copy circuit and evm circui
99
- EIP1559 https://eips.ethereum.org/EIPS/eip-1559
1010

1111
## copy circuit
12-
- EIP2030 generates copy event for variable length of access list items (two types: address, storage key), it is done by evm bussmaping side. so copy circuit need to handle such situation.
12+
- EIP2930 generates copy event for variable length of access list items (two types: address, storage key), it is done by evm bussmaping side. so copy circuit need to handle such situation.
1313
- added two additinonal `CopyDataType`:
1414
- CopyDataType::AccessListAddresses: When copy event is access-list addresses (EIP-2930), source is tx-table and destination is rw-table.
1515
- CopyDataType::AccessListStorageKeys: When copy event is access-list storage keys (EIP-2930), source is tx-table and destination is rw-table.

0 commit comments

Comments
 (0)