@@ -19,7 +19,7 @@ if (!fetchLib) {
1919export class GraphQLService {
2020 private readonly apikey = process . env . REACT_APP_THE_GRAPH_API_KEY
2121
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`
2323
2424 private withSubgraphId ( subgraphId : string ) {
2525 return `${ this . uri } /${ subgraphId } `
@@ -67,11 +67,10 @@ export class GraphQLService {
6767 // Boba BNB
6868 56288 : {
6969 [ EGraphQLService . LightBridge ] : {
70- gql : 'https://graphql.bnb.boba.network/subgraphs/name/boba-bnb-l2/' ,
71- local : '' ,
70+ gql : this . withSubgraphId ( 'C3ShFVy1GV81GUb9u3Zw1rSQ7oJjegSF3LswvvYa3XgD' ) ,
7271 } ,
7372 [ EGraphQLService . AnchorageBridge ] : {
74- gql : 'https://graphql.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb' ,
73+ gql : this . withSubgraphId ( 'BmJU8RagxZSKoxwYFVScC7TaJZj9PHGvukXiJhES882a' ) ,
7574 } ,
7675 } ,
7776 // BSC
@@ -94,11 +93,11 @@ export class GraphQLService {
9493 // Boba BNB testnet
9594 9728 : {
9695 [ EGraphQLService . LightBridge ] : {
97- gql : 'https://graphql.testnet.bnb.boba.network/subgraphs/name/boba-bnb-l2-testnet/' ,
96+ gql : this . withSubgraphId ( 'HnbxKbpVhKeAWQ6jGUZ64wsjcsnEtyyVqU6QMiAsyPR7' ) ,
9897 local : 'http://127.0.0.1:8002/subgraphs/name/boba/Bridges' ,
9998 } ,
10099 [ EGraphQLService . AnchorageBridge ] : {
101- gql : 'https://graphql.testnet.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb-testnet/' ,
100+ gql : this . withSubgraphId ( '46zszHi762PDutPntNcsLSDvms4eufEugwb26DkVCyzW' ) ,
102101 } ,
103102 } ,
104103 // Arbitrum Sepolia
@@ -131,10 +130,10 @@ export class GraphQLService {
131130 // Boba Sepolia
132131 28882 : {
133132 [ EGraphQLService . AnchorageBridge ] : {
134- gql : 'https://graphql.sepolia.boba.network/subgraphs/name/anchorage-bridging-sepolia' ,
133+ gql : this . withSubgraphId ( 'AKb9A3KPkMtwm9TPMtUxKH75yZXHyrY5PCwwCcmzQpMj' ) ,
135134 } ,
136135 [ EGraphQLService . LightBridge ] : {
137- gql : 'https://graphql.sepolia.boba.network/subgraphs/name/light-bridge-boba-sepolia' ,
136+ gql : this . withSubgraphId ( 'CdmAWxs3LDCnm4jekfcdPxaLsFynuZ3XgeuM7AcdU3xr' ) ,
138137 local : '' ,
139138 } ,
140139 } ,
0 commit comments