@flarenetwork/flare-periphery-contract-artifacts 0.1.11 → 0.1.13

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
- return result;
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.11",
4
+ "version": "0.1.13",
5
5
  "author": "Flare Network",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",