@flarenetwork/flare-periphery-contract-artifacts 0.1.10 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -140,9 +140,10 @@ function remapABIParsedToObjects(decoded, abi, ignoreArray = false) {
|
|
|
140
140
|
const result = [];
|
|
141
141
|
for (const item of decoded) {
|
|
142
142
|
result.push(item);
|
|
143
|
-
|
|
143
|
+
return result;
|
|
144
|
+
}
|
|
145
|
+
return decoded;
|
|
144
146
|
}
|
|
145
|
-
return decoded;
|
|
146
147
|
}
|
|
147
148
|
exports.remapABIParsedToObjects = remapABIParsedToObjects;
|
|
148
149
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarenetwork/flare-periphery-contract-artifacts",
|
|
3
3
|
"description": "Smart contracts artifacts for all Flare chains",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.12",
|
|
5
5
|
"author": "Flare Network",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -21,8 +21,5 @@
|
|
|
21
21
|
"@types/node": "^20.6.0",
|
|
22
22
|
"typescript": "^5.2.2",
|
|
23
23
|
"ethers": "^6.7.1"
|
|
24
|
-
},
|
|
25
|
-
"browser": {
|
|
26
|
-
"fs/promises": false
|
|
27
24
|
}
|
|
28
25
|
}
|