Commit a1743b3 1 parent a2f7802 commit a1743b3 Copy full SHA for a1743b3
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
"extensions": {
12
12
"endpoints": {
13
13
"Subgraph GraphQL": {
14
- "url": "https://mainnet -graph-stage .stakewise.io/subgraphs/name/stakewise/stakewise/graphql",
14
+ "url": "https://holesky -graph.stakewise.io/subgraphs/name/stakewise/stakewise/graphql",
15
15
"headers": {
16
16
"user-agent": "JS GraphQL"
17
17
},
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default {
7
7
network : constants . chains . holesky ,
8
8
api : {
9
9
backend : 'https://holesky-api.stakewise.io/graphql' ,
10
- subgraph : 'https://mainnet -graph-stage .stakewise.io/subgraphs/name/stakewise/stakewise' ,
10
+ subgraph : 'https://holesky -graph.stakewise.io/subgraphs/name/stakewise/stakewise' ,
11
11
} ,
12
12
pages : {
13
13
beaconchain : 'https://holesky.beaconcha.in' ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export default {
8
8
api : {
9
9
backend : 'https://mainnet-api.stakewise.io/graphql' ,
10
10
subgraph : [
11
+ 'https://mainnet-graph-stage.stakewise.io/subgraphs/name/stakewise/stakewise' , // TODO remove after subgraph deploy
11
12
'https://mainnet-graph.stakewise.io/subgraphs/name/stakewise/stakewise' ,
12
13
'https://mainnet-graph-b.stakewise.io/subgraphs/name/stakewise/stakewise' ,
13
14
] ,
You can’t perform that action at this time.
0 commit comments