Skip to content

Commit

Permalink
switch to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikSampson committed Oct 1, 2024
1 parent 1a8275a commit 3fead58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ const EVM_CHAINS = [

const NON_EVM_CHAINS: NonEVMChain[] = [STELLAR_NETWORK, SOLANA_NETWORK];

const BASE_ROUTE =
process.env.NEXT_PUBLIC_BASE_ROUTE || 'https://mainnet.serve.giveth.io';
const BASE_ROUTE = 'https://mainnet.serve.giveth.io';
const BACKEND_LINK =
process.env.NEXT_PUBLIC_BACKEND_LINK || `${BASE_ROUTE}/graphql`;
const FRONTEND_LINK =
Expand Down

0 comments on commit 3fead58

Please sign in to comment.