Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain BAHAMUT (#1378)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://api.ftnscan.com/api/v1/graphql

* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

* Apply linter fixes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent ec4c49e commit 5e0306a
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 @@ -138,6 +138,7 @@ class BlockscoutClient:
EthereumNetwork.VANA_MOKSHA_TESTNET: "https://api.moksha.vanascan.io/api/v1/graphql",
EthereumNetwork.CONNEXT_SEPOLIA: "https://scan.testnet.everclear.org/api/v1/graphql",
EthereumNetwork.EVERCLEAR_MAINNET: "https://scan.everclear.org/api/v1/graphql",
EthereumNetwork.BAHAMUT: "https://api.ftnscan.com/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
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 @@ -1861,6 +1861,14 @@
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 13152, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 13151, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.BAHAMUT: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 3007545, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
3007543,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2804,4 +2812,7 @@
EthereumNetwork.EVERCLEAR_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 13144), # v1.3.0
],
EthereumNetwork.BAHAMUT: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 3007535), # v1.3.0
],
}

0 comments on commit 5e0306a

Please sign in to comment.