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
|`OCR2CacheTTL`| stale OCR2 cache deadline | 1m ||
44
44
|`TxTimeout`| timeout to send tx to rpc endpoint | 1m ||
45
45
|`TxRetryTimeout`| duration for tx to be rebroadcast to rpc, txm stops rebroadcast after timeout | 10s ||
46
-
|`TxConfirmTimeout`| duration when confirming a tx signature before signature is discarded as unconfirmed | 30s ||
47
-
|`SkipPreflight`| enable or disable preflight checks when sending tx |`true`|`true`, `false`|
46
+
|`TxConfirmTimeout`| duration when confirming a tx signature before signature is discarded as unconfirmed | 30s |
47
+
|`TxExpirationRebroadcast`| enables or disables transaction rebroadcast if expired. Expiration check is performed every `ConfirmPollPeriod`. A transaction is considered expired if the blockhash it was sent with is 150 blocks older than the latest blockhash. |`false`|`true`, `false`|
48
+
|`SkipPreflight`| enables or disables preflight checks when sending tx |`true`|`true`, `false`|
48
49
|`Commitment`| Confirmation level for solana state and transactions. ([documentation](https://docs.solana.com/developing/clients/jsonrpc-api#configuring-state-commitment)) |`confirmed`|`processed`, `confirmed`, `finalized`|
49
50
|`MaxRetries`| Parameter when sending transactions, how many times the RPC node will automatically rebroadcast a tx, default = `0` for custom txm rebroadcasting method, set to `-1` to use the RPC node's default retry strategy |`0`||
0 commit comments