Skip to content

Commit

Permalink
fix mode fix mode scanner api.
Browse files Browse the repository at this point in the history
  • Loading branch information
BIP Bot committed May 7, 2024
1 parent 35740a7 commit f70b503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ live:
- name: Mode
networks:
- chainid: 34443
explorer: https://api.modescan.io/api
host: https://blastapi.io/chains/mode
explorer: https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan/api
host: https://mainnet.mode.network/
id: mode-main
name: Mode mainnet
- name: Fraxtal
Expand Down
2 changes: 1 addition & 1 deletion brownie/network/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
_explorer_tokens = {
"optimistic": "OPTIMISMSCAN_TOKEN",
"lineascan": "LINEASCAN_TOKEN",
"modescan": "MODESCAN_TOKEN",
"34443": "MODESCAN_TOKEN",
"frax": "FRAXSCAN_TOKEN",
"etherscan": "ETHERSCAN_TOKEN",
"bscscan": "BSCSCAN_TOKEN",
Expand Down

0 comments on commit f70b503

Please sign in to comment.