Replies: 1 comment
-
Can you try contacting nodekit? Or you can use Aptos build |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discord user ID
No response
Describe your question in detail.
when I use nodit I get cors issue with ngrok. on nodit dashboard i have it to allow all domains.
const aptos = new Aptos(
new AptosConfig({
network: NETWORK,
fullnode:
https://aptos-testnet.nodit.io/${import.meta.env.VITE_NODIT_API_KEY}/v1
,indexer:
https://aptos-testnet.nodit.io/${import.meta.env.VITE_NODIT_API_KEY}/v1/graphql
,faucet: "https://faucet.testnet.aptoslabs.com",
})
)
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
REST API
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions