Problem
request.getBalance() fails for Superfluid requests due to an incorrect Subgraph URL
Screenshot

Error Line
|
const url = `${baseUrl}/subgraphs/name/superfluid-finance/protocol-v1-${ |
Proposed Solution
Use the new Subgraph Endpoints listed in the Superfulid docs.
Example: Sepolia: https://subgraph-endpoints.superfluid.dev/eth-sepolia/protocol-v1
Problem
request.getBalance()fails for Superfluid requests due to an incorrect Subgraph URLScreenshot
Error Line
requestNetwork/packages/payment-detection/src/thegraph/superfluid.ts
Line 34 in d9feda6
Proposed Solution
Use the new Subgraph Endpoints listed in the Superfulid docs.
Example: Sepolia: https://subgraph-endpoints.superfluid.dev/eth-sepolia/protocol-v1