Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain BOB_SEPOLIA (#1326)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://bob-sepolia.explorer.gobob.xyz/api/v1/graphql

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

* Add master copies addresses

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Felipe Alvarado <[email protected]>
  • Loading branch information
github-actions[bot] and falvaradorodriguez authored Sep 12, 2024
1 parent 1e1bfd2 commit 80464fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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 @@ -131,6 +131,7 @@ class BlockscoutClient:
EthereumNetwork.ALEPH_ZERO_EVM: "https://evm-explorer.alephzero.org/api/v1/graphql",
EthereumNetwork.SKOPJE_TESTNET: "https://skopje-explorer.gptprotocol.io/api/v1/graphql",
EthereumNetwork.GPT_MAINNET: "https://explorer.gptprotocol.io/api/v1/graphql",
EthereumNetwork.BOB_SEPOLIA: "https://bob-sepolia.explorer.gobob.xyz/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
11 changes: 9 additions & 2 deletions safe_eth/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1738,8 +1738,12 @@
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 723, "1.4.1+L2"), # v1.4.1+L2
],
EthereumNetwork.ZIRCUIT_MAINNET: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 0, "1.3.0"),
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 0, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 0, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 0, "1.3.0+L2"), # v1.3.0+L2
],
EthereumNetwork.BOB_SEPOLIA: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 0, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 0, "1.3.0+L2"), # v1.3.0+L2
],
}

Expand Down Expand Up @@ -2613,4 +2617,7 @@
EthereumNetwork.ZIRCUIT_MAINNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 131958), # v1.3.0
],
EthereumNetwork.BOB_SEPOLIA: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1298122), # v1.3.0
],
}

0 comments on commit 80464fd

Please sign in to comment.