Skip to content

Commit

Permalink
Update helpers/deploymentConfig.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Lanchas <[email protected]>
0xlucian and chechu committed Oct 11, 2023
1 parent dd157b1 commit 22456f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ const preconfiguredAddresses = {
Shortfall: "0xf37530A8a810Fcb501AA0Ecd0B0699388F0F2209",
},
sepolia: {
VTreasury: "0xFc43c055B9be2Ec3BEe6f8C291Af862d764016a0",
VTreasury: preconfiguredAddresses.sepolia.VTreasury,

Check failure on line 137 in helpers/deploymentConfig.ts

GitHub Actions / Deploy

Block-scoped variable 'preconfiguredAddresses' used before its declaration.
NormalTimelock: SEPOLIA_MULTISIG,
FastTrackTimelock: SEPOLIA_MULTISIG,
CriticalTimelock: SEPOLIA_MULTISIG,

0 comments on commit 22456f4

Please sign in to comment.