You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a fork for the Ethereum main network and funding the account with an amount of native tokens, the balance appears briefly, and then is replaced by the balance on the non-forked Ethereum network, thus not being able to perform transactions with the balance from the forked network. RPC doesn't change, it's still on the fork and it doesn't switch to Infura RPC to explain the balance changed.
Expected behavior
Balance is showcased correctly for the fork, instead of being replaced by non-forked network balance.
Screenshots/Recordings
Screen.Recording.2025-03-07.at.16.22.51.mov
Steps to reproduce
Load MetaMask & Tenderly
Create a fork for Ethereum Mainnet and fund the account with any amount
Go back to MetaMask and check balance
Notice forked network balance appears briefly, and then it is replaced by the initial balance on the Infura RPC, without RPC changing.
Error messages or log output
Detection stage
During release testing
Version
12.14.0
Build type
Beta
Browser
Chrome
Operating system
MacOS
Hardware wallet
No response
Additional context
No response
Severity
No response
The text was updated successfully, but these errors were encountered:
hi there 👋 I think this is expected because the real balance is coming from the API request to https://accounts.api.cx.metamask.io/v2/accounts and not from the RPC (in this case, Tenderly).
If you want to see the Tenderly balance you could block the requests to the API, or use the Basic Functionality
Describe the bug
When using a fork for the Ethereum main network and funding the account with an amount of native tokens, the balance appears briefly, and then is replaced by the balance on the non-forked Ethereum network, thus not being able to perform transactions with the balance from the forked network. RPC doesn't change, it's still on the fork and it doesn't switch to Infura RPC to explain the balance changed.
Expected behavior
Balance is showcased correctly for the fork, instead of being replaced by non-forked network balance.
Screenshots/Recordings
Screen.Recording.2025-03-07.at.16.22.51.mov
Steps to reproduce
Error messages or log output
Detection stage
During release testing
Version
12.14.0
Build type
Beta
Browser
Chrome
Operating system
MacOS
Hardware wallet
No response
Additional context
No response
Severity
No response
The text was updated successfully, but these errors were encountered: