File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ global:
65
65
gasBalanceUpdateInterval : 50 # Number of transactions after which to update the Underwriter gas balance from the rpc.
66
66
67
67
# EIP-1559 Transactions
68
- maxFeePerGas : ' 200000000000 ' # 'maxFeePerGas' set for all transactions (for chains that support eip-1559)
68
+ maxFeePerGas : ' 10000000000 ' # 'maxFeePerGas' set for all transactions (for chains that support eip-1559)
69
69
70
- maxAllowedPriorityFeePerGas : ' 100000000000 ' # Upper bound to the 'maxPriorityFeePerGas' set on transactions (for chains that support eip-1559)
70
+ maxAllowedPriorityFeePerGas : ' 5000000000 ' # Upper bound to the 'maxPriorityFeePerGas' set on transactions (for chains that support eip-1559)
71
71
maxPriorityFeeAdjustmentFactor :
72
72
1.01 # Decimal factor used to adjust the 'maxPriorityFeePerGas' returned by 'getFeeData()'.
73
73
# The resulting value is set as the 'maxPriorityFeePerGas' property of the transaction
74
74
# if it is smaller than the configuration property 'maxAllowedPriorityFeePerGas' (if set).
75
75
76
76
# Legacy Transactions
77
- maxAllowedGasPrice : ' 200000000000 ' # Upper bound to the 'gasPrice' set on transactions (for chains that do not support eip-1559)
77
+ maxAllowedGasPrice : ' 10000000000 ' # Upper bound to the 'gasPrice' set on transactions (for chains that do not support eip-1559)
78
78
gasPriceAdjustmentFactor :
79
79
1.01 # Decimal factor used to adjust the 'gasPrice' returned by 'getFeeData()'. The resulting
80
80
# value is set as the 'gasPrice' property of the transaction if it is smaller than the
You can’t perform that action at this time.
0 commit comments