Skip to content

Commit

Permalink
Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 12, 2024
1 parent dfe445a commit 5715b2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/components/tx-flow/flows/UpdateSafe/UpdateSafeReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export const UpdateSafeReview = () => {

return (
<SignOrExecuteForm>
<Typography variant="h4" mb={2}>
Current version: <b>{safe.version}</b> → new version: <b>{latestSafeVersion}</b>
</Typography>

<Typography mb={2}>
Update now to take advantage of new features and the highest security standards available.
</Typography>
Expand Down
3 changes: 1 addition & 2 deletions src/utils/__tests__/safe-migrations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ import {
getSafeL2SingletonDeployment,
getSafeSingletonDeployment,
getSafeToL2MigrationDeployment,
getSafeMigrationDeployment,
} from '@safe-global/safe-deployments'
import type Safe from '@safe-global/protocol-kit'
import { encodeMultiSendData } from '@safe-global/protocol-kit'
import { Multi_send__factory, Safe_to_l2_migration__factory, Safe_migration__factory } from '@/types/contracts'
import { Multi_send__factory, Safe_to_l2_migration__factory } from '@/types/contracts'
import { faker } from '@faker-js/faker'
import { getAndValidateSafeSDK } from '@/services/tx/tx-sender/sdk'
import { decodeMultiSendData } from '@safe-global/protocol-kit/dist/src/utils'
Expand Down

0 comments on commit 5715b2e

Please sign in to comment.