diff --git a/packages/hyperstructure-react-hooks/package.json b/packages/hyperstructure-react-hooks/package.json index db9bb6e2..7a89b687 100644 --- a/packages/hyperstructure-react-hooks/package.json +++ b/packages/hyperstructure-react-hooks/package.json @@ -1,7 +1,7 @@ { "name": "@generationsoftware/hyperstructure-react-hooks", "description": "React hooks library for interacting with PoolTogether contracts", - "version": "1.25.3", + "version": "1.25.4", "license": "MIT", "main": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/shared/utilities/constants.ts b/shared/utilities/constants.ts index 6edb16d8..8cb1542a 100644 --- a/shared/utilities/constants.ts +++ b/shared/utilities/constants.ts @@ -580,12 +580,18 @@ export const LIQUIDATION_ROUTER_ADDRESSES: { [chainId: number]: Address } = { * Subgraph API URLs */ export const SUBGRAPH_API_URLS = { - [NETWORK.mainnet]: 'https://api.studio.thegraph.com/query/63100/pt-v5-ethereum/version/latest', - [NETWORK.optimism]: 'https://api.studio.thegraph.com/query/63100/pt-v5-optimism/version/latest', - [NETWORK.base]: 'https://api.studio.thegraph.com/query/41211/pt-v5-base/version/latest', - [NETWORK.arbitrum]: 'https://api.studio.thegraph.com/query/63100/pt-v5-arbitrum/version/latest', - [NETWORK.scroll]: 'https://api.studio.thegraph.com/query/63100/pt-v5-scroll/version/latest', - [NETWORK.gnosis]: 'https://api.studio.thegraph.com/query/63100/pt-v5-gnosis/version/latest', + [NETWORK.mainnet]: + 'https://api.goldsky.com/api/public/project_cm3xb1e8iup5601yx9mt5caat/subgraphs/pt-v5-ethereum/v0.0.2/gn', + [NETWORK.optimism]: + 'https://api.goldsky.com/api/public/project_cm3xb1e8iup5601yx9mt5caat/subgraphs/pt-v5-optimism/v0.0.4/gn', + [NETWORK.base]: + 'https://api.goldsky.com/api/public/project_cm3xb1e8iup5601yx9mt5caat/subgraphs/pt-v5-base/v0.0.1/gn', + [NETWORK.arbitrum]: + 'https://api.goldsky.com/api/public/project_cm3xb1e8iup5601yx9mt5caat/subgraphs/pt-v5-arbitrum-one/v0.0.1/gn', + [NETWORK.scroll]: + 'https://api.goldsky.com/api/public/project_cm3xb1e8iup5601yx9mt5caat/subgraphs/pt-v5-scroll/v0.0.1/gn', + [NETWORK.gnosis]: + 'https://api.goldsky.com/api/public/project_cm3xb1e8iup5601yx9mt5caat/subgraphs/pt-v5-gnosis/v0.0.1/gn', [NETWORK.optimism_sepolia]: 'https://api.studio.thegraph.com/query/63100/pt-v5-op-sepolia/version/latest', [NETWORK.arbitrum_sepolia]: