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 d3bdefd commit fc629f5
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 @@ -103,14 +103,6 @@ const project: CosmosProject = {
type: "state_change",
},
},
// Bank Events
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "coinbase",
},
},
{
handler: "handleBalanceEvent",
kind: CosmosHandlerKind.Event,
Expand All @@ -125,49 +117,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 fc629f5

Please sign in to comment.