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: docs/config-file/node-config-doc.md
+67-1
Original file line number
Diff line number
Diff line change
@@ -709,6 +709,10 @@ SecretKey=""
709
709
| - [FreeGasAddress](#Pool_FreeGasAddress)| No | array of string | No | - | XLayer config<br />FreeGasAddress is the default free gas address |
710
710
| - [FreeClaimGasLimit](#Pool_FreeClaimGasLimit)| No | integer | No | - | FreeClaimGasLimit is the max gas allowed use to do a free claim |
711
711
| - [BridgeClaimMethodSigs](#Pool_BridgeClaimMethodSigs)| No | array of string | No | - | BridgeClaimMethodSignature for tracking BridgeClaimMethodSignature method |
712
+
| - [EnableFreeGasByNonce](#Pool_EnableFreeGasByNonce)| No | boolean | No | - | EnableFreeGasByNonce enable free gas |
713
+
| - [FreeGasExAddress](#Pool_FreeGasExAddress)| No | array of string | No | - | FreeGasExAddress is the ex address which can be free gas for the transfer receiver |
714
+
| - [FreeGasCountPerAddr](#Pool_FreeGasCountPerAddr)| No | integer | No | - | FreeGasCountPerAddr is the count limit of free gas tx per address |
715
+
| - [FreeGasLimit](#Pool_FreeGasLimit)| No | integer | No | - | FreeGasLimit is the max gas allowed use to do a free gas tx |
| - [StreamServer](#Sequencer_StreamServer)| No | object | No | - | StreamServerCfg is the config for the stream server |
2886
2937
| - [PackBatchSpacialList](#Sequencer_PackBatchSpacialList)| No | array of string | No | - | XLayer config<br />PackBatchSpacialList is the list of addresses that will have a special gas price |
2887
2938
| - [GasPriceMultiple](#Sequencer_GasPriceMultiple)| No | number | No | - | GasPriceMultiple is the multiple of the gas price |
2939
+
| - [InitGasPriceMultiple](#Sequencer_InitGasPriceMultiple)| No | number | No | - | InitGasPriceMultiple is the multiple of the gas price for init free gas tx |
2888
2940
| - [QueryPendingTxsLimit](#Sequencer_QueryPendingTxsLimit)| No | integer | No | - | QueryPendingTxsLimit is used to limit amount txs from the db |
0 commit comments