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 Nov 25, 2024
1 parent 97fe0a8 commit a7b6e58
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 @@ -1945,7 +1945,11 @@
],
EthereumNetwork.FILECOIN_MAINNET: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 4155380, "1.4.1"), # v1.4.1
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 4155378, "1.4.1+L2"), # v1.4.1+L2
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
4155378,
"1.4.1+L2",
), # v1.4.1+L2
],
}

Expand Down

0 comments on commit a7b6e58

Please sign in to comment.