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

Function processAddress

CLI/commands/sto_manager.js:388–395  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

386}
387
388async function processAddress(array) {
389 let list = [];
390 for (const address of array) {
391 let symbol = await checkSymbol(address);
392 list.push({ "symbol": symbol, "address": address })
393 }
394 return list
395}
396
397function tiersConfigUSDTieredSTO(polyRaise) {
398 let tiers = {};

Callers 1

usdTieredSTO_statusFunction · 0.70

Calls 1

checkSymbolFunction · 0.70

Tested by

no test coverage detected