Skip to content

Commit

Permalink
Add addresses 1.4.1+L2 for chain BITROCK_TESTNET (#908)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://testnetscan.bit-rock.io/api/v1/graphql

* Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762

* Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67

* Fix linting

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Felipe Alvarado <felipe@safe.global>
  • Loading branch information
github-actions[bot] and falvaradorodriguez authored Apr 15, 2024
1 parent 24dc7ee commit 9f5dded
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class BlockscoutClient:
EthereumNetwork.SHIMMEREVM: "https://explorer.evm.shimmer.network/graphiql",
EthereumNetwork.IOTA_EVM: "https://iota-evm.blockscout.com/graphiql",
EthereumNetwork.BITROCK_MAINNET: "https://explorer.bit-rock.io/api/v1/graphql",
EthereumNetwork.BITROCK_TESTNET: "https://testnetscan.bit-rock.io/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
16 changes: 15 additions & 1 deletion gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,18 @@
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 13225, "1.3.0"), # v1.3.0
],
EthereumNetwork.BITROCK_MAINNET: [
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 12949190, "1.4.1+L2"), # v1.4.1+L2
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
12949190,
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.BITROCK_TESTNET: [
(
"0x29fcB43b46531BcA003ddC8FCB67FFE91900C762",
13177774,
"1.4.1+L2",
), # v1.4.1+L2
],
}

Expand Down Expand Up @@ -1517,4 +1528,7 @@
EthereumNetwork.BITROCK_MAINNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 12949157), # v1.4.1
],
EthereumNetwork.BITROCK_TESTNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 13177748), # v1.4.1
],
}

0 comments on commit 9f5dded

Please sign in to comment.