Thank you for great post.
When I set the network to devnet, const network = clusterApiUrl('devnet'); I got the error; Transaction simulation failed: This account may not be used to pay transaction fees.
Could anyone help?
Even i was facing the same issue, but I hardcoded the devnet url.
hardcoding the devnet solved the issue?
yes.it got resolved. But this tutorial is very helpful.
Thanks for the Nader
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thank you for great post.
When I set the network to devnet,
const network = clusterApiUrl('devnet');
I got the error;
Transaction simulation failed: This account may not be used to pay transaction fees.
Could anyone help?
Even i was facing the same issue, but I hardcoded the devnet url.
hardcoding the devnet solved the issue?
yes.it got resolved. But this tutorial is very helpful.
Thanks for the Nader