From a490ae4866a04b4e285aca9b2c1511a6ef5ffd24 Mon Sep 17 00:00:00 2001 From: melonges Date: Sun, 13 Oct 2024 17:49:40 +0300 Subject: [PATCH] fix: add missing packages --- vrf-arbitrum-gas-estimation/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vrf-arbitrum-gas-estimation/package.json b/vrf-arbitrum-gas-estimation/package.json index a6cc4abd..731fe2b7 100644 --- a/vrf-arbitrum-gas-estimation/package.json +++ b/vrf-arbitrum-gas-estimation/package.json @@ -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" - } \ No newline at end of file + }