Skip to content

Commit

Permalink
add config contract aggregator address
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Jan 9, 2024
1 parent 621ac9d commit 7218c87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/api/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export const config = () => ({
port: parseInt(process.env.PRIVATE_API_PORT || '4000'),
},
},
contracts: {
aggregator: process.env.CONTRACT_AGGREGATOR || '####',
},
services: {
swagger: {
urls: [process.env.SWAGGER_URL || 'https://aggregator.example.com'],
Expand Down

0 comments on commit 7218c87

Please sign in to comment.