Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Jun 7, 2024
1 parent 1695377 commit 29f7d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ethers } from 'ethers'
import { Safe4337Pack } from '@safe-global/relay-kit'
import { GetSafeOperationListResponse } from 'packages/api-kit/dist/src'
import { GetSafeOperationListResponse } from '@safe-global/api-kit'

export async function waitForOperationToFinish(
userOperationHash: string,
Expand Down

0 comments on commit 29f7d90

Please sign in to comment.