Port the trivial audit fixes to evm (#236)

* port the trivial audit fixes to evm

* MAX_POV_SIZE is imported instead of declaring
This commit is contained in:
Özgün Özerk
2024-06-27 20:22:50 +03:00
committed by GitHub
parent b0c0a81219
commit 3c9696b982
5 changed files with 59 additions and 24 deletions
+1
View File
@@ -73,6 +73,7 @@ pub type Executive = frame_executive::Executive<
AllPalletsWithSystem,
>;
/// Price For Sibling Parachain Delivery
pub type PriceForSiblingParachainDelivery = polkadot_runtime_common::xcm_sender::ExponentialPrice<
FeeAssetId,
ToSiblingBaseDeliveryFee,