Add lbPairAddress for TxSignal

This commit is contained in:
bijianing97
2026-02-12 17:37:29 +08:00
parent 22d2df3782
commit bd2dbe3c91
2 changed files with 7 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ type TxSignal struct {
ActiveBin int32 `json:"active_bin"`
// MaxPriceImpactBps is the price impact guard for swap_with_price_impact(2).
MaxPriceImpactBps uint16 `json:"max_price_impact_bps"`
//
LbPairAddress string `json:"lb_pair_address"`
// parsed values
Token0AmountUint64 uint64 `json:"-"`