Skip to content

Commit

Permalink
add eth rpc env var
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Jan 11, 2024
1 parent 74a233b commit 9f1578a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ provider:
DEFILLAMA_SDK_MUTED: true
tableName: ${self:custom.tableName}
stage: ${self:custom.stage}
ETHEREUM_RPC: ${env:ETHEREUM_RPC}

custom:
stage: ${opt:stage, self:provider.stage}
Expand Down

0 comments on commit 9f1578a

Please sign in to comment.