LufyCZ

Results 18 issues of LufyCZ

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package Version 2.7.13 ### Current Behavior ![image](https://github.com/wevm/viem/assets/20911347/f84f2fa1-86a7-4846-99c2-fdcbced78a79) ### Expected Behavior _No response_ ###...

Hey, we've been dealing with a lot of errors in the console, coming from WalletConnect's logger, making other development logs hard to read. I don't know what the cause of...

type: bug

It is only used in [one place](https://github.com/axiomhq/next-axiom/blob/50053d764f66e5866c7414e5eff9f489311e2a7a/src/util.ts#L7) for the `equals` function and it [increases bundle size by 200%](https://bundlephobia.com/package/[email protected]). Since `useDeepMemo` is used to deeply check objects, re-using something like [https://www.npmjs.com/package/use-deep-compare](https://www.npmjs.com/package/use-deep-compare)...

## PR-Codex overview This PR focuses on adding support for `@orbs-network/twap-ui-sushiswap` in the project. ### Detailed summary - Added `keyv` to webpack IgnorePlugin - Added `@orbs-network/twap-ui-sushiswap` dependency - Updated file...

## PR-Codex overview This PR updates Next.js, React, and related packages to newer versions. It introduces `eslint` and upgrades `react` to `19.0.0-rc-8971381549-20240625`. ### Detailed summary - Updated `next` to `15.0.0-canary.45`...

## PR-Codex overview This PR updates Sentry usage across multiple files, replacing `Sentry.captureException` with `captureException` and `@sentry/nextjs` imports with individual function imports. ### Detailed summary - Replaced `Sentry.captureException` with `captureException`...