Skip to content

Commit

Permalink
fix: oracle handler definition (#171)
Browse files Browse the repository at this point in the history
* feat: set up oracle feed tracker

* feat: set up oracle service and handler

* fix: schema

* fix: typo

* fix: redundant to big int

* fix: handler

* fix: handler definition
  • Loading branch information
hieronx authored May 30, 2024
1 parent 81b2736 commit a8845d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chains-cfg/_root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ dataSources:
filter:
module: poolFees
method: Paid
- kind: substrate/EventHandler
- handler: handleOracleFed
kind: substrate/EventHandler
filter:
module: oracleFeed
method: Fed
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ export * from './mappings/handlers/logHandlers'
export * from './mappings/handlers/evmHandlers'
export * from './mappings/handlers/ethHandlers'
export * from './mappings/handlers/poolFeesHandlers'
export * from './mappings/handlers/oracleHandlers'

0 comments on commit a8845d9

Please sign in to comment.