From f6e20ddce802e5be462b748b033b1a4d35f168cc Mon Sep 17 00:00:00 2001 From: Jamie Pickett Date: Tue, 9 Apr 2024 21:39:31 -0400 Subject: [PATCH] added extra note --- contracts/test/TestnetTokenManager.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/test/TestnetTokenManager.sol b/contracts/test/TestnetTokenManager.sol index 4c2cfc95..bd5cedcd 100644 --- a/contracts/test/TestnetTokenManager.sol +++ b/contracts/test/TestnetTokenManager.sol @@ -18,8 +18,8 @@ contract TestnetTokenManager is Ownable2Step, IMysoTokenManager { uint128 mysoTokenMultiplier; } address internal constant MYSO_TOKEN = - //0x8fF1307ba7e5FDc3A411d259bAe641e2B1d897c4; // sepolia dev-token - 0x6B175474E89094C44Da98b954EedeAC495271d0F; // Dai testnet stand-in + //0x8fF1307ba7e5FDc3A411d259bAe641e2B1d897c4; // sepolia dev-token toggle if deploying to dev + 0x6B175474E89094C44Da98b954EedeAC495271d0F; // Dai testnet stand-in address internal constant STAKED_MYSO_TOKEN = 0x0A6cBCB5Ac7Fc6B47f06c2cE3E828b6EEBf37B06; mapping(address => RewardInfo) public rewardInfos;