pokt-network / wallet

A simple web wallet to handle your Pocket Network accounts.
wallet-three-orpin.vercel.app
MIT License
8 stars 14 forks source link

fix: parse supported chains causing staking to not work #418

Closed PseudoMera closed 1 year ago

height[bot] commented 1 year ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 7, 2023 6:33pm
crabmanpokt commented 1 year ago

Update on the wallet issues, it seems like its a regional issue. Depending on the region the supportedChains API may either return ["0001","0003"...] or "["0001","0003"...]" , the latter does not work the former does

I don't think this fix will work