(currentSTO)
| 935 | } |
| 936 | |
| 937 | async function modfifyTimes(currentSTO) { |
| 938 | let times = timesConfigUSDTieredSTO(); |
| 939 | let modifyTimesAction = currentSTO.methods.modifyTimes(times.startTime, times.endTime); |
| 940 | await common.sendTransaction(modifyTimesAction); |
| 941 | } |
| 942 | |
| 943 | async function modfifyLimits(currentSTO) { |
| 944 | let limits = limitsConfigUSDTieredSTO(); |
no test coverage detected