Skip to content

Commit

Permalink
Snowscan (#31)
Browse files Browse the repository at this point in the history
* feat: add snowscan explorer

* fix: fix currency
  • Loading branch information
ape364 authored Jun 20, 2024
1 parent 9e0b5c0 commit bcf5783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioetherscan/url_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class UrlBuilder:
'arbitrum': ('arbiscan.io', 'ETH'),
'fantom': ('ftmscan.com', 'FTM'),
'taiko': ('taikoscan.io', 'ETH'),
'snowscan': ('snowscan.xyz', 'ETH'),
'snowscan': ('snowscan.xyz', 'AVAX'),
}

BASE_URL: str = None
Expand Down

0 comments on commit bcf5783

Please # to comment.