Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding parachainStaking for Bifrost #159

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions networks/bifrost-polkadot/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,6 @@ dataSources:
handlers:
- handler: handleHistoryElement
kind: substrate/CallHandler
- handler: handleReward
kind: substrate/EventHandler
filter:
module: staking
method: Reward
- handler: handleRewarded
kind: substrate/EventHandler
filter:
module: staking
method: Rewarded
- handler: handleSlash
kind: substrate/EventHandler
filter:
module: staking
method: Slash
- handler: handleSlashed
kind: substrate/EventHandler
filter:
module: staking
method: Slashed
- handler: handleBonded
kind: substrate/EventHandler
filter:
module: staking
method: Bonded
- handler: handleUnbonded
kind: substrate/EventHandler
filter:
module: staking
method: Unbonded
- handler: handleTransfer
kind: substrate/EventHandler
filter:
Expand All @@ -71,16 +41,6 @@ dataSources:
filter:
module: tokens
method: Transfer
- handler: handleNewEra
kind: substrate/EventHandler
filter:
module: staking
method: StakingElection
- handler: handleStakersElected
kind: substrate/EventHandler
filter:
module: staking
method: StakersElected
- handler: handleParachainRewarded
kind: substrate/EventHandler
filter:
Expand Down