Skip to content

Commit

Permalink
types: Update anonymous proxy created event (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian authored Jan 11, 2023
1 parent 6b02d95 commit 5ccdbbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions types/event_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ type EventRecords struct {
Preimage_Noted []EventPreimageNoted `test-gen-skip:"true"`
Preimage_Requested []EventPreimageRequested `test-gen-skip:"true"`

Proxy_Announced []EventProxyAnnounced `test-gen-blockchain:"centrifuge-parachain"`
Proxy_AnonymousCreated []EventProxyAnonymousCreated `test-gen-blockchain:"centrifuge-parachain"`
Proxy_ProxyAdded []EventProxyProxyAdded `test-gen-blockchain:"centrifuge-parachain"`
Proxy_ProxyExecuted []EventProxyProxyExecuted `test-gen-blockchain:"centrifuge-parachain"`
Proxy_ProxyRemoved []EventProxyProxyRemoved `test-gen-blockchain:"centrifuge-parachain"`
Proxy_Announced []EventProxyAnnounced `test-gen-blockchain:"centrifuge-parachain"`
Proxy_PureCreated []EventProxyPureCreated `test-gen-blockchain:"centrifuge-parachain"`
Proxy_ProxyAdded []EventProxyProxyAdded `test-gen-blockchain:"centrifuge-parachain"`
Proxy_ProxyExecuted []EventProxyProxyExecuted `test-gen-blockchain:"centrifuge-parachain"`
Proxy_ProxyRemoved []EventProxyProxyRemoved `test-gen-blockchain:"centrifuge-parachain"`

Recovery_AccountRecovered []EventRecoveryAccountRecovered `test-gen-skip:"true"`
Recovery_RecoveryClosed []EventRecoveryClosed `test-gen-skip:"true"`
Expand Down
Loading

0 comments on commit 5ccdbbc

Please sign in to comment.