@txtcel/mcp 0.4.0 → 0.4.1

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/dist/index.js CHANGED
@@ -48450,7 +48450,7 @@ var FILL_SLOT_ACCESS_ACCOUNTS = 2;
48450
48450
  var CONTENT_NODE_FIXED_SIZE = 89;
48451
48451
  var MAX_FEE_SLIPPAGE_NUM = 2n;
48452
48452
  var APPEND_INSTR_ACCOUNTS = 7;
48453
- var APPEND_TX_OVERHEAD = TX_OVERHEAD + 1 + (APPEND_INSTR_ACCOUNTS + 1) * ACCOUNT_KEY_SIZE + 1 + 1 + 1 + APPEND_INSTR_ACCOUNTS + 2 + 1 + 4 + 2 + 1;
48453
+ var APPEND_TX_OVERHEAD = TX_OVERHEAD + 1 + (APPEND_INSTR_ACCOUNTS + 1) * ACCOUNT_KEY_SIZE + 1 + 1 + 1 + APPEND_INSTR_ACCOUNTS + 2 + 1 + 4 + 2 + 1 + 8;
48454
48454
  function ensureTextBytes(text) {
48455
48455
  const bytes = new TextEncoder().encode(text);
48456
48456
  if (bytes.length === 0) {