chore: add PlatformDexScreener

This commit is contained in:
2026-03-12 11:52:58 +08:00
parent 149dfae378
commit 879b7fefad
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ var platformFeeAddresses = map[solana.PublicKey]string{
solana.MustPublicKeyFromBase58("HkJYryz2BNeMQfuuSWDYktWt5fZLV26eK6nqu7EJycoG"): PlatformAxiom, solana.MustPublicKeyFromBase58("HkJYryz2BNeMQfuuSWDYktWt5fZLV26eK6nqu7EJycoG"): PlatformAxiom,
solana.MustPublicKeyFromBase58("BfFX9rUm8qTZiZjmeq9BktWVTNuG3YWMc5AvkrCKJike"): PlatformAxiom, solana.MustPublicKeyFromBase58("BfFX9rUm8qTZiZjmeq9BktWVTNuG3YWMc5AvkrCKJike"): PlatformAxiom,
solana.MustPublicKeyFromBase58("2ApLdwLrGayEmxgpLX9BTR47Q2QprfMg5SpjrLeaK8s7"): PlatformAxiom, solana.MustPublicKeyFromBase58("2ApLdwLrGayEmxgpLX9BTR47Q2QprfMg5SpjrLeaK8s7"): PlatformAxiom,
solana.MustPublicKeyFromBase58("AVahywMVNRYzdgWrufSWrtdGXAeNEvfpJFxhVFK516mT"): PlatformDexScreener,
} }
var mevAgentFeeAddresses = map[solana.PublicKey]string{ var mevAgentFeeAddresses = map[solana.PublicKey]string{

View File

@@ -75,6 +75,7 @@ const (
PlatformMaestro = "maestro" PlatformMaestro = "maestro"
PlatformBonkBot = "bonkbot" PlatformBonkBot = "bonkbot"
PlatformPadre = "padre" PlatformPadre = "padre"
PlatformDexScreener = "dexscreener"
// used to flag transactions impersonating platform users // used to flag transactions impersonating platform users
PlatformFake = "fake" PlatformFake = "fake"