Skip to content

Commit

Permalink
Merge branch 'feat/add-eip1193-provider' of https://github.com/safe-g…
Browse files Browse the repository at this point in the history
…lobal/safe-core-sdk into feat/add-eip1193-provider
  • Loading branch information
yagopv committed May 8, 2024
2 parents 85d1958 + 6e3ca0a commit 28a4a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol-kit/tests/e2e/offChainSignatures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -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({
Expand Down

0 comments on commit 28a4a10

Please sign in to comment.