Skip to content

Commit

Permalink
update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
h4x3rotab committed Dec 13, 2024
1 parent 23e47ee commit 40133c8
Showing 1 changed file with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,6 @@ source: pallets/phala/src/test.rs
expression: take_events()
---
[
RuntimeEvent::RmrkCore(
Event::PropertiesRemoved {
collection_id: 10000,
maybe_nft_id: Some(
0,
),
},
),
RuntimeEvent::Uniques(
Event::Burned {
collection: 10000,
item: 0,
owner: 13009150994509951074,
},
),
RuntimeEvent::RmrkCore(
Event::NFTBurned {
owner: 7813586407040180578,
collection_id: 10000,
nft_id: 0,
},
),
RuntimeEvent::RmrkCore(
Event::PropertyRemoved {
collection_id: 10000,
maybe_nft_id: Some(
0,
),
key: BoundedVec(
[
99,
114,
101,
97,
116,
101,
116,
105,
109,
101,
],
32000,
),
},
),
RuntimeEvent::PhalaVault(
Event::ForceShutdown {
pid: 1,
Expand Down

0 comments on commit 40133c8

Please sign in to comment.