fix(examples): remove redunant imports, comments

This commit is contained in:
smypmsa
2025-06-28 09:52:53 +00:00
parent f69dfce484
commit ddbe5970a2
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ async def sell_token(
async def main():
# Replace these with the actual values for the token you want to sell
mint = Pubkey.from_string("5GkGpfvRLusWGqxSkwk7uEs6mHzNxH8QaZD6uPvYpump")
mint = Pubkey.from_string("...")
bonding_curve, _ = get_bonding_curve_address(mint)
associated_bonding_curve = find_associated_bonding_curve(mint, bonding_curve)