Skip to content

Commit

Permalink
Add pallet-chainbridge events to the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Apr 22, 2024
1 parent f01144c commit 554f5af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blockchain/pallets/events.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package pallets

import (
chainbridge "github.com/Cerebellum-Network/chainbridge-substrate-events"
"github.com/centrifuge/go-substrate-rpc-client/v4/types"
)

type Events struct {
types.EventRecords
chainbridge.Events

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

0 comments on commit 554f5af

Please sign in to comment.