Skip to content

Commit

Permalink
remove deprecated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Dec 11, 2024
1 parent c495d21 commit 7c6f91c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
1 change: 0 additions & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@safe-global/api-kit": "^2.4.2",
"@safe-global/protocol-kit": "^5.0.1",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@safe-global/safe-gateway-typescript-sdk": "^3.21.10",
"@shazow/whatsabi": "^0.17.0",
"@testing-library/dom": "^10.4.0",
Expand Down
4 changes: 2 additions & 2 deletions extension/src/panel/pages/routes/edit.$routeId/wrapRequest.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { HexAddress, LegacyConnection, TransactionData } from '@/types'
import { ContractFactories, KnownContracts } from '@gnosis.pm/zodiac'
import type { MetaTransactionData } from '@safe-global/safe-core-sdk-types'
import { toQuantity } from 'ethers'
import type { MetaTransactionRequest } from 'ser-kit'

const RolesV1Interface =
ContractFactories[KnownContracts.ROLES_V1].createInterface()
Expand All @@ -10,7 +10,7 @@ const RolesV2Interface =
const DelayInterface = ContractFactories[KnownContracts.DELAY].createInterface()

export function wrapRequest(
request: MetaTransactionData | TransactionData,
request: MetaTransactionRequest | TransactionData,
connection: LegacyConnection,
revertOnError = true,
): TransactionData {
Expand Down
14 changes: 0 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c6f91c

Please sign in to comment.