From c4e233df518fb9214af9ffff85b05fcb78bea691 Mon Sep 17 00:00:00 2001 From: Ariel Barmat <140773+abarmat@users.noreply.github.com> Date: Wed, 30 Nov 2022 11:27:40 -0300 Subject: [PATCH] chore: update tenderly project name --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 3b989dcd0..1821701d4 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -202,7 +202,7 @@ const config: HardhatUserConfig = { }, tenderly: { project: 'graph-network', - username: 'abarmat', + username: 'graphprotocol', }, contractSizer: { alphaSort: true,