Skip to content

Commit

Permalink
Fix visualizer URL (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko authored Apr 30, 2024
2 parents 9c3951a + 51e9e49 commit fb20395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/envs/common-frontend.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NEXT_PUBLIC_API_BASE_PATH=/
NEXT_PUBLIC_APP_HOST=blockscout.atleta.network
NEXT_PUBLIC_APP_PROTOCOL=https
NEXT_PUBLIC_HOMEPAGE_CHARTS=['daily_txs']
NEXT_PUBLIC_VISUALIZE_API_HOST=https://blockscout.atleta.network
NEXT_PUBLIC_VISUALIZE_API_HOST=https://blockscout.atleta.network:8081
NEXT_PUBLIC_IS_TESTNET=true
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=wss
NEXT_PUBLIC_NETWORK_RPC_URL=https://testnet-rpc.atleta.network:9944
Expand Down

0 comments on commit fb20395

Please sign in to comment.