Skip to content

Commit

Permalink
fix: add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
melonges authored Oct 13, 2024
1 parent 26868b2 commit a490ae4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vrf-arbitrum-gas-estimation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
},
"dependencies": {
"@arbitrum/sdk": "^v3.1.2",
"arb-shared-dependencies": "^1.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"devDependencies": {
"@types/node": "^22.7.5"
},
"author": "",
"license": "ISC"
}
}

0 comments on commit a490ae4

Please sign in to comment.