Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Mar 8, 2024
1 parent a8c894d commit cd741de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function main() {
})
.map(
(networkInfo) =>
new NetworkRouter(configuration, repositories, networkInfo),
new NetworkRouter(configuration, Web3, repositories, networkInfo),
)

const newFeeds: Array<FeedInfo> = []
Expand Down
1 change: 1 addition & 0 deletions packages/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"lib": ["ES2021", "DOM"],
"skipLibCheck": true,
"target": "es5",
"module": "commonjs",
"esModuleInterop": true,
Expand Down

0 comments on commit cd741de

Please sign in to comment.