safe-global / safe-wallet-web

Safe{Wallet} – smart contract wallet for Ethereum (ex-Gnosis Safe multisig)
https://app.safe.global
GNU General Public License v3.0
314 stars 372 forks source link

Same safe addresses on different chains show same balance #3794

Closed compojoom closed 1 month ago

compojoom commented 1 month ago

Bug description

If you have multiple safes with the same address on different chains (L1, L2) the balance of the L2 safe is the same as the one on L1 - which is wrong.

Environment

Steps to reproduce

  1. Create the same safe on multiple networks
  2. Observe that both have the same balance

Expected result

The safes should have different balances

Screenshots