wizardlabsxyz

Results 8 comments of wizardlabsxyz

@raphjaph should we expect to see a fix for this today or should I go figure out how to make the change myself locally?

@raphjaph can you rebase and merge?

Im still having an issue with getting tags in SVG to render. Was this fixed?

Interesting, thanks for the quick investigation. The site we are building will handle swaps of all different combinations and counts of NFTs and ERC20s. If metamask is not able to...

I solved this by adding a gas buffer and this essentially doubles the gas limit. I don't love this because orders will likely fail again due to insufficient gas but...

does the result of `awaitTransactionHash` not indicate whether the transaction failed or not? I've used `useWaitForTransaction` before and my assumption was that `awaitTransactionHash` was the same thing. It sounds like...

it looks like fillTxReceipt has a function called wait that takes an integer as the number of confirmations you want to wait for. Perhaps using fillTxReceipt.wait(2) is the same as...

Facing the same issue here, although i'm using V3 of the SDK. It looks like if the user approves anything other than default i.e. a custom amount or using MAX,...