From dc38b872b197660093232cb34bf0c39ee9874d65 Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Mon, 22 Apr 2024 15:31:48 +0500 Subject: [PATCH] Add `pallet-contracts` missing events to registry --- blockchain/pallets/events.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blockchain/pallets/events.go b/blockchain/pallets/events.go index 6cbfbcd..6f58f3f 100644 --- a/blockchain/pallets/events.go +++ b/blockchain/pallets/events.go @@ -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