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 Feb 29, 2024
1 parent ee2fdf7 commit 1193391
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 @@ -91,6 +91,7 @@ class BlockscoutClient:
EthereumNetwork.OP_SEPOLIA_TESTNET: "https://optimism-sepolia.blockscout.com/graphiql",
EthereumNetwork.UNREAL_TESTNET: "https://unreal.blockscout.com/graphiql",
EthereumNetwork.TAIKO_KATLA_L2: "https://explorer.katla.taiko.xyz/graphiql",
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com/graphiql",
}

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

0 comments on commit 1193391

Please sign in to comment.