Skip to content

Commit c33ba92

Browse files
committed
Cronos
1 parent db6ec9a commit c33ba92

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/manualDeps.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,15 @@ export const GET_SUBGRAPH_HEALTH_URL = (url: string): string | undefined => {
9898
) {
9999
return "https://connext.bwarelabs.com/harmonyone/index-node/graphql";
100100
} else if (
101-
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-kava-alphanet")
101+
url.includes(
102+
"connext.bwarelabs.com/subgraphs/name/connext/nxtp-kava-alphanet"
103+
)
102104
) {
103105
return "https://connext.bwarelabs.com/kava-alphanet/index-node/graphql";
106+
} else if (
107+
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-cronos")
108+
) {
109+
return "https://connext.bwarelabs.com/cronos/index-node/graphql";
104110
} else if (url.includes("api.thegraph.com/subgraphs/name/connext")) {
105111
return "https://api.thegraph.com/index-node/graphql";
106112
} else if (

0 commit comments

Comments
 (0)