Skip to content

Commit db6ec9a

Browse files
committed
Add Kava alphanet
1 parent 0b2f191 commit db6ec9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/manualDeps.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ export const GET_SUBGRAPH_HEALTH_URL = (url: string): string | undefined => {
9797
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-harmonyone")
9898
) {
9999
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";
100104
} else if (url.includes("api.thegraph.com/subgraphs/name/connext")) {
101105
return "https://api.thegraph.com/index-node/graphql";
102106
} else if (

0 commit comments

Comments
 (0)