Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain SKOPJE_TESTNET (#1295)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://skopje-explorer.gptprotocol.io/api/v1/graphql

* Add new master copy address 0x41675C099F32341bf84BFc5382aF534df5C7461a

* Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762

* Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67

* Apply linter fixes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 23, 2024
1 parent ff5ed83 commit 1e36e60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class BlockscoutClient:
EthereumNetwork.FLARE_TESTNET_COSTON2: "https://coston2-explorer.flare.network/graphiql",
EthereumNetwork.NAL_SEPOLIA_TESTNET: "https://testnet-scan.nal.network/api/v1/graphql",
EthereumNetwork.ALEPH_ZERO_EVM: "https://evm-explorer.alephzero.org/api/v1/graphql",
EthereumNetwork.SKOPJE_TESTNET: "https://skopje-explorer.gptprotocol.io/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,14 @@
("0xB00ce5CCcdEf57e539ddcEd01DF43a13855d9910", 6105, "1.3.0"), # v1.3.0
("0x1727c2c531cf966f902E5927b98490fDFb3b2b70", 6104, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.SKOPJE_TESTNET: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 2845182, "1.4.1"), # v1.4.1
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
2845179,
"1.4.1+L2",
), # v1.4.1+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2541,4 +2549,7 @@
EthereumNetwork.CRONOS_ZKEVM_MAINNET: [
("0xDAec33641865E4651fB43181C6DB6f7232Ee91c2", 6097), # v1.3.0
],
EthereumNetwork.SKOPJE_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 2845163), # v1.4.1
],
}

0 comments on commit 1e36e60

Please sign in to comment.