From 6811a2bf4b2428a1878fe80aebe39e9971ba6bec Mon Sep 17 00:00:00 2001 From: lbeder Date: Fri, 14 Jun 2024 12:12:15 -0400 Subject: [PATCH] Fix deployment tests --- deploy/tests/000005-eip712-proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/tests/000005-eip712-proxy.ts b/deploy/tests/000005-eip712-proxy.ts index 3172c00f..b358fdf1 100644 --- a/deploy/tests/000005-eip712-proxy.ts +++ b/deploy/tests/000005-eip712-proxy.ts @@ -23,7 +23,7 @@ describeDeployment(__filename, () => { }); it('should deploy the EIP712 proxy', async () => { - expect(await proxy.version()).to.equal('1.3.0'); + expect(await proxy.version()).to.equal('1.4.0'); expect(await proxy.getEAS()).to.equal(await eas.getAddress()); expect(await proxy.getDomainSeparator()).to.equal(eip712ProxyUtils.getDomainSeparator(EIP712_PROXY_NAME));