Skip to content

Commit

Permalink
fix: benchmakrs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Jan 12, 2024
1 parent 121a505 commit d258dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/shibuya/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ impl_runtime_apis! {
parameter_types! {
pub const NoCheckingAccount: Option<(AccountId, MintLocation)> = None;
pub const NoTeleporter: Option<(MultiLocation, MultiAsset)> = None;
pub const TransactAssetId: u128 = 1;
pub const TransactAssetId: u128 = 1001;
pub const TransactAssetLocation: MultiLocation = MultiLocation { parents: 0, interior: X1(GeneralIndex(TransactAssetId::get())) };

pub TrustedReserveLocation: MultiLocation = Parent.into();
Expand Down

0 comments on commit d258dd8

Please sign in to comment.