diff --git a/apollo/src/lnv3/transfer.service.ts b/apollo/src/lnv3/transfer.service.ts index 41ac2e4..38d0a5f 100644 --- a/apollo/src/lnv3/transfer.service.ts +++ b/apollo/src/lnv3/transfer.service.ts @@ -26,7 +26,6 @@ export class TransferService extends BaseTransferServiceT2 { private readonly zircuitEndpoint = this.configService.get('ZIRCUIT_LNV3_ENDPOINT'); public readonly ponderEndpoint = this.configService.get('PONDER_LNV3_ENDPOINT'); - private readonly dnvioEndpoint = this.configService.get('LNV3_ENVIO_ENDPOINT'); private readonly superindexEndpoint = this.configService.get('LNV3_SUPER_ENDPOINT'); formalChainTransfers: PartnerT2[] = [ @@ -36,10 +35,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.polygonEndpoint, @@ -53,10 +48,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.arbitrumEndpoint, @@ -66,10 +57,6 @@ export class TransferService extends BaseTransferServiceT2 { }, { level0Indexers: [ - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.bscEndpoint, @@ -83,10 +70,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.lineaEndpoint, @@ -100,10 +83,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.opEndpoint, @@ -117,10 +96,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.gnosisEndpoint, @@ -134,10 +109,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.mantleEndpoint, @@ -151,10 +122,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.scrollEndpoint, @@ -168,10 +135,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.darwiniaEndpoint, @@ -203,10 +166,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.moonbeamEndpoint, @@ -217,8 +176,8 @@ export class TransferService extends BaseTransferServiceT2 { { level0Indexers: [ { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, + indexerType: Level0IndexerType.superindex, + url: this.superindexEndpoint, }, ], chainConfig: HelixChain.avalanche, @@ -229,10 +188,6 @@ export class TransferService extends BaseTransferServiceT2 { indexerType: Level0IndexerType.superindex, url: this.superindexEndpoint, }, - { - indexerType: Level0IndexerType.envio, - url: this.dnvioEndpoint, - }, { indexerType: Level0IndexerType.thegraph, url: this.baseEndpoint,