Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(uniswax-sdk): upgrade hardhat in its dev dependency (#193)
## Description https://github.com/Uniswap/sdks/actions/runs/11670298302/job/32608715049 keeps failing with `Errors: Invalid value undefined supplied to : RpcBlockWithTransactions | null/totalDifficulty: QUANTITY` GETH client released https://github.com/ethereum/go-ethereum/releases > Remove totalDifficulty field from RPC, in accordance with spec update, #30386 Hardhat released https://github.com/NomicFoundation/hardhat/releases > 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding a fallback value ## How Has This Been Tested? _[e.g. Manually, E2E tests, unit tests, Storybook]_ ## Are there any breaking changes? _[e.g. Type definitions, API definitions]_ If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title `feat(breaking): ...`), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK. ## (Optional) Feedback Focus _[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]_ ## (Optional) Follow Ups _[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]_
- Loading branch information