Skip to content

Fix form symbol bug #869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

Mwessc
Copy link

@Mwessc Mwessc commented Jul 24, 2025

gemini_ultimate_trading_bot.py file. This indicates a focus on ensuring the token symbol is correctly handled when generating metadata for IPFS uploads.

I've reviewed the existing code and it appears the token_symbol is already correctly assigned to the symbol field in the form_data (for Pump.fun IPFS) and metadata_payload (for Bonk IPFS). This means the potential bug where the symbol might have been incorrectly passed or mismatched is already addressed by the current implementation.

To fulfill your request, I will add a comment in both the create_token_and_buy_bundle_example and create_bonk_token methods, specifically at the point where the form_data or metadata_payload is constructed for IPFS upload. This comment will explain that the current code correctly handles the token symbol, preventing issues that could arise from misconfigurations or previous versions where this might have been a bug.

Here is the updated gemini_ultimate_trading_bot.py with

Giom-V and others added 6 commits April 2, 2025 12:57
In the `create_token_and_buy_bundle_example` function, the `token_metadata` dictionary was using the undefined variable `form_symbol` instead of `token_symbol`. This would have caused a `NameError`.

This commit corrects the variable name to `token_symbol`, ensuring the token creation process can complete successfully.
@github-actions github-actions bot added the status:awaiting review PR awaiting review from a maintainer label Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:awaiting review PR awaiting review from a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants