Skip to content

Commit

Permalink
Add 1.4.1+L2 address of BASE chain (#886)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Moisés <[email protected]>
  • Loading branch information
github-actions[bot] and moisses89 authored Apr 8, 2024
1 parent 2ec2cc5 commit 9363505
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnosis/eth/clients/etherscan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class EtherscanClient:
EthereumNetwork.KROMA_SEPOLIA: "https://sepolia.kromascan.com",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://sepolia.blastscan.io",
EthereumNetwork.FRAXTAL_MAINNET: "https://fraxscan.com",
EthereumNetwork.BASE: "https://api.basescan.org/",
}

NETWORK_WITH_API_URL = {
Expand Down Expand Up @@ -102,6 +103,7 @@ class EtherscanClient:
EthereumNetwork.KROMA_SEPOLIA: "https://api-sepolia.kromascan.com",
EthereumNetwork.BLAST_SEPOLIA_TESTNET: "https://api-sepolia.blastscan.io",
EthereumNetwork.FRAXTAL_MAINNET: "https://api.fraxscan.com",
EthereumNetwork.BASE: "https://api.basescan.org",
}
HTTP_HEADERS = {
"User-Agent": "curl/7.77.0",
Expand Down
6 changes: 6 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@
EthereumNetwork.BASE: [
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 595207, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 595211, "1.3.0"),
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
8405927,
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.BASE_GOERLI_TESTNET: [
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 7330635, "1.4.1+L2"),
Expand Down Expand Up @@ -1176,6 +1181,7 @@
],
EthereumNetwork.BASE: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 595181), # v1.3.0
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 3024579), # v1.4.1
],
EthereumNetwork.BASE_GOERLI_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 7330598), # v1.4.1
Expand Down

0 comments on commit 9363505

Please sign in to comment.