@sentio/runtime 2.58.5-rc.3 → 2.58.6-rc.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.
@@ -38359,10 +38359,10 @@ var StoreContext = class extends AbstractStoreContext {
38359
38359
  };
38360
38360
  import("node:process").then((p) => p.stdout.write(""));
38361
38361
 
38362
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/_version.js
38362
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/_version.js
38363
38363
  var version = "6.13.1";
38364
38364
 
38365
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/properties.js
38365
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/properties.js
38366
38366
  function checkType(value, type, name) {
38367
38367
  const types = type.split("|").map((t) => t.trim());
38368
38368
  for (let i = 0; i < types.length; i++) {
@@ -38403,7 +38403,7 @@ function defineProperties(target, values, types) {
38403
38403
  }
38404
38404
  }
38405
38405
 
38406
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/errors.js
38406
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/errors.js
38407
38407
  function stringify(value) {
38408
38408
  if (value == null) {
38409
38409
  return "null";
@@ -38554,7 +38554,7 @@ function assertPrivate(givenGuard, guard, className) {
38554
38554
  }
38555
38555
  }
38556
38556
 
38557
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/data.js
38557
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/data.js
38558
38558
  function _getBytes(value, name, copy4) {
38559
38559
  if (value instanceof Uint8Array) {
38560
38560
  if (copy4) {
@@ -38647,7 +38647,7 @@ function zeroPadBytes(data, length) {
38647
38647
  return zeroPad(data, length, false);
38648
38648
  }
38649
38649
 
38650
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/maths.js
38650
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/maths.js
38651
38651
  var BN_0 = BigInt(0);
38652
38652
  var BN_1 = BigInt(1);
38653
38653
  var maxValue = 9007199254740991;
@@ -38807,7 +38807,7 @@ function toQuantity(value) {
38807
38807
  return "0x" + result;
38808
38808
  }
38809
38809
 
38810
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/base58.js
38810
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/base58.js
38811
38811
  var Alphabet = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";
38812
38812
  var BN_02 = BigInt(0);
38813
38813
  var BN_58 = BigInt(58);
@@ -38828,7 +38828,7 @@ function encodeBase58(_value) {
38828
38828
  return result;
38829
38829
  }
38830
38830
 
38831
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/base64.js
38831
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/base64.js
38832
38832
  function decodeBase64(value) {
38833
38833
  return getBytesCopy(Buffer.from(value, "base64"));
38834
38834
  }
@@ -38836,7 +38836,7 @@ function encodeBase64(data) {
38836
38836
  return Buffer.from(getBytes(data)).toString("base64");
38837
38837
  }
38838
38838
 
38839
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/events.js
38839
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/events.js
38840
38840
  var EventPayload = class {
38841
38841
  /**
38842
38842
  * The event filter.
@@ -38866,7 +38866,7 @@ var EventPayload = class {
38866
38866
  }
38867
38867
  };
38868
38868
 
38869
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/utf8.js
38869
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/utf8.js
38870
38870
  function errorFunc(reason, offset, bytes2, output2, badCodepoint) {
38871
38871
  assertArgument(false, `invalid codepoint at offset ${offset}; ${reason}`, "bytes", bytes2);
38872
38872
  }
@@ -39011,7 +39011,7 @@ function toUtf8String(bytes2, onError) {
39011
39011
  return _toUtf8String(getUtf8CodePoints(bytes2, onError));
39012
39012
  }
39013
39013
 
39014
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/geturl.js
39014
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/geturl.js
39015
39015
  import http from "http";
39016
39016
  import https from "https";
39017
39017
  import { gunzipSync } from "zlib";
@@ -39116,7 +39116,7 @@ function createGetUrl(options) {
39116
39116
  }
39117
39117
  var defaultGetUrl = createGetUrl({});
39118
39118
 
39119
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/fetch.js
39119
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/fetch.js
39120
39120
  var MAX_ATTEMPTS = 12;
39121
39121
  var SLOT_INTERVAL = 250;
39122
39122
  var defaultGetUrlFunc = createGetUrl();
@@ -39906,7 +39906,7 @@ function wait(delay2) {
39906
39906
  return new Promise((resolve) => setTimeout(resolve, delay2));
39907
39907
  }
39908
39908
 
39909
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/rlp-decode.js
39909
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/rlp-decode.js
39910
39910
  function hexlifyByte(value) {
39911
39911
  let result = value.toString(16);
39912
39912
  while (result.length < 2) {
@@ -39980,7 +39980,7 @@ function decodeRlp(_data) {
39980
39980
  return decoded.result;
39981
39981
  }
39982
39982
 
39983
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/rlp-encode.js
39983
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/utils/rlp-encode.js
39984
39984
  function arrayifyInteger(value) {
39985
39985
  const result = [];
39986
39986
  while (value) {
@@ -40024,7 +40024,7 @@ function encodeRlp(object2) {
40024
40024
  return result;
40025
40025
  }
40026
40026
 
40027
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/abstract-coder.js
40027
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/abstract-coder.js
40028
40028
  var WordSize = 32;
40029
40029
  var Padding = new Uint8Array(WordSize);
40030
40030
  var passProperties = ["then"];
@@ -40428,7 +40428,7 @@ var Reader = class _Reader {
40428
40428
  }
40429
40429
  };
40430
40430
 
40431
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/crypto.js
40431
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/crypto.js
40432
40432
  import { createHash, createHmac, pbkdf2Sync, randomBytes } from "crypto";
40433
40433
 
40434
40434
  // ../../node_modules/.pnpm/@noble+hashes@1.3.2/node_modules/@noble/hashes/esm/_assert.js
@@ -40729,7 +40729,7 @@ var genShake = (suffix, blockLen, outputLen) => wrapXOFConstructorWithOpts((opts
40729
40729
  var shake128 = /* @__PURE__ */ genShake(31, 168, 128 / 8);
40730
40730
  var shake256 = /* @__PURE__ */ genShake(31, 136, 256 / 8);
40731
40731
 
40732
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/keccak.js
40732
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/keccak.js
40733
40733
  var locked2 = false;
40734
40734
  var _keccak256 = function(data) {
40735
40735
  return keccak_256(data);
@@ -41068,7 +41068,7 @@ var HMAC = class extends Hash {
41068
41068
  var hmac = (hash2, key, message) => new HMAC(hash2, key).update(message).digest();
41069
41069
  hmac.create = (hash2, key) => new HMAC(hash2, key);
41070
41070
 
41071
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/sha2.js
41071
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/sha2.js
41072
41072
  var _sha256 = function(data) {
41073
41073
  return createHash("sha256").update(data).digest();
41074
41074
  };
@@ -42588,13 +42588,13 @@ var secp256k1 = createCurve({
42588
42588
  var _0n6 = BigInt(0);
42589
42589
  var Point = secp256k1.ProjectivePoint;
42590
42590
 
42591
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/constants/addresses.js
42591
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/constants/addresses.js
42592
42592
  var ZeroAddress = "0x0000000000000000000000000000000000000000";
42593
42593
 
42594
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/constants/hashes.js
42594
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/constants/hashes.js
42595
42595
  var ZeroHash = "0x0000000000000000000000000000000000000000000000000000000000000000";
42596
42596
 
42597
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/signature.js
42597
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/signature.js
42598
42598
  var BN_03 = BigInt(0);
42599
42599
  var BN_12 = BigInt(1);
42600
42600
  var BN_2 = BigInt(2);
@@ -42891,7 +42891,7 @@ var Signature = class _Signature {
42891
42891
  }
42892
42892
  };
42893
42893
 
42894
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/signing-key.js
42894
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/crypto/signing-key.js
42895
42895
  var SigningKey = class _SigningKey {
42896
42896
  #privateKey;
42897
42897
  /**
@@ -43050,7 +43050,7 @@ var SigningKey = class _SigningKey {
43050
43050
  }
43051
43051
  };
43052
43052
 
43053
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/address/address.js
43053
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/address/address.js
43054
43054
  var BN_04 = BigInt(0);
43055
43055
  var BN_36 = BigInt(36);
43056
43056
  function getChecksumAddress(address) {
@@ -43133,7 +43133,7 @@ function getAddress(address) {
43133
43133
  assertArgument(false, "invalid address", "address", address);
43134
43134
  }
43135
43135
 
43136
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/address/contract-address.js
43136
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/address/contract-address.js
43137
43137
  function getCreateAddress(tx) {
43138
43138
  const from2 = getAddress(tx.from);
43139
43139
  const nonce = getBigInt(tx.nonce, "tx.nonce");
@@ -43148,7 +43148,7 @@ function getCreateAddress(tx) {
43148
43148
  return getAddress(dataSlice(keccak256(encodeRlp([from2, nonceHex])), 12));
43149
43149
  }
43150
43150
 
43151
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/address/checks.js
43151
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/address/checks.js
43152
43152
  function isAddressable(value) {
43153
43153
  return value && typeof value.getAddress === "function";
43154
43154
  }
@@ -43175,7 +43175,7 @@ function resolveAddress(target, resolver) {
43175
43175
  assertArgument(false, "unsupported addressable value", "target", target);
43176
43176
  }
43177
43177
 
43178
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/typed.js
43178
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/typed.js
43179
43179
  var _gaurd = {};
43180
43180
  function n(value, width) {
43181
43181
  let signed2 = false;
@@ -43956,7 +43956,7 @@ var Typed = class _Typed {
43956
43956
  }
43957
43957
  };
43958
43958
 
43959
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/address.js
43959
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/address.js
43960
43960
  var AddressCoder = class extends Coder {
43961
43961
  constructor(localName) {
43962
43962
  super("address", "address", localName, false);
@@ -43978,7 +43978,7 @@ var AddressCoder = class extends Coder {
43978
43978
  }
43979
43979
  };
43980
43980
 
43981
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/anonymous.js
43981
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/anonymous.js
43982
43982
  var AnonymousCoder = class extends Coder {
43983
43983
  coder;
43984
43984
  constructor(coder) {
@@ -43996,7 +43996,7 @@ var AnonymousCoder = class extends Coder {
43996
43996
  }
43997
43997
  };
43998
43998
 
43999
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/array.js
43999
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/array.js
44000
44000
  function pack(writer, coders, values) {
44001
44001
  let arrayValues = [];
44002
44002
  if (Array.isArray(values)) {
@@ -44126,7 +44126,7 @@ var ArrayCoder = class extends Coder {
44126
44126
  }
44127
44127
  };
44128
44128
 
44129
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/boolean.js
44129
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/boolean.js
44130
44130
  var BooleanCoder = class extends Coder {
44131
44131
  constructor(localName) {
44132
44132
  super("bool", "bool", localName, false);
@@ -44143,7 +44143,7 @@ var BooleanCoder = class extends Coder {
44143
44143
  }
44144
44144
  };
44145
44145
 
44146
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/bytes.js
44146
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/bytes.js
44147
44147
  var DynamicBytesCoder = class extends Coder {
44148
44148
  constructor(type, localName) {
44149
44149
  super(type, type, localName, true);
@@ -44170,7 +44170,7 @@ var BytesCoder = class extends DynamicBytesCoder {
44170
44170
  }
44171
44171
  };
44172
44172
 
44173
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/fixed-bytes.js
44173
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/fixed-bytes.js
44174
44174
  var FixedBytesCoder = class extends Coder {
44175
44175
  size;
44176
44176
  constructor(size, localName) {
@@ -44193,7 +44193,7 @@ var FixedBytesCoder = class extends Coder {
44193
44193
  }
44194
44194
  };
44195
44195
 
44196
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/null.js
44196
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/null.js
44197
44197
  var Empty = new Uint8Array([]);
44198
44198
  var NullCoder = class extends Coder {
44199
44199
  constructor(localName) {
@@ -44214,7 +44214,7 @@ var NullCoder = class extends Coder {
44214
44214
  }
44215
44215
  };
44216
44216
 
44217
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/number.js
44217
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/number.js
44218
44218
  var BN_05 = BigInt(0);
44219
44219
  var BN_13 = BigInt(1);
44220
44220
  var BN_MAX_UINT256 = BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
@@ -44252,7 +44252,7 @@ var NumberCoder = class extends Coder {
44252
44252
  }
44253
44253
  };
44254
44254
 
44255
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/string.js
44255
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/string.js
44256
44256
  var StringCoder = class extends DynamicBytesCoder {
44257
44257
  constructor(localName) {
44258
44258
  super("string", localName);
@@ -44268,7 +44268,7 @@ var StringCoder = class extends DynamicBytesCoder {
44268
44268
  }
44269
44269
  };
44270
44270
 
44271
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/tuple.js
44271
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/coders/tuple.js
44272
44272
  var TupleCoder = class extends Coder {
44273
44273
  coders;
44274
44274
  constructor(coders, localName) {
@@ -44323,7 +44323,7 @@ var TupleCoder = class extends Coder {
44323
44323
  }
44324
44324
  };
44325
44325
 
44326
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/hash/id.js
44326
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/hash/id.js
44327
44327
  function id(value) {
44328
44328
  return keccak256(toUtf8Bytes(value));
44329
44329
  }
@@ -45113,7 +45113,7 @@ function consume_emoji_reversed(cps, eaten) {
45113
45113
  return emoji;
45114
45114
  }
45115
45115
 
45116
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/hash/namehash.js
45116
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/hash/namehash.js
45117
45117
  var Zeros = new Uint8Array(32);
45118
45118
  Zeros.fill(0);
45119
45119
  function checkComponent(comp) {
@@ -45170,7 +45170,7 @@ function dnsEncode(name, _maxLength) {
45170
45170
  }))) + "00";
45171
45171
  }
45172
45172
 
45173
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/transaction/accesslist.js
45173
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/transaction/accesslist.js
45174
45174
  function accessSetify(addr, storageKeys) {
45175
45175
  return {
45176
45176
  address: getAddress(addr),
@@ -45203,7 +45203,7 @@ function accessListify(value) {
45203
45203
  return result;
45204
45204
  }
45205
45205
 
45206
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/transaction/address.js
45206
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/transaction/address.js
45207
45207
  function computeAddress(key) {
45208
45208
  let pubkey;
45209
45209
  if (typeof key === "string") {
@@ -45217,7 +45217,7 @@ function recoverAddress(digest, signature) {
45217
45217
  return computeAddress(SigningKey.recoverPublicKey(digest, signature));
45218
45218
  }
45219
45219
 
45220
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/transaction/transaction.js
45220
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/transaction/transaction.js
45221
45221
  var BN_06 = BigInt(0);
45222
45222
  var BN_22 = BigInt(2);
45223
45223
  var BN_272 = BigInt(27);
@@ -46156,7 +46156,7 @@ var Transaction = class _Transaction {
46156
46156
  }
46157
46157
  };
46158
46158
 
46159
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/hash/typed-data.js
46159
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/hash/typed-data.js
46160
46160
  var padding = new Uint8Array(32);
46161
46161
  padding.fill(0);
46162
46162
  var BN__1 = BigInt(-1);
@@ -46624,7 +46624,7 @@ var TypedDataEncoder = class _TypedDataEncoder {
46624
46624
  }
46625
46625
  };
46626
46626
 
46627
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/fragments.js
46627
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/fragments.js
46628
46628
  function setify(items) {
46629
46629
  const result = /* @__PURE__ */ new Set();
46630
46630
  items.forEach((k) => result.add(k));
@@ -47874,7 +47874,7 @@ var StructFragment = class _StructFragment extends NamedFragment {
47874
47874
  }
47875
47875
  };
47876
47876
 
47877
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/abi-coder.js
47877
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/abi-coder.js
47878
47878
  var PanicReasons = /* @__PURE__ */ new Map();
47879
47879
  PanicReasons.set(0, "GENERIC_PANIC");
47880
47880
  PanicReasons.set(1, "ASSERT_FALSE");
@@ -48044,7 +48044,7 @@ var AbiCoder = class _AbiCoder {
48044
48044
  }
48045
48045
  };
48046
48046
 
48047
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/interface.js
48047
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/abi/interface.js
48048
48048
  var LogDescription = class {
48049
48049
  /**
48050
48050
  * The matching fragment for the ``topic0``.
@@ -49052,7 +49052,7 @@ var Interface = class _Interface {
49052
49052
  }
49053
49053
  };
49054
49054
 
49055
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/provider.js
49055
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/provider.js
49056
49056
  var BN_08 = BigInt(0);
49057
49057
  function getValue2(value) {
49058
49058
  if (value == null) {
@@ -50332,7 +50332,7 @@ function createRemovedLogFilter(log) {
50332
50332
  } };
50333
50333
  }
50334
50334
 
50335
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/contract/wrappers.js
50335
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/contract/wrappers.js
50336
50336
  var EventLog = class extends Log {
50337
50337
  /**
50338
50338
  * The Contract Interface.
@@ -50487,7 +50487,7 @@ var ContractEventPayload = class extends ContractUnknownEventPayload {
50487
50487
  }
50488
50488
  };
50489
50489
 
50490
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/contract/contract.js
50490
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/contract/contract.js
50491
50491
  var BN_09 = BigInt(0);
50492
50492
  function canCall(value) {
50493
50493
  return value && typeof value.call === "function";
@@ -51373,7 +51373,7 @@ function _ContractBase() {
51373
51373
  var Contract = class extends _ContractBase() {
51374
51374
  };
51375
51375
 
51376
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/ens-resolver.js
51376
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/ens-resolver.js
51377
51377
  function getIpfsLink(link) {
51378
51378
  if (link.match(/^ipfs:\/\/ipfs\//i)) {
51379
51379
  link = link.substring(12);
@@ -51791,7 +51791,7 @@ var EnsResolver = class _EnsResolver {
51791
51791
  }
51792
51792
  };
51793
51793
 
51794
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/format.js
51794
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/format.js
51795
51795
  var BN_010 = BigInt(0);
51796
51796
  function allowNull(format, nullValue) {
51797
51797
  return function(value) {
@@ -51937,6 +51937,7 @@ var _formatTransactionReceipt = object({
51937
51937
  cumulativeGasUsed: getBigInt,
51938
51938
  effectiveGasPrice: allowNull(getBigInt),
51939
51939
  blobGasPrice: allowNull(getBigInt, null),
51940
+ l1Fee: allowNull(getBigInt, null),
51940
51941
  status: allowNull(getNumber),
51941
51942
  type: allowNull(getNumber, 0)
51942
51943
  }, {
@@ -52007,7 +52008,7 @@ function formatTransactionResponse(value) {
52007
52008
  return result;
52008
52009
  }
52009
52010
 
52010
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/plugins-network.js
52011
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/plugins-network.js
52011
52012
  var EnsAddress = "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
52012
52013
  var NetworkPlugin = class _NetworkPlugin {
52013
52014
  /**
@@ -52148,7 +52149,7 @@ var FetchUrlFeeDataNetworkPlugin = class extends NetworkPlugin {
52148
52149
  }
52149
52150
  };
52150
52151
 
52151
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/network.js
52152
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/network.js
52152
52153
  var Networks = /* @__PURE__ */ new Map();
52153
52154
  var Network = class _Network {
52154
52155
  #name;
@@ -52466,7 +52467,7 @@ function injectCommonNetworks() {
52466
52467
  registerEth("xdai", 100, { ensNetwork: 1 });
52467
52468
  }
52468
52469
 
52469
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/subscriber-polling.js
52470
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/subscriber-polling.js
52470
52471
  function copy(obj) {
52471
52472
  return JSON.parse(JSON.stringify(obj));
52472
52473
  }
@@ -52707,7 +52708,7 @@ var PollingEventSubscriber = class {
52707
52708
  }
52708
52709
  };
52709
52710
 
52710
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/abstract-provider.js
52711
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/abstract-provider.js
52711
52712
  var BN_23 = BigInt(2);
52712
52713
  var MAX_CCIP_REDIRECTS = 10;
52713
52714
  function isPromise(value) {
@@ -54029,7 +54030,7 @@ function parseOffchainLookup(data) {
54029
54030
  return result;
54030
54031
  }
54031
54032
 
54032
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/abstract-signer.js
54033
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/abstract-signer.js
54033
54034
  function checkProvider(signer, operation) {
54034
54035
  if (signer.provider) {
54035
54036
  return signer.provider;
@@ -54166,7 +54167,7 @@ var AbstractSigner = class {
54166
54167
  }
54167
54168
  };
54168
54169
 
54169
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/subscriber-filterid.js
54170
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/subscriber-filterid.js
54170
54171
  function copy3(obj) {
54171
54172
  return JSON.parse(JSON.stringify(obj));
54172
54173
  }
@@ -54315,7 +54316,7 @@ var FilterIdPendingSubscriber = class extends FilterIdSubscriber {
54315
54316
  }
54316
54317
  };
54317
54318
 
54318
- // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.5_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/provider-jsonrpc.js
54319
+ // ../../node_modules/.pnpm/@sentio+ethers@6.13.1-patch.6_bufferutil@4.0.8_utf-8-validate@5.0.10/node_modules/@sentio/ethers/lib.esm/providers/provider-jsonrpc.js
54319
54320
  var Primitive = "bigint,boolean,function,number,string,symbol".split(/,/g);
54320
54321
  function deepCopy(value) {
54321
54322
  if (value == null || Primitive.indexOf(typeof value) >= 0) {
@@ -59757,4 +59758,4 @@ long/umd/index.js:
59757
59758
  @noble/curves/esm/secp256k1.js:
59758
59759
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
59759
59760
  */
59760
- //# sourceMappingURL=chunk-QDOPLTLN.js.map
59761
+ //# sourceMappingURL=chunk-CVM3SEGB.js.map