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
For Safe sending to another Safe we index the SafeReceived event and the MultisigTransaction of the other Safe. I don't see a clean solution for this, as there's no easy way to prove that a Ether received on the event is a result of the MultisigTransaction
Describe the bug
When sending ETH from one Safe to another on Base Goerli Testnet chain, the transaction is indexed twice.
To Reproduce
Steps to reproduce the behavior:
Example: https://app.safe.global/transactions/history?safe=base-gor:0xD281290BF31aD660369A71E1aD6840a3048a0c17
Expected behavior
Safe 2 should have 1 "Received" transaction.
Environment (please complete the following information):
Additional context
From what I noticed, this affects L2 chains which do not have ETHEREUM_TRACING_NODE_URL.
The text was updated successfully, but these errors were encountered: