Skip to content

Commit

Permalink
Bump safe-eth-py
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Dec 5, 2024
1 parent fa0d443 commit d67d5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ psycogreen==1.0.2
psycopg2==2.9.10
redis==5.0.8
requests==2.32.3
safe-eth-py[django]==6.0.0b42
safe-eth-py[django]==6.0.0
web3==6.20.2
2 changes: 1 addition & 1 deletion safe_transaction_service/contracts/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_update_safe_contracts_logo(self, mock_chain_id: MagicMock):
self.assertEqual(current_no_safe_contract_logo, previous_random_contract_logo)

# Missing safe addresses should be added
self.assertEqual(Contract.objects.count(), 22)
self.assertEqual(Contract.objects.count(), 31)

# Contract name and display name should be correctly generated
safe_l2_130_address = "0x3E5c63644E683549055b9Be8653de26E0B4CD36E"
Expand Down

0 comments on commit d67d5c6

Please sign in to comment.