Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain EXSAT_MAINNET (#1517)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://scan.exsat.network/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 Jan 8, 2025
1 parent 6ca612c commit 7093b3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions safe_eth/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class BlockscoutClient:
EthereumNetwork.HASHKEY_CHAIN_TESTNET: "https://hashkeychain-testnet-explorer.alt.technology/api/v1/graphql",
EthereumNetwork.EXSAT_TESTNET: "https://scan-testnet.exsat.network/api/v1/graphql",
EthereumNetwork.HASHKEY_CHAIN: "https://explorer.hsk.xyz/api/v1/graphql",
EthereumNetwork.EXSAT_MAINNET: "https://scan.exsat.network/api/v1/graphql",
}

def __init__(
Expand Down
11 changes: 11 additions & 0 deletions safe_eth/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,14 @@
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 128075, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 128069, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.EXSAT_MAINNET: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 7687809, "1.4.1"), # v1.4.1
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
7687815,
"1.4.1+L2",
), # v1.4.1+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -3065,4 +3073,7 @@
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 127743), # v1.4.1
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 128028), # v1.3.0
],
EthereumNetwork.EXSAT_MAINNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 7687767), # v1.4.1
],
}

0 comments on commit 7093b3d

Please sign in to comment.