@boostxyz/sdk 7.2.0 → 7.4.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.
Files changed (77) hide show
  1. package/dist/Actions/EventAction.cjs +1 -1
  2. package/dist/Actions/EventAction.cjs.map +1 -1
  3. package/dist/Actions/EventAction.d.ts +29 -0
  4. package/dist/Actions/EventAction.d.ts.map +1 -1
  5. package/dist/Actions/EventAction.js +481 -397
  6. package/dist/Actions/EventAction.js.map +1 -1
  7. package/dist/AllowLists/AllowList.cjs +1 -1
  8. package/dist/AllowLists/AllowList.js +1 -1
  9. package/dist/AllowLists/SimpleAllowList.cjs +1 -1
  10. package/dist/AllowLists/SimpleAllowList.js +1 -1
  11. package/dist/AllowLists/SimpleDenyList.cjs +1 -1
  12. package/dist/AllowLists/SimpleDenyList.js +2 -2
  13. package/dist/BoostCore.cjs +1 -1
  14. package/dist/BoostCore.js +4 -4
  15. package/dist/BoostRegistry.cjs +1 -1
  16. package/dist/BoostRegistry.js +1 -1
  17. package/dist/{Budget-uGKa2qzz.cjs → Budget-CBvRK5Ia.cjs} +2 -2
  18. package/dist/{Budget-uGKa2qzz.cjs.map → Budget-CBvRK5Ia.cjs.map} +1 -1
  19. package/dist/{Budget-B-grnRq9.js → Budget-DlN8SRIG.js} +2 -2
  20. package/dist/{Budget-B-grnRq9.js.map → Budget-DlN8SRIG.js.map} +1 -1
  21. package/dist/Budgets/Budget.cjs +1 -1
  22. package/dist/Budgets/Budget.js +1 -1
  23. package/dist/Budgets/ManagedBudget.cjs +1 -1
  24. package/dist/Budgets/ManagedBudget.js +1 -1
  25. package/dist/{Incentive-Dufx0ZjH.cjs → Incentive-CoOu1lA8.cjs} +2 -2
  26. package/dist/{Incentive-Dufx0ZjH.cjs.map → Incentive-CoOu1lA8.cjs.map} +1 -1
  27. package/dist/{Incentive-Bz_g-nID.js → Incentive-OiTBMgKz.js} +2 -2
  28. package/dist/{Incentive-Bz_g-nID.js.map → Incentive-OiTBMgKz.js.map} +1 -1
  29. package/dist/Incentives/AllowListIncentive.cjs +1 -1
  30. package/dist/Incentives/AllowListIncentive.js +2 -2
  31. package/dist/Incentives/CGDAIncentive.cjs +1 -1
  32. package/dist/Incentives/CGDAIncentive.js +1 -1
  33. package/dist/Incentives/ERC20Incentive.cjs +1 -1
  34. package/dist/Incentives/ERC20Incentive.js +1 -1
  35. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.cjs +1 -1
  36. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentive.js +1 -1
  37. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs +1 -1
  38. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.cjs.map +1 -1
  39. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts +1 -1
  40. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.d.ts.map +1 -1
  41. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js +173 -149
  42. package/dist/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.js.map +1 -1
  43. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +1 -1
  44. package/dist/Incentives/ERC20VariableCriteriaIncentive.js +1 -1
  45. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs +1 -1
  46. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.cjs.map +1 -1
  47. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts +3 -2
  48. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.d.ts.map +1 -1
  49. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js +127 -103
  50. package/dist/Incentives/ERC20VariableCriteriaIncentiveV2.js.map +1 -1
  51. package/dist/Incentives/ERC20VariableIncentive.cjs +1 -1
  52. package/dist/Incentives/ERC20VariableIncentive.js +1 -1
  53. package/dist/Incentives/Incentive.cjs +1 -1
  54. package/dist/Incentives/Incentive.js +1 -1
  55. package/dist/Incentives/PointsIncentive.cjs +1 -1
  56. package/dist/Incentives/PointsIncentive.js +1 -1
  57. package/dist/{SimpleDenyList-B2YDJ_gk.cjs → SimpleDenyList-DMTx64jC.cjs} +2 -2
  58. package/dist/{SimpleDenyList-B2YDJ_gk.cjs.map → SimpleDenyList-DMTx64jC.cjs.map} +1 -1
  59. package/dist/{SimpleDenyList-BlLgvhjE.js → SimpleDenyList-DWaW4ZEU.js} +2 -2
  60. package/dist/{SimpleDenyList-BlLgvhjE.js.map → SimpleDenyList-DWaW4ZEU.js.map} +1 -1
  61. package/dist/Validators/LimitedSignerValidator.cjs +1 -1
  62. package/dist/Validators/LimitedSignerValidator.js +1 -1
  63. package/dist/Validators/SignerValidator.cjs +1 -1
  64. package/dist/Validators/SignerValidator.js +1 -1
  65. package/dist/{deployments-DKtAq6BT.js → deployments-CW15LXS5.js} +29 -9
  66. package/dist/{deployments-DKtAq6BT.js.map → deployments-CW15LXS5.js.map} +1 -1
  67. package/dist/deployments-DKScOGTf.cjs +2 -0
  68. package/dist/deployments-DKScOGTf.cjs.map +1 -0
  69. package/dist/deployments.json +21 -0
  70. package/dist/index.cjs +1 -1
  71. package/dist/index.js +3 -3
  72. package/package.json +1 -1
  73. package/src/Actions/EventAction.ts +144 -5
  74. package/src/Incentives/ERC20PeggedVariableCriteriaIncentiveV2.ts +47 -8
  75. package/src/Incentives/ERC20VariableCriteriaIncentiveV2.ts +49 -8
  76. package/dist/deployments-Dk-Z1L2X.cjs +0 -2
  77. package/dist/deployments-Dk-Z1L2X.cjs.map +0 -1
@@ -37,6 +37,7 @@ import {
37
37
  import { ERC20PeggedVariableCriteriaIncentiveV2 as ERC20PeggedVariableCriteriaIncentiveV2Bases } from '../../dist/deployments.json';
38
38
  import {
39
39
  SignatureType,
40
+ decodeAndReorderLogArgs,
40
41
  getScalarValueFromTuple,
41
42
  isCriteriaFieldIndexTuple,
42
43
  } from '../Actions/EventAction';
@@ -235,25 +236,63 @@ export class ERC20PeggedVariableCriteriaIncentiveV2 extends DeployableTarget<
235
236
  * @throws {InvalidCriteriaTypeError | NoMatchingLogsError | DecodedArgsError}
236
237
  */
237
238
  public async getIncentiveScalar(
238
- { chainId, hash, knownSignatures }: GetIncentiveScalarV2Params,
239
+ { chainId, hash, knownSignatures, logs }: GetIncentiveScalarV2Params,
239
240
  params?: ReadParams,
240
241
  ): Promise<bigint> {
241
242
  const criteria = await this.getIncentiveCriteria(params);
242
243
  if (criteria.criteriaType === SignatureType.EVENT) {
243
- const transactionReceipt = await getTransactionReceipt(this._config, {
244
- chainId,
245
- hash,
246
- });
244
+ const eventAbi = knownSignatures[criteria.signature] as AbiEvent;
245
+
247
246
  if (criteria.fieldIndex === CheatCodes.GAS_REBATE_INCENTIVE) {
247
+ const transactionReceipt = await getTransactionReceipt(this._config, {
248
+ chainId,
249
+ hash,
250
+ });
248
251
  const totalCost =
249
252
  transactionReceipt.gasUsed * transactionReceipt.effectiveGasPrice + // Normal gas cost
250
253
  (transactionReceipt.blobGasUsed ?? 0n) *
251
254
  (transactionReceipt.blobGasPrice ?? 0n); // Blob gas cost - account for potential undefined values
252
255
  return totalCost;
253
256
  }
254
- const logs = transactionReceipt.logs;
255
257
 
256
- if (logs.length === 0) {
258
+ // if logs are provided, use them to extract the scalar
259
+ if (logs && logs.length > 0) {
260
+ try {
261
+ // only check logs that match the criteria signature
262
+ const signatureMatchingLogs = logs
263
+ .filter((log) => log.topics && log.topics[0] === criteria.signature)
264
+ .map((log) => decodeAndReorderLogArgs(eventAbi, log));
265
+
266
+ if (signatureMatchingLogs.length > 0) {
267
+ for (const log of signatureMatchingLogs) {
268
+ if (isCriteriaFieldIndexTuple(criteria.fieldIndex)) {
269
+ return getScalarValueFromTuple(
270
+ log.args as unknown[],
271
+ criteria.fieldIndex,
272
+ );
273
+ }
274
+ const scalarValue = log.args
275
+ ? (log.args as string[])[criteria.fieldIndex]
276
+ : undefined;
277
+ if (scalarValue !== undefined) {
278
+ return BigInt(scalarValue);
279
+ }
280
+ }
281
+ }
282
+ } catch (e) {
283
+ throw new DecodedArgsError(
284
+ `An error occurred while extracting scalar from logs: ${(e as Error).message}`,
285
+ );
286
+ }
287
+ }
288
+
289
+ const transactionReceipt = await getTransactionReceipt(this._config, {
290
+ chainId,
291
+ hash,
292
+ });
293
+ const receiptLogs = transactionReceipt.logs;
294
+
295
+ if (receiptLogs.length === 0) {
257
296
  throw new NoMatchingLogsError(
258
297
  `No logs found for event signature ${criteria.signature}`,
259
298
  );
@@ -264,7 +303,7 @@ export class ERC20PeggedVariableCriteriaIncentiveV2 extends DeployableTarget<
264
303
  const eventAbi = knownSignatures[criteria.signature] as AbiEvent;
265
304
  const decodedEvents = parseEventLogs({
266
305
  abi: [eventAbi],
267
- logs,
306
+ logs: receiptLogs,
268
307
  });
269
308
  if (decodedEvents == undefined || decodedEvents.length === 0) {
270
309
  throw new NoMatchingLogsError(
@@ -9,6 +9,7 @@ import {
9
9
  type AbiEvent,
10
10
  type AbiFunction,
11
11
  type Address,
12
+ type GetLogsReturnType,
12
13
  type Hex,
13
14
  decodeAbiParameters,
14
15
  decodeFunctionData,
@@ -22,6 +23,7 @@ import { ERC20VariableCriteriaIncentiveV2 as ERC20VariableCriteriaIncentiveV2Bas
22
23
  import {
23
24
  SignatureType,
24
25
  ValueType,
26
+ decodeAndReorderLogArgs,
25
27
  getScalarValueFromTuple,
26
28
  isCriteriaFieldIndexTuple,
27
29
  } from '../Actions/EventAction';
@@ -115,6 +117,7 @@ export interface GetIncentiveScalarV2Params {
115
117
  chainId: number;
116
118
  hash: Hex;
117
119
  knownSignatures: Record<Hex, AbiFunction | AbiEvent>;
120
+ logs?: GetLogsReturnType<AbiEvent, AbiEvent[], true>;
118
121
  }
119
122
 
120
123
  /**
@@ -247,25 +250,63 @@ export class ERC20VariableCriteriaIncentiveV2 extends ERC20VariableIncentive<
247
250
  * @throws {InvalidCriteriaTypeError | NoMatchingLogsError | DecodedArgsError}
248
251
  */
249
252
  public async getIncentiveScalar(
250
- { chainId, hash, knownSignatures }: GetIncentiveScalarV2Params,
253
+ { chainId, hash, knownSignatures, logs }: GetIncentiveScalarV2Params,
251
254
  params?: ReadParams,
252
255
  ): Promise<bigint> {
253
256
  const criteria = await this.getIncentiveCriteria(params);
254
257
  if (criteria.criteriaType === SignatureType.EVENT) {
255
- const transactionReceipt = await getTransactionReceipt(this._config, {
256
- chainId,
257
- hash,
258
- });
258
+ const eventAbi = knownSignatures[criteria.signature] as AbiEvent;
259
+
259
260
  if (criteria.fieldIndex === CheatCodes.GAS_REBATE_INCENTIVE) {
261
+ const transactionReceipt = await getTransactionReceipt(this._config, {
262
+ chainId,
263
+ hash,
264
+ });
260
265
  const totalCost =
261
266
  transactionReceipt.gasUsed * transactionReceipt.effectiveGasPrice + // Normal gas cost
262
267
  (transactionReceipt.blobGasUsed ?? 0n) *
263
268
  (transactionReceipt.blobGasPrice ?? 0n); // Blob gas cost - account for potential undefined values
264
269
  return totalCost;
265
270
  }
266
- const logs = transactionReceipt.logs;
267
271
 
268
- if (logs.length === 0) {
272
+ // if logs are provided, use them to extract the scalar
273
+ if (logs && logs.length > 0) {
274
+ try {
275
+ // only check logs that match the criteria signature
276
+ const signatureMatchingLogs = logs
277
+ .filter((log) => log.topics && log.topics[0] === criteria.signature)
278
+ .map((log) => decodeAndReorderLogArgs(eventAbi, log));
279
+
280
+ if (signatureMatchingLogs.length > 0) {
281
+ for (const log of signatureMatchingLogs) {
282
+ if (isCriteriaFieldIndexTuple(criteria.fieldIndex)) {
283
+ return getScalarValueFromTuple(
284
+ log.args as unknown[],
285
+ criteria.fieldIndex,
286
+ );
287
+ }
288
+ const scalarValue = log.args
289
+ ? (log.args as string[])[criteria.fieldIndex]
290
+ : undefined;
291
+ if (scalarValue !== undefined) {
292
+ return BigInt(scalarValue);
293
+ }
294
+ }
295
+ }
296
+ } catch (e) {
297
+ throw new DecodedArgsError(
298
+ `An error occurred while extracting scalar from logs: ${(e as Error).message}`,
299
+ );
300
+ }
301
+ }
302
+
303
+ const transactionReceipt = await getTransactionReceipt(this._config, {
304
+ chainId,
305
+ hash,
306
+ });
307
+ const receiptLogs = transactionReceipt.logs;
308
+
309
+ if (receiptLogs.length === 0) {
269
310
  throw new NoMatchingLogsError(
270
311
  `No logs found for event signature ${criteria.signature}`,
271
312
  );
@@ -276,7 +317,7 @@ export class ERC20VariableCriteriaIncentiveV2 extends ERC20VariableIncentive<
276
317
  const eventAbi = knownSignatures[criteria.signature] as AbiEvent;
277
318
  const decodedEvents = parseEventLogs({
278
319
  abi: [eventAbi],
279
- logs,
320
+ logs: receiptLogs,
280
321
  });
281
322
  if (decodedEvents == undefined || decodedEvents.length === 0) {
282
323
  throw new NoMatchingLogsError(
@@ -1,2 +0,0 @@
1
- "use strict";const e={10:"0x204AF74f15D385351F9113A1162D1B6Fa3C0B2Ed",8453:"0x204AF74f15D385351F9113A1162D1B6Fa3C0B2Ed",42161:"0xE79Cc2063A470087604F7690F3Ff5e0759addA06",84532:"0x204AF74f15D385351F9113A1162D1B6Fa3C0B2Ed",11155111:"0x204AF74f15D385351F9113A1162D1B6Fa3C0B2Ed"},C={10:"0x9bfc5ee7Bdc4F49709A3dd101fe5Ef3d94172201",8453:"0x378632819F39C74c4F56B1429E760739c5fb51b7",42161:"0xa017d8DBeB026a80b3E99F8e118bfFC3efd842BC",84532:"0x378632819F39C74c4F56B1429E760739c5fb51b7",11155111:"0x378632819F39C74c4F56B1429E760739c5fb51b7"},E={10:"0x157471E996D261A93bB987e62C990CCac757e50A",8453:"0x54aBB00F12755Be99729E50dade1BA62c75F8879",42161:"0xCF9A795Fed701aa214598998a2D4566413D906Ce",84532:"0x54aBB00F12755Be99729E50dade1BA62c75F8879",11155111:"0x54aBB00F12755Be99729E50dade1BA62c75F8879"},a={10:"0x5706C507517c915CceD6528AB5C7f417bDaE5dD8",8453:"0x5706C507517c915CceD6528AB5C7f417bDaE5dD8",42161:"0x7Df4b5625567AA946d93118Fe8e81Fa4d6b10Cfd",84532:"0x5706C507517c915CceD6528AB5C7f417bDaE5dD8",11155111:"0x5706C507517c915CceD6528AB5C7f417bDaE5dD8"},d={10:"0x7856e771Dbaa54C68a152de58E8314bA3715E6B9",8453:"0x7856e771Dbaa54C68a152de58E8314bA3715E6B9",42161:"0x67f6185EB855aCd514fAC9d9e6Bd83b01040Ce33",84532:"0x7856e771Dbaa54C68a152de58E8314bA3715E6B9",11155111:"0x7856e771Dbaa54C68a152de58E8314bA3715E6B9"},B={10:"0xa556B15963EBFE06bB25067A865D43f56082A4d3",8453:"0xa556B15963EBFE06bB25067A865D43f56082A4d3",84532:"0xa556B15963EBFE06bB25067A865D43f56082A4d3",11155111:"0xa556B15963EBFE06bB25067A865D43f56082A4d3"},f={10:"0x27CEeCDFDFbC524d2753faAd0dA58b54f269bC69",8453:"0x27CEeCDFDFbC524d2753faAd0dA58b54f269bC69",84532:"0x27CEeCDFDFbC524d2753faAd0dA58b54f269bC69",11155111:"0x27CEeCDFDFbC524d2753faAd0dA58b54f269bC69"},D={10:"0x53bD3fE4F4f80E39B9a6C8a5EC67F4a33fe91E8f",8453:"0x53bD3fE4F4f80E39B9a6C8a5EC67F4a33fe91E8f",84532:"0x53bD3fE4F4f80E39B9a6C8a5EC67F4a33fe91E8f",11155111:"0x53bD3fE4F4f80E39B9a6C8a5EC67F4a33fe91E8f"},b={10:"0x068D72D8058D65890bbcB7D65cd76740f2ED31e5",8453:"0x068D72D8058D65890bbcB7D65cd76740f2ED31e5",42161:"0xB58d3bA94d16305bf35F8D2055faB44b01063F9B",84532:"0x068D72D8058D65890bbcB7D65cd76740f2ED31e5",11155111:"0x068D72D8058D65890bbcB7D65cd76740f2ED31e5"},F={10:"0x6d6B9f0a11Ac190E071c0A5A46702EC09306240f",8453:"0x6d6B9f0a11Ac190E071c0A5A46702EC09306240f",84532:"0x6d6B9f0a11Ac190E071c0A5A46702EC09306240f",11155111:"0x6d6B9f0a11Ac190E071c0A5A46702EC09306240f"},c={10:"0xBf307584B35d94067B2B75C9A11a74BFf84b2Ffd",8453:"0xBf307584B35d94067B2B75C9A11a74BFf84b2Ffd",42161:"0x3647EF9212033976204D9d3df3Ed46832888F7fB",84532:"0xBf307584B35d94067B2B75C9A11a74BFf84b2Ffd",11155111:"0xBf307584B35d94067B2B75C9A11a74BFf84b2Ffd"},A={10:"0xE2F3EFB000Cb5Fd912B931B92656E835b94ED70C",8453:"0xE2F3EFB000Cb5Fd912B931B92656E835b94ED70C",42161:"0xa4b9E4278Fc1C2Cd7f298D6Ab77fE5ed0BAEFa09",84532:"0xE2F3EFB000Cb5Fd912B931B92656E835b94ED70C",11155111:"0xE2F3EFB000Cb5Fd912B931B92656E835b94ED70C"},x={10:"0xCbfDeec39221D56398702dEe3309a88450633E52",8453:"0xCbfDeec39221D56398702dEe3309a88450633E52",84532:"0xCbfDeec39221D56398702dEe3309a88450633E52",11155111:"0xCbfDeec39221D56398702dEe3309a88450633E52"},t={10:"0xb8a299905dC2d23Cd55E77AefC110b05F6165A49",8453:"0xb8a299905dC2d23Cd55E77AefC110b05F6165A49",42161:"0xA1aDC1b479e5188C4c3780B161426fc25A11d45E",84532:"0xb8a299905dC2d23Cd55E77AefC110b05F6165A49",11155111:"0xb8a299905dC2d23Cd55E77AefC110b05F6165A49"},n={10:"0xe7E59DDB78E0544aB2f81519381736C0b8f27692",8453:"0xe7E59DDB78E0544aB2f81519381736C0b8f27692",42161:"0xaEAB5967508DE105fa66bED2575cdF3b17631682",84532:"0xe7E59DDB78E0544aB2f81519381736C0b8f27692",11155111:"0xe7E59DDB78E0544aB2f81519381736C0b8f27692"},i={10:"0x8EAF9538c6D1F171E7883df279010626C57fC2C1",8453:"0x8EAF9538c6D1F171E7883df279010626C57fC2C1",42161:"0x290D20454bC26b68924c193e981fCa38f2588975",84532:"0x8EAF9538c6D1F171E7883df279010626C57fC2C1",11155111:"0x8EAF9538c6D1F171E7883df279010626C57fC2C1"},r={10:"0x425EcbdB2f88bD40F9c9e88Fd0a38D8a295a6Ef6",8453:"0x425EcbdB2f88bD40F9c9e88Fd0a38D8a295a6Ef6",42161:"0xEB43d4fCf7F64863b3D066EE005Fa298F0CFd8eC",84532:"0x425EcbdB2f88bD40F9c9e88Fd0a38D8a295a6Ef6",11155111:"0x425EcbdB2f88bD40F9c9e88Fd0a38D8a295a6Ef6"},o={10:"0xb8CD58c748EbC58D6C1C0128C8e0734f439A0a1B",8453:"0xb8CD58c748EbC58D6C1C0128C8e0734f439A0a1B",42161:"0x6dA00E864f55ceA64d0d24968fb8bb02Cd8C43E8",84532:"0xb8CD58c748EbC58D6C1C0128C8e0734f439A0a1B",11155111:"0xb8CD58c748EbC58D6C1C0128C8e0734f439A0a1B"},s={10:"0xFE865b98C9892f77F07e3d971c4783CF3C02E92d",8453:"0xFE865b98C9892f77F07e3d971c4783CF3C02E92d",42161:"0x2399DAB7d25bE315C2074BEcd50f243f4982D655",84532:"0xFE865b98C9892f77F07e3d971c4783CF3C02E92d",11155111:"0xFE865b98C9892f77F07e3d971c4783CF3C02E92d"},g={10:"0x69E5D1Cf8BDcE70eC3604B9e26C3aC61eCf19A1F",8453:"0x69E5D1Cf8BDcE70eC3604B9e26C3aC61eCf19A1F",84532:"0x69E5D1Cf8BDcE70eC3604B9e26C3aC61eCf19A1F",11155111:"0x69E5D1Cf8BDcE70eC3604B9e26C3aC61eCf19A1F"};exports.AllowListIncentive=e;exports.BoostCore=C;exports.BoostRegistry=E;exports.CGDAIncentive=a;exports.ERC20Incentive=d;exports.ERC20PeggedIncentive=B;exports.ERC20PeggedVariableCriteriaIncentive=f;exports.ERC20PeggedVariableCriteriaIncentiveV2=D;exports.ERC20VariableCriteriaIncentive=b;exports.ERC20VariableCriteriaIncentiveV2=F;exports.ERC20VariableIncentive=c;exports.EventAction=A;exports.LimitedSignerValidator=x;exports.ManagedBudget=t;exports.ManagedBudgetWithFees=n;exports.PointsIncentive=i;exports.SignerValidator=r;exports.SimpleAllowList=o;exports.SimpleDenyList=s;exports.TransparentBudget=g;
2
- //# sourceMappingURL=deployments-Dk-Z1L2X.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deployments-Dk-Z1L2X.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}