mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-17 09:18:05 +00:00
Fix/update letsbonk fun instructions in the bot (#142)
* feat(core): support multiple initialize instruction variants in LetsBonkEventParser * feat(core): add creator and platform fee vault derivation methods and update account handling in buy/sell instructions * feat(letsbonk): add global_config and platform_config to TokenInfo and update address provider logic
This commit is contained in:
@@ -186,6 +186,9 @@ class LetsBonkCurveManager(CurveManager):
|
||||
"real_quote": decoded_pool_state.get("real_quote", 0),
|
||||
"status": decoded_pool_state.get("status", 0),
|
||||
"supply": decoded_pool_state.get("supply", 0),
|
||||
"creator": decoded_pool_state.get("creator"), # Creator pubkey (as base58 string)
|
||||
"base_vault": decoded_pool_state.get("base_vault"), # Base vault pubkey
|
||||
"quote_vault": decoded_pool_state.get("quote_vault"), # Quote vault pubkey
|
||||
}
|
||||
|
||||
# Calculate additional metrics
|
||||
|
||||
Reference in New Issue
Block a user