Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Jun 23, 2021
1 parent 81b8158 commit bf1caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WCKTON.sol
Expand Up @@ -19,7 +19,7 @@ contract WCKTON {
string public name = "Wrapped CKTON";
string public symbol = "WCKTON";
uint8 public decimals = 18;
address public KTON_PRECOMPILE = 0x0000000000000000000000000000000000000016;
address public KTON_PRECOMPILE = 0x0000000000000000000000000000000000000015;

event Approval(address indexed src, address indexed guy, uint wad);
event Transfer(address indexed src, address indexed dst, uint wad);
Expand Down

0 comments on commit bf1caf6

Please sign in to comment.