File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,15 @@ export const GET_SUBGRAPH_HEALTH_URL = (url: string): string | undefined => {
98
98
) {
99
99
return "https://connext.bwarelabs.com/harmonyone/index-node/graphql" ;
100
100
} 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
+ )
102
104
) {
103
105
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" ;
104
110
} else if ( url . includes ( "api.thegraph.com/subgraphs/name/connext" ) ) {
105
111
return "https://api.thegraph.com/index-node/graphql" ;
106
112
} else if (
You can’t perform that action at this time.
0 commit comments