From 20c235fc2e66356122da897a9747503fecb60af5 Mon Sep 17 00:00:00 2001 From: xiaoch05 Date: Tue, 8 Oct 2024 09:50:22 +0800 Subject: [PATCH] base network --- apollo/src/lnv3/transfer.service.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apollo/src/lnv3/transfer.service.ts b/apollo/src/lnv3/transfer.service.ts index 55e4946..2b1bda3 100644 --- a/apollo/src/lnv3/transfer.service.ts +++ b/apollo/src/lnv3/transfer.service.ts @@ -189,6 +189,10 @@ export class TransferService extends BaseTransferServiceT2 { }, { level0Indexers: [ + { + indexerType: Level0IndexerType.superindex, + url: this.superindexEndpoint, + }, { indexerType: Level0IndexerType.envio, url: this.dnvioEndpoint,