Skip to content

Commit

Permalink
chore: remove foundry profile from dependency verification
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa committed Apr 26, 2024
1 parent 2a129fc commit 17f3bce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/cli/src/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export async function verify({
}),
},
{
profile: foundryProfile,
cwd: "node_modules/@latticexyz/world",
},
).catch((error) => {
Expand All @@ -128,7 +127,6 @@ export async function verify({
}),
},
{
profile: foundryProfile,
cwd: "node_modules/@latticexyz/world-modules",
},
).catch((error) => {
Expand All @@ -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) => {
Expand All @@ -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) => {
Expand All @@ -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) => {
Expand Down

0 comments on commit 17f3bce

Please sign in to comment.