We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fee77 commit 25cb5a0Copy full SHA for 25cb5a0
.env.example
@@ -1,3 +1,3 @@
1
VITE_MOBULA_KEY=
2
VITE_API_URL=
3
-VITE_JUPSWAP_RPC_URL=
+VITE_PUBLIC_JUPSWAP_RPC_URL=
src/UI/Portfolio/HoldingToken.svelte
@@ -296,7 +296,7 @@
296
displayMode: "integrated",
297
integratedTargetId: `swap-${address}`,
298
endpoint:
299
- import.meta.env.VITE_JUPSWAP_RPC_URL ||
+ import.meta.env.VITE_PUBLIC_JUPSWAP_RPC_URL ||
300
"https://rpc.shyft.to/?api_key=gsusEvomKHQwwltu",
301
strictTokenList: false,
302
defaultExplorer: "Solscan",
0 commit comments