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

Function modifySTO

CLI/commands/sto_manager.js:106–118  ·  view source on GitHub ↗
(selectedSTO, currentSTO)

Source from the content-addressed store, hash-verified

104}
105
106async function modifySTO(selectedSTO, currentSTO) {
107 switch (selectedSTO) {
108 case 'CappedSTO':
109 console.log(chalk.red(`
110 *********************************
111 This option is not yet available.
112 *********************************`));
113 break;
114 case 'USDTieredSTO':
115 await usdTieredSTO_configure(currentSTO);
116 break;
117 }
118}
119
120async function addSTOModule(stoConfig) {
121 console.log(chalk.blue('Launch STO - Configuration'));

Callers 1

executeAppFunction · 0.85

Calls 1

usdTieredSTO_configureFunction · 0.85

Tested by

no test coverage detected