(excluded)
| 768 | } |
| 769 | |
| 770 | function showExcluded(excluded) { |
| 771 | console.log('Current default excluded addresses:') |
| 772 | excluded.map(address => console.log(address)); |
| 773 | console.log(); |
| 774 | } |
| 775 | |
| 776 | async function getAllModulesByType(type) { |
| 777 | function ModuleInfo(_moduleType, _name, _address, _factoryAddress, _archived, _paused) { |
no outgoing calls
no test coverage detected