You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Invoicing Template Dashboard displays "unsupported network" error when querying the balance of TransferableReceivable requests.
Proposed Solution
To detect payments, we must add the TransferableReceivable to the payment-subgraph on Sepolia.
Error Text
291b5ae3.84570e8c3609d47b.js:441 Failed to fetch requests:
Error: Network not supported for this payment network: sepolia
at l.getDeploymentInformation (_app-6ac5f0906cc61aec.js:441:4844)
at t.PaymentNetworkFactory.createPaymentNetwork (_app-6ac5f0906cc61aec.js:1:86150)
at t.PaymentNetworkFactory.getPaymentNetworkFromRequest (_app-6ac5f0906cc61aec.js:1:86444)
at f.<anonymous> (_app-6ac5f0906cc61aec.js:441:1158463)
at Generator.next (<anonymous>)
at _app-6ac5f0906cc61aec.
The text was updated successfully, but these errors were encountered:
Problem(s)
We cannot detect TransferableReceivable payments on Sepolia. The TransferableReceivable contract was deployed on Sepolia in Deploy ERC20TransferableReceivable on Sepolia requestNetwork#1416, but was never added to the payments-subgraph.
The Invoicing Template Dashboard displays "unsupported network" error when querying the balance of TransferableReceivable requests.
Proposed Solution
To detect payments, we must add the TransferableReceivable to the payment-subgraph on Sepolia.
Error Text
The text was updated successfully, but these errors were encountered: