From 879b7fefad3a0033de2e2ec80a7157b2acdcb259 Mon Sep 17 00:00:00 2001 From: samlior Date: Thu, 12 Mar 2026 11:52:58 +0800 Subject: [PATCH] chore: add PlatformDexScreener --- consts.go | 1 + enum.go | 1 + 2 files changed, 2 insertions(+) diff --git a/consts.go b/consts.go index 0ce5dc2..b208f91 100644 --- a/consts.go +++ b/consts.go @@ -67,6 +67,7 @@ var platformFeeAddresses = map[solana.PublicKey]string{ solana.MustPublicKeyFromBase58("HkJYryz2BNeMQfuuSWDYktWt5fZLV26eK6nqu7EJycoG"): PlatformAxiom, solana.MustPublicKeyFromBase58("BfFX9rUm8qTZiZjmeq9BktWVTNuG3YWMc5AvkrCKJike"): PlatformAxiom, solana.MustPublicKeyFromBase58("2ApLdwLrGayEmxgpLX9BTR47Q2QprfMg5SpjrLeaK8s7"): PlatformAxiom, + solana.MustPublicKeyFromBase58("AVahywMVNRYzdgWrufSWrtdGXAeNEvfpJFxhVFK516mT"): PlatformDexScreener, } var mevAgentFeeAddresses = map[solana.PublicKey]string{ diff --git a/enum.go b/enum.go index 776e890..b5355b3 100644 --- a/enum.go +++ b/enum.go @@ -75,6 +75,7 @@ const ( PlatformMaestro = "maestro" PlatformBonkBot = "bonkbot" PlatformPadre = "padre" + PlatformDexScreener = "dexscreener" // used to flag transactions impersonating platform users PlatformFake = "fake"