(array)
| 386 | } |
| 387 | |
| 388 | async 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 | |
| 397 | function tiersConfigUSDTieredSTO(polyRaise) { |
| 398 | let tiers = {}; |
no test coverage detected