Skip to content

Commit

Permalink
Remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Apr 25, 2024
1 parent 0977866 commit a6ef23c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion playground/protocol-kit/deploy-safe.ts
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion playground/protocol-kit/eip1271.ts
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a6ef23c

Please sign in to comment.