From c0554c0764a2c021689e8d73b36987b67c954f0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ula=C5=9F=20Erdo=C4=9Fan?= <uerdogan2001@hotmail.com>
Date: Mon, 8 May 2023 04:13:19 +0300
Subject: [PATCH] params: add new precompiled gas price

---
 params/protocol_params.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/params/protocol_params.go b/params/protocol_params.go
index 1fb258c1fc..ac1756f206 100644
--- a/params/protocol_params.go
+++ b/params/protocol_params.go
@@ -155,6 +155,8 @@ const (
 	Bls12381MapG1Gas          uint64 = 5500   // Gas price for BLS12-381 mapping field element to G1 operation
 	Bls12381MapG2Gas          uint64 = 110000 // Gas price for BLS12-381 mapping field element to G2 operation
 
+	EcverifyGas uint64 = 3450 // secp256r1 elliptic curve signature verifier gas price
+
 	// The Refund Quotient is the cap on how much of the used gas can be refunded. Before EIP-3529,
 	// up to half the consumed gas could be refunded. Redefined as 1/5th in EIP-3529
 	RefundQuotient        uint64 = 2