()
| 55 | * Get new implementation address from environment |
| 56 | */ |
| 57 | const getNewImplementation = () => process.env.NEW_IMPLEMENTATION_ADDRESS as Address | undefined |
| 58 | const newImplementation = getNewImplementation() as Address |
| 59 | ;(newImplementation && genesisConfig?.NativeFiatToken?.proxy?.admin ? describe : describe.skip)( |
| 60 | 'Upgrade simulation', |
no outgoing calls
no test coverage detected