jxom
jxom
### Ethers Version 5.7.1 ### Describe the Problem When I set up a `FallbackProvider` with two providers and their respective priorities (in this case, Alchemy w/ `priority=0` & Infura w/...
Fixes PAR-42 ## What changed (plus any additional context for devs) This PR adds a link to LooksRare on the NFT expanded state (only for mainnet NFTs). ## Screen recordings...
Fixes PAR-29 Fixes PAR-36 Figma: https://www.figma.com/file/Aw3gB0YvntIBKm1H5iyq0B/Ledger-Nano-X?node-id=88%3A32407 ## What changed (plus any additional context for devs) This PR adds navigation foundations for the hardware wallet pairing screens. Note that the "Pair...
> Note: this is a PR against @perunt's branch! Fixes https://rainbowhaus.slack.com/archives/C02C2FVC6N6/p1663289973514509 ## What changed (plus any additional context for devs) This PR aims to further improve #3917 & migrate away...
Fixes RNBW-4441 Figma: https://www.figma.com/file/XdDSQnZL4cGc1Y8Abvv3EI/Home-Page-Progression?node-id=314%3A11219 ### What changed? This PR revamps the design of the home screen in an effort to make the "Swap" button more prominant and to make Rainbow...
This PR converts `wagmi` from bundling both CJS + ESM, to bundling pure ESM. I have published the packages to NPM as a snapshot release under the tag `esm-only` (`npm...
## Description Adding support for the new [Coinbase Node](cloud.coinbase.com/node) in wagmi.
### Component Anvil ### Have you ensured that all of these are up to date? - [x] Foundry - [x] Foundryup ### What version of Foundry are you on? `anvil...
**Describe the bug** MetaMask Mobile's WalletConnect v2 implementation does not support Optional Namespaces, thus breaking multichain DApps - users cannot switch network. This was previously working in MM Mobile +...
It seems when using Hono JSX in an existing React project (ie. Next.js project). The registered Hono JSX types seem to conflict with the registered React JSX types. Related to...