Skip to content

Commit

Permalink
sample token updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MahithChigurupati committed Jan 14, 2023
1 parent c50b626 commit c9f9527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sampleUSDC.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.0.0/contr
contract usdc is ERC20("testUSDC","testUSDC"){

function mintTwenty() public{
_mint(msg.sender,20);
_mint(msg.sender,20*10**18);
}
}

0 comments on commit c9f9527

Please sign in to comment.