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 0b2f191 commit db6ec9aCopy full SHA for db6ec9a
src/manualDeps.ts
@@ -97,6 +97,10 @@ export const GET_SUBGRAPH_HEALTH_URL = (url: string): string | undefined => {
97
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-harmonyone")
98
) {
99
return "https://connext.bwarelabs.com/harmonyone/index-node/graphql";
100
+ } else if (
101
+ url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-kava-alphanet")
102
+ ) {
103
+ return "https://connext.bwarelabs.com/kava-alphanet/index-node/graphql";
104
} else if (url.includes("api.thegraph.com/subgraphs/name/connext")) {
105
return "https://api.thegraph.com/index-node/graphql";
106
} else if (
0 commit comments