juptierv6 fix

This commit is contained in:
thloyi
2026-01-07 11:57:31 +08:00
parent 2d3f46ebbf
commit 122d474524
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), Token0Amount: formatTokenAmount(inputAmount),
Token1Amount: decimal.Zero, Token1Amount: decimal.Zero,
Program: "PumpAMM", Program: "PumpAMM",
Event: "buy", Event: "sell",
IsToken2022: false, IsToken2022: false,
IsMayhemMode: false, IsMayhemMode: false,
ExactSOL: false, ExactSOL: false,

View File

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