Update benchmark for exchange_asset
in asset hubs
#6207
Labels
T6-XCM
This PR/Issue is related to XCM.
exchange_asset
in asset hubs
#6207
Right now, both
asset-hub-westend
andasset-hub-rococo
have the weight of theExchangeAsset
instruction set toWeight::MAX
.This was done because there wasn't an
AssetExchanger
before that could actually execute the instruction successfully.However, now we have
SingleAssetAssetExchanger
already configured in both runtimes.We should benchmark the instruction now and put the correct weight to allow it to be used.
The text was updated successfully, but these errors were encountered: