Derek

Results 32 comments of Derek

@mlenser please share back when done or write a blog post - we want more dapp developers writing UI tests!

Bonus points if you add a PR to our example wallet for testnet fund mining :)

@mlenser our example app is the app we're testing. It uses wagmi. But that's an implementation detail that your tests shouldn't care about.

Hooks makes sense. Here's how to do without hook: https://github.com/arein/mint-example-ui/blob/main/src/utils/smartAccount.ts#L10 @Sam-Newman for what the right hook api would be

> @arein > > Since we're supporting EIP-6963 as a first class over window.ethereum, we could unified their `info` object with the WalletConnect `metadata` in a hook that returns the...

@Sam-Newman this was completed?

Just updating that the solution will take an identifier e.g. `projectId` in the Magic constructor We already have `projectId` in our iFrame so this should be backwards compatible

@ilanolkies is there a Slack thread that can be linked?

idea: The wallets implement the CAIP-25 standard. As such they can signal to the dapp in the CAIP-25 response whether they support `supportedTransactionVersions`. Possibly it can also signal the value...