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"