From 0c01e61d507b6c0fcc5c53dabc13fba205d03009 Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Fri, 4 Jul 2025 12:15:12 +0100 Subject: [PATCH] chore: Use tycho project in tenderly Took 15 minutes --- foundry/hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry/hardhat.config.js b/foundry/hardhat.config.js index e0d3d82..b68cecb 100644 --- a/foundry/hardhat.config.js +++ b/foundry/hardhat.config.js @@ -44,7 +44,7 @@ module.exports = { }, tenderly: { - project: "project", + project: "tycho", username: "tvinagre", privateVerification: false, },