Skip to content

Commit

Permalink
mod networks blockscout#1
Browse files Browse the repository at this point in the history
  • Loading branch information
iv7dev committed Dec 21, 2023
1 parent efcec2b commit fd48559
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docker-compose/envs/common-frontend.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,27 @@ NEXT_PUBLIC_API_HOST=bspscan.com
NEXT_PUBLIC_API_PROTOCOL=https

# Others scanners
NEXT_PUBLIC_FEATURED_NETWORKS=https://github.com/blockscout/frontend-configs/blob/main/configs/featured-networks/eth.json
## Sample
# https://github.com/blockscout/frontend-configs/blob/main/configs/featured-networks/eth.json
NEXT_PUBLIC_FEATURED_NETWORKS=[{
"title": "Ethereum",
"url": "https://eth.blockscout.com/",
"group": "Mainnets",
"isActive": true,
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/ethereum.svg"
},
{
"title": "Optimism",
"url": "https://optimism.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/optimism.svg"
},
{
"title": "Base Chain",
"url": "https://base.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/base.svg"
}]

# UI configuration
NEXT_PUBLIC_HOMEPAGE_CHARTS=['daily_txs','coin_price','market_cap']
Expand Down

0 comments on commit fd48559

Please sign in to comment.