Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain RSS3_VSL_SEPOLIA_TESTNET (#936)
Browse files Browse the repository at this point in the history
* Add new chain 2331

* Add new explorer client URL: https://scan.testnet.rss3.io/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 Apr 25, 2024
1 parent 026b35b commit 493437d
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -105,6 +105,7 @@ class BlockscoutClient:
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",
EthereumNetwork.RSS3_VSL_SEPOLIA_TESTNET: "https://scan.testnet.rss3.io/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 @@ -536,6 +536,7 @@ class EthereumNetwork(Enum):
AREVIA = 2309
SOMA_NETWORK_TESTNET = 2323
ALTCOINCHAIN = 2330
RSS3_VSL_SEPOLIA_TESTNET = 2331
SOMA_NETWORK_MAINNET = 2332
_DEPRECATED_KROMA_SEPOLIA = 2357
KROMA_SEPOLIA = 2358
Expand Down
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,14 @@
"1.3.0+L2",
), # v1.3.0+L2
],
EthereumNetwork.RSS3_VSL_SEPOLIA_TESTNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2297637, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
2297627,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1596,4 +1604,7 @@
EthereumNetwork.PULSECHAIN_TESTNET_V4: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 12504126), # v1.3.0
],
EthereumNetwork.RSS3_VSL_SEPOLIA_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2297578), # v1.3.0
],
}

0 comments on commit 493437d

Please sign in to comment.