@zkp2p/sdk 0.14.1 → 0.14.2-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,6 @@
1
1
  import { currencyKeccak256, getCurrencyInfoFromHash } from './chunk-ZB22BZLZ.mjs';
2
- import { __export } from './chunk-5MBWIMIB.mjs';
3
- import { keccak256, parseUnits, hexToBytes, toBytes, bytesToHex } from 'viem';
4
- import 'ethers';
2
+ import { __export } from './chunk-PBNUROW5.mjs';
3
+ import { hexToBytes, keccak256, toBytes, bytesToHex } from 'viem';
5
4
 
6
5
  // src/utils/bigint.ts
7
6
  function parseBigIntLike(value, errorMessage = "Unsupported numeric value") {
@@ -166,6 +165,14 @@ var base_default = {
166
165
  ],
167
166
  timestampBuffer: 30,
168
167
  providerHashes: []
168
+ },
169
+ upi: {
170
+ paymentMethodHash: "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9",
171
+ currencies: [
172
+ "0xaad766fbc07fb357bed9fd8b03b935f2f71fe29fc48f08274bc2a01d7f642afc"
173
+ ],
174
+ timestampBuffer: 30,
175
+ providerHashes: []
169
176
  }
170
177
  }
171
178
  };
@@ -317,6 +324,14 @@ var baseStaging_default = {
317
324
  ],
318
325
  timestampBuffer: 30,
319
326
  providerHashes: []
327
+ },
328
+ upi: {
329
+ paymentMethodHash: "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9",
330
+ currencies: [
331
+ "0xaad766fbc07fb357bed9fd8b03b935f2f71fe29fc48f08274bc2a01d7f642afc"
332
+ ],
333
+ timestampBuffer: 30,
334
+ providerHashes: []
320
335
  }
321
336
  }
322
337
  };
@@ -43913,7 +43928,7 @@ function getV21Resolution(options) {
43913
43928
  var getV3Resolution = getV21Resolution;
43914
43929
  getV3Resolution().escrowAbi;
43915
43930
 
43916
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/paymentMethods/lookups.json
43931
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/paymentMethods/lookups.json
43917
43932
  var lookups_default = {
43918
43933
  nameToHash: {
43919
43934
  venmo: "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -43926,6 +43941,7 @@ var lookups_default = {
43926
43941
  monzo: "0x62c7ed738ad3e7618111348af32691b5767777fbaf46a2d8943237625552645c",
43927
43942
  alipay: "0xcac9daea62d7b89d75ac73af4ee14dcf25721012ae82b568c2ea5c808eaa04ff",
43928
43943
  chime: "0x5908bb0c9b87763ac6171d4104847667e7f02b4c47b574fe890c1f439ed128bb",
43944
+ upi: "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9",
43929
43945
  mercury: "0xf81480907d808d639ad3230869e4b05a3b01b2d34e323af40f2efab807effd32"
43930
43946
  },
43931
43947
  hashToName: {
@@ -43939,675 +43955,12 @@ var lookups_default = {
43939
43955
  "0x62c7ed738ad3e7618111348af32691b5767777fbaf46a2d8943237625552645c": "monzo",
43940
43956
  "0xcac9daea62d7b89d75ac73af4ee14dcf25721012ae82b568c2ea5c808eaa04ff": "alipay",
43941
43957
  "0x5908bb0c9b87763ac6171d4104847667e7f02b4c47b574fe890c1f439ed128bb": "chime",
43958
+ "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9": "upi",
43942
43959
  "0xf81480907d808d639ad3230869e4b05a3b01b2d34e323af40f2efab807effd32": "mercury",
43943
43960
  "0xd9ff4fd6b39a3e3dd43c41d05662a5547de4a878bc97a65bcb352ade493cdc6b": "n26",
43944
43961
  "0xaea63ef983458674f54ee50cdaa7b09d80a5c6c03ed505f51c90b0f2b54abb01": "luxon"
43945
43962
  }
43946
43963
  };
43947
- var usdcUnits = (amount) => {
43948
- return parseUnits(amount.toString(), 6);
43949
- };
43950
- var currencyKeccak2562 = (inputString) => {
43951
- const bytes = new TextEncoder().encode(inputString);
43952
- return keccak256(bytes);
43953
- };
43954
- var Currency = {
43955
- AED: "AED",
43956
- ARS: "ARS",
43957
- AUD: "AUD",
43958
- BRL: "BRL",
43959
- CAD: "CAD",
43960
- CHF: "CHF",
43961
- CNY: "CNY",
43962
- CZK: "CZK",
43963
- DKK: "DKK",
43964
- EUR: "EUR",
43965
- GBP: "GBP",
43966
- HKD: "HKD",
43967
- HUF: "HUF",
43968
- IDR: "IDR",
43969
- ILS: "ILS",
43970
- INR: "INR",
43971
- JPY: "JPY",
43972
- KES: "KES",
43973
- NOK: "NOK",
43974
- MXN: "MXN",
43975
- MYR: "MYR",
43976
- NZD: "NZD",
43977
- PHP: "PHP",
43978
- PLN: "PLN",
43979
- RON: "RON",
43980
- SAR: "SAR",
43981
- SEK: "SEK",
43982
- SGD: "SGD",
43983
- THB: "THB",
43984
- TRY: "TRY",
43985
- UGX: "UGX",
43986
- USD: "USD",
43987
- VND: "VND",
43988
- ZAR: "ZAR"
43989
- };
43990
- var currencyInfo = {
43991
- [Currency.AED]: {
43992
- currency: Currency.AED,
43993
- currencyCode: "AED",
43994
- currencyName: "United Arab Emirates Dirham",
43995
- currencyCodeHash: currencyKeccak2562("AED"),
43996
- currencySymbol: "\u062F.\u0625",
43997
- countryCode: "ae"
43998
- },
43999
- [Currency.ARS]: {
44000
- currency: Currency.ARS,
44001
- currencyCode: "ARS",
44002
- currencyName: "Argentine Peso",
44003
- currencyCodeHash: currencyKeccak2562("ARS"),
44004
- currencySymbol: "$",
44005
- countryCode: "ar"
44006
- },
44007
- [Currency.AUD]: {
44008
- currency: Currency.AUD,
44009
- currencyCode: "AUD",
44010
- currencyName: "Australian Dollar",
44011
- currencyCodeHash: currencyKeccak2562("AUD"),
44012
- currencySymbol: "A$",
44013
- countryCode: "au"
44014
- },
44015
- [Currency.BRL]: {
44016
- currency: Currency.BRL,
44017
- currencyCode: "BRL",
44018
- currencyName: "Brazilian Real",
44019
- currencyCodeHash: currencyKeccak2562("BRL"),
44020
- currencySymbol: "R$",
44021
- countryCode: "br"
44022
- },
44023
- [Currency.CAD]: {
44024
- currency: Currency.CAD,
44025
- currencyCode: "CAD",
44026
- currencyName: "Canadian Dollar",
44027
- currencyCodeHash: currencyKeccak2562("CAD"),
44028
- currencySymbol: "C$",
44029
- countryCode: "ca"
44030
- },
44031
- [Currency.CHF]: {
44032
- currency: Currency.CHF,
44033
- currencyCode: "CHF",
44034
- currencyName: "Swiss Franc",
44035
- currencyCodeHash: currencyKeccak2562("CHF"),
44036
- currencySymbol: "Fr",
44037
- countryCode: "ch"
44038
- },
44039
- [Currency.CNY]: {
44040
- currency: Currency.CNY,
44041
- currencyCode: "CNY",
44042
- currencyName: "Chinese Yuan",
44043
- currencyCodeHash: currencyKeccak2562("CNY"),
44044
- currencySymbol: "\xA5",
44045
- countryCode: "cn"
44046
- },
44047
- [Currency.CZK]: {
44048
- currency: Currency.CZK,
44049
- currencyCode: "CZK",
44050
- currencyName: "Czech Koruna",
44051
- currencyCodeHash: currencyKeccak2562("CZK"),
44052
- currencySymbol: "K\u010D",
44053
- countryCode: "cz"
44054
- },
44055
- [Currency.DKK]: {
44056
- currency: Currency.DKK,
44057
- currencyCode: "DKK",
44058
- currencyName: "Danish Krone",
44059
- currencyCodeHash: currencyKeccak2562("DKK"),
44060
- currencySymbol: "kr",
44061
- countryCode: "dk"
44062
- },
44063
- [Currency.EUR]: {
44064
- currency: Currency.EUR,
44065
- currencyCode: "EUR",
44066
- currencyName: "Euro",
44067
- currencyCodeHash: currencyKeccak2562("EUR"),
44068
- currencySymbol: "\u20AC",
44069
- countryCode: "eu"
44070
- },
44071
- [Currency.GBP]: {
44072
- currency: Currency.GBP,
44073
- currencyCode: "GBP",
44074
- currencyName: "British Pound",
44075
- currencyCodeHash: currencyKeccak2562("GBP"),
44076
- currencySymbol: "\xA3",
44077
- countryCode: "gb"
44078
- },
44079
- [Currency.HKD]: {
44080
- currency: Currency.HKD,
44081
- currencyCode: "HKD",
44082
- currencyName: "Hong Kong Dollar",
44083
- currencyCodeHash: currencyKeccak2562("HKD"),
44084
- currencySymbol: "HK$",
44085
- countryCode: "hk"
44086
- },
44087
- [Currency.HUF]: {
44088
- currency: Currency.HUF,
44089
- currencyCode: "HUF",
44090
- currencyName: "Hungarian Forint",
44091
- currencyCodeHash: currencyKeccak2562("HUF"),
44092
- currencySymbol: "Ft",
44093
- countryCode: "hu"
44094
- },
44095
- [Currency.IDR]: {
44096
- currency: Currency.IDR,
44097
- currencyCode: "IDR",
44098
- currencyName: "Indonesian Rupiah",
44099
- currencyCodeHash: currencyKeccak2562("IDR"),
44100
- currencySymbol: "Rp",
44101
- countryCode: "id"
44102
- },
44103
- [Currency.INR]: {
44104
- currency: Currency.INR,
44105
- currencyCode: "INR",
44106
- currencyName: "Indian Rupee",
44107
- currencyCodeHash: currencyKeccak2562("INR"),
44108
- currencySymbol: "\u20B9",
44109
- countryCode: "in"
44110
- },
44111
- [Currency.ILS]: {
44112
- currency: Currency.ILS,
44113
- currencyCode: "ILS",
44114
- currencyName: "Israeli New Shekel",
44115
- currencyCodeHash: currencyKeccak2562("ILS"),
44116
- currencySymbol: "\u20AA",
44117
- countryCode: "il"
44118
- },
44119
- [Currency.JPY]: {
44120
- currency: Currency.JPY,
44121
- currencyCode: "JPY",
44122
- currencyName: "Japanese Yen",
44123
- currencyCodeHash: currencyKeccak2562("JPY"),
44124
- currencySymbol: "\xA5",
44125
- countryCode: "jp"
44126
- },
44127
- [Currency.KES]: {
44128
- currency: Currency.KES,
44129
- currencyCode: "KES",
44130
- currencyName: "Kenyan Shilling",
44131
- currencyCodeHash: currencyKeccak2562("KES"),
44132
- currencySymbol: "KSh",
44133
- countryCode: "ke"
44134
- },
44135
- [Currency.MXN]: {
44136
- currency: Currency.MXN,
44137
- currencyCode: "MXN",
44138
- currencyName: "Mexican Peso",
44139
- currencyCodeHash: currencyKeccak2562("MXN"),
44140
- currencySymbol: "$",
44141
- countryCode: "mx"
44142
- },
44143
- [Currency.MYR]: {
44144
- currency: Currency.MYR,
44145
- currencyCode: "MYR",
44146
- currencyName: "Malaysian Ringgit",
44147
- currencyCodeHash: currencyKeccak2562("MYR"),
44148
- currencySymbol: "RM",
44149
- countryCode: "my"
44150
- },
44151
- [Currency.NOK]: {
44152
- currency: Currency.NOK,
44153
- currencyCode: "NOK",
44154
- currencyName: "Norwegian Krone",
44155
- currencyCodeHash: currencyKeccak2562("NOK"),
44156
- currencySymbol: "kr",
44157
- countryCode: "no"
44158
- },
44159
- [Currency.NZD]: {
44160
- currency: Currency.NZD,
44161
- currencyCode: "NZD",
44162
- currencyName: "New Zealand Dollar",
44163
- currencyCodeHash: currencyKeccak2562("NZD"),
44164
- currencySymbol: "NZ$",
44165
- countryCode: "nz"
44166
- },
44167
- [Currency.PHP]: {
44168
- currency: Currency.PHP,
44169
- currencyCode: "PHP",
44170
- currencyName: "Philippine Peso",
44171
- currencyCodeHash: currencyKeccak2562("PHP"),
44172
- currencySymbol: "\u20B1",
44173
- countryCode: "ph"
44174
- },
44175
- [Currency.PLN]: {
44176
- currency: Currency.PLN,
44177
- currencyCode: "PLN",
44178
- currencyName: "Polish Z\u0142oty",
44179
- currencyCodeHash: currencyKeccak2562("PLN"),
44180
- currencySymbol: "z\u0142",
44181
- countryCode: "pl"
44182
- },
44183
- [Currency.RON]: {
44184
- currency: Currency.RON,
44185
- currencyCode: "RON",
44186
- currencyName: "Romanian Leu",
44187
- currencyCodeHash: currencyKeccak2562("RON"),
44188
- currencySymbol: "lei",
44189
- countryCode: "ro"
44190
- },
44191
- [Currency.SAR]: {
44192
- currency: Currency.SAR,
44193
- currencyCode: "SAR",
44194
- currencyName: "Saudi Riyal",
44195
- currencyCodeHash: currencyKeccak2562("SAR"),
44196
- currencySymbol: "\uFDFC",
44197
- countryCode: "sa"
44198
- },
44199
- [Currency.SEK]: {
44200
- currency: Currency.SEK,
44201
- currencyCode: "SEK",
44202
- currencyName: "Swedish Krona",
44203
- currencyCodeHash: currencyKeccak2562("SEK"),
44204
- currencySymbol: "kr",
44205
- countryCode: "se"
44206
- },
44207
- [Currency.SGD]: {
44208
- currency: Currency.SGD,
44209
- currencyCode: "SGD",
44210
- currencyName: "Singapore Dollar",
44211
- currencyCodeHash: currencyKeccak2562("SGD"),
44212
- currencySymbol: "S$",
44213
- countryCode: "sg"
44214
- },
44215
- [Currency.THB]: {
44216
- currency: Currency.THB,
44217
- currencyCode: "THB",
44218
- currencyName: "Thai Baht",
44219
- currencyCodeHash: currencyKeccak2562("THB"),
44220
- currencySymbol: "\u0E3F",
44221
- countryCode: "th"
44222
- },
44223
- [Currency.TRY]: {
44224
- currency: Currency.TRY,
44225
- currencyCode: "TRY",
44226
- currencyName: "Turkish Lira",
44227
- currencyCodeHash: currencyKeccak2562("TRY"),
44228
- currencySymbol: "\u20BA",
44229
- countryCode: "tr"
44230
- },
44231
- [Currency.UGX]: {
44232
- currency: Currency.UGX,
44233
- currencyCode: "UGX",
44234
- currencyName: "Ugandan Shilling",
44235
- currencyCodeHash: currencyKeccak2562("UGX"),
44236
- currencySymbol: "USh",
44237
- countryCode: "ug"
44238
- },
44239
- [Currency.USD]: {
44240
- currency: Currency.USD,
44241
- currencyCode: "USD",
44242
- currencyName: "United States Dollar",
44243
- currencyCodeHash: currencyKeccak2562("USD"),
44244
- currencySymbol: "$",
44245
- countryCode: "us"
44246
- },
44247
- [Currency.VND]: {
44248
- currency: Currency.VND,
44249
- currencyCode: "VND",
44250
- currencyName: "Vietnamese Dong",
44251
- currencyCodeHash: currencyKeccak2562("VND"),
44252
- currencySymbol: "\u20AB",
44253
- countryCode: "vn"
44254
- },
44255
- [Currency.ZAR]: {
44256
- currency: Currency.ZAR,
44257
- currencyCode: "ZAR",
44258
- currencyName: "South African Rand",
44259
- currencyCodeHash: currencyKeccak2562("ZAR"),
44260
- currencySymbol: "R",
44261
- countryCode: "za"
44262
- }
44263
- };
44264
- var PaymentPlatform = {
44265
- VENMO: "venmo",
44266
- CASHAPP: "cashapp",
44267
- CHIME: "chime",
44268
- LUXON: "luxon",
44269
- REVOLUT: "revolut",
44270
- WISE: "wise",
44271
- MERCADO_PAGO: "mercadopago",
44272
- ZELLE: "zelle",
44273
- PAYPAL: "paypal",
44274
- MONZO: "monzo",
44275
- N26: "n26",
44276
- ALIPAY: "alipay",
44277
- UPI: "upi"
44278
- };
44279
- var paymentPlatforms = [...Object.values(PaymentPlatform)];
44280
- var encodeZelleRecipientId = (recipientId) => {
44281
- const payload = {
44282
- name: "",
44283
- action: "payment",
44284
- token: recipientId
44285
- };
44286
- return btoa(JSON.stringify(payload));
44287
- };
44288
- var zelleBankOfAmericaSendConfig = {
44289
- paymentMethodName: "Bank of America",
44290
- paymentMethodIcon: void 0,
44291
- // Icon provided by client-side assets
44292
- defaultPaymentMode: "QR_CODE",
44293
- useCustomQRCode: true,
44294
- troubleScanningQRCodeLink: (recipientId, sendCurrency, amountFiatToSend) => `https://www.bankofamerica.com/`,
44295
- getFormattedSendLink: (recipientId, sendCurrency, amountFiatToSend) => {
44296
- return `https://www.bankofamerica.com/movemoney`;
44297
- },
44298
- deepLinkEmbedsRecipient: false,
44299
- supportsSendingPaymentOnWeb: true,
44300
- showTroubleScanningQRCodeLink: true,
44301
- sendPaymentWarning: (sendCurrency, amountFiatToSend) => {
44302
- return `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment through Bank of America's Zelle.`;
44303
- },
44304
- sendPaymentInfo: (sendCurrency, amountFiatToSend) => {
44305
- return `Only use Bank of America. Scan the QR code and manually enter the recipient email. Double-check the email before sending.`;
44306
- },
44307
- sendPaymentDos: (sendCurrency, amountFiatToSend) => [
44308
- { text: "Use Bank of America", emphasize: ["Bank of America"] },
44309
- {
44310
- text: "Scan the QR code and manually enter the recipient email",
44311
- emphasize: ["manually", "recipient email"]
44312
- },
44313
- {
44314
- text: "Double-check the email before sending",
44315
- emphasize: ["Double-check"]
44316
- },
44317
- {
44318
- text: `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment`,
44319
- emphasize: [
44320
- "exactly",
44321
- amountFiatToSend,
44322
- currencyInfo[sendCurrency].currencyCode,
44323
- "single"
44324
- ]
44325
- }
44326
- ],
44327
- sendPaymentDonts: () => [
44328
- {
44329
- text: "Do not send unless you can sign in to Bank of America's website. Signing in is required to verify your payment and complete this order.",
44330
- emphasize: ["Do not send", "sign in", "Bank of America's website"]
44331
- },
44332
- { text: "Do not use any other bank", emphasize: ["Do not"] }
44333
- ]
44334
- };
44335
- var zelleBankOfAmericaVerifyConfig = {
44336
- authLink: "https://www.bankofamerica.com/",
44337
- actionType: "transfer_zelle_bofa",
44338
- actionPlatform: PaymentPlatform.ZELLE,
44339
- buyerTeeParams: {
44340
- includeMetadataIndex: true
44341
- },
44342
- numPaymentsFetched: 15,
44343
- minExtensionVersion: "0.6.3",
44344
- supportsAppclip: false,
44345
- totalProofs: 1,
44346
- parseMetadata: (metadata) => {
44347
- const amountStr = metadata.amount ?? "";
44348
- let dateStr = metadata.date ?? "";
44349
- if (dateStr && dateStr.length === 10) {
44350
- dateStr = `${dateStr}T23:59:59`;
44351
- }
44352
- const recipientIdStr = metadata.recipient || "";
44353
- return {
44354
- amount: amountStr,
44355
- parsedAmount: amountStr !== "",
44356
- date: dateStr,
44357
- parsedDate: dateStr !== "",
44358
- recipientId: recipientIdStr,
44359
- parsedRecipientId: false,
44360
- currency: Currency.USD,
44361
- parsedCurrency: true
44362
- };
44363
- },
44364
- getSubjectText: (metadata) => {
44365
- if (!metadata.amount || !metadata.recipient) {
44366
- return "";
44367
- }
44368
- return `Transfer of $${Number(metadata.amount)} to ${metadata.recipient}`;
44369
- }
44370
- };
44371
- var zelleChaseSendConfig = {
44372
- paymentMethodName: "Chase",
44373
- paymentMethodIcon: void 0,
44374
- // Icon provided by client-side assets
44375
- defaultPaymentMode: "QR_CODE",
44376
- useCustomQRCode: true,
44377
- troubleScanningQRCodeLink: (recipientId, sendCurrency, amountFiatToSend) => `https://secure.chase.com/web/auth/dashboard#/dashboard/singleDoor/singleDoorController/index`,
44378
- getFormattedSendLink: (recipientId, sendCurrency, amountFiatToSend) => {
44379
- const encodedRecipientId = encodeZelleRecipientId(recipientId);
44380
- return `https://enroll.zellepay.com/qr-codes?data=${encodedRecipientId}`;
44381
- },
44382
- deepLinkEmbedsRecipient: true,
44383
- supportsSendingPaymentOnWeb: true,
44384
- showTroubleScanningQRCodeLink: true,
44385
- sendPaymentWarning: (sendCurrency, amountFiatToSend) => {
44386
- return `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment through Chase's Zelle.`;
44387
- },
44388
- sendPaymentInfo: (sendCurrency, amountFiatToSend) => {
44389
- return `Do not send using any other bank.`;
44390
- },
44391
- sendPaymentDos: (sendCurrency, amountFiatToSend) => [
44392
- { text: "Use Chase for this payment", emphasize: ["Chase"] },
44393
- {
44394
- text: `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment`,
44395
- emphasize: [
44396
- "exactly",
44397
- amountFiatToSend,
44398
- currencyInfo[sendCurrency].currencyCode,
44399
- "single"
44400
- ]
44401
- }
44402
- ],
44403
- sendPaymentDonts: () => [
44404
- {
44405
- text: "Do not send unless you can sign in to Chase's website. Signing in is required to verify your payment and complete this order.",
44406
- emphasize: ["Do not send", "sign in", "Chase's website"]
44407
- },
44408
- { text: "Do not send using any other bank", emphasize: ["Do not"] }
44409
- ]
44410
- };
44411
- var zelleChaseVerifyConfig = {
44412
- authLink: "https://secure.chase.com/web/auth/dashboard#/dashboard/singleDoor/payments/activity;params=qp,sentactivity",
44413
- actionType: "transfer_zelle_chase",
44414
- actionPlatform: PaymentPlatform.ZELLE,
44415
- buyerTeeParams: {
44416
- includeMetadataIndex: true
44417
- },
44418
- numPaymentsFetched: 15,
44419
- minExtensionVersion: "0.6.3",
44420
- supportsAppclip: false,
44421
- totalProofs: 2,
44422
- parseMetadata: (metadata) => {
44423
- const amountStr = metadata.amount ?? "";
44424
- let dateStr = metadata.date ?? "";
44425
- if (dateStr && dateStr.length === 8) {
44426
- const year = dateStr.substring(0, 4);
44427
- const month = dateStr.substring(4, 6);
44428
- const day = dateStr.substring(6, 8);
44429
- dateStr = `${year}-${month}-${day}T23:59:59`;
44430
- }
44431
- const recipientIdStr = metadata.recipient || "";
44432
- return {
44433
- amount: amountStr,
44434
- parsedAmount: amountStr !== "",
44435
- date: dateStr,
44436
- parsedDate: dateStr !== "",
44437
- recipientId: recipientIdStr,
44438
- parsedRecipientId: false,
44439
- currency: Currency.USD,
44440
- parsedCurrency: true
44441
- };
44442
- },
44443
- getSubjectText: (metadata) => {
44444
- if (!metadata.amount || !metadata.recipient) {
44445
- return "";
44446
- }
44447
- return `Transfer of $${Number(metadata.amount)} to ${metadata.recipient}`;
44448
- }
44449
- };
44450
- var zelleCitiSendConfig = {
44451
- paymentMethodName: "Citi",
44452
- paymentMethodIcon: void 0,
44453
- // Icon provided by client-side assets
44454
- defaultPaymentMode: "QR_CODE",
44455
- useCustomQRCode: true,
44456
- troubleScanningQRCodeLink: (recipientId, sendCurrency, amountFiatToSend) => `https://online.citi.com/US/nga/zelle/transfer`,
44457
- getFormattedSendLink: (recipientId, sendCurrency, amountFiatToSend) => {
44458
- const encodedRecipientId = encodeZelleRecipientId(recipientId);
44459
- return `https://enroll.zellepay.com/qr-codes?data=${encodedRecipientId}`;
44460
- },
44461
- deepLinkEmbedsRecipient: true,
44462
- supportsSendingPaymentOnWeb: true,
44463
- showTroubleScanningQRCodeLink: true,
44464
- sendPaymentWarning: (sendCurrency, amountFiatToSend) => {
44465
- return `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment through Citi's Zelle.`;
44466
- },
44467
- sendPaymentInfo: (sendCurrency, amountFiatToSend) => {
44468
- return `Do not send using any other bank.`;
44469
- },
44470
- sendPaymentDos: (sendCurrency, amountFiatToSend) => [
44471
- { text: "Use Citi for this payment", emphasize: ["Citi"] },
44472
- {
44473
- text: `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment`,
44474
- emphasize: [
44475
- "exactly",
44476
- amountFiatToSend,
44477
- currencyInfo[sendCurrency].currencyCode,
44478
- "single"
44479
- ]
44480
- }
44481
- ],
44482
- sendPaymentDonts: () => [
44483
- {
44484
- text: "Do not send unless you can sign in to Citi's website. Signing in is required to verify your payment and complete this order.",
44485
- emphasize: ["Do not send", "sign in", "Citi's website"]
44486
- },
44487
- { text: "Do not send using any other bank", emphasize: ["Do not"] }
44488
- ]
44489
- };
44490
- var zelleCitiVerifyConfig = {
44491
- authLink: "https://online.citi.com/US/nga/zelle/transfer",
44492
- actionType: "transfer_zelle_citi",
44493
- actionPlatform: PaymentPlatform.ZELLE,
44494
- buyerTeeParams: {
44495
- includeMetadataIndex: true
44496
- },
44497
- numPaymentsFetched: 15,
44498
- minExtensionVersion: "0.6.3",
44499
- supportsAppclip: false,
44500
- totalProofs: 1,
44501
- parseMetadata: (metadata) => {
44502
- const amountStr = metadata.amount ?? "";
44503
- let dateStr = metadata.date ?? "";
44504
- if (dateStr && dateStr.length === 8) {
44505
- const year = dateStr.substring(0, 4);
44506
- const month = dateStr.substring(4, 6);
44507
- const day = dateStr.substring(6, 8);
44508
- dateStr = `${year}-${month}-${day}T23:59:59`;
44509
- }
44510
- const recipientIdStr = metadata.recipient || "";
44511
- return {
44512
- amount: amountStr,
44513
- parsedAmount: amountStr !== "",
44514
- date: dateStr,
44515
- parsedDate: dateStr !== "",
44516
- recipientId: recipientIdStr,
44517
- parsedRecipientId: recipientIdStr !== "",
44518
- currency: Currency.USD,
44519
- parsedCurrency: true
44520
- };
44521
- },
44522
- getSubjectText: (metadata) => {
44523
- if (!metadata.amount || !metadata.recipient) {
44524
- return "";
44525
- }
44526
- return `Transfer of $${Number(metadata.amount)} to ${metadata.recipient}`;
44527
- }
44528
- };
44529
- var genericZelleBankRoutes = [
44530
- {
44531
- bankId: "chase",
44532
- sendConfig: zelleChaseSendConfig,
44533
- verifyConfig: zelleChaseVerifyConfig
44534
- },
44535
- {
44536
- bankId: "bofa",
44537
- sendConfig: zelleBankOfAmericaSendConfig,
44538
- verifyConfig: zelleBankOfAmericaVerifyConfig
44539
- },
44540
- {
44541
- bankId: "citi",
44542
- sendConfig: zelleCitiSendConfig,
44543
- verifyConfig: zelleCitiVerifyConfig
44544
- }
44545
- ];
44546
- genericZelleBankRoutes.map(({ sendConfig, verifyConfig }) => ({
44547
- sendConfig,
44548
- verifyConfig
44549
- }));
44550
- var DISPUTE_PROTECTION_STAKE_PLATFORMS = [
44551
- PaymentPlatform.VENMO,
44552
- PaymentPlatform.PAYPAL
44553
- ];
44554
- new Set(
44555
- DISPUTE_PROTECTION_STAKE_PLATFORMS
44556
- );
44557
- var lookups_default2 = {
44558
- nameToHash: {
44559
- venmo: "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
44560
- revolut: "0x617f88ab82b5c1b014c539f7e75121427f0bb50a4c58b187a238531e7d58605d",
44561
- cashapp: "0x10940ee67cfb3c6c064569ec92c0ee934cd7afa18dd2ca2d6a2254fcb009c17d",
44562
- wise: "0x554a007c2217df766b977723b276671aee5ebb4adaea0edb6433c88b3e61dac5",
44563
- mercadopago: "0xa5418819c024239299ea32e09defae8ec412c03e58f5c75f1b2fe84c857f5483",
44564
- zelle: "0xf752c7d19698ecb0bb8988abf9b9a53a4c3657f3bc8850a6fb59fdf3e3ce8cd3",
44565
- paypal: "0x3ccc3d4d5e769b1f82dc4988485551dc0cd3c7a3926d7d8a4dde91507199490f",
44566
- monzo: "0x62c7ed738ad3e7618111348af32691b5767777fbaf46a2d8943237625552645c",
44567
- alipay: "0xcac9daea62d7b89d75ac73af4ee14dcf25721012ae82b568c2ea5c808eaa04ff",
44568
- chime: "0x5908bb0c9b87763ac6171d4104847667e7f02b4c47b574fe890c1f439ed128bb",
44569
- mercury: "0xf81480907d808d639ad3230869e4b05a3b01b2d34e323af40f2efab807effd32"
44570
- },
44571
- hashToName: {
44572
- "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268": "venmo",
44573
- "0x617f88ab82b5c1b014c539f7e75121427f0bb50a4c58b187a238531e7d58605d": "revolut",
44574
- "0x10940ee67cfb3c6c064569ec92c0ee934cd7afa18dd2ca2d6a2254fcb009c17d": "cashapp",
44575
- "0x554a007c2217df766b977723b276671aee5ebb4adaea0edb6433c88b3e61dac5": "wise",
44576
- "0xa5418819c024239299ea32e09defae8ec412c03e58f5c75f1b2fe84c857f5483": "mercadopago",
44577
- "0xf752c7d19698ecb0bb8988abf9b9a53a4c3657f3bc8850a6fb59fdf3e3ce8cd3": "zelle",
44578
- "0x3ccc3d4d5e769b1f82dc4988485551dc0cd3c7a3926d7d8a4dde91507199490f": "paypal",
44579
- "0x62c7ed738ad3e7618111348af32691b5767777fbaf46a2d8943237625552645c": "monzo",
44580
- "0xcac9daea62d7b89d75ac73af4ee14dcf25721012ae82b568c2ea5c808eaa04ff": "alipay",
44581
- "0x5908bb0c9b87763ac6171d4104847667e7f02b4c47b574fe890c1f439ed128bb": "chime",
44582
- "0xf81480907d808d639ad3230869e4b05a3b01b2d34e323af40f2efab807effd32": "mercury",
44583
- "0xd9ff4fd6b39a3e3dd43c41d05662a5547de4a878bc97a65bcb352ade493cdc6b": "n26",
44584
- "0xaea63ef983458674f54ee50cdaa7b09d80a5c6c03ed505f51c90b0f2b54abb01": "luxon"
44585
- }
44586
- };
44587
- var UPI_PAYMENT_METHOD_HASH = "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9";
44588
- var ACTIVE_PAYMENT_METHOD_NAMES = new Set(paymentPlatforms);
44589
- Object.setPrototypeOf(
44590
- {
44591
- ...Object.fromEntries(
44592
- Object.entries(lookups_default2.nameToHash).filter(
44593
- ([name]) => ACTIVE_PAYMENT_METHOD_NAMES.has(name)
44594
- )
44595
- ),
44596
- upi: UPI_PAYMENT_METHOD_HASH
44597
- },
44598
- null
44599
- );
44600
- Object.entries({ ...lookups_default2.hashToName, [UPI_PAYMENT_METHOD_HASH]: "upi" }).filter(([, name]) => ACTIVE_PAYMENT_METHOD_NAMES.has(name)).reduce(
44601
- (acc, [hash, name]) => {
44602
- acc[hash.toLowerCase()] = name;
44603
- return acc;
44604
- },
44605
- {}
44606
- );
44607
- BigInt(5e9);
44608
- BigInt(1e9);
44609
- BigInt(2e9);
44610
- usdcUnits(0.1);
44611
43964
 
44612
43965
  // src/types/index.ts
44613
43966
  var PAYMENT_PLATFORMS = [
@@ -44624,21 +43977,18 @@ var PAYMENT_PLATFORMS = [
44624
43977
  "n26",
44625
43978
  "upi"
44626
43979
  ];
44627
- var ACTIVE_PAYMENT_METHOD_NAMES2 = /* @__PURE__ */ new Set([...PAYMENT_PLATFORMS, "alipay"]);
44628
- var METHOD_NAME_TO_HASH2 = Object.setPrototypeOf(
44629
- {
44630
- ...Object.fromEntries(
44631
- Object.entries(lookups_default.nameToHash).filter(([name]) => ACTIVE_PAYMENT_METHOD_NAMES2.has(name))
44632
- ),
44633
- upi: UPI_PAYMENT_METHOD_HASH
44634
- },
43980
+ var ACTIVE_PAYMENT_METHOD_NAMES = /* @__PURE__ */ new Set([...PAYMENT_PLATFORMS, "alipay"]);
43981
+ var METHOD_NAME_TO_HASH = Object.setPrototypeOf(
43982
+ Object.fromEntries(
43983
+ Object.entries(lookups_default.nameToHash).filter(([name]) => ACTIVE_PAYMENT_METHOD_NAMES.has(name))
43984
+ ),
44635
43985
  null
44636
43986
  );
44637
43987
  var SUPPORTED_PAYMENT_METHOD_HASHES = new Set(
44638
- Object.values(METHOD_NAME_TO_HASH2).map((hash) => hash.toLowerCase())
43988
+ Object.values(METHOD_NAME_TO_HASH).map((hash) => hash.toLowerCase())
44639
43989
  );
44640
43990
  var matchesPaymentMethodNameAndHash = (paymentMethodName, paymentMethodHash) => {
44641
- const expectedHash = METHOD_NAME_TO_HASH2[paymentMethodName.trim().toLowerCase()];
43991
+ const expectedHash = METHOD_NAME_TO_HASH[paymentMethodName.trim().toLowerCase()];
44642
43992
  return Boolean(
44643
43993
  expectedHash && expectedHash.toLowerCase() === paymentMethodHash.trim().toLowerCase()
44644
43994
  );
@@ -44646,15 +43996,12 @@ var matchesPaymentMethodNameAndHash = (paymentMethodName, paymentMethodHash) =>
44646
43996
  var matchesQuotePaymentMethod = (processorName, paymentMethod) => {
44647
43997
  const normalizedProcessorName = processorName.trim().toLowerCase();
44648
43998
  const normalizedPaymentMethod = paymentMethod.trim().toLowerCase();
44649
- const expectedHash = METHOD_NAME_TO_HASH2[normalizedProcessorName];
43999
+ const expectedHash = METHOD_NAME_TO_HASH[normalizedProcessorName];
44650
44000
  return Boolean(
44651
44001
  expectedHash && (normalizedPaymentMethod === normalizedProcessorName || normalizedPaymentMethod === expectedHash.toLowerCase())
44652
44002
  );
44653
44003
  };
44654
- var HASH_TO_METHOD_NAME2 = Object.entries({
44655
- ...lookups_default.hashToName,
44656
- [UPI_PAYMENT_METHOD_HASH]: "upi"
44657
- }).filter(([, name]) => ACTIVE_PAYMENT_METHOD_NAMES2.has(name)).reduce(
44004
+ var HASH_TO_METHOD_NAME = Object.entries(lookups_default.hashToName).filter(([, name]) => ACTIVE_PAYMENT_METHOD_NAMES.has(name)).reduce(
44658
44005
  (acc, [hash, name]) => {
44659
44006
  acc[hash.toLowerCase()] = name;
44660
44007
  return acc;
@@ -44662,7 +44009,7 @@ var HASH_TO_METHOD_NAME2 = Object.entries({
44662
44009
  {}
44663
44010
  );
44664
44011
 
44665
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/addresses/base.js
44012
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/addresses/base.js
44666
44013
  var data71 = {
44667
44014
  "name": "base",
44668
44015
  "chainId": 8453,
@@ -44706,12 +44053,12 @@ var data71 = {
44706
44053
  "selectionHash": "ba40c2954b408d0c658881a8d28e5bfcc9bade5cc3d953fd17eae1eca69d841c"
44707
44054
  },
44708
44055
  "meta": {
44709
- "generatedAt": "2026-09-02T08:40:15.268Z"
44056
+ "generatedAt": "2026-09-10T06:38:53.438Z"
44710
44057
  }
44711
44058
  };
44712
44059
  var base_default4 = data71;
44713
44060
 
44714
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/addresses/baseStaging.js
44061
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/addresses/baseStaging.js
44715
44062
  var data72 = {
44716
44063
  "name": "base_staging",
44717
44064
  "chainId": 8453,
@@ -44755,12 +44102,12 @@ var data72 = {
44755
44102
  "selectionHash": "6c49c1ce51eec594a22385c4efcab08aa9926b6b63a725e14a0027ec5d2f4fc9"
44756
44103
  },
44757
44104
  "meta": {
44758
- "generatedAt": "2026-09-02T08:40:15.268Z"
44105
+ "generatedAt": "2026-09-10T06:38:53.438Z"
44759
44106
  }
44760
44107
  };
44761
44108
  var baseStaging_default4 = data72;
44762
44109
 
44763
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base.mjs
44110
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base.mjs
44764
44111
  var base_exports2 = {};
44765
44112
  __export(base_exports2, {
44766
44113
  AddressGroupRegistry: () => AddressGroupRegistry_default3,
@@ -44798,7 +44145,7 @@ __export(base_exports2, {
44798
44145
  WhitelistPreIntentHook: () => WhitelistPreIntentHook_default3
44799
44146
  });
44800
44147
 
44801
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/AddressGroupRegistry.js
44148
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/AddressGroupRegistry.js
44802
44149
  var data73 = [
44803
44150
  {
44804
44151
  "inputs": [],
@@ -45358,7 +44705,7 @@ var data73 = [
45358
44705
  ];
45359
44706
  var AddressGroupRegistry_default3 = data73;
45360
44707
 
45361
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChainlinkOracleAdapter.js
44708
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ChainlinkOracleAdapter.js
45362
44709
  var data74 = [
45363
44710
  {
45364
44711
  "inputs": [
@@ -45411,7 +44758,7 @@ var data74 = [
45411
44758
  ];
45412
44759
  var ChainlinkOracleAdapter_default3 = data74;
45413
44760
 
45414
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/DisputeNullifierRegistry.js
44761
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/DisputeNullifierRegistry.js
45415
44762
  var data75 = [
45416
44763
  {
45417
44764
  "inputs": [],
@@ -45627,7 +44974,7 @@ var data75 = [
45627
44974
  ];
45628
44975
  var DisputeNullifierRegistry_default3 = data75;
45629
44976
 
45630
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/DisputeProtectionPolicy.js
44977
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/DisputeProtectionPolicy.js
45631
44978
  var data76 = [
45632
44979
  {
45633
44980
  "inputs": [
@@ -46643,7 +45990,7 @@ var data76 = [
46643
45990
  ];
46644
45991
  var DisputeProtectionPolicy_default3 = data76;
46645
45992
 
46646
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/DisputeVerifier.js
45993
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/DisputeVerifier.js
46647
45994
  var data77 = [
46648
45995
  {
46649
45996
  "inputs": [
@@ -47035,7 +46382,7 @@ var data77 = [
47035
46382
  ];
47036
46383
  var DisputeVerifier_default3 = data77;
47037
46384
 
47038
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Escrow.js
46385
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Escrow.js
47039
46386
  var data78 = [
47040
46387
  {
47041
46388
  "inputs": [
@@ -49248,7 +48595,7 @@ var data78 = [
49248
48595
  ];
49249
48596
  var Escrow_default3 = data78;
49250
48597
 
49251
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowRegistry.js
48598
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowRegistry.js
49252
48599
  var data79 = [
49253
48600
  {
49254
48601
  "inputs": [],
@@ -49465,7 +48812,7 @@ var data79 = [
49465
48812
  ];
49466
48813
  var EscrowRegistry_default3 = data79;
49467
48814
 
49468
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowV2.js
48815
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/EscrowV2.js
49469
48816
  var data80 = [
49470
48817
  {
49471
48818
  "inputs": [
@@ -52485,7 +51832,7 @@ var data80 = [
52485
51832
  ];
52486
51833
  var EscrowV2_default3 = data80;
52487
51834
 
52488
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentGuardian.js
51835
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentGuardian.js
52489
51836
  var data81 = [
52490
51837
  {
52491
51838
  "inputs": [
@@ -52894,7 +52241,7 @@ var data81 = [
52894
52241
  ];
52895
52242
  var IntentGuardian_default3 = data81;
52896
52243
 
52897
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentLifecycleHookV1.js
52244
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/IntentLifecycleHookV1.js
52898
52245
  var data82 = [
52899
52246
  {
52900
52247
  "inputs": [
@@ -53094,7 +52441,7 @@ var data82 = [
53094
52441
  ];
53095
52442
  var IntentLifecycleHookV1_default3 = data82;
53096
52443
 
53097
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/MultiAttestationVerifier.js
52444
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/MultiAttestationVerifier.js
53098
52445
  var data83 = [
53099
52446
  {
53100
52447
  "inputs": [
@@ -53338,7 +52685,7 @@ var data83 = [
53338
52685
  ];
53339
52686
  var MultiAttestationVerifier_default3 = data83;
53340
52687
 
53341
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistry.js
52688
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistry.js
53342
52689
  var data84 = [
53343
52690
  {
53344
52691
  "inputs": [],
@@ -53554,7 +52901,7 @@ var data84 = [
53554
52901
  ];
53555
52902
  var NullifierRegistry_default3 = data84;
53556
52903
 
53557
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistryV2.js
52904
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/NullifierRegistryV2.js
53558
52905
  var data85 = [
53559
52906
  {
53560
52907
  "inputs": [
@@ -53894,7 +53241,7 @@ var data85 = [
53894
53241
  ];
53895
53242
  var NullifierRegistryV2_default3 = data85;
53896
53243
 
53897
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Orchestrator.js
53244
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/Orchestrator.js
53898
53245
  var data86 = [
53899
53246
  {
53900
53247
  "inputs": [
@@ -55042,7 +54389,7 @@ var data86 = [
55042
54389
  ];
55043
54390
  var Orchestrator_default3 = data86;
55044
54391
 
55045
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorRegistry.js
54392
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorRegistry.js
55046
54393
  var data87 = [
55047
54394
  {
55048
54395
  "inputs": [
@@ -55197,7 +54544,7 @@ var data87 = [
55197
54544
  ];
55198
54545
  var OrchestratorRegistry_default3 = data87;
55199
54546
 
55200
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV2.js
54547
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV2.js
55201
54548
  var data88 = [
55202
54549
  {
55203
54550
  "inputs": [
@@ -56598,7 +55945,7 @@ var data88 = [
56598
55945
  ];
56599
55946
  var OrchestratorV2_default3 = data88;
56600
55947
 
56601
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV3.js
55948
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/OrchestratorV3.js
56602
55949
  var data89 = [
56603
55950
  {
56604
55951
  "inputs": [
@@ -57970,7 +57317,7 @@ var data89 = [
57970
57317
  ];
57971
57318
  var OrchestratorV3_default3 = data89;
57972
57319
 
57973
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PaymentVerifierRegistry.js
57320
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PaymentVerifierRegistry.js
57974
57321
  var data90 = [
57975
57322
  {
57976
57323
  "inputs": [],
@@ -58305,7 +57652,7 @@ var data90 = [
58305
57652
  ];
58306
57653
  var PaymentVerifierRegistry_default3 = data90;
58307
57654
 
58308
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PostIntentHookRegistry.js
57655
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PostIntentHookRegistry.js
58309
57656
  var data91 = [
58310
57657
  {
58311
57658
  "inputs": [],
@@ -58489,7 +57836,7 @@ var data91 = [
58489
57836
  ];
58490
57837
  var PostIntentHookRegistry_default3 = data91;
58491
57838
 
58492
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewer.js
57839
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewer.js
58493
57840
  var data92 = [
58494
57841
  {
58495
57842
  "inputs": [
@@ -59709,7 +59056,7 @@ var data92 = [
59709
59056
  ];
59710
59057
  var ProtocolViewer_default3 = data92;
59711
59058
 
59712
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewerV2.js
59059
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/ProtocolViewerV2.js
59713
59060
  var data93 = [
59714
59061
  {
59715
59062
  "inputs": [
@@ -60804,7 +60151,7 @@ var data93 = [
60804
60151
  ];
60805
60152
  var ProtocolViewerV2_default3 = data93;
60806
60153
 
60807
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PythOracleAdapter.js
60154
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/PythOracleAdapter.js
60808
60155
  var data94 = [
60809
60156
  {
60810
60157
  "inputs": [
@@ -60881,7 +60228,7 @@ var data94 = [
60881
60228
  ];
60882
60229
  var PythOracleAdapter_default3 = data94;
60883
60230
 
60884
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RateManagerV1.js
60231
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RateManagerV1.js
60885
60232
  var data95 = [
60886
60233
  {
60887
60234
  "inputs": [
@@ -61637,7 +60984,7 @@ var data95 = [
61637
60984
  ];
61638
60985
  var RateManagerV1_default3 = data95;
61639
60986
 
61640
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RelayerRegistry.js
60987
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/RelayerRegistry.js
61641
60988
  var data96 = [
61642
60989
  {
61643
60990
  "inputs": [],
@@ -61802,7 +61149,7 @@ var data96 = [
61802
61149
  ];
61803
61150
  var RelayerRegistry_default3 = data96;
61804
61151
 
61805
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SignatureGatingPreIntentHook.js
61152
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SignatureGatingPreIntentHook.js
61806
61153
  var data97 = [
61807
61154
  {
61808
61155
  "inputs": [
@@ -62102,7 +61449,7 @@ var data97 = [
62102
61449
  ];
62103
61450
  var SignatureGatingPreIntentHook_default3 = data97;
62104
61451
 
62105
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SimpleAttestationVerifier.js
61452
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/SimpleAttestationVerifier.js
62106
61453
  var data98 = [
62107
61454
  {
62108
61455
  "inputs": [
@@ -62257,7 +61604,7 @@ var data98 = [
62257
61604
  ];
62258
61605
  var SimpleAttestationVerifier_default3 = data98;
62259
61606
 
62260
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/StakeVault.js
61607
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/StakeVault.js
62261
61608
  var data99 = [
62262
61609
  {
62263
61610
  "inputs": [
@@ -63745,7 +63092,7 @@ var data99 = [
63745
63092
  ];
63746
63093
  var StakeVault_default3 = data99;
63747
63094
 
63748
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifier.js
63095
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifier.js
63749
63096
  var data100 = [
63750
63097
  {
63751
63098
  "inputs": [
@@ -64112,7 +63459,7 @@ var data100 = [
64112
63459
  ];
64113
63460
  var UnifiedPaymentVerifier_default3 = data100;
64114
63461
 
64115
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV2.js
63462
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV2.js
64116
63463
  var data101 = [
64117
63464
  {
64118
63465
  "inputs": [
@@ -64479,7 +63826,7 @@ var data101 = [
64479
63826
  ];
64480
63827
  var UnifiedPaymentVerifierV2_default3 = data101;
64481
63828
 
64482
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV3.js
63829
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/UnifiedPaymentVerifierV3.js
64483
63830
  var data102 = [
64484
63831
  {
64485
63832
  "inputs": [
@@ -64846,7 +64193,7 @@ var data102 = [
64846
64193
  ];
64847
64194
  var UnifiedPaymentVerifierV3_default3 = data102;
64848
64195
 
64849
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistLifecycleHook.js
64196
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistLifecycleHook.js
64850
64197
  var data103 = [
64851
64198
  {
64852
64199
  "inputs": [
@@ -65023,7 +64370,7 @@ var data103 = [
65023
64370
  ];
65024
64371
  var WhitelistLifecycleHook_default3 = data103;
65025
64372
 
65026
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPolicy.js
64373
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPolicy.js
65027
64374
  var data104 = [
65028
64375
  {
65029
64376
  "inputs": [
@@ -65954,7 +65301,7 @@ var data104 = [
65954
65301
  ];
65955
65302
  var WhitelistPolicy_default3 = data104;
65956
65303
 
65957
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPreIntentHook.js
65304
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/base/WhitelistPreIntentHook.js
65958
65305
  var data105 = [
65959
65306
  {
65960
65307
  "inputs": [
@@ -66298,7 +65645,7 @@ var data105 = [
66298
65645
  ];
66299
65646
  var WhitelistPreIntentHook_default3 = data105;
66300
65647
 
66301
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging.mjs
65648
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging.mjs
66302
65649
  var baseStaging_exports2 = {};
66303
65650
  __export(baseStaging_exports2, {
66304
65651
  AddressGroupRegistry: () => AddressGroupRegistry_default4,
@@ -66336,7 +65683,7 @@ __export(baseStaging_exports2, {
66336
65683
  WhitelistPreIntentHook: () => WhitelistPreIntentHook_default4
66337
65684
  });
66338
65685
 
66339
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/AddressGroupRegistry.js
65686
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/AddressGroupRegistry.js
66340
65687
  var data106 = [
66341
65688
  {
66342
65689
  "inputs": [],
@@ -66896,7 +66243,7 @@ var data106 = [
66896
66243
  ];
66897
66244
  var AddressGroupRegistry_default4 = data106;
66898
66245
 
66899
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChainlinkOracleAdapter.js
66246
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ChainlinkOracleAdapter.js
66900
66247
  var data107 = [
66901
66248
  {
66902
66249
  "inputs": [
@@ -66949,7 +66296,7 @@ var data107 = [
66949
66296
  ];
66950
66297
  var ChainlinkOracleAdapter_default4 = data107;
66951
66298
 
66952
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/DisputeNullifierRegistry.js
66299
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/DisputeNullifierRegistry.js
66953
66300
  var data108 = [
66954
66301
  {
66955
66302
  "inputs": [],
@@ -67165,7 +66512,7 @@ var data108 = [
67165
66512
  ];
67166
66513
  var DisputeNullifierRegistry_default4 = data108;
67167
66514
 
67168
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/DisputeProtectionPolicy.js
66515
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/DisputeProtectionPolicy.js
67169
66516
  var data109 = [
67170
66517
  {
67171
66518
  "inputs": [
@@ -68181,7 +67528,7 @@ var data109 = [
68181
67528
  ];
68182
67529
  var DisputeProtectionPolicy_default4 = data109;
68183
67530
 
68184
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/DisputeVerifier.js
67531
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/DisputeVerifier.js
68185
67532
  var data110 = [
68186
67533
  {
68187
67534
  "inputs": [
@@ -68573,7 +67920,7 @@ var data110 = [
68573
67920
  ];
68574
67921
  var DisputeVerifier_default4 = data110;
68575
67922
 
68576
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Escrow.js
67923
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Escrow.js
68577
67924
  var data111 = [
68578
67925
  {
68579
67926
  "inputs": [
@@ -70786,7 +70133,7 @@ var data111 = [
70786
70133
  ];
70787
70134
  var Escrow_default4 = data111;
70788
70135
 
70789
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowRegistry.js
70136
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowRegistry.js
70790
70137
  var data112 = [
70791
70138
  {
70792
70139
  "inputs": [],
@@ -71003,7 +70350,7 @@ var data112 = [
71003
70350
  ];
71004
70351
  var EscrowRegistry_default4 = data112;
71005
70352
 
71006
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowV2.js
70353
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/EscrowV2.js
71007
70354
  var data113 = [
71008
70355
  {
71009
70356
  "inputs": [
@@ -74023,7 +73370,7 @@ var data113 = [
74023
73370
  ];
74024
73371
  var EscrowV2_default4 = data113;
74025
73372
 
74026
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentGuardian.js
73373
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentGuardian.js
74027
73374
  var data114 = [
74028
73375
  {
74029
73376
  "inputs": [
@@ -74432,7 +73779,7 @@ var data114 = [
74432
73779
  ];
74433
73780
  var IntentGuardian_default4 = data114;
74434
73781
 
74435
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentLifecycleHookV1.js
73782
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/IntentLifecycleHookV1.js
74436
73783
  var data115 = [
74437
73784
  {
74438
73785
  "inputs": [
@@ -74632,7 +73979,7 @@ var data115 = [
74632
73979
  ];
74633
73980
  var IntentLifecycleHookV1_default4 = data115;
74634
73981
 
74635
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/MultiAttestationVerifier.js
73982
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/MultiAttestationVerifier.js
74636
73983
  var data116 = [
74637
73984
  {
74638
73985
  "inputs": [
@@ -74876,7 +74223,7 @@ var data116 = [
74876
74223
  ];
74877
74224
  var MultiAttestationVerifier_default4 = data116;
74878
74225
 
74879
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistry.js
74226
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistry.js
74880
74227
  var data117 = [
74881
74228
  {
74882
74229
  "inputs": [],
@@ -75092,7 +74439,7 @@ var data117 = [
75092
74439
  ];
75093
74440
  var NullifierRegistry_default4 = data117;
75094
74441
 
75095
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistryV2.js
74442
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/NullifierRegistryV2.js
75096
74443
  var data118 = [
75097
74444
  {
75098
74445
  "inputs": [
@@ -75432,7 +74779,7 @@ var data118 = [
75432
74779
  ];
75433
74780
  var NullifierRegistryV2_default4 = data118;
75434
74781
 
75435
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Orchestrator.js
74782
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/Orchestrator.js
75436
74783
  var data119 = [
75437
74784
  {
75438
74785
  "inputs": [
@@ -76580,7 +75927,7 @@ var data119 = [
76580
75927
  ];
76581
75928
  var Orchestrator_default4 = data119;
76582
75929
 
76583
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorRegistry.js
75930
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorRegistry.js
76584
75931
  var data120 = [
76585
75932
  {
76586
75933
  "inputs": [
@@ -76735,7 +76082,7 @@ var data120 = [
76735
76082
  ];
76736
76083
  var OrchestratorRegistry_default4 = data120;
76737
76084
 
76738
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV2.js
76085
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV2.js
76739
76086
  var data121 = [
76740
76087
  {
76741
76088
  "inputs": [
@@ -78136,7 +77483,7 @@ var data121 = [
78136
77483
  ];
78137
77484
  var OrchestratorV2_default4 = data121;
78138
77485
 
78139
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV3.js
77486
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/OrchestratorV3.js
78140
77487
  var data122 = [
78141
77488
  {
78142
77489
  "inputs": [
@@ -79508,7 +78855,7 @@ var data122 = [
79508
78855
  ];
79509
78856
  var OrchestratorV3_default4 = data122;
79510
78857
 
79511
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PaymentVerifierRegistry.js
78858
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PaymentVerifierRegistry.js
79512
78859
  var data123 = [
79513
78860
  {
79514
78861
  "inputs": [],
@@ -79843,7 +79190,7 @@ var data123 = [
79843
79190
  ];
79844
79191
  var PaymentVerifierRegistry_default4 = data123;
79845
79192
 
79846
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PostIntentHookRegistry.js
79193
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PostIntentHookRegistry.js
79847
79194
  var data124 = [
79848
79195
  {
79849
79196
  "inputs": [],
@@ -80027,7 +79374,7 @@ var data124 = [
80027
79374
  ];
80028
79375
  var PostIntentHookRegistry_default4 = data124;
80029
79376
 
80030
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewer.js
79377
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewer.js
80031
79378
  var data125 = [
80032
79379
  {
80033
79380
  "inputs": [
@@ -81247,7 +80594,7 @@ var data125 = [
81247
80594
  ];
81248
80595
  var ProtocolViewer_default4 = data125;
81249
80596
 
81250
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewerV2.js
80597
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/ProtocolViewerV2.js
81251
80598
  var data126 = [
81252
80599
  {
81253
80600
  "inputs": [
@@ -82342,7 +81689,7 @@ var data126 = [
82342
81689
  ];
82343
81690
  var ProtocolViewerV2_default4 = data126;
82344
81691
 
82345
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PythOracleAdapter.js
81692
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/PythOracleAdapter.js
82346
81693
  var data127 = [
82347
81694
  {
82348
81695
  "inputs": [
@@ -82419,7 +81766,7 @@ var data127 = [
82419
81766
  ];
82420
81767
  var PythOracleAdapter_default4 = data127;
82421
81768
 
82422
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RateManagerV1.js
81769
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RateManagerV1.js
82423
81770
  var data128 = [
82424
81771
  {
82425
81772
  "inputs": [
@@ -83175,7 +82522,7 @@ var data128 = [
83175
82522
  ];
83176
82523
  var RateManagerV1_default4 = data128;
83177
82524
 
83178
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RelayerRegistry.js
82525
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/RelayerRegistry.js
83179
82526
  var data129 = [
83180
82527
  {
83181
82528
  "inputs": [],
@@ -83340,7 +82687,7 @@ var data129 = [
83340
82687
  ];
83341
82688
  var RelayerRegistry_default4 = data129;
83342
82689
 
83343
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SignatureGatingPreIntentHook.js
82690
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SignatureGatingPreIntentHook.js
83344
82691
  var data130 = [
83345
82692
  {
83346
82693
  "inputs": [
@@ -83640,7 +82987,7 @@ var data130 = [
83640
82987
  ];
83641
82988
  var SignatureGatingPreIntentHook_default4 = data130;
83642
82989
 
83643
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SimpleAttestationVerifier.js
82990
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/SimpleAttestationVerifier.js
83644
82991
  var data131 = [
83645
82992
  {
83646
82993
  "inputs": [
@@ -83795,7 +83142,7 @@ var data131 = [
83795
83142
  ];
83796
83143
  var SimpleAttestationVerifier_default4 = data131;
83797
83144
 
83798
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/StakeVault.js
83145
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/StakeVault.js
83799
83146
  var data132 = [
83800
83147
  {
83801
83148
  "inputs": [
@@ -85283,7 +84630,7 @@ var data132 = [
85283
84630
  ];
85284
84631
  var StakeVault_default4 = data132;
85285
84632
 
85286
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifier.js
84633
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifier.js
85287
84634
  var data133 = [
85288
84635
  {
85289
84636
  "inputs": [
@@ -85650,7 +84997,7 @@ var data133 = [
85650
84997
  ];
85651
84998
  var UnifiedPaymentVerifier_default4 = data133;
85652
84999
 
85653
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV2.js
85000
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV2.js
85654
85001
  var data134 = [
85655
85002
  {
85656
85003
  "inputs": [
@@ -86017,7 +85364,7 @@ var data134 = [
86017
85364
  ];
86018
85365
  var UnifiedPaymentVerifierV2_default4 = data134;
86019
85366
 
86020
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV3.js
85367
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/UnifiedPaymentVerifierV3.js
86021
85368
  var data135 = [
86022
85369
  {
86023
85370
  "inputs": [
@@ -86384,7 +85731,7 @@ var data135 = [
86384
85731
  ];
86385
85732
  var UnifiedPaymentVerifierV3_default4 = data135;
86386
85733
 
86387
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistLifecycleHook.js
85734
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistLifecycleHook.js
86388
85735
  var data136 = [
86389
85736
  {
86390
85737
  "inputs": [
@@ -86561,7 +85908,7 @@ var data136 = [
86561
85908
  ];
86562
85909
  var WhitelistLifecycleHook_default4 = data136;
86563
85910
 
86564
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPolicy.js
85911
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPolicy.js
86565
85912
  var data137 = [
86566
85913
  {
86567
85914
  "inputs": [
@@ -87492,7 +86839,7 @@ var data137 = [
87492
86839
  ];
87493
86840
  var WhitelistPolicy_default4 = data137;
87494
86841
 
87495
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPreIntentHook.js
86842
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/abis/baseStaging/WhitelistPreIntentHook.js
87496
86843
  var data138 = [
87497
86844
  {
87498
86845
  "inputs": [
@@ -87836,7 +87183,7 @@ var data138 = [
87836
87183
  ];
87837
87184
  var WhitelistPreIntentHook_default4 = data138;
87838
87185
 
87839
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base/Escrow.json
87186
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base/Escrow.json
87840
87187
  var Escrow_default5 = [
87841
87188
  {
87842
87189
  inputs: [
@@ -90048,7 +89395,7 @@ var Escrow_default5 = [
90048
89395
  }
90049
89396
  ];
90050
89397
 
90051
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base/Orchestrator.json
89398
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base/Orchestrator.json
90052
89399
  var Orchestrator_default5 = [
90053
89400
  {
90054
89401
  inputs: [
@@ -91195,7 +90542,7 @@ var Orchestrator_default5 = [
91195
90542
  }
91196
90543
  ];
91197
90544
 
91198
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base/ProtocolViewer.json
90545
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/base/ProtocolViewer.json
91199
90546
  var ProtocolViewer_default5 = [
91200
90547
  {
91201
90548
  inputs: [
@@ -92414,7 +91761,7 @@ var ProtocolViewer_default5 = [
92414
91761
  }
92415
91762
  ];
92416
91763
 
92417
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Escrow.json
91764
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Escrow.json
92418
91765
  var Escrow_default6 = [
92419
91766
  {
92420
91767
  inputs: [
@@ -94626,7 +93973,7 @@ var Escrow_default6 = [
94626
93973
  }
94627
93974
  ];
94628
93975
 
94629
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Orchestrator.json
93976
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/Orchestrator.json
94630
93977
  var Orchestrator_default6 = [
94631
93978
  {
94632
93979
  inputs: [
@@ -95773,7 +95120,7 @@ var Orchestrator_default6 = [
95773
95120
  }
95774
95121
  ];
95775
95122
 
95776
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/ProtocolViewer.json
95123
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/ProtocolViewer.json
95777
95124
  var ProtocolViewer_default6 = [
95778
95125
  {
95779
95126
  inputs: [
@@ -96992,7 +96339,7 @@ var ProtocolViewer_default6 = [
96992
96339
  }
96993
96340
  ];
96994
96341
 
96995
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/IntentGuardian.json
96342
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/abis/baseStaging/IntentGuardian.json
96996
96343
  var IntentGuardian_default5 = [
96997
96344
  {
96998
96345
  inputs: [
@@ -97400,7 +96747,7 @@ var IntentGuardian_default5 = [
97400
96747
  }
97401
96748
  ];
97402
96749
 
97403
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/constants/base.js
96750
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/constants/base.js
97404
96751
  var data139 = {
97405
96752
  "INTENT_EXPIRATION_PERIOD": "21600",
97406
96753
  "PROTOCOL_TAKER_FEE": "0",
@@ -97414,7 +96761,7 @@ var data139 = {
97414
96761
  };
97415
96762
  var base_default5 = data139;
97416
96763
 
97417
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/constants/baseStaging.js
96764
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/constants/baseStaging.js
97418
96765
  var data140 = {
97419
96766
  "INTENT_EXPIRATION_PERIOD": "3600",
97420
96767
  "PROTOCOL_TAKER_FEE": "0",
@@ -97428,11 +96775,11 @@ var data140 = {
97428
96775
  };
97429
96776
  var baseStaging_default5 = data140;
97430
96777
 
97431
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/paymentMethods/base.json
96778
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/paymentMethods/base.json
97432
96779
  var base_default6 = {
97433
96780
  network: "base",
97434
96781
  chainId: "8453",
97435
- generatedAt: "2026-09-02T08:40:26.070Z",
96782
+ generatedAt: "2026-09-10T06:39:05.719Z",
97436
96783
  methods: {
97437
96784
  venmo: {
97438
96785
  paymentMethodHash: "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -97572,14 +96919,22 @@ var base_default6 = {
97572
96919
  ],
97573
96920
  timestampBuffer: 30,
97574
96921
  providerHashes: []
96922
+ },
96923
+ upi: {
96924
+ paymentMethodHash: "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9",
96925
+ currencies: [
96926
+ "0xaad766fbc07fb357bed9fd8b03b935f2f71fe29fc48f08274bc2a01d7f642afc"
96927
+ ],
96928
+ timestampBuffer: 30,
96929
+ providerHashes: []
97575
96930
  }
97576
96931
  }
97577
96932
  };
97578
96933
 
97579
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/paymentMethods/baseStaging.json
96934
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/paymentMethods/baseStaging.json
97580
96935
  var baseStaging_default6 = {
97581
96936
  network: "base_staging",
97582
- generatedAt: "2026-09-02T08:40:26.070Z",
96937
+ generatedAt: "2026-09-10T06:39:05.719Z",
97583
96938
  methods: {
97584
96939
  venmo: {
97585
96940
  paymentMethodHash: "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -97727,6 +97082,14 @@ var baseStaging_default6 = {
97727
97082
  ],
97728
97083
  timestampBuffer: 30,
97729
97084
  providerHashes: []
97085
+ },
97086
+ upi: {
97087
+ paymentMethodHash: "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9",
97088
+ currencies: [
97089
+ "0xaad766fbc07fb357bed9fd8b03b935f2f71fe29fc48f08274bc2a01d7f642afc"
97090
+ ],
97091
+ timestampBuffer: 30,
97092
+ providerHashes: []
97730
97093
  }
97731
97094
  }
97732
97095
  };
@@ -98046,18 +97409,11 @@ function getContracts(chainId, env = "production") {
98046
97409
  const result = { addresses: addressesByKey[key], abis: abisByKey[key] };
98047
97410
  return result;
98048
97411
  }
98049
- var STAGING_PAYMENT_METHOD_FALLBACKS = {
98050
- upi: {
98051
- paymentMethodHash: METHOD_NAME_TO_HASH2.upi,
98052
- currencies: [currencyKeccak256("INR")]
98053
- }
98054
- };
98055
97412
  function getPaymentMethodsCatalog(_chainId, env = "production") {
98056
97413
  const src = env === "staging" ? baseStagingPaymentMethods : basePaymentMethods;
98057
97414
  const methods = src?.methods ?? {};
98058
- const environmentMethods = env === "staging" ? { ...STAGING_PAYMENT_METHOD_FALLBACKS, ...methods } : methods;
98059
97415
  return Object.fromEntries(
98060
- Object.entries(environmentMethods).filter(
97416
+ Object.entries(methods).filter(
98061
97417
  ([name, entry]) => matchesPaymentMethodNameAndHash(name, entry.paymentMethodHash)
98062
97418
  )
98063
97419
  );
@@ -98150,7 +97506,7 @@ function asciiToBytes32(value) {
98150
97506
  return bytesToHex(padded);
98151
97507
  }
98152
97508
 
98153
- // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/paymentMethods/baseStaging.js
97509
+ // ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.2-rc.2_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.5.4/node_modules/@zkp2p/contracts-v2/_esm/paymentMethods/baseStaging.js
98154
97510
  var data141 = {
98155
97511
  "methods": {
98156
97512
  "venmo": {
@@ -98299,6 +97655,14 @@ var data141 = {
98299
97655
  ],
98300
97656
  "timestampBuffer": 30,
98301
97657
  "providerHashes": []
97658
+ },
97659
+ "upi": {
97660
+ "paymentMethodHash": "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9",
97661
+ "currencies": [
97662
+ "0xaad766fbc07fb357bed9fd8b03b935f2f71fe29fc48f08274bc2a01d7f642afc"
97663
+ ],
97664
+ "timestampBuffer": 30,
97665
+ "providerHashes": []
98302
97666
  }
98303
97667
  }
98304
97668
  };
@@ -98327,7 +97691,7 @@ function resolvePaymentMethodHash(nameOrBytes, opts = {}) {
98327
97691
  }
98328
97692
  const key = nameOrBytes.toLowerCase();
98329
97693
  const mapping = getPaymentMethodMap(env);
98330
- const mappedHash = mapping?.[key]?.paymentMethodHash ?? METHOD_NAME_TO_HASH2[key];
97694
+ const mappedHash = mapping?.[key]?.paymentMethodHash ?? METHOD_NAME_TO_HASH[key];
98331
97695
  if (mappedHash) return mappedHash;
98332
97696
  throw new Error(`Unknown processorName: ${nameOrBytes}`);
98333
97697
  }
@@ -98347,7 +97711,7 @@ function resolvePaymentMethodHashFromCatalog(processorName, catalog) {
98347
97711
  return hash;
98348
97712
  }
98349
97713
  const key = processorName.toLowerCase();
98350
- if (!METHOD_NAME_TO_HASH2[key]) {
97714
+ if (!METHOD_NAME_TO_HASH[key]) {
98351
97715
  throw new Error(`Unknown processorName: ${processorName}`);
98352
97716
  }
98353
97717
  const entry = catalog?.[key];
@@ -98357,7 +97721,7 @@ function resolvePaymentMethodHashFromCatalog(processorName, catalog) {
98357
97721
  }
98358
97722
  return entry.paymentMethodHash;
98359
97723
  }
98360
- const fallbackHash = METHOD_NAME_TO_HASH2[key];
97724
+ const fallbackHash = METHOD_NAME_TO_HASH[key];
98361
97725
  if (fallbackHash) return fallbackHash;
98362
97726
  const available = Object.keys(catalog || {}).sort().join(", ");
98363
97727
  throw new Error(
@@ -98371,7 +97735,7 @@ function resolvePaymentMethodNameFromHash(hash, catalog) {
98371
97735
  if (!matchesPaymentMethodNameAndHash(name, entry?.paymentMethodHash ?? "")) continue;
98372
97736
  if (entry?.paymentMethodHash?.toLowerCase() === target.toLowerCase()) return name;
98373
97737
  }
98374
- return HASH_TO_METHOD_NAME2[target.toLowerCase()];
97738
+ return HASH_TO_METHOD_NAME[target.toLowerCase()];
98375
97739
  }
98376
97740
 
98377
97741
  // src/utils/protocolViewerParsers.ts
@@ -98483,6 +97847,6 @@ function enrichPvIntentView(view, chainId, env = "production") {
98483
97847
  };
98484
97848
  }
98485
97849
 
98486
- export { DISPUTE_PROTECTION_POLICY_ABI, DISPUTE_PROTECTION_POLICY_ABI2, DisputeNullifierRegistry_default3 as DisputeNullifierRegistry_default, DisputeProtectionPolicy_default3 as DisputeProtectionPolicy_default, DisputeVerifier_default3 as DisputeVerifier_default, IntentLifecycleHookV1_default3 as IntentLifecycleHookV1_default, METHOD_NAME_TO_HASH2 as METHOD_NAME_TO_HASH, MultiAttestationVerifier_default3 as MultiAttestationVerifier_default, ORCHESTRATOR_V3_ABI2 as ORCHESTRATOR_V3_ABI, OrchestratorRegistry_default3 as OrchestratorRegistry_default, OrchestratorV3_default3 as OrchestratorV3_default, PAYMENT_PLATFORMS, STAKE_VAULT_ABI2 as STAKE_VAULT_ABI, SUPPORTED_PAYMENT_METHOD_HASHES, StakeVault_default3 as StakeVault_default, WhitelistPolicy_default3 as WhitelistPolicy_default, asciiToBytes32, enrichPvDepositView, enrichPvIntentView, ensureBytes32, getContracts, getDisputeProtectionPolicyContract, getGatingServiceAddress, getIntentGuardianContract, getOrchestratorV3Contract, getPaymentMethodsCatalog, getRateManagerContracts, getStakeVaultContract, hasIntentGuardian, matchesPaymentMethodNameAndHash, matchesQuotePaymentMethod, parseBigIntLike, parseDepositView, parseIntentView, resolveFiatCurrencyBytes32, resolvePaymentMethodHash, resolvePaymentMethodHashFromCatalog, resolvePaymentMethodNameFromHash };
98487
- //# sourceMappingURL=chunk-4KACMRKF.mjs.map
98488
- //# sourceMappingURL=chunk-4KACMRKF.mjs.map
97850
+ export { DISPUTE_PROTECTION_POLICY_ABI, DISPUTE_PROTECTION_POLICY_ABI2, DisputeNullifierRegistry_default3 as DisputeNullifierRegistry_default, DisputeProtectionPolicy_default3 as DisputeProtectionPolicy_default, DisputeVerifier_default3 as DisputeVerifier_default, IntentLifecycleHookV1_default3 as IntentLifecycleHookV1_default, METHOD_NAME_TO_HASH, MultiAttestationVerifier_default3 as MultiAttestationVerifier_default, ORCHESTRATOR_V3_ABI2 as ORCHESTRATOR_V3_ABI, OrchestratorRegistry_default3 as OrchestratorRegistry_default, OrchestratorV3_default3 as OrchestratorV3_default, PAYMENT_PLATFORMS, STAKE_VAULT_ABI2 as STAKE_VAULT_ABI, SUPPORTED_PAYMENT_METHOD_HASHES, StakeVault_default3 as StakeVault_default, WhitelistPolicy_default3 as WhitelistPolicy_default, asciiToBytes32, enrichPvDepositView, enrichPvIntentView, ensureBytes32, getContracts, getDisputeProtectionPolicyContract, getGatingServiceAddress, getIntentGuardianContract, getOrchestratorV3Contract, getPaymentMethodsCatalog, getRateManagerContracts, getStakeVaultContract, hasIntentGuardian, matchesPaymentMethodNameAndHash, matchesQuotePaymentMethod, parseBigIntLike, parseDepositView, parseIntentView, resolveFiatCurrencyBytes32, resolvePaymentMethodHash, resolvePaymentMethodHashFromCatalog, resolvePaymentMethodNameFromHash };
97851
+ //# sourceMappingURL=chunk-DOZJKZTL.mjs.map
97852
+ //# sourceMappingURL=chunk-DOZJKZTL.mjs.map