We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c96f5 commit ad54314Copy full SHA for ad54314
1 file changed
contracts/src/ModuleCRC20.sol
@@ -3,7 +3,7 @@ pragma solidity ^0.6.8;
3
import "ds-token/token.sol";
4
5
contract ModuleCRC20 is DSToken {
6
- // sha256('cronos')[:20]
+ // sha256('cronos-evm')[:20]
7
address constant module_address = 0x89A7EF2F08B1c018D5Cc88836249b84Dd5392905;
8
string denom;
9
0 commit comments