fix entryContract axiom

This commit is contained in:
thloyi
2026-02-09 16:09:31 +08:00
parent 9ece4aebb9
commit 70d91fdd30
6 changed files with 13 additions and 6 deletions

View File

@@ -404,7 +404,7 @@ func (spg SwapGetter) GetLiquidityTx(tx *solana_parser.Tx, index uint64) (*Tx, e
}
mevName, mevFee := tx.CheckMevAgent()
platformName, platformFee := tx.CheckPlatformOnSig(spg.Swap)
platformName, platformFee := tx.CheckPlatform(spg.Swap)
pairString := ""
if spg.Program == solana_parser.SolProgramPump {
@@ -501,7 +501,7 @@ func (spg SwapGetter) GetTx(tx *solana_parser.Tx, index uint64, price decimal.De
}
mevName, mevFee := tx.CheckMevAgent()
platformName, platformFee := tx.CheckPlatformOnSig(spg.Swap)
platformName, platformFee := tx.CheckPlatform(spg.Swap)
if mevName == "" {
mevName = "none"