Skip to content

Commit

Permalink
allow permissionless asset (#1299)
Browse files Browse the repository at this point in the history
Signed-off-by: zqhxuyuan <zqhxuyuan@gmail.com>
Co-authored-by: Jamie <djptux@gmail.com>
  • Loading branch information
zqhxuyuan and Dengjianping committed Jan 15, 2024
1 parent 91cb208 commit 2c774ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/manta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ impl Contains<RuntimeCall> for MantaFilter {
| RuntimeCall::ZenlinkProtocol(_)
| RuntimeCall::Farming(_)
| RuntimeCall::PolkadotXcm(pallet_xcm::Call::send {..})
| RuntimeCall::AssetManager(pallet_asset_manager::Call::update_outgoing_filtered_assets {..})
| RuntimeCall::AssetManager(
pallet_asset_manager::Call::update_outgoing_filtered_assets {..}
| pallet_asset_manager::Call::permissionless_register_asset {..})
| RuntimeCall::Utility(_) => true,

// DISALLOW anything else
Expand Down

0 comments on commit 2c774ed

Please sign in to comment.