File tree Expand file tree Collapse file tree
safe_transaction_service/history/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ pillow==12.1.1
2727psycopg [binary,pool ]== 3.2.13
2828redis [hiredis ]== 7.1.0
2929requests == 2.32.5
30- safe-eth-py [django ]== 7.19 .0
30+ safe-eth-py [django ]== 7.20 .0
3131web3 == 7.14.1
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: FSL-1.1-MIT
12import os .path
23import tempfile
34from io import StringIO
@@ -410,10 +411,10 @@ def test_setup_service_mainnet(self):
410411 last_proxy_factory .tx_block_number , last_proxy_factory_initial_block
411412 )
412413
413- # At Nov 2023 we support 12 Master Copies, 3 L2 Master Copies and 6 Proxy Factories
414- self .assertEqual (SafeMasterCopy .objects .count (), 12 )
415- self .assertEqual (SafeMasterCopy .objects .l2 ().count (), 3 )
416- self .assertEqual (ProxyFactory .objects .count (), 6 )
414+ # At Mar 2025 we support 14 Master Copies, 4 L2 Master Copies and 7 Proxy Factories
415+ self .assertEqual (SafeMasterCopy .objects .count (), 14 )
416+ self .assertEqual (SafeMasterCopy .objects .l2 ().count (), 4 )
417+ self .assertEqual (ProxyFactory .objects .count (), 7 )
417418
418419 def test_setup_service_mainnet_erc20_indexing_setup (self ):
419420 # Test IndexingStatus ERC20 is not modified if higher than the oldest master copy
You can’t perform that action at this time.
0 commit comments