From 672542429ab9b3aef581411ba540d4cd8fdc0d97 Mon Sep 17 00:00:00 2001 From: Shane Fontaine <9441295+shanefontaine@users.noreply.github.com> Date: Mon, 20 May 2024 17:16:02 -0700 Subject: [PATCH] hn: use correct dep --- packages/hop-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hop-node/package.json b/packages/hop-node/package.json index d5dffe73e..9ab58e01b 100644 --- a/packages/hop-node/package.json +++ b/packages/hop-node/package.json @@ -43,6 +43,7 @@ "@aws-sdk/client-ssm": "3.338.0", "@consensys/linea-sdk": "0.1.6", "@eth-optimism/sdk": "3.1.4", + "@ethereumjs/rlp": "5.0.2", "@ethereumjs/tx": "5.3.0", "@ethersproject/hdnode": "5.0.9", "@hop-protocol/sdk": "workspace:*", @@ -79,7 +80,6 @@ "uuid": "9.0.1" }, "devDependencies": { - "@ethereumjs/rlp": "5.0.2", "@types/ethereum-block-by-date": "1.4.1", "@types/lodash": "4.14.202", "@types/luxon": "3.4.2",