New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

antier-gnosis-safe

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antier-gnosis-safe - npm Package Compare versions

Comparing version

to
1.2.13

2

dist/lib/createMultiSigWallet.js

@@ -17,3 +17,3 @@ "use strict";

let dataToSend = {
hex: fundCreated.logs[0].data,
hex: fundCreated.logs[1].data,
};

@@ -20,0 +20,0 @@ let result = await (0, api_service_1.POST_METHOD)(config_1.API_ENDPOINTS.getMultiSig, dataToSend);

@@ -104,8 +104,4 @@ "use strict";

const executeTx = async (safe, safeTx, signs, overrides) => {
console.log('safe :>> ', safe);
console.log('safeTx :>> ', safeTx);
const signatureBytes = await (0, exports.buildSignatureBytes)(signs);
console.log('signatureBytes :>> ', signatureBytes);
const gasLimit = await safe.estimateGas.execTransaction(safeTx.to, safeTx.value, safeTx.data, safeTx.operation, safeTx.safeTxGas, safeTx.baseGas, safeTx.gasPrice, safeTx.gasToken, safeTx.refundReceiver, signatureBytes);
console.log('gaslimit :>> ', gasLimit);
return safe.execTransaction(safeTx.to, safeTx.value, safeTx.data, safeTx.operation, safeTx.safeTxGas, safeTx.baseGas, safeTx.gasPrice, safeTx.gasToken, safeTx.refundReceiver, signatureBytes, overrides || { gasLimit: gasLimit.mul(10) });

@@ -112,0 +108,0 @@ };

@@ -15,3 +15,2 @@ "use strict";

});
console.log('accounts :>> ', accounts);
if (accounts[0] !== senderWalletAddress) {

@@ -18,0 +17,0 @@ return null;

{
"name": "antier-gnosis-safe",
"version": "1.2.12",
"version": "1.2.13",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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