tomjeatt

Results 13 comments of tomjeatt

Another thank you here @twhoff! Spent all morning trying to get this to work before coming across your config file.

This is blocked due to inconsistencies with the endianness of the asset id. See discussion here: https://discord.com/channels/745259537707040778/1126370272824524840

Issue raised with Polkadot JS https://github.com/polkadot-js/api/issues/5690

Upstream issue has been fixed now, so this is unblocked: https://github.com/polkadot-js/api/pull/5716

First version of this will be to pull together existing demos with minimal code changes and UI updates. Second version will be a UX-led redesign, using the new BOB branding.

Merged—thanks for fixing! You're right, there are no unit test failures related to this PR but I appreciate you checking.

This requires a lib change. The UI calls the `vaults.withdrawCollateral` method which takes an amount with a type of `MonetaryAmount`. To withdraw all collateral, we need to be able to...

Had a quick look at this—the destination address is the value of `userParachainAddress` returned from the request data. Doesn't look like we're currently returning the BTC address. The issue request...

Another user has reported a workaround whereby the polkadot JS option connects to Nova Wallet. This suggests it's an issue with how Nova is detecting the wallets. There is another...

See #1501 and make sure the issue described in the ticket is covered as a test case.