From 729fecb823f5c6c387c667a518df3ef8f56bb7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20P=C3=A9rez=20V=C3=A1zquez?= Date: Wed, 8 May 2024 12:38:02 +0200 Subject: [PATCH 1/2] Update packages/protocol-kit/tests/e2e/offChainSignatures.test.ts Co-authored-by: Daniel <25051234+dasanra@users.noreply.github.com> --- packages/protocol-kit/tests/e2e/offChainSignatures.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts b/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts index 75d97c6ae..2a5f00077 100644 --- a/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts +++ b/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts @@ -215,7 +215,7 @@ describe('Off-chain signatures', () => { } ) - it('should add the signature of the current signer using eth_signTypedData with ethers provider', async () => { + it('should add the signature of the current signer using eth_signTypedData', async () => { const { safe, contractNetworks, provider } = await setupTests() const safeAddress = await safe.getAddress() const safeSdk = await Safe.create({ From 6e3ca0acb8e1ddbba944e36c2ccb71e0dd663fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20P=C3=A9rez=20V=C3=A1zquez?= Date: Wed, 8 May 2024 12:38:10 +0200 Subject: [PATCH 2/2] Update packages/protocol-kit/tests/e2e/offChainSignatures.test.ts Co-authored-by: Daniel <25051234+dasanra@users.noreply.github.com> --- packages/protocol-kit/tests/e2e/offChainSignatures.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts b/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts index 2a5f00077..a20f15366 100644 --- a/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts +++ b/packages/protocol-kit/tests/e2e/offChainSignatures.test.ts @@ -235,7 +235,7 @@ describe('Off-chain signatures', () => { chai.expect(signedTx.signatures.size).to.be.eq(1) }) - it('should add the signature of the current signer using eth_signTypedData_v3 with ethers provider', async () => { + it('should add the signature of the current signer using eth_signTypedData_v3', async () => { const { safe, contractNetworks, provider } = await setupTests() const safeAddress = await safe.getAddress() const safeSdk = await Safe.create({