Skip to content

Commit

Permalink
add darwinia indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Oct 8, 2024
1 parent 915a596 commit 00c5054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ XTOKEN_DISPATCH_DARWINIA=https://thegraph.darwinia.network/helix/subgraphs/name/
XTOKEN_DISPATCH_CRAB=https://thegraph.darwinia.network/helix/subgraphs/name/xtokendispatch/crab
XTOKEN_DISPATCH_ETHEREUM=https://api.studio.thegraph.com/query/59403/xtoken-dispatch-ethereum/v1.0.0

LNV3_SUPER_ENDPOINT = http://g1.generic.darwinia.network:8800/graphql
LNV3_SUPER_ENDPOINT = http://34.142.158.162:8800/graphql

CHAIN_TYPE=formal
4 changes: 4 additions & 0 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ export class TransferService extends BaseTransferServiceT2 {
indexerType: Level0IndexerType.thegraph,
url: this.darwiniaEndpoint,
},
{
indexerType: Level0IndexerType.superindex,
url: this.superindexEndpoint,
},
{
indexerType: Level0IndexerType.envio,
url: this.dnvioEndpoint,
Expand Down

0 comments on commit 00c5054

Please sign in to comment.