We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15817a2 commit 445d80fCopy full SHA for 445d80f
.github/workflows/system_tests.yml
@@ -71,6 +71,6 @@ jobs:
71
DEV9KC: ${{ secrets.DEV9KC }}
72
SUBGRAPH_API_URL: ${{ secrets.SUBGRAPH_API_URL }}
73
TENDERLY_FORK_ID: ${{ secrets.TENDERLY_FORK_ID }}
74
- graphnode_network: ${{ secrets.GRAPHNODE_NETWORK }}
75
- graphnode_ethereum_node_url: https://rpc.tenderly.co/fork/${{ secrets.TENDERLY_FORK_ID }}
+ GRAPHNODE_NETWORK: ${{ secrets.GRAPHNODE_NETWORK }}
+ GRAPHNODE_ETHEREUM_NODE_URL: https://rpc.tenderly.co/fork/${{ secrets.TENDERLY_FORK_ID }}
76
DEVOPS_CHANNEL_WEBHOOK_URL: ${{ secrets.DEVOPS_CHANNEL_WEBHOOK_URL }}
0 commit comments