Skip to content

Commit

Permalink
Add NEXT_PUBLIC_RPC_HOST to deploy env (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko authored Apr 19, 2024
2 parents 816efde + 50c54f2 commit 29870ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/envs/common-frontend.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ NEXT_PUBLIC_HOMEPAGE_CHARTS=['daily_txs']
NEXT_PUBLIC_VISUALIZE_API_HOST=http://blockscout.atleta.network
NEXT_PUBLIC_IS_TESTNET=true
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=ws
NEXT_PUBLIC_API_SPEC_URL=https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml
NEXT_PUBLIC_API_SPEC_URL=https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml
NEXT_PUBLIC_RPC_HOST=wss://testnet-rpc.atleta.network:9944

0 comments on commit 29870ba

Please sign in to comment.