Skip to content

Commit b28371b

Browse files
committed
typo
1 parent e69fde2 commit b28371b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/grants/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ def blockexplorer_url_helper(self, tx_id):
17361736
if self.checkout_type == 'eth_zksync':
17371737
return f'https://zkscan.io/explorer/transactions/{tx_id.replace("sync-tx:", "")}'
17381738
if self.checkout_type == 'eth_std':
1739-
network_sub = f"{{self.subscription.network}}." if self.subscription and self.subscription.network != 'mainnet' else ''
1739+
network_sub = f"{self.subscription.network}." if self.subscription and self.subscription.network != 'mainnet' else ''
17401740
return f'https://{network_sub}etherscan.io/tx/{tx_id}'
17411741
# TODO: support all block explorers for diff chains
17421742
return ''

0 commit comments

Comments
 (0)