1 Commits

Author SHA1 Message Date
thloyi
122d474524 juptierv6 fix 2026-01-07 11:57:31 +08:00
3 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1052,7 +1052,7 @@ func parseJupiterV6Instruction(tx *versionedTransaction, instructionIndex int) (
Token0Amount: formatTokenAmount(inputAmount),
Token1Amount: decimal.Zero,
Program: "PumpAMM",
Event: "buy",
Event: "sell",
IsToken2022: false,
IsMayhemMode: false,
ExactSOL: false,

View File

@@ -1 +1,5 @@
package shreder
//func parseOkxDexRouteV2Instruction(tx *versionedTransaction, instructionIndex int) (*TxSignal, error) {
//
//}