diff --git a/pop-api/src/v0/assets/fungibles.rs b/pop-api/src/v0/assets/fungibles.rs index 36fd1702..323db2b6 100644 --- a/pop-api/src/v0/assets/fungibles.rs +++ b/pop-api/src/v0/assets/fungibles.rs @@ -124,14 +124,13 @@ pub mod events { /// The ID of the asset created. #[ink(topic)] pub id: AssetId, - #[ink(topic)] /// The name of the asset. + #[ink(topic)] pub name: Vec, /// The symbol of the asset. #[ink(topic)] pub symbol: Vec, /// The decimals of the asset. - #[ink(topic)] pub decimals: u8, }