Skip to content

Commit

Permalink
added extra note
Browse files Browse the repository at this point in the history
  • Loading branch information
jpick713 committed Apr 10, 2024
1 parent 634d6b2 commit f6e20dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/test/TestnetTokenManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f6e20dd

Please sign in to comment.