Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain ARBITRUM_BLUEBERRY (#918)
Browse files Browse the repository at this point in the history
* Add new chain 88153591557

* Add new explorer client URL: https://arb-blueberry.gelatoscout.com/api/v1/graphql

* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 19, 2024
1 parent a4dee16 commit 8584dab
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -104,6 +104,7 @@ class BlockscoutClient:
EthereumNetwork.BITROCK_TESTNET: "https://testnetscan.bit-rock.io/api/v1/graphql",
EthereumNetwork.OP_CELESTIA_RASPBERRY: "https://opcelestia-raspberry.gelatoscout.com/api/v1/graphql",
EthereumNetwork.POLYGON_BLACKBERRY: "https://polygon-blackberry.gelatoscout.com/api/v1/graphql",
EthereumNetwork.ARBITRUM_BLUEBERRY: "https://arb-blueberry.gelatoscout.com/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,7 @@ class EthereumNetwork(Enum):
ONELEDGER_TESTNET_FRANKENSTEIN = 4216137055
PALM_TESTNET = 11297108099
PALM = 11297108109
ARBITRUM_BLUEBERRY = 88153591557
ALPHABET_MAINNET = 111222333444
NTITY_MAINNET = 197710212030
HARADEV_TESTNET = 197710212031
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,10 @@
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 765162, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 765158, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.ARBITRUM_BLUEBERRY: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 19373, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 19372, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1560,4 +1564,7 @@
EthereumNetwork.POLYGON_BLACKBERRY: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 765141), # v1.3.0
],
EthereumNetwork.ARBITRUM_BLUEBERRY: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 19364), # v1.3.0
],
}

0 comments on commit 8584dab

Please sign in to comment.