Skip to content

Commit

Permalink
add merlin
Browse files Browse the repository at this point in the history
  • Loading branch information
npc7 committed Apr 9, 2024
1 parent ba306e5 commit c694f60
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/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ class BlockscoutClient:
EthereumNetwork.TAIKO_KATLA_L2: "https://explorer.katla.taiko.xyz/graphiql",
EthereumNetwork.SEI_DEVNET: "https://seitrace.com/graphiql",
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com/graphiql",
EthereumNetwork.MERLIN_TESTNET: "https://testnet-scan.merlinchain.io/graphiql",
EthereumNetwork.MERLIN_MAINNET: "https://scan.merlinchain.io/graphiql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
6 changes: 6 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,12 @@
4357263,
), # v1.3.0 Default singleton address
],
EthereumNetwork.MEILIN_MAINNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 4104087), # v1.3.0
],
EthereumNetwork.MEILIN_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 3664444), # v1.3.0
],
EthereumNetwork.UNREAL_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 735), # v1.3.0
],
Expand Down

0 comments on commit c694f60

Please sign in to comment.