Skip to content

Commit

Permalink
new strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
marczeller committed Jul 2, 2024
1 parent f16eba9 commit bada67a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/EmissionTestEthxEthereum.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ contract EmissionTestEthXMainnet is BaseTest {
IEACAggregatorProxy constant REWARD_ORACLE =
IEACAggregatorProxy(AaveV3EthereumAssets.USDC_ORACLE); // temp set to USDC, replace with SD pricefeed before deploy

/// @dev already deployed and configured for the both the SD asset and the 0xac140648435d03f784879cd789130F22Ef588Fcd EMISSION_ADMIN
ITransferStrategyBase constant TRANSFER_STRATEGY =
ITransferStrategyBase(0x4fDB95C607EDe09A548F60685b56C034992B194a);
ITransferStrategyBase(0x4fDB95C607EDe09A548F60685b56C034992B194a); // new deployed strategy

uint256 constant TOTAL_DISTRIBUTION = 15_000 ether; // 15'000 SD/month, 1 month
uint88 constant DURATION_DISTRIBUTION = 30 days;
Expand Down

0 comments on commit bada67a

Please sign in to comment.