File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11VITE_WALLET_CONNECT_PROJECT_ID = e3727c2e231abb0791d9cc90b55fb1e1
22# VITE_ROFL_APP_BACKEND=http://localhost:8899
3- VITE_ROFL_APP_BACKEND = https://backend.rofl.app
3+ VITE_ROFL_APP_BACKEND = https://backend.rofl.app
44VITE_FATHOM_SIDE_ID = ADZXERYI
5+ VITE_NITRO_PARTNER_ID = 309
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const RouterPathfinderContextProvider: FC<PropsWithChildren> = ({ childre
3131 const defaultParams = {
3232 slippageTolerance : 2 ,
3333 destFuel : 0 ,
34- partnerId : 1 ,
34+ partnerId : Number ( import . meta . env . VITE_NITRO_PARTNER_ID ) ,
3535 }
3636
3737 const mergedParams = { ...defaultParams , ...params }
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ declare const APP_VERSION: string
44
55interface ImportMetaEnv {
66 VITE_WALLET_CONNECT_PROJECT_ID : string
7+ VITE_ROFL_APP_BACKEND : string
8+ VITE_FATHOM_SIDE_ID : string
9+ VITE_NITRO_PARTNER_ID : string
710}
811
912interface ImportMeta {
You can’t perform that action at this time.
0 commit comments