Add Arbitrum network support to balance fetching#2087
Merged
Conversation
Fetch and display the safe's native ETH balance on Arbitrum alongside Ethereum, Fuse, and Base. Users who sent ETH to their Arbitrum safe address can now see and transfer those funds from the Send flow.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds support for the Arbitrum network to the balance fetching functionality, enabling users to view their native ETH balances and prices on Arbitrum alongside existing supported networks (Ethereum mainnet, Fuse, and Base).
Key Changes
arbitrumto the viem chains imports in bothhooks/useBalances.tsandconstants/tokens.tsfetchTokenBalancesto fetch native ETH balance on Arbitrum using the public clientNATIVE_TOKENSandNATIVE_COINGECKO_TOKENSmappings to include Arbitrum's ETH token configurationImplementation Details
The Arbitrum implementation follows the existing pattern used for Base and Fuse networks:
TokenType.NATIVEdesignationhttps://claude.ai/code/session_01ThYo8D5jLeC2PfaiSGC7Ud