Skip to content

Commit

Permalink
upgrade subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Jun 12, 2024
1 parent cb8fd2a commit c30fb4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ export enum NetworkId {
}

export const UNISWAP_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2'
export const FUSESWAP_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/fuseio/fuseswap'
export const VOLTAGE_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/voltfinance/voltage-exchange-v2'
export const FUSESWAP_SUBGRAPH_URL = 'https://gateway-arbitrum.network.thegraph.com/api/126e6c43e26f28a5e5a8c8e216edbb89/subgraphs/id/8M4V5DnbjSWzYjDt9XUTZsiqX2cXWVcTd9nPw68NJdN4'
export const VOLTAGE_SUBGRAPH_URL = 'https://gateway-arbitrum.network.thegraph.com/api/126e6c43e26f28a5e5a8c8e216edbb89/subgraphs/id/B4BGk9itvmRXzzNRAzBWwQARHRt3ZvLz11aWNVsZPT4'
export const PANCAKESWAP_SUBGRAPH_URL = 'https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2'
export const STABLESWAP_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/voltfinance/stableswap'
export const STABLESWAP_SUBGRAPH_URL = 'https://gateway-arbitrum.network.thegraph.com/api/126e6c43e26f28a5e5a8c8e216edbb89/subgraphs/id/HTFuhfjdwFoc3wXGQ5UMrevui5mjx2N6pJnratYrCzSa'

export const MASTERCHEF_V2_ADDRESS = '0xc71E27C7e128d9CAEb2b8cA756647f7F199cF39e'
export const MASTERCHEF_V3_ADDRESS = '0xE3e184a7b75D0Ae6E17B58F5283b91B4E0A2604F'

export const MASTERCHEF_V2_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/voltfinance/masterchefv2'
export const MASTERCHEF_V3_SUBGRAPH_URL = 'https://api.thegraph.com/subgraphs/name/voltfinance/masterchef-v3'
export const MASTERCHEF_V3_SUBGRAPH_URL = 'https://gateway-arbitrum.network.thegraph.com/api/126e6c43e26f28a5e5a8c8e216edbb89/subgraphs/id/4DwVLaAaEuutpoCwmGUNBS45mSnGABt42u1Qbf73BqbR'

export const xVOLT = '0x97a6e78c9208c21afaDa67e7E61d7ad27688eFd1'
export const VOLT = '0x34Ef2Cc892a88415e9f02b91BfA9c91fC0bE6bD4'
Expand Down

0 comments on commit c30fb4d

Please sign in to comment.