Skip to content

Commit

Permalink
use thegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed May 8, 2024
1 parent b522158 commit ee59f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ export class TransferService extends BaseTransferServiceT2 {
chainId: 11155111,
chain: 'sepolia',
url: this.ethereumEndpoint,
level0Indexer: Level0Indexer.ponder,
level0Indexer: Level0Indexer.thegraph,
bridge: 'lnv3',
symbols: [
{
Expand Down Expand Up @@ -635,7 +635,7 @@ export class TransferService extends BaseTransferServiceT2 {
chainId: 300,
chain: 'zksync-sepolia',
url: this.zksyncEndpoint,
level0Indexer: Level0Indexer.ponder,
level0Indexer: Level0Indexer.thegraph,
bridge: 'lnv3',
symbols: [
{
Expand Down

0 comments on commit ee59f1f

Please sign in to comment.