Skip to content

Commit

Permalink
update url (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: jmzwar <[email protected]>
  • Loading branch information
jmzwar and jmzwar authored May 28, 2024
1 parent 0efbb17 commit 9eb6f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquidity/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const getSubgraphUrl = (networkName = 'optimism-mainnet') => {
case 'base-sepolia':
return 'https://subgraph.satsuma-prod.com/ce5e03f52f3b/synthetix/synthetix-base-sepolia-andromeda/version/v1.0.1/api';
case 'base':
return 'https://subgraph.satsuma-prod.com/ce5e03f52f3b/synthetix/synthetix-base-mainnet-andromeda/version/v1.0.1/api';
return 'https://subgraph.satsuma-prod.com/ce5e03f52f3b/synthetix/synthetix-base-mainnet-andromeda/version/v1.1/api';
default:
return `https://api.thegraph.com/subgraphs/name/snx-v3/${networkName}`;
}
Expand Down

0 comments on commit 9eb6f88

Please sign in to comment.