Skip to content

Commit

Permalink
Add pallet-contracts missing events to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Apr 22, 2024
1 parent a857d18 commit dc38b87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blockchain/pallets/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ type Events struct {
types.EventRecords
chainbridge.Events

Contracts_Called []EventContractsCalled //nolint:stylecheck,golint
Contracts_DelegateCalled []EventContractsDelegateCalled //nolint:stylecheck,golint
Contracts_StorageDepositTransferredAndHeld []EventContractsStorageDepositTransferredAndHeld //nolint:stylecheck,golint
Contracts_StorageDepositTransferredAndReleased []EventContractsStorageDepositTransferredAndReleased //nolint:stylecheck,golint

DdcClusters_ClusterCreated []EventDdcClustersClusterCreated //nolint:stylecheck,golint
DdcClusters_ClusterNodeAdded []EventDdcClustersClusterNodeAdded //nolint:stylecheck,golint
DdcClusters_ClusterNodeRemoved []EventDdcClustersClusterNodeRemoved //nolint:stylecheck,golint
Expand Down

0 comments on commit dc38b87

Please sign in to comment.