Skip to content

Commit 25cb5a0

Browse files
committedApr 18, 2024·
update env name
1 parent e1fee77 commit 25cb5a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VITE_MOBULA_KEY=
22
VITE_API_URL=
3-
VITE_JUPSWAP_RPC_URL=
3+
VITE_PUBLIC_JUPSWAP_RPC_URL=

‎src/UI/Portfolio/HoldingToken.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
displayMode: "integrated",
297297
integratedTargetId: `swap-${address}`,
298298
endpoint:
299-
import.meta.env.VITE_JUPSWAP_RPC_URL ||
299+
import.meta.env.VITE_PUBLIC_JUPSWAP_RPC_URL ||
300300
"https://rpc.shyft.to/?api_key=gsusEvomKHQwwltu",
301301
strictTokenList: false,
302302
defaultExplorer: "Solscan",

0 commit comments

Comments
 (0)
Please sign in to comment.