Skip to content

Commit

Permalink
Add new chain STRATIS_MAINNET 105105 addresses (#871)
Browse files Browse the repository at this point in the history
* Add new chain 105105

* Add new explorer client URL: https://explorer.stratisevm.com/graphiql

* Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762

* Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 1, 2024
1 parent 6b984cd commit aa6fdd3
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -96,6 +96,7 @@ class BlockscoutClient:
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com/graphiql",
EthereumNetwork.REYA_NETWORK: "https://explorer.reya.network/graphiql",
EthereumNetwork.AURORIA_TESTNET: "https://auroria.explorer.stratisevm.com/graphiql",
EthereumNetwork.STRATIS_MAINNET: "https://explorer.stratisevm.com/graphiql",
}

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 @@ -1013,6 +1013,7 @@ class EthereumNetwork(Enum):
DEPRECATED_CHI = 100100
SOVERUN_TESTNET = 101010
CRYSTALEUM = 103090
STRATIS_MAINNET = 105105
BROCHAIN_MAINNET = 108801
QUARKCHAIN_DEVNET_ROOT = 110000
QUARKCHAIN_DEVNET_SHARD_0 = 110001
Expand Down
6 changes: 6 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,9 @@
EthereumNetwork.AURORIA_TESTNET: [
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 186765, "1.4.1+L2"), # v1.4.1+L2
],
EthereumNetwork.STRATIS_MAINNET: [
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 106947, "1.4.1+L2"), # v1.4.1+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1464,4 +1467,7 @@
EthereumNetwork.AURORIA_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 186758), # v1.4.1
],
EthereumNetwork.STRATIS_MAINNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 106940), # v1.4.1
],
}

0 comments on commit aa6fdd3

Please sign in to comment.