Skip to content

Commit

Permalink
Apply linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 37598da commit 5912666
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion safe_eth/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,11 @@
],
EthereumNetwork.BAHAMUT: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 3007545, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 3007543, "1.3.0+L2"), # v1.3.0+L2
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
3007543,
"1.3.0+L2",
), # v1.3.0+L2
],
}

Expand Down

0 comments on commit 5912666

Please sign in to comment.