Skip to content

Commit fb0e93e

Browse files
Update main.py
1 parent d460d21 commit fb0e93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self, pk: str, b2_endpoint='https://habitat-rpc.bsquared.network/',
3333
self.spw3 = Web3(Web3.HTTPProvider('https://gateway.tenderly.co/public/sepolia', request_kwargs={"proxies": {"http": proxy, "https": proxy}}))
3434
self.proxy = {'http:': proxy, 'https': proxy}
3535
self.gas_scala = gas_scala
36-
self.b2_explorer = 'https://habitat-explorer.bsquared.network//tx/{}'
36+
self.b2_explorer = 'https://habitat-explorer.bsquared.network/tx/{}'
3737
self.account = Account.from_key(pk)
3838
self.session = requests.session()
3939
self.b2_login_str = 'login#{}#{}'

0 commit comments

Comments
 (0)