failed to get buy instructions: can't fetch bonding curve: FBCD: failed to get account info: not found
Hey! Find your repository and trying run your code to create token from example and get this error: "failed to get buy instructions: can't fetch bonding curve: FBCD: failed to get account info: not found". Thanks!
This happens to me as well, I'll try to dig in and figure it
Hey! Find your repository and trying run your code to create token from example and get this error: "failed to get buy instructions: can't fetch bonding curve: FBCD: failed to get account info: not found". Thanks!
After looking into it, the issue is that when creating and buying at the same time, in order to calculate the buy amount there's an attempt to fetch the bonding curve, which doesn't exists yet. The solution here would be to virtually calculate the first buy amount without fetching the bonding curve.
yet
okay! thank you! will try it way