Right now, both asset-hub-westend and asset-hub-rococo have the weight of the ExchangeAsset instruction set to Weight::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.
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 anAssetExchanger
before that could actually execute the instruction successfully. However, now we haveSingleAssetAssetExchanger
already configured in both runtimes. We should benchmark the instruction now and put the correct weight to allow it to be used.