Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
2 changes: 1 addition & 1 deletion .github/workflows/testnet-us-west-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
envkey_PHD_BASE_URL: ${{ secrets.PHD_BASE_URL }}
envkey_PHD_API_KEY: ${{ secrets.PHD_API_KEY }}
envkey_DATABASE_ENCRYPTION_KEY: ${{ secrets.DATABASE_TESTNET_ENCRYPTION_KEY }}
envkey_DISPATCH_URL: https://testnet-1.nodes.pokt.network:4201,https://testnet-2.nodes.pokt.network:4202,https://testnet-3.nodes.pokt.network:4203
envkey_DISPATCH_URL: https://node1.testnet.pokt.network,https://node2.testnet.pokt.network,https://node3.testnet.pokt.network,https://node4.testnet.pokt.network,https://node5.testnet.pokt.network,https://node6.testnet.pokt.network

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be now an environment variable, like ${{ secrets.TESTNET_DISPATCH_URL }}

envkey_ALTRUISTS: ${{ secrets.ALTRUISTS_TESTNET }}
envkey_REDIRECTS: ${{ secrets.POCKET_NETWORK_PRODUCTION_REDIRECTS }}
envkey_LOCAL_REDIS_ENDPOINT: 172.17.0.1:6379
Expand Down