Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Apr 8, 2024
1 parent 324a5d0 commit 808f4aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,11 @@
EthereumNetwork.BASE: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 595207, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 595211, "1.3.0"),
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 8405927, "1.4.1+L2"), # v1.4.1+L2
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
8405927,
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.BASE_GOERLI_TESTNET: [
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 7330635, "1.4.1+L2"),
Expand Down Expand Up @@ -1177,7 +1181,7 @@
],
EthereumNetwork.BASE: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 595181), # v1.3.0
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 3024579), # v1.4.1
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 3024579), # v1.4.1
],
EthereumNetwork.BASE_GOERLI_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 7330598), # v1.4.1
Expand Down

0 comments on commit 808f4aa

Please sign in to comment.