Skip to content

Commit ad54314

Browse files
author
yihuang
authored
Problem: comment in ModuleCRC20.sol is out of date (#319)
update the comment on module address.
1 parent 38c96f5 commit ad54314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/src/ModuleCRC20.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pragma solidity ^0.6.8;
33
import "ds-token/token.sol";
44

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

0 commit comments

Comments
 (0)