@@ -19,7 +19,7 @@ if (!fetchLib) {
19
19
export class GraphQLService {
20
20
private readonly apikey = process . env . REACT_APP_THE_GRAPH_API_KEY
21
21
22
- private readonly uri = `https://gateway-arbitrum.network .thegraph.com/api/${ this . apikey } /subgraphs/id`
22
+ private readonly uri = `https://gateway.thegraph.com/api/${ this . apikey } /subgraphs/id`
23
23
24
24
private withSubgraphId ( subgraphId : string ) {
25
25
return `${ this . uri } /${ subgraphId } `
@@ -67,11 +67,10 @@ export class GraphQLService {
67
67
// Boba BNB
68
68
56288 : {
69
69
[ EGraphQLService . LightBridge ] : {
70
- gql : 'https://graphql.bnb.boba.network/subgraphs/name/boba-bnb-l2/' ,
71
- local : '' ,
70
+ gql : this . withSubgraphId ( 'C3ShFVy1GV81GUb9u3Zw1rSQ7oJjegSF3LswvvYa3XgD' ) ,
72
71
} ,
73
72
[ EGraphQLService . AnchorageBridge ] : {
74
- gql : 'https://graphql.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb' ,
73
+ gql : this . withSubgraphId ( 'BmJU8RagxZSKoxwYFVScC7TaJZj9PHGvukXiJhES882a' ) ,
75
74
} ,
76
75
} ,
77
76
// BSC
@@ -94,11 +93,11 @@ export class GraphQLService {
94
93
// Boba BNB testnet
95
94
9728 : {
96
95
[ EGraphQLService . LightBridge ] : {
97
- gql : 'https://graphql.testnet.bnb.boba.network/subgraphs/name/boba-bnb-l2-testnet/' ,
96
+ gql : this . withSubgraphId ( 'HnbxKbpVhKeAWQ6jGUZ64wsjcsnEtyyVqU6QMiAsyPR7' ) ,
98
97
local : 'http://127.0.0.1:8002/subgraphs/name/boba/Bridges' ,
99
98
} ,
100
99
[ EGraphQLService . AnchorageBridge ] : {
101
- gql : 'https://graphql.testnet.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb-testnet/' ,
100
+ gql : this . withSubgraphId ( '46zszHi762PDutPntNcsLSDvms4eufEugwb26DkVCyzW' ) ,
102
101
} ,
103
102
} ,
104
103
// Arbitrum Sepolia
@@ -131,10 +130,10 @@ export class GraphQLService {
131
130
// Boba Sepolia
132
131
28882 : {
133
132
[ EGraphQLService . AnchorageBridge ] : {
134
- gql : 'https://graphql.sepolia.boba.network/subgraphs/name/anchorage-bridging-sepolia' ,
133
+ gql : this . withSubgraphId ( 'AKb9A3KPkMtwm9TPMtUxKH75yZXHyrY5PCwwCcmzQpMj' ) ,
135
134
} ,
136
135
[ EGraphQLService . LightBridge ] : {
137
- gql : 'https://graphql.sepolia.boba.network/subgraphs/name/light-bridge-boba-sepolia' ,
136
+ gql : this . withSubgraphId ( 'CdmAWxs3LDCnm4jekfcdPxaLsFynuZ3XgeuM7AcdU3xr' ) ,
138
137
local : '' ,
139
138
} ,
140
139
} ,
0 commit comments