Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed May 25, 2022
1 parent 224b833 commit 47f0b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class BlockscoutClient:
EthereumNetwork.REI_MAINNET: "https://scan.rei.network/",
EthereumNetwork.REI_TESTNET: "https://scan-test.rei.network/",
EthereumNetwork.METER: "https://scan.meter.io/",
EthereumNetwork.METER_TESTNET: "https://scan-warringstakes.meter.io/"
EthereumNetwork.METER_TESTNET: "https://scan-warringstakes.meter.io/",
}

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

0 comments on commit 47f0b28

Please sign in to comment.