Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Up packages #170

Merged
merged 9 commits into from
Feb 7, 2025
Merged

Up packages #170

merged 9 commits into from
Feb 7, 2025

Conversation

portdeveloper
Copy link
Member

This PR:

-> Updates the packages: rainbowkit, wagmi, viem, tanstack query
-> Removes zksync testnet from networks.ts
-> Solves sepolia decompilation not working due to inactive rpc url as described in #169
-> Removes duplicate chains in NetworksDropdown/utils.ts

Copy link

vercel bot commented Jan 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
abi-ninja-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 5:06pm

Copy link
Member

@technophile-04 technophile-04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @portdeveloper !! Just pushed some commits 🙌

  1. Downgraded wagmi/viem version a bit not very latest because in latest version they removed simulation which results in failed transaction checkout -> downgrade wagmi and viem version scaffold-eth/scaffold-eth-2#1038
    • So we need to handle the simulation ourself now, will update here too once we update SE-2 to handle it and up the wagmi / viem version their
  2. Fixed bug: sepolia rpc from viem is down (our viem ver is old) #169 at 1d1ce27 we first try to use getAlchemyHttpUrl and it's not present then we fallback to public url
  3. Locked wagmi, viem, rainbowkit version

@portdeveloper
Copy link
Member Author

Oh thanks @technophile-04 , it is good to merge I think!

@technophile-04
Copy link
Member

technophile-04 commented Feb 7, 2025

Just pushed some commits updating next and react version because earlier build was failing with below error :
image

and update gh actions lint.yml to file use latest node version because next requires new node version

now everything is passing 🙌, merging this!

@technophile-04 technophile-04 merged commit 8ddddba into main Feb 7, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants