()
| 30 | describe('Delegatecall Attack (Simulation)', () => { |
| 31 | // Helper: Generate random address |
| 32 | const randomAddress = () => privateKeyToAccount(generatePrivateKey()).address |
| 33 | |
| 34 | // Helper: Get malicious contract artifact |
| 35 | const getMaliciousContract = async () => { |