Skip to content

Commit

Permalink
Update light bridge subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Sep 30, 2024
1 parent 0f67cee commit 789e6a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/graphql.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export class GraphQLService {
// Boba BNB
56288: {
[EGraphQLService.LightBridge]: {
gql: 'https://graphql.bnb.boba.network/subgraphs/name/boba-bnb-l2/',
local: '',
gql: this.withSubgraphId('C3ShFVy1GV81GUb9u3Zw1rSQ7oJjegSF3LswvvYa3XgD'),
},
[EGraphQLService.AnchorageBridge]: {
gql: 'https://graphql.bnb.boba.network/subgraphs/name/anchorage-bridging-boba-bnb',
Expand All @@ -94,7 +93,7 @@ export class GraphQLService {
// Boba BNB testnet
9728: {
[EGraphQLService.LightBridge]: {
gql: 'https://graphql.testnet.bnb.boba.network/subgraphs/name/boba-bnb-l2-testnet/',
gql: this.withSubgraphId('HnbxKbpVhKeAWQ6jGUZ64wsjcsnEtyyVqU6QMiAsyPR7'),
local: 'http://127.0.0.1:8002/subgraphs/name/boba/Bridges',
},
[EGraphQLService.AnchorageBridge]: {
Expand Down Expand Up @@ -134,7 +133,7 @@ export class GraphQLService {
gql: 'https://graphql.sepolia.boba.network/subgraphs/name/anchorage-bridging-sepolia',
},
[EGraphQLService.LightBridge]: {
gql: 'https://graphql.sepolia.boba.network/subgraphs/name/light-bridge-boba-sepolia',
gql: this.withSubgraphId('CdmAWxs3LDCnm4jekfcdPxaLsFynuZ3XgeuM7AcdU3xr'),
local: '',
},
},
Expand Down

0 comments on commit 789e6a0

Please sign in to comment.