This commit is contained in:
thloyi
2025-11-27 16:39:01 +08:00
parent 1f63a3a18f
commit d8e8d7ba89
2 changed files with 16 additions and 0 deletions

View File

@@ -2,9 +2,11 @@ package pump_parser
import (
"encoding/hex"
"fmt"
"testing"
agbinary "github.com/gagliardetto/binary"
"github.com/mr-tron/base58"
)
func TestTradeEvent(t *testing.T) {
@@ -23,4 +25,7 @@ func TestTradeEvent(t *testing.T) {
t.Logf("Trade Event: %+v", tradeEvent)
xx, err := base58.Decode("3Bxs48EzTZB4tzRd")
fmt.Println(len(xx), err)
}