You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: params/protocol_params.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -165,9 +165,9 @@ const (
165
165
166
166
BlobTxBlobGasPerBlob=1<<17// Gas consumption of a single data blob (== blob byte size)
167
167
BlobTxMinBlobGasprice=1// Minimum gas price for data blobs
168
-
BlobTxBlobGaspriceUpdateFraction=3338477// Controls the maximum rate of change for blob gas price
168
+
BlobTxBlobGaspriceUpdateFraction=5007716// Controls the maximum rate of change for blob gas price, using Prague parameters
169
169
170
-
BlobTxTargetBlobGasPerBlock=3*BlobTxBlobGasPerBlob// Target consumable blob gas for data blobs per block (for 1559-like pricing)
170
+
BlobTxTargetBlobGasPerBlock=6*BlobTxBlobGasPerBlob// Target consumable blob gas for data blobs per block (for 1559-like pricing), using Prague parameters
171
171
)
172
172
173
173
// Gas discount table for BLS12-381 G1 and G2 multi exponentiation operations
0 commit comments