From 86c5f26b5485aa68184290777b19551c12b93b66 Mon Sep 17 00:00:00 2001 From: Justin Schuldt Date: Fri, 30 Sep 2022 13:29:17 -0500 Subject: [PATCH] rm "npm run abigen" from eth/Mathfile (#11) --- ethereum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/Makefile b/ethereum/Makefile index 2ac75b9..f880879 100644 --- a/ethereum/Makefile +++ b/ethereum/Makefile @@ -27,7 +27,7 @@ wormhole_dependencies: wormhole/ethereum/build wormhole/ethereum/build: git clone --depth 1 --branch scratch/batch_vaa_integration --single-branch https://github.com/certusone/wormhole.git - cd wormhole/ethereum && npm ci && npm run build && npm run abigen && make .env + cd wormhole/ethereum && npm ci && npm run build && make .env dependencies: node_modules forge_dependencies wormhole_dependencies