diff --git a/packages/protocol-kit/tests/e2e/utilsContracts.test.ts b/packages/protocol-kit/tests/e2e/utilsContracts.test.ts index 129c26886..0ed189fd3 100644 --- a/packages/protocol-kit/tests/e2e/utilsContracts.test.ts +++ b/packages/protocol-kit/tests/e2e/utilsContracts.test.ts @@ -652,7 +652,7 @@ describe('Contract utils', () => { } ) - itif(safeVersionDeployed === '1.3.0')( + itif(safeVersionDeployed >= '1.3.0')( 'returns the same predicted address based on the deploymentType for different chains', async () => { const { accounts } = await setupTests()