@airgap/tezos 0.13.38-beta.0 → 0.13.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airgap/tezos",
3
- "version": "0.13.38-beta.0",
3
+ "version": "0.13.39",
4
4
  "description": "The @airgap/tezos is a Tezos implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "author": "Papers AG <contact@papers.ch> (https://papers.ch)",
32
32
  "dependencies": {
33
- "@airgap/coinlib-core": "^0.13.38-beta.0",
34
- "@airgap/crypto": "^0.13.38-beta.0",
35
- "@airgap/module-kit": "^0.13.38-beta.0",
33
+ "@airgap/coinlib-core": "^0.13.39",
34
+ "@airgap/crypto": "^0.13.39",
35
+ "@airgap/module-kit": "^0.13.39",
36
36
  "@airgap/sapling-wasm": "0.0.7",
37
- "@airgap/serializer": "^0.13.38-beta.0",
37
+ "@airgap/serializer": "^0.13.39",
38
38
  "@stablelib/blake2b": "^1.0.1",
39
39
  "@stablelib/ed25519": "^1.0.3",
40
40
  "@stablelib/nacl": "^1.0.4",
@@ -71,7 +71,7 @@ var signature_1 = require("../utils/signature");
71
71
  var MAX_OPERATIONS_PER_GROUP = 200;
72
72
  var MIN_CYCLE_DURATION = 4096 * 60 * 1000; // ms
73
73
  // const MAX_GAS_PER_BLOCK: number = 2600000
74
- var MAX_GAS_PER_BLOCK = 1733333;
74
+ var MAX_GAS_PER_BLOCK = 1386666;
75
75
  var GAS_LIMIT_PLACEHOLDER = '1040000';
76
76
  var STORAGE_LIMIT_PLACEHOLDER = '60000';
77
77
  var FEE_PLACEHOLDER = '0';