Skip to content

Commit

Permalink
update testnet indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Aug 23, 2024
1 parent e1a48e3 commit a274d0c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ export class TransferService extends BaseTransferServiceT2 {
},
{
level0Indexers: [
{
indexerType: Level0IndexerType.superindex,
url: this.superindexEndpoint,
},
{
indexerType: Level0IndexerType.thegraph,
url: this.zksyncEndpoint,
Expand All @@ -238,8 +242,8 @@ export class TransferService extends BaseTransferServiceT2 {
{
level0Indexers: [
{
indexerType: Level0IndexerType.ponder,
url: this.ponderEndpoint,
indexerType: Level0IndexerType.superindex,
url: this.superindexEndpoint,
},
],
chainConfig: HelixChain.taikoHekla,
Expand Down

0 comments on commit a274d0c

Please sign in to comment.