Skip to content

Commit

Permalink
Update pages/sdk/protocol-kit/guides/migrate-to-v6.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
yagopv and dasanra authored Feb 20, 2025
1 parent 9ad9d9d commit abe2779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sdk/protocol-kit/guides/migrate-to-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ We moved these types to the `api-kit`.
import { SigningMethod, SigningMethodType } from '@safe-global/protocol-kit'

// new v6 code
import { SigningMethod, SigningMethodType } from '@safe-global/api-kit'
import { SigningMethod, SigningMethodType } from '@safe-global/types-kit'
```

0 comments on commit abe2779

Please sign in to comment.