Skip to content

Commit

Permalink
add tron rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Mar 13, 2024
1 parent 078fa81 commit a35e50c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
OPTIMISM_RPC: ${{ secrets.OPTIMISM_RPC }}
AVAX_RPC: ${{ secrets.AVAX_RPC }}
ARBITRUM_RPC: ${{ secrets.ARBITRUM_RPC }}
TRON_RPC: ${{ secrets.TRON_RPC }}
BASE_RPC: ${{ secrets.BASE_RPC }}
TVL_SPIKE_WEBHOOK: ${{ secrets.TVL_SPIKE_WEBHOOK }}
NEW_YIELDS_WEBHOOK: ${{ secrets.NEW_YIELDS_WEBHOOK }}
Expand Down
1 change: 1 addition & 0 deletions env.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
AVAX_RPC: process.env.AVAX_RPC,
ARBITRUM_RPC: process.env.ARBITRUM_RPC,
BASE_RPC: process.env.BASE_RPC,
TRON_RPC: process.env.TRON_RPC,
TVL_SPIKE_WEBHOOK: process.env.TVL_SPIKE_WEBHOOK,
NEW_YIELDS_WEBHOOK: process.env.NEW_YIELDS_WEBHOOK,
STALE_PROJECTS_WEBHOOK: process.env.STALE_PROJECTS_WEBHOOK,
Expand Down
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ functions:
AVAX_RPC: ${file(./env.js):AVAX_RPC}
ARBITRUM_RPC: ${file(./env.js):ARBITRUM_RPC}
BASE_RPC: ${file(./env.js):BASE_RPC}
TRON_RPC: ${file(./env.js):TRON_RPC}
TVL_SPIKE_WEBHOOK: ${file(./env.js):TVL_SPIKE_WEBHOOK}
NEW_YIELDS_WEBHOOK: ${file(./env.js):NEW_YIELDS_WEBHOOK}
SMARDEX_SUBGRAPH_API_KEY: ${file(./env.js):SMARDEX_SUBGRAPH_API_KEY}
Expand Down

0 comments on commit a35e50c

Please sign in to comment.