Skip to content

v0.1.2

Compare
Choose a tag to compare
@TarikGul TarikGul released this 26 Sep 15:14
· 150 commits to main since this release
9f826d1

Fix

  • fix: rococo initialization in the registry (#297)

NOTE:

In order to use rococo's asset hub with the AssetTransferApi one will need to hardcode the specName into the initialization like the following:

new AssetTransferApi(api, `asset-hub-rococo`, xcmVersion);

The reason being, kusama's asset hub and and rococo's asset-hub both share the same specName currently and will cause conflicts. We currently do an overewrite in the registry that the api uses and set the specName for rococo's asset hub to be asset-hub-rococo. This is on the horizon to get solved on the actual chain itself soon, so this wont be necessary in the coming future.

Docs

  • docs: Fixed typos (#296)