diff --git a/project.ts b/project.ts index 55f2da4..5d436cb 100644 --- a/project.ts +++ b/project.ts @@ -40,6 +40,7 @@ const project: CosmosProject = { dataSources: [ { kind: CosmosDatasourceKind.Runtime, + // v018 -> post v020 == 19,818,776 -> 20,318,032 //startBlock: 2966151, //startBlock: 19818776, startBlock: 19828200, @@ -53,6 +54,27 @@ const project: CosmosProject = { type: "slash", } }, + { + handler: "handleEvent", + kind: CosmosHandlerKind.Event, + filter: { + type: "create_validator", + } + }, + { + handler: "handleEvent", + kind: CosmosHandlerKind.Event, + filter: { + type: "delegate", + } + }, + { + handler: "handleEvent", + kind: CosmosHandlerKind.Event, + filter: { + type: "unbond", + } + }, ], }, },