@safe-global/protocol-kit
Advanced tools
Comparing version 4.0.2 to 4.0.3
import { SafeMultisigTransactionResponse, SafeSignature, SafeTransaction, SafeVersion, TransactionOptions, TransactionResult, MetaTransactionData, Transaction, EIP712TypedData } from '@safe-global/safe-core-sdk-types'; | ||
import ContractManager from './managers/contractManager'; | ||
import { AddOwnerTxParams, ConnectSafeConfig, CreateTransactionProps, RemoveOwnerTxParams, SafeConfig, SigningMethodType, SwapOwnerTxParams, SafeModulesPaginated } from './types'; | ||
import { AddOwnerTxParams, ConnectSafeConfig, CreateTransactionProps, PredictedSafeProps, RemoveOwnerTxParams, SafeConfig, SigningMethodType, SwapOwnerTxParams, SafeModulesPaginated } from './types'; | ||
import { SafeTransactionOptionalProps } from './utils/transactions/types'; | ||
@@ -35,2 +35,7 @@ import SafeMessage from './utils/messages/SafeMessage'; | ||
/** | ||
* Returns the predicted Safe configuration. | ||
* @returns {PredictedSafeProps | undefined} The predicted Safe configuration | ||
*/ | ||
getPredictedSafe(): PredictedSafeProps | undefined; | ||
/** | ||
* Returns the address of the current SafeProxy contract. | ||
@@ -37,0 +42,0 @@ * |
@@ -194,2 +194,9 @@ "use strict"; | ||
/** | ||
* Returns the predicted Safe configuration. | ||
* @returns {PredictedSafeProps | undefined} The predicted Safe configuration | ||
*/ | ||
getPredictedSafe() { | ||
return __classPrivateFieldGet(this, _Safe_predictedSafe, "f"); | ||
} | ||
/** | ||
* Returns the address of the current SafeProxy contract. | ||
@@ -196,0 +203,0 @@ * |
@@ -68,2 +68,3 @@ "use strict"; | ||
{ chainId: 424n, shortName: 'PNG' }, | ||
{ chainId: 530n, shortName: 'FxCore' }, | ||
{ chainId: 570n, shortName: 'sys-rollux' }, | ||
@@ -96,2 +97,3 @@ { chainId: 588n, shortName: 'metis-stardust' }, | ||
{ chainId: 1329n, shortName: 'sei' }, | ||
{ chainId: 1337n, shortName: 'geth' }, | ||
{ chainId: 1442n, shortName: 'testnet-zkEVM-mango' }, | ||
@@ -150,2 +152,3 @@ { chainId: 1559n, shortName: 'tenet' }, | ||
{ chainId: 8217n, shortName: 'cypress' }, | ||
{ chainId: 8329n, shortName: 'lrz' }, | ||
{ chainId: 8453n, shortName: 'base' }, | ||
@@ -167,2 +170,4 @@ { chainId: 8822n, shortName: 'iotaevm' }, | ||
{ chainId: 11891n, shortName: 'Arianee' }, | ||
{ chainId: 12324n, shortName: 'l3x' }, | ||
{ chainId: 12325n, shortName: 'l3x-testnet' }, | ||
{ chainId: 12357n, shortName: 'rei-testnet' }, | ||
@@ -194,2 +199,3 @@ { chainId: 12553n, shortName: 'rss3' }, | ||
{ chainId: 48899n, shortName: 'zircuit-testnet' }, | ||
{ chainId: 53457n, shortName: 'dodochain' }, | ||
{ chainId: 54211n, shortName: 'islmt' }, | ||
@@ -209,4 +215,6 @@ { chainId: 56288n, shortName: 'boba-bnb' }, | ||
{ chainId: 81457n, shortName: 'blastmainnet' }, | ||
{ chainId: 83291n, shortName: 'lrz-testnet' }, | ||
{ chainId: 84531n, shortName: 'basegor' }, | ||
{ chainId: 84532n, shortName: 'basesep' }, | ||
{ chainId: 90001n, shortName: 'dhobyghaut' }, | ||
{ chainId: 103454n, shortName: 'masatest' }, | ||
@@ -232,2 +240,3 @@ { chainId: 105105n, shortName: 'stratis' }, | ||
{ chainId: 622277n, shortName: 'rth' }, | ||
{ chainId: 656476n, shortName: 'open-campus-codex' }, | ||
{ chainId: 713715n, shortName: 'sei-devnet' }, | ||
@@ -234,0 +243,0 @@ { chainId: 764984n, shortName: 'lamina1test' }, |
{ | ||
"name": "@safe-global/protocol-kit", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "SDK that facilitates the interaction with Safe Smart Accounts", | ||
@@ -76,4 +76,4 @@ "main": "dist/src/index.js", | ||
"@noble/hashes": "^1.3.3", | ||
"@safe-global/safe-core-sdk-types": "^5.0.2", | ||
"@safe-global/safe-deployments": "^1.37.0", | ||
"@safe-global/safe-core-sdk-types": "^5.0.3", | ||
"@safe-global/safe-deployments": "^1.37.1", | ||
"abitype": "^1.0.2", | ||
@@ -80,0 +80,0 @@ "ethereumjs-util": "^7.1.5", |
Sorry, the diff of this file is not supported yet
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
792553
9639