@clonegod/ttd-sol-common 1.0.192 → 1.0.193

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.
@@ -374,6 +374,7 @@ class RpcClient {
374
374
  if (!isNaN(block_offset) && block_offset > 0) {
375
375
  let blockhash_by_slot_offset = yield this.getBlockhashBySlotOffset(block_offset);
376
376
  (0, dist_1.log_info)(`>>> getBlockhashBySlotOffset`, {
377
+ block_offset,
377
378
  pre: {
378
379
  minContextSlot,
379
380
  blockhash,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sol-common",
3
- "version": "1.0.192",
3
+ "version": "1.0.193",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",