Skip to content

Commit

Permalink
chore: indexer url
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Nov 26, 2024
1 parent 01ea565 commit e1567ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config: CodegenConfig = {
config: {
documentMode: 'string',
},
schema: 'https://indexer.bigdevenergy.link/9ddd3ee/v1/graphql',
schema: 'https://indexer.hyperindex.xyz/bfc2f60/v1/graphql',
preset: 'client',
plugins: [],
},
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/configs/envs/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const markets: DeployedMarkets = {
marketAddress:
'0x657ab45a6eb98a4893a99fd104347179151e8b3828fd8f2a108cc09770d1ebae',
tokenFactoryAddress: '',
graphqlUrl: 'https://indexer.bigdevenergy.link/bfc2f60/v1/graphql',
graphqlUrl: 'https://indexer.hyperindex.xyz/bfc2f60/v1/graphql',
},
};

Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/src/configs/envs/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const markets: DeployedMarkets = {
'0xbeaa0e9479a83eb3eab0f66e0f0c0ce4af86a6fe6fd4549ae22d87083e086821',
tokenFactoryAddress:
'0x3e4f1948aece07d3f30c8c5c425f914ac74653827de48394466f2a887eebe9c7',
graphqlUrl: 'https://indexer.bigdevenergy.link/c755070/v1/graphql',
graphqlUrl: '',
},
USDT: {
oracleAddress:
Expand All @@ -48,7 +48,7 @@ const markets: DeployedMarkets = {
'0x51b9bea7822988e03520018f4a1bb39b9f5ba15c9b4b9c9340a6bc1e5958abd4',
tokenFactoryAddress:
'0x1ea9a306a5f280cfe7bd1fdc96815a6438069668e495a2f5a727c7b9b90691cb',
graphqlUrl: 'https://indexer.bigdevenergy.link/8ce655e/v1/graphql',
graphqlUrl: '',
},
};

Expand Down
4 changes: 1 addition & 3 deletions apps/indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@

### Envio hosted service

[Playground](https://envio.dev/app/swaylend/swaylend-monorepo/acb4662/playground)

Current version endpoint: https://indexer.bigdevenergy.link/c755070/v1/graphql
Current version endpoint: https://indexer.hyperindex.xyz/bfc2f60/v1/graphql

### Docker compose

Expand Down

0 comments on commit e1567ab

Please sign in to comment.