Skip to content

Commit

Permalink
Merge pull request #273 from DefiLlama/rsk_rename
Browse files Browse the repository at this point in the history
Rename rsk rpc
  • Loading branch information
0xngmi authored Aug 28, 2024
2 parents 52ccbf8 + ecf3584 commit 2d41fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
AURORA_RPC: ${{ secrets.AURORA_RPC }}
ARBITRUM_RPC: ${{ secrets.ARBITRUM_RPC }}
SOLANA_RPC: ${{ secrets.SOLANA_RPC }}
RSK_ARCHIVAL_RPC: ${{ secrets.RSK_RPC }}
RSK_ARCHIVAL_RPC: ${{ secrets.RSK_ARCHIVAL_RPC }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ provider:
AURORA_RPC: ${env:AURORA_RPC}
ARBITRUM_RPC: ${env:ARBITRUM_RPC}
SOLANA_RPC: ${env:SOLANA_RPC}
RSK_ARCHIVAL_RPC: ${env:RSK_RPC}
RSK_ARCHIVAL_RPC: ${env:RSK_ARCHIVAL_RPC}
DISCORD_WEBHOOK: ${env:DISCORD_WEBHOOK}

functions:
Expand Down

0 comments on commit 2d41fa8

Please sign in to comment.