From 22456f4dbf10a739c724aa396ece2eb7219921be Mon Sep 17 00:00:00 2001 From: 0xlucian <96285542+0xlucian@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:45:03 +0300 Subject: [PATCH] Update helpers/deploymentConfig.ts Co-authored-by: Jesus Lanchas --- helpers/deploymentConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/deploymentConfig.ts b/helpers/deploymentConfig.ts index dfdffce34..8ca71933a 100644 --- a/helpers/deploymentConfig.ts +++ b/helpers/deploymentConfig.ts @@ -134,7 +134,7 @@ const preconfiguredAddresses = { Shortfall: "0xf37530A8a810Fcb501AA0Ecd0B0699388F0F2209", }, sepolia: { - VTreasury: "0xFc43c055B9be2Ec3BEe6f8C291Af862d764016a0", + VTreasury: preconfiguredAddresses.sepolia.VTreasury, NormalTimelock: SEPOLIA_MULTISIG, FastTrackTimelock: SEPOLIA_MULTISIG, CriticalTimelock: SEPOLIA_MULTISIG,