Skip to content

Commit

Permalink
Add the liquidity migrator address
Browse files Browse the repository at this point in the history
Added the pump.fun address that migrates the tokens that completed their associated bonding cure status and are moved to Raydium
  • Loading branch information
akegaviar authored Dec 23, 2024
1 parent 525e8f9 commit c582de2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
PUMP_GLOBAL = Pubkey.from_string("4wTV1YmiEkRvAtNtsSGPtUrqRYQMe5SKy2uB4Jjaxnjf")
PUMP_EVENT_AUTHORITY = Pubkey.from_string("Ce6TQqeHC9p8KetsN6JsjHK7UTZk7nasjjnr7XxXp9F1")
PUMP_FEE = Pubkey.from_string("CebN5WGQ4jvEPvsVU4EoHEpgzq1VV7AbicfhtW4xC9iM")
PUMP_LIQUIDITY_MIGRATOR = Pubkey.from_string("39azUYFWPz3VHgKCf3VChUwbpURdCHRxjWVowf5jUJjg")
SYSTEM_PROGRAM = Pubkey.from_string("11111111111111111111111111111111")
SYSTEM_TOKEN_PROGRAM = Pubkey.from_string("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA")
SYSTEM_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM = Pubkey.from_string("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL")
Expand All @@ -23,4 +24,4 @@
WSS_ENDPOINT = "SOLANA_NODE_WSS_ENDPOINT"

#Private key
PRIVATE_KEY = "SOLANA_PRIVATE_KEY"
PRIVATE_KEY = "SOLANA_PRIVATE_KEY"

0 comments on commit c582de2

Please sign in to comment.