We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I always get the issue mentioned in the title.
Here my code:
const tpuConnection = await TpuConnection.load( 'https://mainnet.helius-rpc.com/?api-key={API_KEY}', { wsEndpoint: 'wss://mainnet.helius-rpc.com/?api-key={API_KEY}'', commitment: 'processed', }); const transaction = new Transaction(); transaction.add({MY_INSTRUCTIONS}); const transactionId = await tpuConnection.sendAndConfirmTransaction( tpuConnection, transaction, [ wallet ], { skipPreflight: true, commitment: 'processed', } );
If I use the sendAndConfirmTransaction from web3.js it works.
sendAndConfirmTransaction
web3.js
Do you have an idea, why?
The text was updated successfully, but these errors were encountered:
Did you get any request working? Mine never seems to go through. Thx
Sorry, something went wrong.
No branches or pull requests
I always get the issue mentioned in the title.
Here my code:
If I use the
sendAndConfirmTransaction
fromweb3.js
it works.Do you have an idea, why?
The text was updated successfully, but these errors were encountered: