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 d8462d4 commit 7d6f620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sky.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract Sky {
mapping (address => uint256) public wards;

// --- ERC20 Data ---
string public constant name = "Sky Governance Token";
string public constant name = "SKY Governance Token";
string public constant symbol = "SKY";
string public constant version = "1";
uint8 public constant decimals = 18;
Expand Down

0 comments on commit 7d6f620

Please sign in to comment.