Skip to content

Commit

Permalink
Merge pull request #10 from Zebec-protocol/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lucoadam authored Oct 18, 2023
2 parents d9a7ba8 + ebbdc28 commit a647e6c
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
MASTER_COPIES[EthereumNetwork.BINANCE_SMART_CHAIN_MAINNET] = [
(
"0xfb1bffC9d739B8D520DaF37dF666da4C687191EA",
29847652,
31837113,
"1.3.0+L2",
), # safe singleton address
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
29847652,
31837113,
"1.3.0+L2",
), # default singleton address
(
"0x69f4D1788e39c87893C980c06EdF4b7f686e2938",
29847652,
31837113,
"1.3.0",
), # safe singleton address
(
"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552",
29847652,
31837113,
"1.3.0",
), # default singleton address
]
Expand All @@ -48,11 +48,11 @@
PROXY_FACTORIES[EthereumNetwork.BINANCE_SMART_CHAIN_MAINNET] = [
(
"0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC",
29847652,
31837113,
), # v1.3.0 safe singleton address
(
"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2",
29847652,
31837113,
), # v1.3.0 default singleton address
]

Expand All @@ -63,22 +63,22 @@
MASTER_COPIES[EthereumNetwork.BINANCE_SMART_CHAIN_MAINNET] = [
(
"0xfb1bffC9d739B8D520DaF37dF666da4C687191EA",
29847652,
31837113,
"1.3.0+L2",
), # safe singleton address
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
29847652,
31837113,
"1.3.0+L2",
), # default singleton address
(
"0x69f4D1788e39c87893C980c06EdF4b7f686e2938",
29847652,
31837113,
"1.3.0",
), # safe singleton address
(
"0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552",
29847652,
31837113,
"1.3.0",
), # default singleton address
]
Expand All @@ -92,11 +92,11 @@
PROXY_FACTORIES[EthereumNetwork.BINANCE_SMART_CHAIN_MAINNET] = [
(
"0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC",
29847652,
31837113,
), # v1.3.0 safe singleton address
(
"0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2",
29847652,
31837113,
), # v1.3.0 default singleton address
]

Expand Down

0 comments on commit a647e6c

Please sign in to comment.