Skip to content

Commit

Permalink
Update tests/prague/eip7702_set_code_tx/spec.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jochem Brouwer <[email protected]>
  • Loading branch information
marioevz and jochem-brouwer authored Oct 10, 2024
1 parent de37130 commit f99fec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prague/eip7702_set_code_tx/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Spec:

SET_CODE_TX_TYPE = 0x04
MAGIC = 0x05
PER_AUTH_BASE_COST = 15_000
PER_AUTH_BASE_COST = 12_500
PER_EMPTY_ACCOUNT_COST = 25_000
DELEGATION_DESIGNATION = bytes.fromhex("ef0100")

Expand Down

0 comments on commit f99fec5

Please sign in to comment.