Skip to content

Commit

Permalink
Bump @safe-global/safe-core-sdk-types from 5.0.3 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [@safe-global/safe-core-sdk-types](https://github.com/safe-global/safe-core-sdk) from 5.0.3 to 5.1.0.
- [Release notes](https://github.com/safe-global/safe-core-sdk/releases)
- [Commits](https://github.com/safe-global/safe-core-sdk/commits)

---
updated-dependencies:
- dependency-name: "@safe-global/safe-core-sdk-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and RnkSngh committed Oct 22, 2024
1 parent 29a75ac commit 0ebdf0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 4 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@commander-js/extra-typings": "^12.1.0",
"@safe-global/api-kit": "^2.5.2",
"@safe-global/protocol-kit": "^4.0.3",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@safe-global/safe-core-sdk-types": "^5.1.0",
"@typechain/ethers-v6": "^0.5.1",
"ethers": "^6.13.2",
"nunjucks": "^3.2.4",
Expand Down
3 changes: 2 additions & 1 deletion src/multisig/safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Safe, { SafeFactory } from "@safe-global/protocol-kit";
import {
OperationType,
SafeTransactionDataPartial,
TransactionResult,
} from "@safe-global/safe-core-sdk-types";
import { ethers } from "ethers";

Expand Down Expand Up @@ -102,7 +103,7 @@ export const executeMultisigTx = async (
chainId: bigint,
rpcUrl: string,
pendingTransactionIndex: number
) => {
):Promise<TransactionResult> => {
const apiKit = new SafeApiKit({
chainId,
});
Expand Down

0 comments on commit 0ebdf0a

Please sign in to comment.