diff --git a/helpers/deploymentConfig.ts b/helpers/deploymentConfig.ts index d1de710f6..f1d30097d 100644 --- a/helpers/deploymentConfig.ts +++ b/helpers/deploymentConfig.ts @@ -130,7 +130,7 @@ const preconfiguredAddresses = { SwapRouter_CorePool: "0x8938E6dA30b59c1E27d5f70a94688A89F7c815a4", }, sepolia: { - VTreasury: "0xFc43c055B9be2Ec3BEe6f8C291Af862d764016a0", + VTreasury: preconfiguredAddresses.sepolia.VTreasury, NormalTimelock: SEPOLIA_MULTISIG, FastTrackTimelock: SEPOLIA_MULTISIG, CriticalTimelock: SEPOLIA_MULTISIG,