Skip to content

Commit

Permalink
increase statemine bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed May 24, 2023
1 parent 9f1d382 commit af6613e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parachains/runtimes/assets/statemine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,10 +700,10 @@ impl pallet_bridge_transfer::Config for Runtime {
type UniversalLocation = UniversalLocation;
type WeightInfo = weights::pallet_bridge_transfer::WeightInfo<Runtime>;
type AdminOrigin = AssetsForceOrigin;
// no transfer allowed in (now)
type UniversalAliasesLimit = ConstU32<0>;
// no transfer allowed in (now)
type ReserveLocationsLimit = ConstU32<0>;
// one for ethereum
type UniversalAliasesLimit = ConstU32<1>;
// one for ethereum native tokens.
type ReserveLocationsLimit = ConstU32<1>;
type AssetTransactor = AssetTransactors;
type BridgeXcmSender = BridgeXcmSender;
type TransferAssetOrigin = EnsureXcmOrigin<RuntimeOrigin, LocalOriginToLocation>;
Expand Down

0 comments on commit af6613e

Please sign in to comment.