wao 0.18.5 → 0.18.6

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.
package/cjs/armem-base.js CHANGED
@@ -283,7 +283,7 @@ var ArMemBase = exports["default"] = /*#__PURE__*/function () {
283
283
  this.blockmap["0"] = {
284
284
  txs: txs,
285
285
  timestamp: Date.now(),
286
- height: 0,
286
+ height: 1,
287
287
  previous: "",
288
288
  id: "0"
289
289
  };
package/esm/armem-base.js CHANGED
@@ -158,7 +158,7 @@ export default class ArMemBase {
158
158
  this.blockmap["0"] = {
159
159
  txs,
160
160
  timestamp: Date.now(),
161
- height: 0,
161
+ height: 1,
162
162
  previous: "",
163
163
  id: "0",
164
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.18.5",
3
+ "version": "0.18.6",
4
4
  "bin": {
5
5
  "wao": "./cjs/cli.js",
6
6
  "wao-esm": "./esm/cli.js"