From 8aa1df311516b430f3b87ff2ed7313ae8595769b Mon Sep 17 00:00:00 2001 From: 0xfnzero <0xfnzero@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:22:40 +0800 Subject: [PATCH] test: sync PumpFun quote signature cases --- Cargo.toml | 2 +- examples/parse_pumpfun_quote_cases.rs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9de27ff..cc569c2 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ sdk-perf-stats = ["sol-parser-sdk/perf-stats"] sdk-ultra-perf = ["sol-parser-sdk/ultra-perf"] [dependencies] -sol-parser-sdk = { git = "https://github.com/0xfnzero/sol-parser-sdk", rev = "326c492", version = "0.5.15", default-features = false } +sol-parser-sdk = { git = "https://github.com/0xfnzero/sol-parser-sdk", rev = "565fb4e", version = "0.5.15", default-features = false } solana-sdk = "3.0.0" solana-client = "3.1.12" solana-transaction-status = "3.1.12" diff --git a/examples/parse_pumpfun_quote_cases.rs b/examples/parse_pumpfun_quote_cases.rs index 699310d..e4e449a 100644 --- a/examples/parse_pumpfun_quote_cases.rs +++ b/examples/parse_pumpfun_quote_cases.rs @@ -38,6 +38,11 @@ fn default_cases() -> Vec { signature: "H6azwLqtRtrnVNC5iwcjYM9idU3e9SRyLZXTwjfJGJxA4X7dZL7vyhFAJNvQy7bb6bmQNmFHUt1KkkPPmhdge3G", expected_create_v2_quote: Some(PUMPFUN_SOLSCAN_SOL_QUOTE_MINT), }, + Case { + name: "19-account create_v2 explicit WSOL quote exact quote buy", + signature: "5HwZKTwcGFjSBPugSX5hE9JSq5wKmUooK3tLXuEoyDDzrTvHu7op3XDbhBXuteiC5EePNPh8TC1j6Fns47YvnyeG", + expected_create_v2_quote: Some(PUMPFUN_WSOL_QUOTE_MINT), + }, Case { name: "19-account create_v2 explicit USDC quote", signature: "3MVawF6EPtG7rEPXdsyQfQUBLv3epRVNpNS4tRE4uwTPMqLNPqhuABwxU3QZH4uD6CuVupcpGchpNRK5HTbHRLNK",