Skip to content

Commit

Permalink
add xdai custom rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jul 5, 2022
1 parent 0244563 commit 34569fc
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 @@ -32,3 +32,4 @@ jobs:
ALCHEMY_CONNECTION_POLYGON: ${{ secrets.ALCHEMY_CONNECTION_POLYGON }}
ALCHEMY_CONNECTION_ARBITRUM: ${{ secrets.ALCHEMY_CONNECTION_ARBITRUM }}
XDAI: ${{ secrets.XDAI }}
XDAI_RPC: ${{ secrets.XDAI_RPC }}
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 = {
ALCHEMY_CONNECTION_POLYGON: process.env.ALCHEMY_CONNECTION_POLYGON,
ALCHEMY_CONNECTION_ARBITRUM: process.env.ALCHEMY_CONNECTION_ARBITRUM,
XDAI: process.env.XDAI,
XDAI_RPC: process.env.XDAI_RPC,
// ADAPTOR LIST
ADAPTORS: JSON.stringify(
fs
Expand Down
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ functions:
ALCHEMY_CONNECTION_POLYGON: ${file(./env.js):ALCHEMY_CONNECTION_POLYGON}
ALCHEMY_CONNECTION_ARBITRUM: ${file(./env.js):ALCHEMY_CONNECTION_ARBITRUM}
XDAI: ${file(./env.js):XDAI}
XDAI_RPC: ${file(./env.js):XDAI_RPC}

# --- data enrichment (pct-changes)
triggerEnrichment:
Expand Down

0 comments on commit 34569fc

Please sign in to comment.