Skip to content

Commit

Permalink
arbitrum sg (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: jmzwar <[email protected]>
  • Loading branch information
jmzwar and jmzwar authored Mar 21, 2024
1 parent d5de621 commit 379cad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion liquidity/components/Pools/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Stats = ({ totalDebt, totalCollateral, isLoading }: StatsProps) =>
textAlign="center"
fontWeight="400"
>
Total Earnings Lifetime
Total Lifetime Earnings
</Text>
<Flex justifyContent="center">
{isLoading ? (
Expand Down
3 changes: 3 additions & 0 deletions liquidity/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export const ONBOARD_KEY = 'sec_jykTuCK0ZuqXWf3wNYqizxs2';

export const getSubgraphUrl = (networkName = 'optimism-mainnet') => {
switch (networkName) {
case 'arbitrum':
return `https://subgraph.satsuma-prod.com/ce5e03f52f3b/synthetix/synthetix-arbitrum-mainnet/version/v1/api`;

case 'base-sepolia':
return 'https://subgraph.satsuma-prod.com/ce5e03f52f3b/synthetix/synthetix-base-sepolia-andromeda/version/v1/api';
case 'base':
Expand Down

0 comments on commit 379cad5

Please sign in to comment.