You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our user submitted a support ticket and said he failed to redeem the TBTC on Solana. So, I noticed you guys added native TBTC support on Solana. Then, I tried to integrate it into our site. But I failed.
I can't find the SDK in this repo, so I created one, but it won't work. Then I checked all the accounts on the ix, and they're fine. Therefore, I suspect something is wrong with the program or its coder.
Can someone tell me how to construct the program properly on the browser without the deployment data?
I moved some code from your tests to my code, and you can search new Program to see how I constructed the program.
I figured out why my code failed. All accounts are correct, but the recipient on the token transfer payload is incorrect, it's the root cause. the recipient needs to be the Solana wallet address, not the TBTC associated account.
Our user submitted a support ticket and said he failed to redeem the TBTC on Solana. So, I noticed you guys added native TBTC support on Solana. Then, I tried to integrate it into our site. But I failed.
I can't find the SDK in this repo, so I created one, but it won't work. Then I checked all the accounts on the ix, and they're fine. Therefore, I suspect something is wrong with the program or its coder.
Can someone tell me how to construct the program properly on the browser without the deployment data?
I moved some code from your tests to my code, and you can search
new Program
to see how I constructed the program.Here is the accounts output from my code. (mainnet data):
The text was updated successfully, but these errors were encountered: