Skip to content

Commit

Permalink
Merge pull request #2876 from Giveth/add_new_production_subgraph_endp…
Browse files Browse the repository at this point in the history
…oints

add new production subgraph endpoints
  • Loading branch information
RamRamez authored Jul 31, 2023
2 parents a9a8ece + 8ef560e commit 08bbf97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/modals/WalletModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useIntl } from 'react-intl';
import { useWeb3React } from '@web3-react/core';
import styled from 'styled-components';
import { brandColors, H5, Lead, neutralColors } from '@giveth/ui-design-system';

import { captureException } from '@sentry/nextjs';
import { useRouter } from 'next/router';
import {
Expand Down
4 changes: 2 additions & 2 deletions src/config/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const config: EnvConfig = {

blockExplorerName: ['etherscan'],
subgraphAddress:
'https://api.thegraph.com/subgraphs/name/giveth/giveth-economy-second-mainnet',
'https://gateway.thegraph.com/api/4404c555dda23fe8080ed3cecd8e48cd/subgraphs/id/8Fh5uZkm44L7ma6Jh7JjveV87zvmDkJPuuMZuyvUW9S6',

TOKEN_ADDRESS: '0x900db999074d9277c5da2a43f252d74366230da0',
tokenAddressOnUniswapV2: '0x900db999074d9277c5da2a43f252d74366230da0',
Expand Down Expand Up @@ -225,7 +225,7 @@ const config: EnvConfig = {

blockExplorerName: ['Blockscout'],
subgraphAddress:
'https://api.thegraph.com/subgraphs/name/giveth/giveth-economy-second-xdai',
'https://gateway.thegraph.com/api/4404c555dda23fe8080ed3cecd8e48cd/subgraphs/id/ATN3hzfMwQqYMcyrAxqMSrr7Bxf5jKQytWZJpwLigt2p',

TOKEN_ADDRESS: '0x4f4F9b8D5B4d0Dc10506e5551B0513B61fD59e75',
gGIV_ADDRESS: '0xfFBAbEb49be77E5254333d5fdfF72920B989425f',
Expand Down

0 comments on commit 08bbf97

Please sign in to comment.