@pioneer-platform/eth-network 8.1.57 → 8.1.59

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -241,7 +241,7 @@ var get_all_pioneers = function () {
241
241
  return [4 /*yield*/, nftContract.methods.ownerOf(i).call()];
242
242
  case 4:
243
243
  owner = _a.sent();
244
- output['owners'].push(owner);
244
+ output['owners'].push(owner.toLowerCase());
245
245
  _a.label = 5;
246
246
  case 5:
247
247
  i++;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/eth-network",
3
- "version": "8.1.57",
3
+ "version": "8.1.59",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {