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