We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33ba92 commit aa2d35fCopy full SHA for aa2d35f
src/manualDeps.ts
@@ -75,6 +75,10 @@ export const GET_SUBGRAPH_HEALTH_URL = (url: string): string | undefined => {
75
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-arbitrum")
76
) {
77
return "https://connext.bwarelabs.com/arbitrum/index-node/graphql";
78
+ } else if (
79
+ url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-optimism")
80
+ ) {
81
+ return "https://connext.bwarelabs.com/optimism/index-node/graphql";
82
} else if (
83
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-moonbeam")
84
0 commit comments