Skip to content

Commit

Permalink
feat: use snowscan for avalanche
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Jan 21, 2025
1 parent 6a3f0cf commit 539da5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ live:
- name: Avalanche
networks:
- chainid: 43114
explorer: https://api.snowtrace.io/api
explorer: https://api.snowscan.xyz/api
host: https://api.avax.network/ext/bc/C/rpc
id: avax-main
name: Mainnet
Expand Down
1 change: 1 addition & 0 deletions brownie/network/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"ftmscan": "FTMSCAN_TOKEN",
"arbiscan": "ARBISCAN_TOKEN",
"snowtrace": "SNOWTRACE_TOKEN",
"snowscan": "SNOWSCAN_TOKEN",
"aurorascan": "AURORASCAN_TOKEN",
"moonscan": "MOONSCAN_TOKEN",
"gnosisscan": "GNOSISSCAN_TOKEN",
Expand Down

0 comments on commit 539da5d

Please sign in to comment.