From 8b4f68323908a4b329689c436979b90adf8a0815 Mon Sep 17 00:00:00 2001 From: Momodu Afegbua Date: Wed, 12 Jun 2024 12:07:39 -0500 Subject: [PATCH] [METADATA] Subgraph V1 Endpoints (#1951) * changed hostedendpoint to canonicalendpoint * lint error fix * added api-gateway subgraph endpoints * update metadata readme * removed canonical endpoints * metadata readme update * try to fix docker-compose * try to fix by updating docker-compose version * get docker-compose from the graph's repo * revert some changes to avoid flaky ci/cd test... * revert docker-compose whitespace change --------- Co-authored-by: Kaspar Kallas --- packages/metadata/CHANGELOG.md | 4 + packages/metadata/README.md | 2 +- packages/metadata/main/networks/list.cjs | 91 ++++++++++++----------- packages/metadata/module/networks/list.js | 91 ++++++++++++----------- packages/metadata/networks.json | 91 ++++++++++++----------- packages/metadata/package.json | 2 +- 6 files changed, 144 insertions(+), 137 deletions(-) diff --git a/packages/metadata/CHANGELOG.md b/packages/metadata/CHANGELOG.md index 35926d6133..16e533cce0 100644 --- a/packages/metadata/CHANGELOG.md +++ b/packages/metadata/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the metadata will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.2.5] +### Changed +- Use superfluid public subgraph endpoints + ## [v1.2.3] ### Changed - Use Goldsky automation subgraphs over The Graph's hosted service ones diff --git a/packages/metadata/README.md b/packages/metadata/README.md index d8d72aae7f..804ec0c1de 100644 --- a/packages/metadata/README.md +++ b/packages/metadata/README.md @@ -90,7 +90,7 @@ const network = sfMeta.getNetworkByName("eth-sepolia"); explorer: 'https://optimistic.etherscan.io', subgraphV1: { name: 'protocol-v1-optimism-mainnet', - hostedEndpoint: 'https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet' + hostedEndpoint: 'https://subgraph-endpoints.superfluid.dev/optimism-mainnet/protocol-v1' }, publicRPCs: [ 'https://mainnet.optimism.io', 'https://rpc.ankr.com/optimism' ], coinGeckoId: 'optimistic-ethereum' diff --git a/packages/metadata/main/networks/list.cjs b/packages/metadata/main/networks/list.cjs index 9ac7fb3a35..7ce21f9274 100644 --- a/packages/metadata/main/networks/list.cjs +++ b/packages/metadata/main/networks/list.cjs @@ -36,7 +36,7 @@ module.exports = "subgraphV1": { "cliName": "fuji", "name": "protocol-v1-avalanche-fuji", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-fuji" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-fuji/protocol-v1" }, "publicRPCs": [ "https://api.avax-test.network/ext/bc/C/rpc", @@ -79,7 +79,7 @@ module.exports = "subgraphV1": { "cliName": "sepolia", "name": "protocol-v1-eth-sepolia", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-sepolia/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-sepolia/protocol-v1" }, "publicRPCs": [ "https://rpc.sepolia.org", @@ -122,19 +122,19 @@ module.exports = "subgraphV1": { "cliName": "optimism-sepolia", "name": "protocol-v1-optimism-sepolia", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-sepolia" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/auto-wrap" }, "publicRPCs": [ "https://sepolia.optimism.io" @@ -170,7 +170,8 @@ module.exports = "explorer": "https://sepolia.scrollscan.com/", "subgraphV1": { "cliName": "scroll-sepolia", - "name": "protocol-v1-scroll-sepolia" + "name": "protocol-v1-scroll-sepolia", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/scroll-sepolia/protocol-v1" }, "publicRPCs": ["https://sepolia-rpc.scroll.io"] }, @@ -249,20 +250,19 @@ module.exports = "subgraphV1": { "cliName": "gnosis", "name": "protocol-v1-xdai", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-xdai", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/xdai/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/auto-wrap" }, "publicRPCs": [ "https://rpc.gnosischain.com", @@ -311,20 +311,19 @@ module.exports = "subgraphV1": { "cliName": "matic", "name": "protocol-v1-matic", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-matic", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/matic/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap" }, "publicRPCs": [ "https://polygon-rpc.com", @@ -373,19 +372,19 @@ module.exports = "subgraphV1": { "cliName": "optimism", "name": "protocol-v1-optimism-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/auto-wrap" }, "publicRPCs": [ "https://mainnet.optimism.io", @@ -434,19 +433,19 @@ module.exports = "subgraphV1": { "cliName": "arbitrum-one", "name": "protocol-v1-arbitrum-one", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-one" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/auto-wrap" }, "publicRPCs": [ "https://arb1.arbitrum.io/rpc", @@ -495,19 +494,19 @@ module.exports = "subgraphV1": { "cliName": "avalanche", "name": "protocol-v1-avalanche-c", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-c" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/auto-wrap" }, "publicRPCs": [ "https://api.avax.network/ext/bc/C/rpc", @@ -556,19 +555,19 @@ module.exports = "subgraphV1": { "cliName": "bsc", "name": "protocol-v1-bsc-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-bsc-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/auto-wrap" }, "publicRPCs": [ "https://bscrpc.com", @@ -612,20 +611,19 @@ module.exports = "subgraphV1": { "cliName": "mainnet", "name": "protocol-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-eth-mainnet", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-mainnet/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/vesting-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/scheduling-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/auto-wrap-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/auto-wrap" }, "publicRPCs": [ "https://cloudflare-eth.com", @@ -668,7 +666,7 @@ module.exports = "subgraphV1": { "cliName": "celo", "name": "protocol-v1-celo-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-celo-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/celo-mainnet/protocol-v1" }, "publicRPCs": ["https://forno.celo.org", "https://rpc.ankr.com/celo"], "coinGeckoId": "celo" @@ -714,19 +712,19 @@ module.exports = "subgraphV1": { "cliName": "base", "name": "protocol-v1-base-mainnet", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/base-mainnet/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/auto-wrap" }, "publicRPCs": ["https://developer-access-mainnet.base.org"], "coinGeckoId": "base" @@ -764,7 +762,8 @@ module.exports = "explorer": "https://scrollscan.com/", "subgraphV1": { "cliName": "scroll", - "name": "protocol-v1-scroll-mainnet" + "name": "protocol-v1-scroll-mainnet", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/scroll-mainnet/protocol-v1" }, "publicRPCs": ["https://rpc.scroll.io"] }, @@ -799,7 +798,9 @@ module.exports = "logsQueryRange": 50000, "explorer": "https://explorer.degen.tips/", "subgraphV1": { - "cliName": "degen" + "cliName": "degen", + "name": "protocol-v1-degenchain", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/degenchain/protocol-v1" }, "publicRPCs": ["https://rpc.degen.tips"] } diff --git a/packages/metadata/module/networks/list.js b/packages/metadata/module/networks/list.js index 2fc78c4906..286cdd3c6f 100644 --- a/packages/metadata/module/networks/list.js +++ b/packages/metadata/module/networks/list.js @@ -36,7 +36,7 @@ export default "subgraphV1": { "cliName": "fuji", "name": "protocol-v1-avalanche-fuji", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-fuji" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-fuji/protocol-v1" }, "publicRPCs": [ "https://api.avax-test.network/ext/bc/C/rpc", @@ -79,7 +79,7 @@ export default "subgraphV1": { "cliName": "sepolia", "name": "protocol-v1-eth-sepolia", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-sepolia/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-sepolia/protocol-v1" }, "publicRPCs": [ "https://rpc.sepolia.org", @@ -122,19 +122,19 @@ export default "subgraphV1": { "cliName": "optimism-sepolia", "name": "protocol-v1-optimism-sepolia", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-sepolia" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/auto-wrap" }, "publicRPCs": [ "https://sepolia.optimism.io" @@ -170,7 +170,8 @@ export default "explorer": "https://sepolia.scrollscan.com/", "subgraphV1": { "cliName": "scroll-sepolia", - "name": "protocol-v1-scroll-sepolia" + "name": "protocol-v1-scroll-sepolia", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/scroll-sepolia/protocol-v1" }, "publicRPCs": ["https://sepolia-rpc.scroll.io"] }, @@ -249,20 +250,19 @@ export default "subgraphV1": { "cliName": "gnosis", "name": "protocol-v1-xdai", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-xdai", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/xdai/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/auto-wrap" }, "publicRPCs": [ "https://rpc.gnosischain.com", @@ -311,20 +311,19 @@ export default "subgraphV1": { "cliName": "matic", "name": "protocol-v1-matic", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-matic", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/matic/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap" }, "publicRPCs": [ "https://polygon-rpc.com", @@ -373,19 +372,19 @@ export default "subgraphV1": { "cliName": "optimism", "name": "protocol-v1-optimism-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/auto-wrap" }, "publicRPCs": [ "https://mainnet.optimism.io", @@ -434,19 +433,19 @@ export default "subgraphV1": { "cliName": "arbitrum-one", "name": "protocol-v1-arbitrum-one", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-one" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/auto-wrap" }, "publicRPCs": [ "https://arb1.arbitrum.io/rpc", @@ -495,19 +494,19 @@ export default "subgraphV1": { "cliName": "avalanche", "name": "protocol-v1-avalanche-c", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-c" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/auto-wrap" }, "publicRPCs": [ "https://api.avax.network/ext/bc/C/rpc", @@ -556,19 +555,19 @@ export default "subgraphV1": { "cliName": "bsc", "name": "protocol-v1-bsc-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-bsc-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/auto-wrap" }, "publicRPCs": [ "https://bscrpc.com", @@ -612,20 +611,19 @@ export default "subgraphV1": { "cliName": "mainnet", "name": "protocol-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-eth-mainnet", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-mainnet/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/vesting-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/scheduling-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/auto-wrap-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/auto-wrap" }, "publicRPCs": [ "https://cloudflare-eth.com", @@ -668,7 +666,7 @@ export default "subgraphV1": { "cliName": "celo", "name": "protocol-v1-celo-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-celo-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/celo-mainnet/protocol-v1" }, "publicRPCs": ["https://forno.celo.org", "https://rpc.ankr.com/celo"], "coinGeckoId": "celo" @@ -714,19 +712,19 @@ export default "subgraphV1": { "cliName": "base", "name": "protocol-v1-base-mainnet", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/base-mainnet/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/auto-wrap" }, "publicRPCs": ["https://developer-access-mainnet.base.org"], "coinGeckoId": "base" @@ -764,7 +762,8 @@ export default "explorer": "https://scrollscan.com/", "subgraphV1": { "cliName": "scroll", - "name": "protocol-v1-scroll-mainnet" + "name": "protocol-v1-scroll-mainnet", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/scroll-mainnet/protocol-v1" }, "publicRPCs": ["https://rpc.scroll.io"] }, @@ -799,7 +798,9 @@ export default "logsQueryRange": 50000, "explorer": "https://explorer.degen.tips/", "subgraphV1": { - "cliName": "degen" + "cliName": "degen", + "name": "protocol-v1-degenchain", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/degenchain/protocol-v1" }, "publicRPCs": ["https://rpc.degen.tips"] } diff --git a/packages/metadata/networks.json b/packages/metadata/networks.json index 311f4080ca..b78245a5e9 100644 --- a/packages/metadata/networks.json +++ b/packages/metadata/networks.json @@ -34,7 +34,7 @@ "subgraphV1": { "cliName": "fuji", "name": "protocol-v1-avalanche-fuji", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-fuji" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-fuji/protocol-v1" }, "publicRPCs": [ "https://api.avax-test.network/ext/bc/C/rpc", @@ -77,7 +77,7 @@ "subgraphV1": { "cliName": "sepolia", "name": "protocol-v1-eth-sepolia", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-sepolia/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-sepolia/protocol-v1" }, "publicRPCs": [ "https://rpc.sepolia.org", @@ -120,19 +120,19 @@ "subgraphV1": { "cliName": "optimism-sepolia", "name": "protocol-v1-optimism-sepolia", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-sepolia" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-optimism-sepolia", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-optimism-sepolia/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-sepolia/auto-wrap" }, "publicRPCs": [ "https://sepolia.optimism.io" @@ -168,7 +168,8 @@ "explorer": "https://sepolia.scrollscan.com/", "subgraphV1": { "cliName": "scroll-sepolia", - "name": "protocol-v1-scroll-sepolia" + "name": "protocol-v1-scroll-sepolia", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/scroll-sepolia/protocol-v1" }, "publicRPCs": ["https://sepolia-rpc.scroll.io"] }, @@ -247,20 +248,19 @@ "subgraphV1": { "cliName": "gnosis", "name": "protocol-v1-xdai", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-xdai", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/xdai/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-xdai-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-xdai-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/xdai-mainnet/auto-wrap" }, "publicRPCs": [ "https://rpc.gnosischain.com", @@ -309,20 +309,19 @@ "subgraphV1": { "cliName": "matic", "name": "protocol-v1-matic", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-matic", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/matic/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-polygon-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-polygon-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap" }, "publicRPCs": [ "https://polygon-rpc.com", @@ -371,19 +370,19 @@ "subgraphV1": { "cliName": "optimism", "name": "protocol-v1-optimism-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-optimism-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-optimism-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-optimism-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/optimism-mainnet/auto-wrap" }, "publicRPCs": [ "https://mainnet.optimism.io", @@ -432,19 +431,19 @@ "subgraphV1": { "cliName": "arbitrum-one", "name": "protocol-v1-arbitrum-one", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-arbitrum-one" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-arbitrum-one", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-arbitrum-one/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/arbitrum-one/auto-wrap" }, "publicRPCs": [ "https://arb1.arbitrum.io/rpc", @@ -493,19 +492,19 @@ "subgraphV1": { "cliName": "avalanche", "name": "protocol-v1-avalanche-c", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-avalanche-c" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-avalanche-c", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-avalanche-c/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/avalanche-c/auto-wrap" }, "publicRPCs": [ "https://api.avax.network/ext/bc/C/rpc", @@ -554,19 +553,19 @@ "subgraphV1": { "cliName": "bsc", "name": "protocol-v1-bsc-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-bsc-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-bsc-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-bsc-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/bsc-mainnet/auto-wrap" }, "publicRPCs": [ "https://bscrpc.com", @@ -610,20 +609,19 @@ "subgraphV1": { "cliName": "mainnet", "name": "protocol-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-eth-mainnet", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/eth-mainnet/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/vesting-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/scheduling-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-eth-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/auto-wrap-v1-eth-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/eth-mainnet/auto-wrap" }, "publicRPCs": [ "https://cloudflare-eth.com", @@ -666,7 +664,7 @@ "subgraphV1": { "cliName": "celo", "name": "protocol-v1-celo-mainnet", - "hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-celo-mainnet" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/celo-mainnet/protocol-v1" }, "publicRPCs": ["https://forno.celo.org", "https://rpc.ankr.com/celo"], "coinGeckoId": "celo" @@ -712,19 +710,19 @@ "subgraphV1": { "cliName": "base", "name": "protocol-v1-base-mainnet", - "satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/base-mainnet/api" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/protocol-v1" }, "subgraphVesting": { "name": "vesting-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/vesting-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/vesting-scheduler" }, "subgraphFlowScheduler": { "name": "scheduling-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/scheduling-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/flow-scheduler" }, "subgraphAutoWrap": { "name": "auto-wrap-v1-base-mainnet", - "hostedEndpoint": "https://api.goldsky.com/api/public/project_clsnd6xsoma5j012qepvucfpp/subgraphs/auto-wrap-v1-base-mainnet/prod/gn" + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/base-mainnet/auto-wrap" }, "publicRPCs": ["https://developer-access-mainnet.base.org"], "coinGeckoId": "base" @@ -762,7 +760,8 @@ "explorer": "https://scrollscan.com/", "subgraphV1": { "cliName": "scroll", - "name": "protocol-v1-scroll-mainnet" + "name": "protocol-v1-scroll-mainnet", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/scroll-mainnet/protocol-v1" }, "publicRPCs": ["https://rpc.scroll.io"] }, @@ -797,7 +796,9 @@ "logsQueryRange": 50000, "explorer": "https://explorer.degen.tips/", "subgraphV1": { - "cliName": "degen" + "cliName": "degen", + "name": "protocol-v1-degenchain", + "hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/degenchain/protocol-v1" }, "publicRPCs": ["https://rpc.degen.tips"] } diff --git a/packages/metadata/package.json b/packages/metadata/package.json index c6c1d5ab51..f17ea443d6 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@superfluid-finance/metadata", - "version": "1.2.4", + "version": "1.2.5", "description": "Superfluid Metadata", "main": "main/index.cjs", "module": "module/index.js",