Skip to content

Commit

Permalink
temporary remove envio
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Dec 12, 2024
1 parent ccd7d09 commit f58b18d
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export class TransferService extends BaseTransferServiceT2 {
private readonly zircuitEndpoint = this.configService.get<string>('ZIRCUIT_LNV3_ENDPOINT');

public readonly ponderEndpoint = this.configService.get<string>('PONDER_LNV3_ENDPOINT');
private readonly dnvioEndpoint = this.configService.get<string>('LNV3_ENVIO_ENDPOINT');
private readonly superindexEndpoint = this.configService.get<string>('LNV3_SUPER_ENDPOINT');

formalChainTransfers: PartnerT2[] = [
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -66,10 +57,6 @@ export class TransferService extends BaseTransferServiceT2 {
},
{
level0Indexers: [
{
indexerType: Level0IndexerType.envio,
url: this.dnvioEndpoint,
},
{
indexerType: Level0IndexerType.thegraph,
url: this.bscEndpoint,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit f58b18d

Please sign in to comment.