Skip to content

Commit

Permalink
Problem: comment in ModuleCRC20.sol is out of date (#319)
Browse files Browse the repository at this point in the history
update the comment on module address.
  • Loading branch information
yihuang authored Jan 26, 2022
1 parent 38c96f5 commit ad54314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/ModuleCRC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.6.8;
import "ds-token/token.sol";

contract ModuleCRC20 is DSToken {
// sha256('cronos')[:20]
// sha256('cronos-evm')[:20]
address constant module_address = 0x89A7EF2F08B1c018D5Cc88836249b84Dd5392905;
string denom;

Expand Down

0 comments on commit ad54314

Please sign in to comment.