@safe-global/api-kit
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -675,3 +675,3 @@ "use strict"; | ||
callData: userOperation.callData, | ||
callDataGasLimit: userOperation.callGasLimit.toString(), | ||
callGasLimit: userOperation.callGasLimit.toString(), | ||
verificationGasLimit: userOperation.verificationGasLimit.toString(), | ||
@@ -678,0 +678,0 @@ preVerificationGas: userOperation.preVerificationGas.toString(), |
@@ -261,3 +261,3 @@ import { Signer, TypedDataDomain, TypedDataField } from 'ethers'; | ||
readonly callData: null | string; | ||
readonly callDataGasLimit: number; | ||
readonly callGasLimit: number; | ||
readonly verificationGasLimit: number; | ||
@@ -264,0 +264,0 @@ readonly preVerificationGas: number; |
{ | ||
"name": "@safe-global/api-kit", | ||
"version": "2.4.0", | ||
"description": "Safe API Kit", | ||
"version": "2.4.1", | ||
"description": "SDK that facilitates the interaction with the Safe Transaction Service API", | ||
"main": "dist/src/index.js", | ||
@@ -9,4 +9,5 @@ "typings": "dist/src/index.d.ts", | ||
"Ethereum", | ||
"Wallet", | ||
"Safe", | ||
"Service", | ||
"Smart Account", | ||
"API" | ||
@@ -62,4 +63,4 @@ ], | ||
"dependencies": { | ||
"@safe-global/protocol-kit": "^4.0.0", | ||
"@safe-global/safe-core-sdk-types": "^5.0.0", | ||
"@safe-global/protocol-kit": "^4.0.1", | ||
"@safe-global/safe-core-sdk-types": "^5.0.1", | ||
"ethers": "^6.12.1", | ||
@@ -66,0 +67,0 @@ "node-fetch": "^2.7.0" |
# Safe API Kit | ||
[![NPM Version](https://badge.fury.io/js/%40safe-global%2Fapi-kit.svg)](https://badge.fury.io/js/%40safe-global%2Fapi-kit) | ||
[![npm Version](https://badge.fury.io/js/%40safe-global%2Fapi-kit.svg)](https://badge.fury.io/js/%40safe-global%2Fapi-kit) | ||
[![GitHub Release](https://img.shields.io/github/release/safe-global/safe-core-sdk.svg?style=flat)](https://github.com/safe-global/safe-core-sdk/releases) | ||
[![GitHub](https://img.shields.io/github/license/safe-global/safe-core-sdk)](https://github.com/safe-global/safe-core-sdk/blob/main/LICENSE.md) | ||
Software development kit that facilitates the interaction with the [Safe Transaction Service API](https://github.com/safe-global/safe-transaction-service). | ||
Software development kit that facilitates the interaction with the [Safe Transaction Service API](https://github.com/safe-global/safe-transaction-service), allowing to propose and share transactions with the other signers of a Safe, sending the signatures to the service to collect them, getting information about a Safe (like reading the transaction history, pending transactions, enabled Modules and Guards, etc.), among other features. | ||
@@ -9,0 +9,0 @@ ## Table of contents |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173245