From 17f3bce80c61274d6290e03252df17c1b954f6df Mon Sep 17 00:00:00 2001 From: Fraser Scott Date: Fri, 26 Apr 2024 19:58:02 +0100 Subject: [PATCH] chore: remove foundry profile from dependency verification --- packages/cli/src/verify.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/cli/src/verify.ts b/packages/cli/src/verify.ts index db83ad89ad..6b61421b41 100644 --- a/packages/cli/src/verify.ts +++ b/packages/cli/src/verify.ts @@ -104,7 +104,6 @@ export async function verify({ }), }, { - profile: foundryProfile, cwd: "node_modules/@latticexyz/world", }, ).catch((error) => { @@ -128,7 +127,6 @@ export async function verify({ }), }, { - profile: foundryProfile, cwd: "node_modules/@latticexyz/world-modules", }, ).catch((error) => { @@ -145,7 +143,6 @@ export async function verify({ verifyContract( { name: "WorldProxy", rpc, verifier, verifierUrl, address: worldAddress }, { - profile: foundryProfile, cwd: "node_modules/@latticexyz/world", }, ).catch((error) => { @@ -157,7 +154,6 @@ export async function verify({ verifyContract( { name: "World", rpc, verifier, verifierUrl, address: implementationAddress }, { - profile: foundryProfile, cwd: "node_modules/@latticexyz/world", }, ).catch((error) => { @@ -169,7 +165,6 @@ export async function verify({ verifyContract( { name: "World", rpc, verifier, verifierUrl, address: worldAddress }, { - profile: foundryProfile, cwd: "node_modules/@latticexyz/world", }, ).catch((error) => {