safe-transaction-service
safe-transaction-service copied to clipboard
Duplicated transactions when received Eth from another Safe and no ETHEREUM_TRACING_NODE_URL is set
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:
- Create 2 Safes in Base Goerli Testnet.
- Send some ETH to Safe 1.
- Send ETH from Safe 1 to Safe 2.
- Safe 2 will have 2 "Received" transactions. 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):
- Staging or production? Production
- Which chain? Base Goerli Testnet
- OS: MacOs
- Browser Firefox
- Version 4.21.3
Additional context From what I noticed, this affects L2 chains which do not have ETHEREUM_TRACING_NODE_URL.