Skip to content

Commit

Permalink
Adjust token name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Aug 27, 2024
1 parent eb1994f commit f4484a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Usds.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract Usds is UUPSUpgradeable {
mapping (address => uint256) public wards;

// --- ERC20 Data ---
string public constant name = "Sky USD";
string public constant name = "USDS Stablecoin";
string public constant symbol = "USDS";
string public constant version = "1";
uint8 public constant decimals = 18;
Expand Down

0 comments on commit f4484a5

Please sign in to comment.