Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain AUTONOMYS_TESTNET_NOVA_DOMAIN (#1244)
Browse files Browse the repository at this point in the history
* Add new chain 490000

* Add new explorer client URL: https://nova.subspace.network/api/v1/graphql

* Add new master copy address 0x69f4D1788e39c87893C980c06EdF4b7f686e2938

* Add new master copy address 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

* Apply linter fixes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
1 parent 7bc1ce0 commit 9fc708d
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 @@ -122,6 +122,7 @@ class BlockscoutClient:
EthereumNetwork.ETHERLINK_MAINNET: "https://explorer.etherlink.com/api/v1/graphql",
EthereumNetwork.ETHERLINK_TESTNET: "https://testnet-explorer.etherlink.com/api/v1/graphql",
EthereumNetwork.FLARE_MAINNET: "https://flare-explorer.flare.network/graphiql",
EthereumNetwork.AUTONOMYS_TESTNET_NOVA_DOMAIN: "https://nova.subspace.network/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 @@ -1119,6 +1119,7 @@ class EthereumNetwork(Enum):
PATEX_SEPOLIA_TESTNET = 471100
ULTRA_PRO_MAINNET = 473861
OPENCHAIN_MAINNET = 474142
AUTONOMYS_TESTNET_NOVA_DOMAIN = 490000
CMP_TESTNET = 512512
ETHEREUM_FAIR = 513100
SCROLL_SEPOLIA_TESTNET = 534351
Expand Down
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1624,6 +1624,14 @@
EthereumNetwork.FLARE_MAINNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 27375871, "1.3.0"), # v1.3.0
],
EthereumNetwork.AUTONOMYS_TESTNET_NOVA_DOMAIN: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1196806, "1.3.0"), # v1.3.0
(
"0xfb1bffC9d739B8D520DaF37dF666da4C687191EA",
1196805,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2437,4 +2445,7 @@
EthereumNetwork.FLARE_MAINNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 27375848), # v1.3.0
],
EthereumNetwork.AUTONOMYS_TESTNET_NOVA_DOMAIN: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1196789), # v1.3.0
],
}

0 comments on commit 9fc708d

Please sign in to comment.