Dusan Morhac
Dusan Morhac
Currently we support only Polkadot and Kusama asset hubs in router, Paseo one uses same pallets, add it. Check if adding Westend one is feasible also.
Currently, the left menu in the playground is not collapsible, it would be nice to make it collapsible, as it will help mobile users.
Noble libraries introduced couple of breaking changes in v2, update them.
It would be nice if we can create ALICE or ALITH or other testnet accounts for user if they wish to do quick local testing, wrapping all signer logic for...
Router currently only accepts strings, add support for bigint.
Add ability to chat with AI Agent which will based on requirements open specific link - select specific chains, customize background or date.
This would enhance sinplicity of logic in SDK which now uses complicated symbol fallbacks which is not necessary. We will then be able to fully switch into location selection under...
Currently, we fallback to symbol comparison, but this is not correct, because destination may have multiple symbols of same asset, so SDK is unable to pick. Improve this, so that...
Currently we use PJS version of Hydration SDK, they have released PAPI version. Migrate towards PAPI version.
Currently, we use too many custom errors refactor them to make more sense and to be more uniform.