JA Castro
JA Castro
I would guess that the contract address is the LimitOrderProtocol contract of 1nch. You can find it here: [https://docs.1inch.io/docs/limit-order-protocol/introduction#limit-order](https://docs.1inch.io/docs/limit-order-protocol/introduction#limit-order) But yeah, agree with you. Would be great to have this...
> I just had these same issues. It was caused by my SortableContainer and SortableElement being assigned inside of the render function. Meaning each time I set the state it...
Had the same issue. It's just on iOS AFAIK. @pasevin hack works great! However the app won't be capable to redirect to the TrustWallet app unless you tell the user...
@chybisov Hi. Because it's not a crucial PR that the new maintainers should be aware of. Also because of the inactivity on this repo. Just lowering the PRs load. Thus,...
@chybisov Don't want to discourage ppl from using `web3-react` but other good alternatives I've used is `wagmi` for web3 hooks and `@rainbow-me/rainbowkit` for wallet user onboarding.
Seems issue is already shipped in [v3.2.0](https://github.com/calcom/cal.com/releases/tag/v3.2.0).
> > don't care if EOA is actually a valid owner and > > Why bother with the feature then? You can generate a random private key and sign the...
@eliezerbasubi I opened this issue because I wanted to use the EOA provider to request eip712 signing. Back then I found no workaround and ended up just requiring users to...
Having the same issue! We have different error messages keys when throwing the `HTTPException`. Would also love to filter out those errors by status code (x>=400, x
Should be solved in #793. Allowing you to include which status codes from `HTTPExceptions` should be reported to Sentry: ``` sentry({ dsn: 'https://[email protected]/xxxxxx', // Includes only 500-599 status codes by...