Skip to content

Commit

Permalink
Update src/20240325_AaveV3Ethereum_AaveBGDPhase3/AaveV3Ethereum_AaveB…
Browse files Browse the repository at this point in the history
…GDPhase3_20240325.sol

Co-authored-by: Ernesto Boado <[email protected]>
  • Loading branch information
brotherlymite and eboadom authored Mar 26, 2024
1 parent 976055d commit 40335a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ contract AaveV3Ethereum_AaveBGDPhase3_20240325 is IProposalGenericExecutor {
SCOPE_2_AUSDC_STREAM,
AaveV3EthereumAssets.USDC_A_TOKEN,
block.timestamp + 120 days, // start of the stream will be after 4 months
block.timestamp + 120 days + 1 // end of the stream will be one block after the start
block.timestamp + 120 days + 1 // end of the stream will be one second after the start
);
}
}

0 comments on commit 40335a0

Please sign in to comment.