Skip to content

Commit

Permalink
allow permissionless asset
Browse files Browse the repository at this point in the history
  • Loading branch information
zqhxuyuan committed Jan 14, 2024
1 parent 812db69 commit 90a62ac
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 90a62ac

Please sign in to comment.