Update event testing and reformat icco.js (#50)

* Update Event testing and reformat icco.js

Co-authored-by: Drew <dsterioti@users.noreply.github.com>
This commit is contained in:
Drew 2022-07-08 15:29:53 -05:00 committed by GitHub
parent 2b3a3ae5ea
commit c02bb7f74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 671 additions and 2007 deletions

View File

@ -510,7 +510,9 @@ contract Contributor is ContributorGovernance, ContributorEvents, ReentrancyGuar
address tokenAddress = address(uint160(uint256(tokenAddressBytes)));
/// grab the amount to refund the user
uint256 thisRefundContribution = getSaleContribution(saleId, tokenIndex, msg.sender);
/// refund tokens
SafeERC20.safeTransfer(
IERC20(tokenAddress),

File diff suppressed because it is too large Load Diff