@0xsequence/core
Advanced tools
Comparing version 0.0.0-20230727132905 to 0.0.0-20230801185244
{ | ||
"name": "@0xsequence/core", | ||
"version": "0.0.0-20230727132905", | ||
"version": "0.0.0-20230801185244", | ||
"description": "core primitives for interacting with the sequence wallet contracts", | ||
@@ -23,3 +23,3 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/core", | ||
"dependencies": { | ||
"@0xsequence/abi": "0.0.0-20230727132905" | ||
"@0xsequence/abi": "0.0.0-20230801185244" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -300,3 +300,3 @@ import { BigNumberish, BytesLike, ethers } from "ethers" | ||
const decoded = ethers.utils.defaultAbiCoder.decode([selfExecuteAbi], data)[0] | ||
unwound.push(...decoded.map((d: TransactionEncoded) => ({ ...d, to: d.target }))) | ||
unwound.push(...unwind(tx.to, decoded.map((d: TransactionEncoded) => ({ ...d, to: d.target })))) | ||
} else { | ||
@@ -303,0 +303,0 @@ try { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
428076
+ Added@0xsequence/abi@0.0.0-20230801185244(transitive)
- Removed@0xsequence/abi@0.0.0-20230727132905(transitive)