Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Jan 17, 2024
1 parent 17aae0f commit 8058598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/stability/SortedOracles.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contract SortedOracles is ISortedOracles, ICeloVersionedContract, Ownable, Initi
IBreakerBox public breakerBox;
// Maps a token address to its equivalent token address.
// For example, maps the USDC token address to the cUSD token address.
// Original token will return the median value as equivalent token.
// Original token will return the median value same as the value of equivalent token.
mapping(address => address) public equivalentTokens;

event OracleAdded(address indexed token, address indexed oracleAddress);
Expand Down

0 comments on commit 8058598

Please sign in to comment.