Skip to content

Commit

Permalink
fix: missing stat indexer (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Mar 3, 2024
1 parent 34ca93e commit 6d7539a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/indexer/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { NotificationIndexer } from './subapis/notification'
import { OperatorIndexer } from './subapis/operators'
import { SearchIndexer } from './subapis/search'
import { SiweIndexer } from './subapis/siwe'
import { StatIndexer } from './subapis/stat'
import { TipIndexer } from './subapis/tip'

/**
Expand Down Expand Up @@ -47,6 +48,7 @@ export class Indexer extends BaseIndexer {
mintModule = new MintModuleIndexer(this)
newbie = new NewbieIndexer(this)
siwe = new SiweIndexer(this)
stat = new StatIndexer(this)
}

/**
Expand Down

0 comments on commit 6d7539a

Please sign in to comment.