Skip to content

Commit 8ddb60c

Browse files
committed
Use TheGraph Studio
1 parent 789e6a0 commit 8ddb60c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/graphql.service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class GraphQLService {
7070
gql: this.withSubgraphId('C3ShFVy1GV81GUb9u3Zw1rSQ7oJjegSF3LswvvYa3XgD'),
7171
},
7272
[EGraphQLService.AnchorageBridge]: {
73-
gql: 'https://graphql.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb',
73+
gql: this.withSubgraphId('BmJU8RagxZSKoxwYFVScC7TaJZj9PHGvukXiJhES882a'),
7474
},
7575
},
7676
// BSC
@@ -97,7 +97,7 @@ export class GraphQLService {
9797
local: 'http://127.0.0.1:8002/subgraphs/name/boba/Bridges',
9898
},
9999
[EGraphQLService.AnchorageBridge]: {
100-
gql: 'https://graphql.testnet.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb-testnet/',
100+
gql: this.withSubgraphId('46zszHi762PDutPntNcsLSDvms4eufEugwb26DkVCyzW'),
101101
},
102102
},
103103
// Arbitrum Sepolia
@@ -130,7 +130,7 @@ export class GraphQLService {
130130
// Boba Sepolia
131131
28882: {
132132
[EGraphQLService.AnchorageBridge]: {
133-
gql: 'https://graphql.sepolia.boba.network/subgraphs/name/anchorage-bridging-sepolia',
133+
gql: this.withSubgraphId('AKb9A3KPkMtwm9TPMtUxKH75yZXHyrY5PCwwCcmzQpMj'),
134134
},
135135
[EGraphQLService.LightBridge]: {
136136
gql: this.withSubgraphId('CdmAWxs3LDCnm4jekfcdPxaLsFynuZ3XgeuM7AcdU3xr'),

0 commit comments

Comments
 (0)