Skip to content

Commit

Permalink
Use TheGraph Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Oct 2, 2024
1 parent 789e6a0 commit 8ddb60c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/graphql.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class GraphQLService {
gql: this.withSubgraphId('C3ShFVy1GV81GUb9u3Zw1rSQ7oJjegSF3LswvvYa3XgD'),
},
[EGraphQLService.AnchorageBridge]: {
gql: 'https://graphql.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb',
gql: this.withSubgraphId('BmJU8RagxZSKoxwYFVScC7TaJZj9PHGvukXiJhES882a'),
},
},
// BSC
Expand All @@ -97,7 +97,7 @@ export class GraphQLService {
local: 'http://127.0.0.1:8002/subgraphs/name/boba/Bridges',
},
[EGraphQLService.AnchorageBridge]: {
gql: 'https://graphql.testnet.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb-testnet/',
gql: this.withSubgraphId('46zszHi762PDutPntNcsLSDvms4eufEugwb26DkVCyzW'),
},
},
// Arbitrum Sepolia
Expand Down Expand Up @@ -130,7 +130,7 @@ export class GraphQLService {
// Boba Sepolia
28882: {
[EGraphQLService.AnchorageBridge]: {
gql: 'https://graphql.sepolia.boba.network/subgraphs/name/anchorage-bridging-sepolia',
gql: this.withSubgraphId('AKb9A3KPkMtwm9TPMtUxKH75yZXHyrY5PCwwCcmzQpMj'),
},
[EGraphQLService.LightBridge]: {
gql: this.withSubgraphId('CdmAWxs3LDCnm4jekfcdPxaLsFynuZ3XgeuM7AcdU3xr'),
Expand Down

0 comments on commit 8ddb60c

Please sign in to comment.