integritee-network / pallets

Other
10 stars 14 forks source link

[xcm-transactor] expose xcm args in swap call #137

Closed clangenb closed 1 year ago

clangenb commented 1 year ago

We had the issue that our xcm transact failed on the real Kusama chain because the xcm weights are different from the rococo-local setup. Hence, we should expose teh xcm values as args, so we don't run into the issue again that the call fails and there is nothing we can do without a runtime upgrade.

Tested that it works on a rococo local setup