Skip to content

Commit a91a505

Browse files
souradeep-dasSamWilsn
authored andcommitted
update eip7951 gas
1 parent 5bab4da commit a91a505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum/osaka/vm/gas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
GAS_SELF_DESTRUCT = Uint(5000)
5454
GAS_SELF_DESTRUCT_NEW_ACCOUNT = Uint(25000)
5555
GAS_ECRECOVER = Uint(3000)
56-
GAS_P256VERIFY = Uint(3450)
56+
GAS_P256VERIFY = Uint(6900)
5757
GAS_SHA256 = Uint(60)
5858
GAS_SHA256_WORD = Uint(12)
5959
GAS_RIPEMD160 = Uint(600)

0 commit comments

Comments
 (0)