From b0057e4c85893f3dc87f7cdc2d106558b7cfd44a Mon Sep 17 00:00:00 2001 From: MantisClone Date: Sat, 7 Sep 2024 10:57:17 -0400 Subject: [PATCH 1/2] chore: Update Mantle Payments Subgraph URL --- packages/payment-detection/src/thegraph/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/payment-detection/src/thegraph/client.ts b/packages/payment-detection/src/thegraph/client.ts index e1acb4a2f..531e73c25 100644 --- a/packages/payment-detection/src/thegraph/client.ts +++ b/packages/payment-detection/src/thegraph/client.ts @@ -16,7 +16,7 @@ const THE_GRAPH_URL_MANTLE_TESTNET = 'https://graph.testnet.mantle.xyz/subgraphs/name/requestnetwork/request-payments-mantle-testnet'; const THE_GRAPH_URL_MANTLE = - 'https://graph.fusionx.finance/subgraphs/name/requestnetwork/request-payments-mantle'; + 'https://subgraph-api.mantle.xyz/api/public/query_deployment?subgraph_id=QmfZ1KQXzpj3VgKv9qFEjXJEyiJzV6EtxFeWYLaM34sHQ5'; const THE_GRAPH_URL_CORE = 'https://thegraph.coredao.org/subgraphs/name/requestnetwork/request-payments-core'; From b1b536965b86ccef41f241c578d98c45600f7dd1 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Sat, 7 Sep 2024 11:09:06 -0400 Subject: [PATCH 2/2] fix url --- packages/payment-detection/src/thegraph/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/payment-detection/src/thegraph/client.ts b/packages/payment-detection/src/thegraph/client.ts index 531e73c25..eb2518197 100644 --- a/packages/payment-detection/src/thegraph/client.ts +++ b/packages/payment-detection/src/thegraph/client.ts @@ -16,7 +16,7 @@ const THE_GRAPH_URL_MANTLE_TESTNET = 'https://graph.testnet.mantle.xyz/subgraphs/name/requestnetwork/request-payments-mantle-testnet'; const THE_GRAPH_URL_MANTLE = - 'https://subgraph-api.mantle.xyz/api/public/query_deployment?subgraph_id=QmfZ1KQXzpj3VgKv9qFEjXJEyiJzV6EtxFeWYLaM34sHQ5'; + 'https://subgraph-api.mantle.xyz/api/public/555176e7-c1f4-49f9-9180-f2f03538b039/subgraphs/requestnetwork/request-payments-mantle/v0.1.0/gn'; const THE_GRAPH_URL_CORE = 'https://thegraph.coredao.org/subgraphs/name/requestnetwork/request-payments-core';