@taquito/rpc 15.0.0 → 15.1.0-beta-RC.0

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.
@@ -396,7 +396,7 @@ class RpcClient {
396
396
  'tx_rollup_commitment_bond',
397
397
  'vdf_difficulty',
398
398
  'sc_rollup_stake_amount',
399
- 'minimal_stake'
399
+ 'minimal_stake',
400
400
  ]);
401
401
  return Object.assign(Object.assign({}, response), castedResponse);
402
402
  });
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "ebe5353579be0da07c664f4b294516acdc429f6e",
7
- "version": "15.0.0"
6
+ "commitHash": "193abd97c6d5add9f5fba3919b8f2be7d932e8dc",
7
+ "version": "15.1.0-beta-RC.0"
8
8
  };
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AACA,2EAA2E;AAC9D,QAAA,OAAO,GAAG;IACnB,YAAY,EAAE,0CAA0C;IACxD,SAAS,EAAE,QAAQ;CACtB,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AACA,2EAA2E;AAC9D,QAAA,OAAO,GAAG;IACnB,YAAY,EAAE,0CAA0C;IACxD,SAAS,EAAE,kBAAkB;CAChC,CAAC"}
@@ -1208,8 +1208,8 @@ var OpKind;
1208
1208
 
1209
1209
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1210
1210
  const VERSION = {
1211
- "commitHash": "ebe5353579be0da07c664f4b294516acdc429f6e",
1212
- "version": "15.0.0"
1211
+ "commitHash": "193abd97c6d5add9f5fba3919b8f2be7d932e8dc",
1212
+ "version": "15.1.0-beta-RC.0"
1213
1213
  };
1214
1214
 
1215
1215
  /***
@@ -1556,7 +1556,7 @@ class RpcClient {
1556
1556
  'tx_rollup_commitment_bond',
1557
1557
  'vdf_difficulty',
1558
1558
  'sc_rollup_stake_amount',
1559
- 'minimal_stake'
1559
+ 'minimal_stake',
1560
1560
  ]);
1561
1561
  return Object.assign(Object.assign({}, response), castedResponse);
1562
1562
  });