From a6ef23c6e619f0ee67d848f5b1780a17cadab2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20P=C3=A9rez=20V=C3=A1zquez?= Date: Thu, 25 Apr 2024 15:17:54 +0200 Subject: [PATCH] Remove imports --- playground/protocol-kit/deploy-safe.ts | 1 - playground/protocol-kit/eip1271.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/playground/protocol-kit/deploy-safe.ts b/playground/protocol-kit/deploy-safe.ts index db7f18f03..e68136e3a 100644 --- a/playground/protocol-kit/deploy-safe.ts +++ b/playground/protocol-kit/deploy-safe.ts @@ -1,6 +1,5 @@ import { SafeAccountConfig, SafeFactory } from '@safe-global/protocol-kit' import { SafeVersion } from '@safe-global/safe-core-sdk-types' -import { ethers } from 'ethers' // This file can be used to play around with the Safe Core SDK diff --git a/playground/protocol-kit/eip1271.ts b/playground/protocol-kit/eip1271.ts index 3578dee49..0fece8dc6 100644 --- a/playground/protocol-kit/eip1271.ts +++ b/playground/protocol-kit/eip1271.ts @@ -1,6 +1,5 @@ import Safe from '@safe-global/protocol-kit' import { hashSafeMessage } from '@safe-global/protocol-kit' -import { ethers, JsonRpcProvider } from 'ethers' // This file can be used to play around with the Safe Core SDK