File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ type TxRequest[ADDR chains.Hashable, TX_HASH chains.Hashable] struct {
7878 EncodedPayload []byte
7979 Value big.Int
8080 FeeLimit uint64
81+ MaxGasPrice * big.Int
8182 Meta * TxMeta [ADDR , TX_HASH ]
8283 ForwarderAddress ADDR
8384
@@ -208,8 +209,9 @@ type Tx[
208209 Value big.Int
209210 // FeeLimit on the Tx is always the conceptual gas limit, which is not
210211 // necessarily the same as the on-chain encoded value (i.e. Optimism)
211- FeeLimit uint64
212- Error null.String
212+ FeeLimit uint64
213+ MaxGasPrice * big.Int
214+ Error null.String
213215 // BroadcastAt is updated every time an attempt for this tx is re-sent
214216 // In almost all cases it will be within a second or so of the actual send time.
215217 BroadcastAt * time.Time
You can’t perform that action at this time.
0 commit comments