()
| 61 | * Get new implementation address from environment |
| 62 | */ |
| 63 | const getNewImplementation = () => process.env.NEW_IMPLEMENTATION_ADDRESS as Address | undefined |
| 64 | const newImplementation = getNewImplementation() as Address |
| 65 | ;(newImplementation && genesisConfig?.ProtocolConfig?.proxy?.admin ? describe : describe.skip)( |
| 66 | 'Upgrade simulation', |
no outgoing calls
no test coverage detected