chore: Fix linting errors and update shared libs for mobile build

This commit is contained in:
2026-01-19 03:35:33 +03:00
parent 83f55bcf03
commit 6bc9d68e84
13 changed files with 144 additions and 66 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ export async function getWUsdtAssetDetails(api: ApiPromise) {
return null;
}
const assetData = asset.unwrap().toJSON() as any;
const assetData = (asset.unwrap() as any).toJSON() as any;
const metadataData = metadata.toJSON() as any;
return {