Skip to content

Commit

Permalink
Fix blockscout client url
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Jun 12, 2024
1 parent fa5b113 commit 495a73a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +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",
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com/api/v1/graphql",
EthereumNetwork.BOTANIX_TESTNET: "https://blockscout.botanixlabs.dev/graphiql",
EthereumNetwork.REYA_NETWORK: "https://explorer.reya.network/graphiql",
EthereumNetwork.AURORIA_TESTNET: "https://auroria.explorer.stratisevm.com/graphiql",
Expand All @@ -116,7 +116,6 @@ class BlockscoutClient:
EthereumNetwork.RE_AL: "https://explorer.re.al/api/v1/graphql",
EthereumNetwork.UNREAL: "https://unreal.blockscout.com/api/v1/graphql",
EthereumNetwork.LISK: "https://blockscout.lisk.com/api/v1/graphql",
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com/api/v1/graphql",
}

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

0 comments on commit 495a73a

Please sign in to comment.