Skip to content

Commit bcf5783

Browse files
authored
Snowscan (#31)
* feat: add snowscan explorer * fix: fix currency
1 parent 9e0b5c0 commit bcf5783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aioetherscan/url_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class UrlBuilder:
1313
'arbitrum': ('arbiscan.io', 'ETH'),
1414
'fantom': ('ftmscan.com', 'FTM'),
1515
'taiko': ('taikoscan.io', 'ETH'),
16-
'snowscan': ('snowscan.xyz', 'ETH'),
16+
'snowscan': ('snowscan.xyz', 'AVAX'),
1717
}
1818

1919
BASE_URL: str = None

0 commit comments

Comments
 (0)