Talip Altas
Talip Altas
I wonder how will you consider to track token balances in non-Alchemy-networks. `alchemy_getAssetTransfers` `alchemy_getTokenBalances` `alchemy_getTokenMetadata` When user select the network which is not supported by Alchemy, are you assuming to...
Closing this since Rootstock is implemented in https://github.com/airgap-it/airgap-vault/releases/tag/v3.30.0
Haven't tried for Vercel but I was getting the same issue in my Docker container. The following setup helped. ```ts // preview.tsx initialize({ serviceWorker: { url: './mockServiceWorker.js', }, }); ```...