mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-28 14:17:56 +00:00
chore: Fix linting errors and update shared libs for mobile build
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user