(currentSTO)
| 947 | } |
| 948 | |
| 949 | async function modfifyFunding(currentSTO) { |
| 950 | let funding = fundingConfigUSDTieredSTO(); |
| 951 | let modifyFundingAction = currentSTO.methods.modifyFunding(funding.raiseType); |
| 952 | await common.sendTransaction(modifyFundingAction); |
| 953 | } |
| 954 | |
| 955 | async function modfifyAddresses(currentSTO) { |
| 956 | let addresses = await addressesConfigUSDTieredSTO(await currentSTO.methods.fundRaiseTypes(gbl.constants.FUND_RAISE_TYPES.STABLE).call()); |
no test coverage detected