Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain MANTLE_SEPOLIA_TESTNET (#1101)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://explorer.sepolia.mantle.xyz/api/v1/graphql

* Add new master copy address 0x41675C099F32341bf84BFc5382aF534df5C7461a

* Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762

* Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67

* Apply linter fixes

* Fix blockscout client url

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Felipe Alvarado <felipe@safe.global>
  • Loading branch information
github-actions[bot] and falvaradorodriguez committed Jun 10, 2024
1 parent 8c04d3f commit 497cdbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class BlockscoutClient:
EthereumNetwork.HAQQ_CHAIN_TESTNET: "https://explorer.testedge2.haqq.network/graphiql",
EthereumNetwork.MODE: "https://explorer.mode.network/graphiql",
EthereumNetwork.MODE_TESTNET: "https://sepolia.explorer.mode.network/graphiql",
EthereumNetwork.MANTLE_SEPOLIA_TESTNET: "https://explorer.sepolia.mantle.xyz/graphiql",
EthereumNetwork.MANTLE_SEPOLIA_TESTNET: "https://explorer.sepolia.mantle.xyz/api/v1/graphql",
EthereumNetwork.OP_SEPOLIA_TESTNET: "https://optimism-sepolia.blockscout.com/graphiql",
EthereumNetwork.UNREAL_TESTNET: "https://unreal.blockscout.com/graphiql",
EthereumNetwork.TAIKO_KATLA_L2: "https://explorer.katla.taiko.xyz/graphiql",
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,12 @@
EthereumNetwork.MANTLE_SEPOLIA_TESTNET: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1927686, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1927692, "1.3.0"),
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 7826403, "1.4.1"), # v1.4.1
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
7826399,
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.OP_SEPOLIA_TESTNET: [
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 7162879, "1.4.1+L2"),
Expand Down Expand Up @@ -1839,6 +1845,7 @@
],
EthereumNetwork.MANTLE_SEPOLIA_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1927649), # v1.3.0
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 7826372), # v1.4.1
],
EthereumNetwork.OP_SEPOLIA_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 7162843), # v1.4.1
Expand Down

0 comments on commit 497cdbc

Please sign in to comment.