chore: add entry contract and improve axiom parse

This commit is contained in:
2026-01-07 12:18:24 +08:00
parent 4afa412231
commit 27dde60e93
2 changed files with 17 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ type TxSignal struct {
IsToken2022 bool `json:"is_token2022"`
IsMayhemMode bool `json:"is_mayhem_mode"`
TxFee decimal.Decimal `json:"tx_fee"`
EntryContract string `json:"entry_contract"`
ExactSOL bool `json:"exact_in"`