Skip to content

Commit

Permalink
updated benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOssun committed Jun 14, 2024
1 parent c86b63b commit a459e1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/astar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ impl_runtime_apis! {
Some((
MultiAsset {
fun: Fungible(ExistentialDeposit::get()),
id: Concrete(Parent.into())
id: Concrete(Here.into())
},
ParentThen(Parachain(random_para_id).into()).into(),
))
Expand Down
2 changes: 1 addition & 1 deletion runtime/shibuya/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ impl_runtime_apis! {
Some((
MultiAsset {
fun: Fungible(ExistentialDeposit::get()),
id: Concrete(Parent.into())
id: Concrete(Here.into())
},
ParentThen(Parachain(random_para_id).into()).into(),
))
Expand Down
2 changes: 1 addition & 1 deletion runtime/shiden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ impl_runtime_apis! {
Some((
MultiAsset {
fun: Fungible(ExistentialDeposit::get()),
id: Concrete(Parent.into())
id: Concrete(Here.into())
},
ParentThen(Parachain(random_para_id).into()).into(),
))
Expand Down

0 comments on commit a459e1b

Please sign in to comment.