Michael Coon
Michael Coon
We are facing the same issue. A "workaround" is to call activate, deactivate, and activate again. But the UX requires multiple scans of QR code on the wallet connect device....
What exactly should be in the list for updateOnDuplicate property? I tried above Object.keys method but there is no static "attributes" on my model class. There is, however, MyModel.prototype.rawAttributes. I...
For anyone else that lands here with this issue, for me, it turned out to be that MM mobile did not have the network I was switching to installed. Once...
To add to the discussion. The precompiles are essential for any smart contract attempting to get L1 gas fee information on-chain, or even offchain in unit tests through the harhat...
Did anyone get clarity on this issue? It's still a problem. Cancelling txn in MM leaves UI unusable for token awaiting approval. I can use for other assets but not...
Another scenario for this is for monorepos where I have contracts spread out across individual packages. I want to leverage waffle test config setting "compilerAllowedPaths" but it doesn't look like...