how to pass custom rpc url to aptos config?? #383
Unanswered
ajaythxkur
asked this question in
Questions
Replies: 2 comments 3 replies
-
anyone?? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
const aptosConfig = new AptosConfig({ fullnode: rpcUrl }); this.aptos = new Aptos(aptosConfig);
I am using devnet fullnode url, the issue is that everything works fine when i do network: Network.DEVNET but if i pass url i get account not found error
Beta Was this translation helpful? Give feedback.
All reactions