()
| 138 | * Get new implementation address from environment |
| 139 | */ |
| 140 | const getNewImplementation = () => process.env.NEW_IMPLEMENTATION_ADDRESS as Address | undefined |
| 141 | |
| 142 | /** |
| 143 | * Returns upgrade call if NEW_IMPLEMENTATION_ADDRESS is set, empty array otherwise |