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 aa2d35f commit a90330bCopy full SHA for a90330b
src/manualDeps.ts
@@ -111,6 +111,10 @@ export const GET_SUBGRAPH_HEALTH_URL = (url: string): string | undefined => {
111
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-cronos")
112
) {
113
return "https://connext.bwarelabs.com/cronos/index-node/graphql";
114
+ } else if (
115
+ url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-evmos")
116
+ ) {
117
+ return "https://connext.bwarelabs.com/evmos/index-node/graphql";
118
} else if (url.includes("api.thegraph.com/subgraphs/name/connext")) {
119
return "https://api.thegraph.com/index-node/graphql";
120
} else if (
0 commit comments