Skip to content

Commit

Permalink
feat: add blockscout client for Lisk Sepolia Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop committed Mar 1, 2024
1 parent 8a34500 commit b261a42
Showing 1 changed file with 1 addition 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 @@ -92,6 +92,7 @@ class BlockscoutClient:
EthereumNetwork.UNREAL_TESTNET: "https://unreal.blockscout.com/graphiql",
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",
}

def __init__(self, network: EthereumNetwork):
Expand Down

0 comments on commit b261a42

Please sign in to comment.