MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / modfifyLimits

Function modfifyLimits

CLI/commands/sto_manager.js:943–947  ·  view source on GitHub ↗
(currentSTO)

Source from the content-addressed store, hash-verified

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

Callers 1

usdTieredSTO_configureFunction · 0.85

Calls 1

limitsConfigUSDTieredSTOFunction · 0.85

Tested by

no test coverage detected