()
| 117 | } |
| 118 | |
| 119 | function getExternalAccounts() { |
| 120 | const binaryDir = getExternalProgramOutputDir(); |
| 121 | return getExternalAccountAddresses().map((address) => ({ |
| 122 | account: address, |
| 123 | deployPath: path.join(binaryDir, `${address}.json`), |
| 124 | })); |
| 125 | } |
no test coverage detected
searching dependent graphs…