Skip to content

Commit a90330b

Browse files
committed
Add evmos
1 parent aa2d35f commit a90330b

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
@@ -111,6 +111,10 @@ export const GET_SUBGRAPH_HEALTH_URL = (url: string): string | undefined => {
111111
url.includes("connext.bwarelabs.com/subgraphs/name/connext/nxtp-cronos")
112112
) {
113113
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";
114118
} else if (url.includes("api.thegraph.com/subgraphs/name/connext")) {
115119
return "https://api.thegraph.com/index-node/graphql";
116120
} else if (

0 commit comments

Comments
 (0)