Skip to content

Commit

Permalink
remove extrinsic handler (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Nov 25, 2024
1 parent c5a4556 commit 6052203
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions kusama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ dataSources:
mapping:
file: ./dist/index.js
handlers:
- handler: handleHistoryElement
kind: substrate/CallHandler
filter:
isSigned: true
# - handler: handleHistoryElement
# kind: substrate/CallHandler
# filter:
# isSigned: true
- handler: handleReward
kind: substrate/EventHandler
filter:
Expand Down
8 changes: 4 additions & 4 deletions polkadot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dataSources:
mapping:
file: ./dist/index.js
handlers:
- handler: handleHistoryElement
kind: substrate/CallHandler
filter:
isSigned: true
# - handler: handleHistoryElement
# kind: substrate/CallHandler
# filter:
# isSigned: true
- handler: handleReward
kind: substrate/EventHandler
filter:
Expand Down

0 comments on commit 6052203

Please sign in to comment.