File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const (
2929 CallValueTransferGas uint64 = 9000 // Paid for CALL when the value transfer is non-zero.
3030 CallNewAccountGas uint64 = 25000 // Paid for CALL when the destination address didn't exist prior.
3131 TxGas uint64 = 21000 // Per transaction not creating a contract. NOTE: Not payable on data of calls between transactions.
32- SystemTxsGas uint64 = 100000 // The gas reserved for system txs; only for parlia consensus
32+ SystemTxsGas uint64 = 500000 // The gas reserved for system txs; only for parlia consensus
3333 TxGasContractCreation uint64 = 53000 // Per transaction that creates a contract. NOTE: Not payable on data of calls between transactions.
3434 TxDataZeroGas uint64 = 4 // Per byte of data attached to a transaction that equals zero. NOTE: Not payable on data of calls between transactions.
3535 QuadCoeffDiv uint64 = 512 // Divisor for the quadratic particle of the memory cost equation.
You can’t perform that action at this time.
0 commit comments