Skip to content

Commit

Permalink
chore: remove redundant events
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed May 6, 2024
1 parent 9656875 commit 9a28e70
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ const project: CosmosProject = {
type: "state_change",
},
},
// Bank Events
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "coinbase",
},
},
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
Expand All @@ -145,49 +137,6 @@ const project: CosmosProject = {
type: "coin_spent",
},
},
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "burn",
},
},
// Distribution Events
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "rewards",
},
},
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "commission",
},
},
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "proposer_reward",
},
},
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "withdraw_rewards",
},
},
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "withdraw_commission",
},
},
],
},
},
Expand Down

0 comments on commit 9a28e70

Please sign in to comment.