(currentSTO)
| 941 | } |
| 942 | |
| 943 | async function modfifyLimits(currentSTO) { |
| 944 | let limits = limitsConfigUSDTieredSTO(); |
| 945 | let modifyLimitsAction = currentSTO.methods.modifyLimits(limits.nonAccreditedLimitUSD, limits.minimumInvestmentUSD); |
| 946 | await common.sendTransaction(modifyLimitsAction); |
| 947 | } |
| 948 | |
| 949 | async function modfifyFunding(currentSTO) { |
| 950 | let funding = fundingConfigUSDTieredSTO(); |
no test coverage detected