@zkp2p/sdk 0.12.0 → 0.12.2-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.
@@ -43403,11 +43403,7 @@ var contractAddressesV2 = {
43403
43403
  baseOrchestratorV3
43404
43404
  ),
43405
43405
  unifiedPaymentVerifier: pickAddress(baseContracts, [
43406
- "UnifiedPaymentVerifier",
43407
- "UnifiedPaymentVerifierV2"
43408
- ]),
43409
- unifiedPaymentVerifierV2: pickAddress(baseContracts, [
43410
- "UnifiedPaymentVerifierV2"
43406
+ "UnifiedPaymentVerifierV3"
43411
43407
  ]),
43412
43408
  protocolViewer: pickAddress(baseContracts, ["ProtocolViewerV2"]),
43413
43409
  usdc: baseConstantsRecord.USDC,
@@ -43453,11 +43449,7 @@ var contractAddressesV2ByEnv = {
43453
43449
  baseStagingOrchestratorV3
43454
43450
  ),
43455
43451
  unifiedPaymentVerifier: pickAddress(baseStagingContracts, [
43456
- "UnifiedPaymentVerifier",
43457
- "UnifiedPaymentVerifierV2"
43458
- ]),
43459
- unifiedPaymentVerifierV2: pickAddress(baseStagingContracts, [
43460
- "UnifiedPaymentVerifierV2"
43452
+ "UnifiedPaymentVerifierV3"
43461
43453
  ]),
43462
43454
  protocolViewer: pickAddress(baseStagingContracts, ["ProtocolViewerV2"]),
43463
43455
  usdc: baseStagingConstantsRecord.USDC,
@@ -43494,9 +43486,8 @@ var contractAbisV2 = {
43494
43486
  orchestrator: Orchestrator_default,
43495
43487
  orchestratorV2: baseOrchestratorV2Abi ?? Orchestrator_default,
43496
43488
  orchestratorV3: baseOrchestratorV3Abi,
43497
- unifiedPaymentVerifier: UnifiedPaymentVerifier_default,
43498
- unifiedPaymentVerifierV2: pickAbi(baseAbiRecord, [
43499
- "UnifiedPaymentVerifierV2"
43489
+ unifiedPaymentVerifier: pickAbi(baseAbiRecord, [
43490
+ "UnifiedPaymentVerifierV3"
43500
43491
  ]),
43501
43492
  protocolViewer: baseProtocolViewerV2Abi ?? ProtocolViewer_default,
43502
43493
  rateManagerV1: baseRateManagerV1Abi,
@@ -43513,7 +43504,6 @@ var contractAbisV2 = {
43513
43504
  };
43514
43505
  var EscrowBaseStaging = Escrow_default2;
43515
43506
  var OrchestratorBaseStaging = Orchestrator_default2;
43516
- var UnifiedPaymentVerifierBaseStaging = UnifiedPaymentVerifier_default2;
43517
43507
  var ProtocolViewerBaseStaging = pickAbi(baseStagingAbiRecord, [
43518
43508
  "ProtocolViewerV2"
43519
43509
  ]);
@@ -43544,8 +43534,8 @@ var WhitelistPreIntentHookBaseStaging = pickAbi(baseStagingAbiRecord, [
43544
43534
  var SignatureGatingPreIntentHookBaseStaging = pickAbi(baseStagingAbiRecord, [
43545
43535
  "SignatureGatingPreIntentHook"
43546
43536
  ]);
43547
- var UnifiedPaymentVerifierV2BaseStaging = pickAbi(baseStagingAbiRecord, [
43548
- "UnifiedPaymentVerifierV2"
43537
+ var UnifiedPaymentVerifierV3BaseStaging = pickAbi(baseStagingAbiRecord, [
43538
+ "UnifiedPaymentVerifierV3"
43549
43539
  ]);
43550
43540
  var IntentGuardianBaseStaging = pickAbi(baseStagingAbiRecord, [
43551
43541
  "IntentGuardian"
@@ -43563,8 +43553,7 @@ var contractAbisV2ByEnv = {
43563
43553
  orchestrator: OrchestratorBaseStaging,
43564
43554
  orchestratorV2: OrchestratorV2BaseStaging,
43565
43555
  orchestratorV3: OrchestratorV3BaseStaging,
43566
- unifiedPaymentVerifier: UnifiedPaymentVerifierBaseStaging,
43567
- unifiedPaymentVerifierV2: UnifiedPaymentVerifierV2BaseStaging,
43556
+ unifiedPaymentVerifier: UnifiedPaymentVerifierV3BaseStaging,
43568
43557
  protocolViewer: ProtocolViewerBaseStaging,
43569
43558
  rateManagerV1: RateManagerV1BaseStaging,
43570
43559
  orchestratorRegistry: OrchestratorRegistryBaseStaging,
@@ -43624,9 +43613,8 @@ function getV21Resolution(options) {
43624
43613
  orchestratorV3Address,
43625
43614
  ...resolvedAddresses.orchestratorAddresses ?? []
43626
43615
  );
43627
- const unifiedPaymentVerifierV2Address = resolvedAddresses.unifiedPaymentVerifierV2 ?? resolvedAddresses.unifiedPaymentVerifier;
43628
- const unifiedPaymentVerifierAddress = unifiedPaymentVerifierV2Address;
43629
- const unifiedPaymentVerifierAbi = resolvedAbis.unifiedPaymentVerifierV2 ?? resolvedAbis.unifiedPaymentVerifier;
43616
+ const unifiedPaymentVerifierAddress = resolvedAddresses.unifiedPaymentVerifier;
43617
+ const unifiedPaymentVerifierAbi = resolvedAbis.unifiedPaymentVerifier;
43630
43618
  const protocolViewerAddress = resolvedAddresses.protocolViewer;
43631
43619
  const protocolViewerAbi = resolvedAbis.protocolViewer;
43632
43620
  const rateManagerV1Address = resolvedAddresses.rateManagerV1 ?? resolvedAddresses.rateManagerRegistry;
@@ -43680,7 +43668,6 @@ function getV21Resolution(options) {
43680
43668
  orchestratorV3Address,
43681
43669
  orchestratorV3Abi,
43682
43670
  unifiedPaymentVerifierAddress,
43683
- unifiedPaymentVerifierV2Address,
43684
43671
  unifiedPaymentVerifierAbi,
43685
43672
  protocolViewerAddress,
43686
43673
  protocolViewerAbi,
@@ -43714,7 +43701,7 @@ function getV21Resolution(options) {
43714
43701
  var getV3Resolution = getV21Resolution;
43715
43702
  getV3Resolution().escrowAbi;
43716
43703
 
43717
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/paymentMethods/lookups.json
43704
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/paymentMethods/lookups.json
43718
43705
  var lookups_default = {
43719
43706
  nameToHash: {
43720
43707
  venmo: "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -43790,7 +43777,7 @@ var HASH_TO_METHOD_NAME = Object.entries(lookups_default.hashToName).filter(([,
43790
43777
  {}
43791
43778
  );
43792
43779
 
43793
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/addresses/base.js
43780
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/addresses/base.js
43794
43781
  var data71 = {
43795
43782
  "name": "base",
43796
43783
  "chainId": 8453,
@@ -43835,7 +43822,7 @@ var data71 = {
43835
43822
  };
43836
43823
  var base_default4 = data71;
43837
43824
 
43838
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/addresses/baseStaging.js
43825
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/addresses/baseStaging.js
43839
43826
  var data72 = {
43840
43827
  "name": "base_staging",
43841
43828
  "chainId": 8453,
@@ -43880,7 +43867,7 @@ var data72 = {
43880
43867
  };
43881
43868
  var baseStaging_default4 = data72;
43882
43869
 
43883
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/base.mjs
43870
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/base.mjs
43884
43871
  var base_exports2 = {};
43885
43872
  __export(base_exports2, {
43886
43873
  AddressGroupRegistry: () => AddressGroupRegistry_default3,
@@ -43918,7 +43905,7 @@ __export(base_exports2, {
43918
43905
  WhitelistPreIntentHook: () => WhitelistPreIntentHook_default3
43919
43906
  });
43920
43907
 
43921
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/AddressGroupRegistry.js
43908
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/AddressGroupRegistry.js
43922
43909
  var data73 = [
43923
43910
  {
43924
43911
  "inputs": [],
@@ -44478,7 +44465,7 @@ var data73 = [
44478
44465
  ];
44479
44466
  var AddressGroupRegistry_default3 = data73;
44480
44467
 
44481
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChainlinkOracleAdapter.js
44468
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChainlinkOracleAdapter.js
44482
44469
  var data74 = [
44483
44470
  {
44484
44471
  "inputs": [
@@ -44531,7 +44518,7 @@ var data74 = [
44531
44518
  ];
44532
44519
  var ChainlinkOracleAdapter_default3 = data74;
44533
44520
 
44534
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChargebackNullifierRegistry.js
44521
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChargebackNullifierRegistry.js
44535
44522
  var data75 = [
44536
44523
  {
44537
44524
  "inputs": [],
@@ -44747,7 +44734,7 @@ var data75 = [
44747
44734
  ];
44748
44735
  var ChargebackNullifierRegistry_default3 = data75;
44749
44736
 
44750
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChargebackPolicy.js
44737
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChargebackPolicy.js
44751
44738
  var data76 = [
44752
44739
  {
44753
44740
  "inputs": [
@@ -45747,7 +45734,7 @@ var data76 = [
45747
45734
  ];
45748
45735
  var ChargebackPolicy_default3 = data76;
45749
45736
 
45750
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChargebackVerifier.js
45737
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChargebackVerifier.js
45751
45738
  var data77 = [
45752
45739
  {
45753
45740
  "inputs": [
@@ -46144,7 +46131,7 @@ var data77 = [
46144
46131
  ];
46145
46132
  var ChargebackVerifier_default3 = data77;
46146
46133
 
46147
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Escrow.js
46134
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Escrow.js
46148
46135
  var data78 = [
46149
46136
  {
46150
46137
  "inputs": [
@@ -48357,7 +48344,7 @@ var data78 = [
48357
48344
  ];
48358
48345
  var Escrow_default3 = data78;
48359
48346
 
48360
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowRegistry.js
48347
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowRegistry.js
48361
48348
  var data79 = [
48362
48349
  {
48363
48350
  "inputs": [],
@@ -48574,7 +48561,7 @@ var data79 = [
48574
48561
  ];
48575
48562
  var EscrowRegistry_default3 = data79;
48576
48563
 
48577
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowV2.js
48564
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowV2.js
48578
48565
  var data80 = [
48579
48566
  {
48580
48567
  "inputs": [
@@ -51594,7 +51581,7 @@ var data80 = [
51594
51581
  ];
51595
51582
  var EscrowV2_default3 = data80;
51596
51583
 
51597
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentGuardian.js
51584
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentGuardian.js
51598
51585
  var data81 = [
51599
51586
  {
51600
51587
  "inputs": [
@@ -52003,7 +51990,7 @@ var data81 = [
52003
51990
  ];
52004
51991
  var IntentGuardian_default3 = data81;
52005
51992
 
52006
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentLifecycleHookV1.js
51993
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentLifecycleHookV1.js
52007
51994
  var data82 = [
52008
51995
  {
52009
51996
  "inputs": [
@@ -52198,7 +52185,7 @@ var data82 = [
52198
52185
  ];
52199
52186
  var IntentLifecycleHookV1_default3 = data82;
52200
52187
 
52201
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/MultiAttestationVerifier.js
52188
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/MultiAttestationVerifier.js
52202
52189
  var data83 = [
52203
52190
  {
52204
52191
  "inputs": [
@@ -52442,7 +52429,7 @@ var data83 = [
52442
52429
  ];
52443
52430
  var MultiAttestationVerifier_default3 = data83;
52444
52431
 
52445
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistry.js
52432
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistry.js
52446
52433
  var data84 = [
52447
52434
  {
52448
52435
  "inputs": [],
@@ -52658,7 +52645,7 @@ var data84 = [
52658
52645
  ];
52659
52646
  var NullifierRegistry_default3 = data84;
52660
52647
 
52661
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistryV2.js
52648
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistryV2.js
52662
52649
  var data85 = [
52663
52650
  {
52664
52651
  "inputs": [
@@ -52998,7 +52985,7 @@ var data85 = [
52998
52985
  ];
52999
52986
  var NullifierRegistryV2_default3 = data85;
53000
52987
 
53001
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Orchestrator.js
52988
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Orchestrator.js
53002
52989
  var data86 = [
53003
52990
  {
53004
52991
  "inputs": [
@@ -54146,7 +54133,7 @@ var data86 = [
54146
54133
  ];
54147
54134
  var Orchestrator_default3 = data86;
54148
54135
 
54149
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorRegistry.js
54136
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorRegistry.js
54150
54137
  var data87 = [
54151
54138
  {
54152
54139
  "inputs": [
@@ -54301,7 +54288,7 @@ var data87 = [
54301
54288
  ];
54302
54289
  var OrchestratorRegistry_default3 = data87;
54303
54290
 
54304
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV2.js
54291
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV2.js
54305
54292
  var data88 = [
54306
54293
  {
54307
54294
  "inputs": [
@@ -55702,7 +55689,7 @@ var data88 = [
55702
55689
  ];
55703
55690
  var OrchestratorV2_default3 = data88;
55704
55691
 
55705
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV3.js
55692
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV3.js
55706
55693
  var data89 = [
55707
55694
  {
55708
55695
  "inputs": [
@@ -57074,7 +57061,7 @@ var data89 = [
57074
57061
  ];
57075
57062
  var OrchestratorV3_default3 = data89;
57076
57063
 
57077
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PaymentVerifierRegistry.js
57064
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PaymentVerifierRegistry.js
57078
57065
  var data90 = [
57079
57066
  {
57080
57067
  "inputs": [],
@@ -57409,7 +57396,7 @@ var data90 = [
57409
57396
  ];
57410
57397
  var PaymentVerifierRegistry_default3 = data90;
57411
57398
 
57412
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PostIntentHookRegistry.js
57399
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PostIntentHookRegistry.js
57413
57400
  var data91 = [
57414
57401
  {
57415
57402
  "inputs": [],
@@ -57593,7 +57580,7 @@ var data91 = [
57593
57580
  ];
57594
57581
  var PostIntentHookRegistry_default3 = data91;
57595
57582
 
57596
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewer.js
57583
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewer.js
57597
57584
  var data92 = [
57598
57585
  {
57599
57586
  "inputs": [
@@ -58813,7 +58800,7 @@ var data92 = [
58813
58800
  ];
58814
58801
  var ProtocolViewer_default3 = data92;
58815
58802
 
58816
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewerV2.js
58803
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewerV2.js
58817
58804
  var data93 = [
58818
58805
  {
58819
58806
  "inputs": [
@@ -59908,7 +59895,7 @@ var data93 = [
59908
59895
  ];
59909
59896
  var ProtocolViewerV2_default3 = data93;
59910
59897
 
59911
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PythOracleAdapter.js
59898
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PythOracleAdapter.js
59912
59899
  var data94 = [
59913
59900
  {
59914
59901
  "inputs": [
@@ -59985,7 +59972,7 @@ var data94 = [
59985
59972
  ];
59986
59973
  var PythOracleAdapter_default3 = data94;
59987
59974
 
59988
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RateManagerV1.js
59975
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RateManagerV1.js
59989
59976
  var data95 = [
59990
59977
  {
59991
59978
  "inputs": [
@@ -60741,7 +60728,7 @@ var data95 = [
60741
60728
  ];
60742
60729
  var RateManagerV1_default3 = data95;
60743
60730
 
60744
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RelayerRegistry.js
60731
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RelayerRegistry.js
60745
60732
  var data96 = [
60746
60733
  {
60747
60734
  "inputs": [],
@@ -60906,7 +60893,7 @@ var data96 = [
60906
60893
  ];
60907
60894
  var RelayerRegistry_default3 = data96;
60908
60895
 
60909
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SignatureGatingPreIntentHook.js
60896
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SignatureGatingPreIntentHook.js
60910
60897
  var data97 = [
60911
60898
  {
60912
60899
  "inputs": [
@@ -61206,7 +61193,7 @@ var data97 = [
61206
61193
  ];
61207
61194
  var SignatureGatingPreIntentHook_default3 = data97;
61208
61195
 
61209
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SimpleAttestationVerifier.js
61196
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SimpleAttestationVerifier.js
61210
61197
  var data98 = [
61211
61198
  {
61212
61199
  "inputs": [
@@ -61361,7 +61348,7 @@ var data98 = [
61361
61348
  ];
61362
61349
  var SimpleAttestationVerifier_default3 = data98;
61363
61350
 
61364
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/StakeVault.js
61351
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/StakeVault.js
61365
61352
  var data99 = [
61366
61353
  {
61367
61354
  "inputs": [
@@ -62849,7 +62836,7 @@ var data99 = [
62849
62836
  ];
62850
62837
  var StakeVault_default3 = data99;
62851
62838
 
62852
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifier.js
62839
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifier.js
62853
62840
  var data100 = [
62854
62841
  {
62855
62842
  "inputs": [
@@ -63216,7 +63203,7 @@ var data100 = [
63216
63203
  ];
63217
63204
  var UnifiedPaymentVerifier_default3 = data100;
63218
63205
 
63219
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV2.js
63206
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV2.js
63220
63207
  var data101 = [
63221
63208
  {
63222
63209
  "inputs": [
@@ -63583,7 +63570,7 @@ var data101 = [
63583
63570
  ];
63584
63571
  var UnifiedPaymentVerifierV2_default3 = data101;
63585
63572
 
63586
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV3.js
63573
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV3.js
63587
63574
  var data102 = [
63588
63575
  {
63589
63576
  "inputs": [
@@ -63950,7 +63937,7 @@ var data102 = [
63950
63937
  ];
63951
63938
  var UnifiedPaymentVerifierV3_default3 = data102;
63952
63939
 
63953
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistLifecycleHook.js
63940
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistLifecycleHook.js
63954
63941
  var data103 = [
63955
63942
  {
63956
63943
  "inputs": [
@@ -64127,7 +64114,7 @@ var data103 = [
64127
64114
  ];
64128
64115
  var WhitelistLifecycleHook_default3 = data103;
64129
64116
 
64130
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPolicy.js
64117
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPolicy.js
64131
64118
  var data104 = [
64132
64119
  {
64133
64120
  "inputs": [
@@ -64975,7 +64962,7 @@ var data104 = [
64975
64962
  ];
64976
64963
  var WhitelistPolicy_default3 = data104;
64977
64964
 
64978
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPreIntentHook.js
64965
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPreIntentHook.js
64979
64966
  var data105 = [
64980
64967
  {
64981
64968
  "inputs": [
@@ -65319,7 +65306,7 @@ var data105 = [
65319
65306
  ];
65320
65307
  var WhitelistPreIntentHook_default3 = data105;
65321
65308
 
65322
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/baseStaging.mjs
65309
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/baseStaging.mjs
65323
65310
  var baseStaging_exports2 = {};
65324
65311
  __export(baseStaging_exports2, {
65325
65312
  AddressGroupRegistry: () => AddressGroupRegistry_default4,
@@ -65357,7 +65344,7 @@ __export(baseStaging_exports2, {
65357
65344
  WhitelistPreIntentHook: () => WhitelistPreIntentHook_default4
65358
65345
  });
65359
65346
 
65360
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/AddressGroupRegistry.js
65347
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/AddressGroupRegistry.js
65361
65348
  var data106 = [
65362
65349
  {
65363
65350
  "inputs": [],
@@ -65917,7 +65904,7 @@ var data106 = [
65917
65904
  ];
65918
65905
  var AddressGroupRegistry_default4 = data106;
65919
65906
 
65920
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChainlinkOracleAdapter.js
65907
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChainlinkOracleAdapter.js
65921
65908
  var data107 = [
65922
65909
  {
65923
65910
  "inputs": [
@@ -65970,7 +65957,7 @@ var data107 = [
65970
65957
  ];
65971
65958
  var ChainlinkOracleAdapter_default4 = data107;
65972
65959
 
65973
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChargebackNullifierRegistry.js
65960
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChargebackNullifierRegistry.js
65974
65961
  var data108 = [
65975
65962
  {
65976
65963
  "inputs": [],
@@ -66186,7 +66173,7 @@ var data108 = [
66186
66173
  ];
66187
66174
  var ChargebackNullifierRegistry_default4 = data108;
66188
66175
 
66189
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChargebackPolicy.js
66176
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChargebackPolicy.js
66190
66177
  var data109 = [
66191
66178
  {
66192
66179
  "inputs": [
@@ -67186,7 +67173,7 @@ var data109 = [
67186
67173
  ];
67187
67174
  var ChargebackPolicy_default4 = data109;
67188
67175
 
67189
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChargebackVerifier.js
67176
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChargebackVerifier.js
67190
67177
  var data110 = [
67191
67178
  {
67192
67179
  "inputs": [
@@ -67583,7 +67570,7 @@ var data110 = [
67583
67570
  ];
67584
67571
  var ChargebackVerifier_default4 = data110;
67585
67572
 
67586
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Escrow.js
67573
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Escrow.js
67587
67574
  var data111 = [
67588
67575
  {
67589
67576
  "inputs": [
@@ -69796,7 +69783,7 @@ var data111 = [
69796
69783
  ];
69797
69784
  var Escrow_default4 = data111;
69798
69785
 
69799
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowRegistry.js
69786
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowRegistry.js
69800
69787
  var data112 = [
69801
69788
  {
69802
69789
  "inputs": [],
@@ -70013,7 +70000,7 @@ var data112 = [
70013
70000
  ];
70014
70001
  var EscrowRegistry_default4 = data112;
70015
70002
 
70016
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowV2.js
70003
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowV2.js
70017
70004
  var data113 = [
70018
70005
  {
70019
70006
  "inputs": [
@@ -73033,7 +73020,7 @@ var data113 = [
73033
73020
  ];
73034
73021
  var EscrowV2_default4 = data113;
73035
73022
 
73036
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentGuardian.js
73023
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentGuardian.js
73037
73024
  var data114 = [
73038
73025
  {
73039
73026
  "inputs": [
@@ -73442,7 +73429,7 @@ var data114 = [
73442
73429
  ];
73443
73430
  var IntentGuardian_default4 = data114;
73444
73431
 
73445
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentLifecycleHookV1.js
73432
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentLifecycleHookV1.js
73446
73433
  var data115 = [
73447
73434
  {
73448
73435
  "inputs": [
@@ -73637,7 +73624,7 @@ var data115 = [
73637
73624
  ];
73638
73625
  var IntentLifecycleHookV1_default4 = data115;
73639
73626
 
73640
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/MultiAttestationVerifier.js
73627
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/MultiAttestationVerifier.js
73641
73628
  var data116 = [
73642
73629
  {
73643
73630
  "inputs": [
@@ -73881,7 +73868,7 @@ var data116 = [
73881
73868
  ];
73882
73869
  var MultiAttestationVerifier_default4 = data116;
73883
73870
 
73884
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistry.js
73871
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistry.js
73885
73872
  var data117 = [
73886
73873
  {
73887
73874
  "inputs": [],
@@ -74097,7 +74084,7 @@ var data117 = [
74097
74084
  ];
74098
74085
  var NullifierRegistry_default4 = data117;
74099
74086
 
74100
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistryV2.js
74087
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistryV2.js
74101
74088
  var data118 = [
74102
74089
  {
74103
74090
  "inputs": [
@@ -74437,7 +74424,7 @@ var data118 = [
74437
74424
  ];
74438
74425
  var NullifierRegistryV2_default4 = data118;
74439
74426
 
74440
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Orchestrator.js
74427
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Orchestrator.js
74441
74428
  var data119 = [
74442
74429
  {
74443
74430
  "inputs": [
@@ -75585,7 +75572,7 @@ var data119 = [
75585
75572
  ];
75586
75573
  var Orchestrator_default4 = data119;
75587
75574
 
75588
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorRegistry.js
75575
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorRegistry.js
75589
75576
  var data120 = [
75590
75577
  {
75591
75578
  "inputs": [
@@ -75740,7 +75727,7 @@ var data120 = [
75740
75727
  ];
75741
75728
  var OrchestratorRegistry_default4 = data120;
75742
75729
 
75743
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV2.js
75730
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV2.js
75744
75731
  var data121 = [
75745
75732
  {
75746
75733
  "inputs": [
@@ -77141,7 +77128,7 @@ var data121 = [
77141
77128
  ];
77142
77129
  var OrchestratorV2_default4 = data121;
77143
77130
 
77144
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV3.js
77131
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV3.js
77145
77132
  var data122 = [
77146
77133
  {
77147
77134
  "inputs": [
@@ -78513,7 +78500,7 @@ var data122 = [
78513
78500
  ];
78514
78501
  var OrchestratorV3_default4 = data122;
78515
78502
 
78516
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PaymentVerifierRegistry.js
78503
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PaymentVerifierRegistry.js
78517
78504
  var data123 = [
78518
78505
  {
78519
78506
  "inputs": [],
@@ -78848,7 +78835,7 @@ var data123 = [
78848
78835
  ];
78849
78836
  var PaymentVerifierRegistry_default4 = data123;
78850
78837
 
78851
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PostIntentHookRegistry.js
78838
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PostIntentHookRegistry.js
78852
78839
  var data124 = [
78853
78840
  {
78854
78841
  "inputs": [],
@@ -79032,7 +79019,7 @@ var data124 = [
79032
79019
  ];
79033
79020
  var PostIntentHookRegistry_default4 = data124;
79034
79021
 
79035
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewer.js
79022
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewer.js
79036
79023
  var data125 = [
79037
79024
  {
79038
79025
  "inputs": [
@@ -80252,7 +80239,7 @@ var data125 = [
80252
80239
  ];
80253
80240
  var ProtocolViewer_default4 = data125;
80254
80241
 
80255
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewerV2.js
80242
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewerV2.js
80256
80243
  var data126 = [
80257
80244
  {
80258
80245
  "inputs": [
@@ -81347,7 +81334,7 @@ var data126 = [
81347
81334
  ];
81348
81335
  var ProtocolViewerV2_default4 = data126;
81349
81336
 
81350
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PythOracleAdapter.js
81337
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PythOracleAdapter.js
81351
81338
  var data127 = [
81352
81339
  {
81353
81340
  "inputs": [
@@ -81424,7 +81411,7 @@ var data127 = [
81424
81411
  ];
81425
81412
  var PythOracleAdapter_default4 = data127;
81426
81413
 
81427
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RateManagerV1.js
81414
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RateManagerV1.js
81428
81415
  var data128 = [
81429
81416
  {
81430
81417
  "inputs": [
@@ -82180,7 +82167,7 @@ var data128 = [
82180
82167
  ];
82181
82168
  var RateManagerV1_default4 = data128;
82182
82169
 
82183
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RelayerRegistry.js
82170
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RelayerRegistry.js
82184
82171
  var data129 = [
82185
82172
  {
82186
82173
  "inputs": [],
@@ -82345,7 +82332,7 @@ var data129 = [
82345
82332
  ];
82346
82333
  var RelayerRegistry_default4 = data129;
82347
82334
 
82348
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SignatureGatingPreIntentHook.js
82335
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SignatureGatingPreIntentHook.js
82349
82336
  var data130 = [
82350
82337
  {
82351
82338
  "inputs": [
@@ -82645,7 +82632,7 @@ var data130 = [
82645
82632
  ];
82646
82633
  var SignatureGatingPreIntentHook_default4 = data130;
82647
82634
 
82648
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SimpleAttestationVerifier.js
82635
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SimpleAttestationVerifier.js
82649
82636
  var data131 = [
82650
82637
  {
82651
82638
  "inputs": [
@@ -82800,7 +82787,7 @@ var data131 = [
82800
82787
  ];
82801
82788
  var SimpleAttestationVerifier_default4 = data131;
82802
82789
 
82803
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/StakeVault.js
82790
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/StakeVault.js
82804
82791
  var data132 = [
82805
82792
  {
82806
82793
  "inputs": [
@@ -84288,7 +84275,7 @@ var data132 = [
84288
84275
  ];
84289
84276
  var StakeVault_default4 = data132;
84290
84277
 
84291
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifier.js
84278
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifier.js
84292
84279
  var data133 = [
84293
84280
  {
84294
84281
  "inputs": [
@@ -84655,7 +84642,7 @@ var data133 = [
84655
84642
  ];
84656
84643
  var UnifiedPaymentVerifier_default4 = data133;
84657
84644
 
84658
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV2.js
84645
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV2.js
84659
84646
  var data134 = [
84660
84647
  {
84661
84648
  "inputs": [
@@ -85022,7 +85009,7 @@ var data134 = [
85022
85009
  ];
85023
85010
  var UnifiedPaymentVerifierV2_default4 = data134;
85024
85011
 
85025
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV3.js
85012
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV3.js
85026
85013
  var data135 = [
85027
85014
  {
85028
85015
  "inputs": [
@@ -85389,7 +85376,7 @@ var data135 = [
85389
85376
  ];
85390
85377
  var UnifiedPaymentVerifierV3_default4 = data135;
85391
85378
 
85392
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistLifecycleHook.js
85379
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistLifecycleHook.js
85393
85380
  var data136 = [
85394
85381
  {
85395
85382
  "inputs": [
@@ -85566,7 +85553,7 @@ var data136 = [
85566
85553
  ];
85567
85554
  var WhitelistLifecycleHook_default4 = data136;
85568
85555
 
85569
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPolicy.js
85556
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPolicy.js
85570
85557
  var data137 = [
85571
85558
  {
85572
85559
  "inputs": [
@@ -86414,7 +86401,7 @@ var data137 = [
86414
86401
  ];
86415
86402
  var WhitelistPolicy_default4 = data137;
86416
86403
 
86417
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPreIntentHook.js
86404
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPreIntentHook.js
86418
86405
  var data138 = [
86419
86406
  {
86420
86407
  "inputs": [
@@ -86758,7 +86745,7 @@ var data138 = [
86758
86745
  ];
86759
86746
  var WhitelistPreIntentHook_default4 = data138;
86760
86747
 
86761
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/base/Escrow.json
86748
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/base/Escrow.json
86762
86749
  var Escrow_default5 = [
86763
86750
  {
86764
86751
  inputs: [
@@ -88970,7 +88957,7 @@ var Escrow_default5 = [
88970
88957
  }
88971
88958
  ];
88972
88959
 
88973
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/base/Orchestrator.json
88960
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/base/Orchestrator.json
88974
88961
  var Orchestrator_default5 = [
88975
88962
  {
88976
88963
  inputs: [
@@ -90117,7 +90104,7 @@ var Orchestrator_default5 = [
90117
90104
  }
90118
90105
  ];
90119
90106
 
90120
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/base/ProtocolViewer.json
90107
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/base/ProtocolViewer.json
90121
90108
  var ProtocolViewer_default5 = [
90122
90109
  {
90123
90110
  inputs: [
@@ -91336,373 +91323,7 @@ var ProtocolViewer_default5 = [
91336
91323
  }
91337
91324
  ];
91338
91325
 
91339
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/base/UnifiedPaymentVerifier.json
91340
- var UnifiedPaymentVerifier_default5 = [
91341
- {
91342
- inputs: [
91343
- {
91344
- internalType: "contract IOrchestrator",
91345
- name: "_orchestrator",
91346
- type: "address"
91347
- },
91348
- {
91349
- internalType: "contract INullifierRegistry",
91350
- name: "_nullifierRegistry",
91351
- type: "address"
91352
- },
91353
- {
91354
- internalType: "contract IAttestationVerifier",
91355
- name: "_attestationVerifier",
91356
- type: "address"
91357
- }
91358
- ],
91359
- stateMutability: "nonpayable",
91360
- type: "constructor"
91361
- },
91362
- {
91363
- anonymous: false,
91364
- inputs: [
91365
- {
91366
- indexed: true,
91367
- internalType: "address",
91368
- name: "oldVerifier",
91369
- type: "address"
91370
- },
91371
- {
91372
- indexed: true,
91373
- internalType: "address",
91374
- name: "newVerifier",
91375
- type: "address"
91376
- }
91377
- ],
91378
- name: "AttestationVerifierUpdated",
91379
- type: "event"
91380
- },
91381
- {
91382
- anonymous: false,
91383
- inputs: [
91384
- {
91385
- indexed: true,
91386
- internalType: "address",
91387
- name: "previousOwner",
91388
- type: "address"
91389
- },
91390
- {
91391
- indexed: true,
91392
- internalType: "address",
91393
- name: "newOwner",
91394
- type: "address"
91395
- }
91396
- ],
91397
- name: "OwnershipTransferred",
91398
- type: "event"
91399
- },
91400
- {
91401
- anonymous: false,
91402
- inputs: [
91403
- {
91404
- indexed: true,
91405
- internalType: "bytes32",
91406
- name: "paymentMethod",
91407
- type: "bytes32"
91408
- }
91409
- ],
91410
- name: "PaymentMethodAdded",
91411
- type: "event"
91412
- },
91413
- {
91414
- anonymous: false,
91415
- inputs: [
91416
- {
91417
- indexed: true,
91418
- internalType: "bytes32",
91419
- name: "paymentMethod",
91420
- type: "bytes32"
91421
- }
91422
- ],
91423
- name: "PaymentMethodRemoved",
91424
- type: "event"
91425
- },
91426
- {
91427
- anonymous: false,
91428
- inputs: [
91429
- {
91430
- indexed: true,
91431
- internalType: "bytes32",
91432
- name: "intentHash",
91433
- type: "bytes32"
91434
- },
91435
- {
91436
- indexed: true,
91437
- internalType: "bytes32",
91438
- name: "method",
91439
- type: "bytes32"
91440
- },
91441
- {
91442
- indexed: true,
91443
- internalType: "bytes32",
91444
- name: "currency",
91445
- type: "bytes32"
91446
- },
91447
- {
91448
- indexed: false,
91449
- internalType: "uint256",
91450
- name: "amount",
91451
- type: "uint256"
91452
- },
91453
- {
91454
- indexed: false,
91455
- internalType: "uint256",
91456
- name: "timestamp",
91457
- type: "uint256"
91458
- },
91459
- {
91460
- indexed: false,
91461
- internalType: "bytes32",
91462
- name: "paymentId",
91463
- type: "bytes32"
91464
- },
91465
- {
91466
- indexed: false,
91467
- internalType: "bytes32",
91468
- name: "payeeId",
91469
- type: "bytes32"
91470
- }
91471
- ],
91472
- name: "PaymentVerified",
91473
- type: "event"
91474
- },
91475
- {
91476
- inputs: [],
91477
- name: "DOMAIN_SEPARATOR",
91478
- outputs: [
91479
- {
91480
- internalType: "bytes32",
91481
- name: "",
91482
- type: "bytes32"
91483
- }
91484
- ],
91485
- stateMutability: "view",
91486
- type: "function"
91487
- },
91488
- {
91489
- inputs: [
91490
- {
91491
- internalType: "bytes32",
91492
- name: "_paymentMethod",
91493
- type: "bytes32"
91494
- }
91495
- ],
91496
- name: "addPaymentMethod",
91497
- outputs: [],
91498
- stateMutability: "nonpayable",
91499
- type: "function"
91500
- },
91501
- {
91502
- inputs: [],
91503
- name: "attestationVerifier",
91504
- outputs: [
91505
- {
91506
- internalType: "contract IAttestationVerifier",
91507
- name: "",
91508
- type: "address"
91509
- }
91510
- ],
91511
- stateMutability: "view",
91512
- type: "function"
91513
- },
91514
- {
91515
- inputs: [],
91516
- name: "getPaymentMethods",
91517
- outputs: [
91518
- {
91519
- internalType: "bytes32[]",
91520
- name: "",
91521
- type: "bytes32[]"
91522
- }
91523
- ],
91524
- stateMutability: "view",
91525
- type: "function"
91526
- },
91527
- {
91528
- inputs: [
91529
- {
91530
- internalType: "bytes32",
91531
- name: "",
91532
- type: "bytes32"
91533
- }
91534
- ],
91535
- name: "isPaymentMethod",
91536
- outputs: [
91537
- {
91538
- internalType: "bool",
91539
- name: "",
91540
- type: "bool"
91541
- }
91542
- ],
91543
- stateMutability: "view",
91544
- type: "function"
91545
- },
91546
- {
91547
- inputs: [],
91548
- name: "nullifierRegistry",
91549
- outputs: [
91550
- {
91551
- internalType: "contract INullifierRegistry",
91552
- name: "",
91553
- type: "address"
91554
- }
91555
- ],
91556
- stateMutability: "view",
91557
- type: "function"
91558
- },
91559
- {
91560
- inputs: [],
91561
- name: "orchestrator",
91562
- outputs: [
91563
- {
91564
- internalType: "contract IOrchestrator",
91565
- name: "",
91566
- type: "address"
91567
- }
91568
- ],
91569
- stateMutability: "view",
91570
- type: "function"
91571
- },
91572
- {
91573
- inputs: [],
91574
- name: "owner",
91575
- outputs: [
91576
- {
91577
- internalType: "address",
91578
- name: "",
91579
- type: "address"
91580
- }
91581
- ],
91582
- stateMutability: "view",
91583
- type: "function"
91584
- },
91585
- {
91586
- inputs: [
91587
- {
91588
- internalType: "uint256",
91589
- name: "",
91590
- type: "uint256"
91591
- }
91592
- ],
91593
- name: "paymentMethods",
91594
- outputs: [
91595
- {
91596
- internalType: "bytes32",
91597
- name: "",
91598
- type: "bytes32"
91599
- }
91600
- ],
91601
- stateMutability: "view",
91602
- type: "function"
91603
- },
91604
- {
91605
- inputs: [
91606
- {
91607
- internalType: "bytes32",
91608
- name: "_paymentMethod",
91609
- type: "bytes32"
91610
- }
91611
- ],
91612
- name: "removePaymentMethod",
91613
- outputs: [],
91614
- stateMutability: "nonpayable",
91615
- type: "function"
91616
- },
91617
- {
91618
- inputs: [],
91619
- name: "renounceOwnership",
91620
- outputs: [],
91621
- stateMutability: "nonpayable",
91622
- type: "function"
91623
- },
91624
- {
91625
- inputs: [
91626
- {
91627
- internalType: "address",
91628
- name: "_newVerifier",
91629
- type: "address"
91630
- }
91631
- ],
91632
- name: "setAttestationVerifier",
91633
- outputs: [],
91634
- stateMutability: "nonpayable",
91635
- type: "function"
91636
- },
91637
- {
91638
- inputs: [
91639
- {
91640
- internalType: "address",
91641
- name: "newOwner",
91642
- type: "address"
91643
- }
91644
- ],
91645
- name: "transferOwnership",
91646
- outputs: [],
91647
- stateMutability: "nonpayable",
91648
- type: "function"
91649
- },
91650
- {
91651
- inputs: [
91652
- {
91653
- components: [
91654
- {
91655
- internalType: "bytes32",
91656
- name: "intentHash",
91657
- type: "bytes32"
91658
- },
91659
- {
91660
- internalType: "bytes",
91661
- name: "paymentProof",
91662
- type: "bytes"
91663
- },
91664
- {
91665
- internalType: "bytes",
91666
- name: "data",
91667
- type: "bytes"
91668
- }
91669
- ],
91670
- internalType: "struct IPaymentVerifier.VerifyPaymentData",
91671
- name: "_verifyPaymentData",
91672
- type: "tuple"
91673
- }
91674
- ],
91675
- name: "verifyPayment",
91676
- outputs: [
91677
- {
91678
- components: [
91679
- {
91680
- internalType: "bool",
91681
- name: "success",
91682
- type: "bool"
91683
- },
91684
- {
91685
- internalType: "bytes32",
91686
- name: "intentHash",
91687
- type: "bytes32"
91688
- },
91689
- {
91690
- internalType: "uint256",
91691
- name: "releaseAmount",
91692
- type: "uint256"
91693
- }
91694
- ],
91695
- internalType: "struct IPaymentVerifier.PaymentVerificationResult",
91696
- name: "result",
91697
- type: "tuple"
91698
- }
91699
- ],
91700
- stateMutability: "nonpayable",
91701
- type: "function"
91702
- }
91703
- ];
91704
-
91705
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Escrow.json
91326
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Escrow.json
91706
91327
  var Escrow_default6 = [
91707
91328
  {
91708
91329
  inputs: [
@@ -93914,7 +93535,7 @@ var Escrow_default6 = [
93914
93535
  }
93915
93536
  ];
93916
93537
 
93917
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Orchestrator.json
93538
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Orchestrator.json
93918
93539
  var Orchestrator_default6 = [
93919
93540
  {
93920
93541
  inputs: [
@@ -95061,373 +94682,7 @@ var Orchestrator_default6 = [
95061
94682
  }
95062
94683
  ];
95063
94684
 
95064
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/baseStaging/UnifiedPaymentVerifier.json
95065
- var UnifiedPaymentVerifier_default6 = [
95066
- {
95067
- inputs: [
95068
- {
95069
- internalType: "contract IOrchestrator",
95070
- name: "_orchestrator",
95071
- type: "address"
95072
- },
95073
- {
95074
- internalType: "contract INullifierRegistry",
95075
- name: "_nullifierRegistry",
95076
- type: "address"
95077
- },
95078
- {
95079
- internalType: "contract IAttestationVerifier",
95080
- name: "_attestationVerifier",
95081
- type: "address"
95082
- }
95083
- ],
95084
- stateMutability: "nonpayable",
95085
- type: "constructor"
95086
- },
95087
- {
95088
- anonymous: false,
95089
- inputs: [
95090
- {
95091
- indexed: true,
95092
- internalType: "address",
95093
- name: "oldVerifier",
95094
- type: "address"
95095
- },
95096
- {
95097
- indexed: true,
95098
- internalType: "address",
95099
- name: "newVerifier",
95100
- type: "address"
95101
- }
95102
- ],
95103
- name: "AttestationVerifierUpdated",
95104
- type: "event"
95105
- },
95106
- {
95107
- anonymous: false,
95108
- inputs: [
95109
- {
95110
- indexed: true,
95111
- internalType: "address",
95112
- name: "previousOwner",
95113
- type: "address"
95114
- },
95115
- {
95116
- indexed: true,
95117
- internalType: "address",
95118
- name: "newOwner",
95119
- type: "address"
95120
- }
95121
- ],
95122
- name: "OwnershipTransferred",
95123
- type: "event"
95124
- },
95125
- {
95126
- anonymous: false,
95127
- inputs: [
95128
- {
95129
- indexed: true,
95130
- internalType: "bytes32",
95131
- name: "paymentMethod",
95132
- type: "bytes32"
95133
- }
95134
- ],
95135
- name: "PaymentMethodAdded",
95136
- type: "event"
95137
- },
95138
- {
95139
- anonymous: false,
95140
- inputs: [
95141
- {
95142
- indexed: true,
95143
- internalType: "bytes32",
95144
- name: "paymentMethod",
95145
- type: "bytes32"
95146
- }
95147
- ],
95148
- name: "PaymentMethodRemoved",
95149
- type: "event"
95150
- },
95151
- {
95152
- anonymous: false,
95153
- inputs: [
95154
- {
95155
- indexed: true,
95156
- internalType: "bytes32",
95157
- name: "intentHash",
95158
- type: "bytes32"
95159
- },
95160
- {
95161
- indexed: true,
95162
- internalType: "bytes32",
95163
- name: "method",
95164
- type: "bytes32"
95165
- },
95166
- {
95167
- indexed: true,
95168
- internalType: "bytes32",
95169
- name: "currency",
95170
- type: "bytes32"
95171
- },
95172
- {
95173
- indexed: false,
95174
- internalType: "uint256",
95175
- name: "amount",
95176
- type: "uint256"
95177
- },
95178
- {
95179
- indexed: false,
95180
- internalType: "uint256",
95181
- name: "timestamp",
95182
- type: "uint256"
95183
- },
95184
- {
95185
- indexed: false,
95186
- internalType: "bytes32",
95187
- name: "paymentId",
95188
- type: "bytes32"
95189
- },
95190
- {
95191
- indexed: false,
95192
- internalType: "bytes32",
95193
- name: "payeeId",
95194
- type: "bytes32"
95195
- }
95196
- ],
95197
- name: "PaymentVerified",
95198
- type: "event"
95199
- },
95200
- {
95201
- inputs: [],
95202
- name: "DOMAIN_SEPARATOR",
95203
- outputs: [
95204
- {
95205
- internalType: "bytes32",
95206
- name: "",
95207
- type: "bytes32"
95208
- }
95209
- ],
95210
- stateMutability: "view",
95211
- type: "function"
95212
- },
95213
- {
95214
- inputs: [
95215
- {
95216
- internalType: "bytes32",
95217
- name: "_paymentMethod",
95218
- type: "bytes32"
95219
- }
95220
- ],
95221
- name: "addPaymentMethod",
95222
- outputs: [],
95223
- stateMutability: "nonpayable",
95224
- type: "function"
95225
- },
95226
- {
95227
- inputs: [],
95228
- name: "attestationVerifier",
95229
- outputs: [
95230
- {
95231
- internalType: "contract IAttestationVerifier",
95232
- name: "",
95233
- type: "address"
95234
- }
95235
- ],
95236
- stateMutability: "view",
95237
- type: "function"
95238
- },
95239
- {
95240
- inputs: [],
95241
- name: "getPaymentMethods",
95242
- outputs: [
95243
- {
95244
- internalType: "bytes32[]",
95245
- name: "",
95246
- type: "bytes32[]"
95247
- }
95248
- ],
95249
- stateMutability: "view",
95250
- type: "function"
95251
- },
95252
- {
95253
- inputs: [
95254
- {
95255
- internalType: "bytes32",
95256
- name: "",
95257
- type: "bytes32"
95258
- }
95259
- ],
95260
- name: "isPaymentMethod",
95261
- outputs: [
95262
- {
95263
- internalType: "bool",
95264
- name: "",
95265
- type: "bool"
95266
- }
95267
- ],
95268
- stateMutability: "view",
95269
- type: "function"
95270
- },
95271
- {
95272
- inputs: [],
95273
- name: "nullifierRegistry",
95274
- outputs: [
95275
- {
95276
- internalType: "contract INullifierRegistry",
95277
- name: "",
95278
- type: "address"
95279
- }
95280
- ],
95281
- stateMutability: "view",
95282
- type: "function"
95283
- },
95284
- {
95285
- inputs: [],
95286
- name: "orchestrator",
95287
- outputs: [
95288
- {
95289
- internalType: "contract IOrchestrator",
95290
- name: "",
95291
- type: "address"
95292
- }
95293
- ],
95294
- stateMutability: "view",
95295
- type: "function"
95296
- },
95297
- {
95298
- inputs: [],
95299
- name: "owner",
95300
- outputs: [
95301
- {
95302
- internalType: "address",
95303
- name: "",
95304
- type: "address"
95305
- }
95306
- ],
95307
- stateMutability: "view",
95308
- type: "function"
95309
- },
95310
- {
95311
- inputs: [
95312
- {
95313
- internalType: "uint256",
95314
- name: "",
95315
- type: "uint256"
95316
- }
95317
- ],
95318
- name: "paymentMethods",
95319
- outputs: [
95320
- {
95321
- internalType: "bytes32",
95322
- name: "",
95323
- type: "bytes32"
95324
- }
95325
- ],
95326
- stateMutability: "view",
95327
- type: "function"
95328
- },
95329
- {
95330
- inputs: [
95331
- {
95332
- internalType: "bytes32",
95333
- name: "_paymentMethod",
95334
- type: "bytes32"
95335
- }
95336
- ],
95337
- name: "removePaymentMethod",
95338
- outputs: [],
95339
- stateMutability: "nonpayable",
95340
- type: "function"
95341
- },
95342
- {
95343
- inputs: [],
95344
- name: "renounceOwnership",
95345
- outputs: [],
95346
- stateMutability: "nonpayable",
95347
- type: "function"
95348
- },
95349
- {
95350
- inputs: [
95351
- {
95352
- internalType: "address",
95353
- name: "_newVerifier",
95354
- type: "address"
95355
- }
95356
- ],
95357
- name: "setAttestationVerifier",
95358
- outputs: [],
95359
- stateMutability: "nonpayable",
95360
- type: "function"
95361
- },
95362
- {
95363
- inputs: [
95364
- {
95365
- internalType: "address",
95366
- name: "newOwner",
95367
- type: "address"
95368
- }
95369
- ],
95370
- name: "transferOwnership",
95371
- outputs: [],
95372
- stateMutability: "nonpayable",
95373
- type: "function"
95374
- },
95375
- {
95376
- inputs: [
95377
- {
95378
- components: [
95379
- {
95380
- internalType: "bytes32",
95381
- name: "intentHash",
95382
- type: "bytes32"
95383
- },
95384
- {
95385
- internalType: "bytes",
95386
- name: "paymentProof",
95387
- type: "bytes"
95388
- },
95389
- {
95390
- internalType: "bytes",
95391
- name: "data",
95392
- type: "bytes"
95393
- }
95394
- ],
95395
- internalType: "struct IPaymentVerifier.VerifyPaymentData",
95396
- name: "_verifyPaymentData",
95397
- type: "tuple"
95398
- }
95399
- ],
95400
- name: "verifyPayment",
95401
- outputs: [
95402
- {
95403
- components: [
95404
- {
95405
- internalType: "bool",
95406
- name: "success",
95407
- type: "bool"
95408
- },
95409
- {
95410
- internalType: "bytes32",
95411
- name: "intentHash",
95412
- type: "bytes32"
95413
- },
95414
- {
95415
- internalType: "uint256",
95416
- name: "releaseAmount",
95417
- type: "uint256"
95418
- }
95419
- ],
95420
- internalType: "struct IPaymentVerifier.PaymentVerificationResult",
95421
- name: "result",
95422
- type: "tuple"
95423
- }
95424
- ],
95425
- stateMutability: "nonpayable",
95426
- type: "function"
95427
- }
95428
- ];
95429
-
95430
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/baseStaging/ProtocolViewer.json
94685
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/baseStaging/ProtocolViewer.json
95431
94686
  var ProtocolViewer_default6 = [
95432
94687
  {
95433
94688
  inputs: [
@@ -96646,7 +95901,7 @@ var ProtocolViewer_default6 = [
96646
95901
  }
96647
95902
  ];
96648
95903
 
96649
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/abis/baseStaging/IntentGuardian.json
95904
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/abis/baseStaging/IntentGuardian.json
96650
95905
  var IntentGuardian_default5 = [
96651
95906
  {
96652
95907
  inputs: [
@@ -97054,7 +96309,7 @@ var IntentGuardian_default5 = [
97054
96309
  }
97055
96310
  ];
97056
96311
 
97057
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/constants/base.js
96312
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/constants/base.js
97058
96313
  var data139 = {
97059
96314
  "INTENT_EXPIRATION_PERIOD": "21600",
97060
96315
  "PROTOCOL_TAKER_FEE": "0",
@@ -97068,7 +96323,7 @@ var data139 = {
97068
96323
  };
97069
96324
  var base_default5 = data139;
97070
96325
 
97071
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/constants/baseStaging.js
96326
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/constants/baseStaging.js
97072
96327
  var data140 = {
97073
96328
  "INTENT_EXPIRATION_PERIOD": "3600",
97074
96329
  "PROTOCOL_TAKER_FEE": "0",
@@ -97082,7 +96337,7 @@ var data140 = {
97082
96337
  };
97083
96338
  var baseStaging_default5 = data140;
97084
96339
 
97085
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/paymentMethods/base.json
96340
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/paymentMethods/base.json
97086
96341
  var base_default6 = {
97087
96342
  network: "base",
97088
96343
  chainId: "8453",
@@ -97230,7 +96485,7 @@ var base_default6 = {
97230
96485
  }
97231
96486
  };
97232
96487
 
97233
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/paymentMethods/baseStaging.json
96488
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/paymentMethods/baseStaging.json
97234
96489
  var baseStaging_default6 = {
97235
96490
  network: "base_staging",
97236
96491
  generatedAt: "2026-08-06T23:11:00.499Z",
@@ -97530,11 +96785,7 @@ function getContracts(chainId, env = "production") {
97530
96785
  pickAddress2(baseContracts2, ["OrchestratorV3"])
97531
96786
  ),
97532
96787
  orchestratorV3: pickAddress2(baseContracts2, ["OrchestratorV3"]),
97533
- unifiedPaymentVerifier: pickAddress2(baseContracts2, [
97534
- "UnifiedPaymentVerifierV2",
97535
- "UnifiedPaymentVerifier"
97536
- ]),
97537
- unifiedPaymentVerifierV2: pickAddress2(baseContracts2, ["UnifiedPaymentVerifierV2"]),
96788
+ unifiedPaymentVerifier: pickAddress2(baseContracts2, ["UnifiedPaymentVerifierV3"]),
97538
96789
  protocolViewer: baseProtocolViewerEntries?.[0]?.address ?? baseV2ProtocolViewerAddress,
97539
96790
  protocolViewerEntries: baseProtocolViewerEntries,
97540
96791
  usdc: baseConstants.USDC,
@@ -97568,10 +96819,7 @@ function getContracts(chainId, env = "production") {
97568
96819
  "OrchestratorV3"
97569
96820
  ]),
97570
96821
  unifiedPaymentVerifier: pickAbi2(base_exports2, [
97571
- "UnifiedPaymentVerifierV2"
97572
- ]) ?? UnifiedPaymentVerifier_default5,
97573
- unifiedPaymentVerifierV2: pickAbi2(base_exports2, [
97574
- "UnifiedPaymentVerifierV2"
96822
+ "UnifiedPaymentVerifierV3"
97575
96823
  ]),
97576
96824
  protocolViewer: baseProtocolViewerEntries?.[0]?.abi ?? ProtocolViewer_default5,
97577
96825
  rateManagerV1: pickAbi2(base_exports2, [
@@ -97625,11 +96873,7 @@ function getContracts(chainId, env = "production") {
97625
96873
  orchestratorV2: stagingOrchestratorCurrent,
97626
96874
  orchestratorV3: stagingOrchestratorV3,
97627
96875
  orchestratorAddresses: uniqueAddresses2(stagingOrchestratorCurrent, stagingOrchestratorV3),
97628
- unifiedPaymentVerifier: pickAddress2(sc, [
97629
- "UnifiedPaymentVerifierV2",
97630
- "UnifiedPaymentVerifier"
97631
- ]),
97632
- unifiedPaymentVerifierV2: pickAddress2(sc, ["UnifiedPaymentVerifierV2"]),
96876
+ unifiedPaymentVerifier: pickAddress2(sc, ["UnifiedPaymentVerifierV3"]),
97633
96877
  intentGuardian: resolveRuntimeAddressOverride2([
97634
96878
  "VITE_BASE_STAGING_INTENT_GUARDIAN_ADDRESS",
97635
96879
  "VITE_INTENT_GUARDIAN_ADDRESS"
@@ -97671,12 +96915,8 @@ function getContracts(chainId, env = "production") {
97671
96915
  "OrchestratorV3"
97672
96916
  ]),
97673
96917
  unifiedPaymentVerifier: pickAbi2(baseStaging_exports2, [
97674
- "UnifiedPaymentVerifierV2"
97675
- ]) ?? UnifiedPaymentVerifier_default6,
97676
- unifiedPaymentVerifierV2: pickAbi2(
97677
- baseStaging_exports2,
97678
- ["UnifiedPaymentVerifierV2"]
97679
- ),
96918
+ "UnifiedPaymentVerifierV3"
96919
+ ]),
97680
96920
  protocolViewer: pickAbi2(baseStaging_exports2, [
97681
96921
  "ProtocolViewerV2"
97682
96922
  ]) ?? ProtocolViewer_default6,
@@ -97810,7 +97050,7 @@ function asciiToBytes32(value) {
97810
97050
  return bytesToHex(padded);
97811
97051
  }
97812
97052
 
97813
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.2.1/node_modules/@zkp2p/contracts-v2/_esm/paymentMethods/baseStaging.js
97053
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.0_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4.3/node_modules/@zkp2p/contracts-v2/_esm/paymentMethods/baseStaging.js
97814
97054
  var data141 = {
97815
97055
  "methods": {
97816
97056
  "venmo": {
@@ -98136,5 +97376,5 @@ function enrichPvIntentView(view, chainId, env = "production") {
98136
97376
  }
98137
97377
 
98138
97378
  export { CHARGEBACK_POLICY_ABI2 as CHARGEBACK_POLICY_ABI, METHOD_NAME_TO_HASH, ORCHESTRATOR_V3_ABI2 as ORCHESTRATOR_V3_ABI, PAYMENT_PLATFORMS, STAKE_VAULT_ABI2 as STAKE_VAULT_ABI, SUPPORTED_PAYMENT_METHOD_HASHES, asciiToBytes32, enrichPvDepositView, enrichPvIntentView, ensureBytes32, getChargebackPolicyContract, getContracts, getGatingServiceAddress, getIntentGuardianContract, getOrchestratorV3Contract, getPaymentMethodsCatalog, getRateManagerContracts, getStakeVaultContract, hasIntentGuardian, matchesPaymentMethodNameAndHash, matchesQuotePaymentMethod, parseBigIntLike, parseDepositView, parseIntentView, resolveFiatCurrencyBytes32, resolvePaymentMethodHash, resolvePaymentMethodHashFromCatalog, resolvePaymentMethodNameFromHash };
98139
- //# sourceMappingURL=chunk-RYBXFY6X.mjs.map
98140
- //# sourceMappingURL=chunk-RYBXFY6X.mjs.map
97379
+ //# sourceMappingURL=chunk-4U4GTDCJ.mjs.map
97380
+ //# sourceMappingURL=chunk-4U4GTDCJ.mjs.map