@zkp2p/sdk 0.12.2-rc.3 → 0.13.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.
- package/README.md +26 -10
- package/dist/build-metadata.json +3 -3
- package/dist/chunk-EHLMW7OM.mjs +12 -0
- package/dist/chunk-EHLMW7OM.mjs.map +1 -0
- package/dist/{chunk-RVINERIL.mjs → chunk-MQYPXD7D.mjs} +770 -103
- package/dist/{chunk-RVINERIL.mjs.map → chunk-MQYPXD7D.mjs.map} +1 -1
- package/dist/{currency-CTXWPQTT.mjs → currency-5W2J2RG5.mjs} +3 -3
- package/dist/{currency-CTXWPQTT.mjs.map → currency-5W2J2RG5.mjs.map} +1 -1
- package/dist/index.cjs +4326 -612
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +118 -275
- package/dist/index.mjs.map +1 -1
- package/dist/protocolViewerParsers-DBVBXRYN.mjs +5 -0
- package/dist/{protocolViewerParsers-YYBBYCEJ.mjs.map → protocolViewerParsers-DBVBXRYN.mjs.map} +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.mjs +1 -1
- package/dist/{timeout-TJYY2GX6.mjs → timeout-WA3MYQQ5.mjs} +3 -3
- package/dist/{timeout-TJYY2GX6.mjs.map → timeout-WA3MYQQ5.mjs.map} +1 -1
- package/dist/{vaultUtils-CqUssXB-.d.mts → vaultUtils-D9um2feo.d.mts} +28 -136
- package/dist/{vaultUtils-CqUssXB-.d.ts → vaultUtils-D9um2feo.d.ts} +28 -136
- package/package.json +3 -3
- package/dist/chunk-FYCYFFYS.mjs +0 -12
- package/dist/chunk-FYCYFFYS.mjs.map +0 -1
- package/dist/protocolViewerParsers-YYBBYCEJ.mjs +0 -5
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { currencyKeccak256, getCurrencyInfoFromHash } from './chunk-ZB22BZLZ.mjs';
|
|
2
|
-
import { __export } from './chunk-
|
|
3
|
-
import {
|
|
2
|
+
import { __export } from './chunk-EHLMW7OM.mjs';
|
|
3
|
+
import { keccak256, parseUnits, hexToBytes, toBytes, bytesToHex } from 'viem';
|
|
4
|
+
import 'ethers';
|
|
4
5
|
|
|
5
6
|
// src/utils/bigint.ts
|
|
6
7
|
function parseBigIntLike(value, errorMessage = "Unsupported numeric value") {
|
|
@@ -43912,7 +43913,7 @@ function getV21Resolution(options) {
|
|
|
43912
43913
|
var getV3Resolution = getV21Resolution;
|
|
43913
43914
|
getV3Resolution().escrowAbi;
|
|
43914
43915
|
|
|
43915
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
43916
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
43916
43917
|
var lookups_default = {
|
|
43917
43918
|
nameToHash: {
|
|
43918
43919
|
venmo: "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
|
|
@@ -43943,6 +43944,658 @@ var lookups_default = {
|
|
|
43943
43944
|
"0xaea63ef983458674f54ee50cdaa7b09d80a5c6c03ed505f51c90b0f2b54abb01": "luxon"
|
|
43944
43945
|
}
|
|
43945
43946
|
};
|
|
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
|
+
{ text: "Do not use any other bank", emphasize: ["Do not"] }
|
|
44329
|
+
]
|
|
44330
|
+
};
|
|
44331
|
+
var zelleBankOfAmericaVerifyConfig = {
|
|
44332
|
+
authLink: "https://www.bankofamerica.com/",
|
|
44333
|
+
actionType: "transfer_zelle_bofa",
|
|
44334
|
+
actionPlatform: PaymentPlatform.ZELLE,
|
|
44335
|
+
buyerTeeParams: {
|
|
44336
|
+
includeMetadataIndex: true
|
|
44337
|
+
},
|
|
44338
|
+
numPaymentsFetched: 15,
|
|
44339
|
+
minExtensionVersion: "0.6.3",
|
|
44340
|
+
supportsAppclip: false,
|
|
44341
|
+
totalProofs: 1,
|
|
44342
|
+
parseMetadata: (metadata) => {
|
|
44343
|
+
const amountStr = metadata.amount ?? "";
|
|
44344
|
+
let dateStr = metadata.date ?? "";
|
|
44345
|
+
if (dateStr && dateStr.length === 10) {
|
|
44346
|
+
dateStr = `${dateStr}T23:59:59`;
|
|
44347
|
+
}
|
|
44348
|
+
const recipientIdStr = metadata.recipient || "";
|
|
44349
|
+
return {
|
|
44350
|
+
amount: amountStr,
|
|
44351
|
+
parsedAmount: amountStr !== "",
|
|
44352
|
+
date: dateStr,
|
|
44353
|
+
parsedDate: dateStr !== "",
|
|
44354
|
+
recipientId: recipientIdStr,
|
|
44355
|
+
parsedRecipientId: false,
|
|
44356
|
+
currency: Currency.USD,
|
|
44357
|
+
parsedCurrency: true
|
|
44358
|
+
};
|
|
44359
|
+
},
|
|
44360
|
+
getSubjectText: (metadata) => {
|
|
44361
|
+
if (!metadata.amount || !metadata.recipient) {
|
|
44362
|
+
return "";
|
|
44363
|
+
}
|
|
44364
|
+
return `Transfer of $${Number(metadata.amount)} to ${metadata.recipient}`;
|
|
44365
|
+
}
|
|
44366
|
+
};
|
|
44367
|
+
var zelleChaseSendConfig = {
|
|
44368
|
+
paymentMethodName: "Chase",
|
|
44369
|
+
paymentMethodIcon: void 0,
|
|
44370
|
+
// Icon provided by client-side assets
|
|
44371
|
+
defaultPaymentMode: "QR_CODE",
|
|
44372
|
+
useCustomQRCode: true,
|
|
44373
|
+
troubleScanningQRCodeLink: (recipientId, sendCurrency, amountFiatToSend) => `https://secure.chase.com/web/auth/dashboard#/dashboard/singleDoor/singleDoorController/index`,
|
|
44374
|
+
getFormattedSendLink: (recipientId, sendCurrency, amountFiatToSend) => {
|
|
44375
|
+
const encodedRecipientId = encodeZelleRecipientId(recipientId);
|
|
44376
|
+
return `https://enroll.zellepay.com/qr-codes?data=${encodedRecipientId}`;
|
|
44377
|
+
},
|
|
44378
|
+
deepLinkEmbedsRecipient: true,
|
|
44379
|
+
supportsSendingPaymentOnWeb: true,
|
|
44380
|
+
showTroubleScanningQRCodeLink: true,
|
|
44381
|
+
sendPaymentWarning: (sendCurrency, amountFiatToSend) => {
|
|
44382
|
+
return `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment through Chase's Zelle.`;
|
|
44383
|
+
},
|
|
44384
|
+
sendPaymentInfo: (sendCurrency, amountFiatToSend) => {
|
|
44385
|
+
return `Do not send using any other bank.`;
|
|
44386
|
+
},
|
|
44387
|
+
sendPaymentDos: (sendCurrency, amountFiatToSend) => [
|
|
44388
|
+
{ text: "Use Chase for this payment", emphasize: ["Chase"] },
|
|
44389
|
+
{
|
|
44390
|
+
text: `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment`,
|
|
44391
|
+
emphasize: [
|
|
44392
|
+
"exactly",
|
|
44393
|
+
amountFiatToSend,
|
|
44394
|
+
currencyInfo[sendCurrency].currencyCode,
|
|
44395
|
+
"single"
|
|
44396
|
+
]
|
|
44397
|
+
}
|
|
44398
|
+
],
|
|
44399
|
+
sendPaymentDonts: () => [
|
|
44400
|
+
{ text: "Do not send using any other bank", emphasize: ["Do not"] }
|
|
44401
|
+
]
|
|
44402
|
+
};
|
|
44403
|
+
var zelleChaseVerifyConfig = {
|
|
44404
|
+
authLink: "https://secure.chase.com/web/auth/dashboard#/dashboard/singleDoor/payments/activity;params=qp,sentactivity",
|
|
44405
|
+
actionType: "transfer_zelle_chase",
|
|
44406
|
+
actionPlatform: PaymentPlatform.ZELLE,
|
|
44407
|
+
buyerTeeParams: {
|
|
44408
|
+
includeMetadataIndex: true
|
|
44409
|
+
},
|
|
44410
|
+
numPaymentsFetched: 15,
|
|
44411
|
+
minExtensionVersion: "0.6.3",
|
|
44412
|
+
supportsAppclip: false,
|
|
44413
|
+
totalProofs: 2,
|
|
44414
|
+
parseMetadata: (metadata) => {
|
|
44415
|
+
const amountStr = metadata.amount ?? "";
|
|
44416
|
+
let dateStr = metadata.date ?? "";
|
|
44417
|
+
if (dateStr && dateStr.length === 8) {
|
|
44418
|
+
const year = dateStr.substring(0, 4);
|
|
44419
|
+
const month = dateStr.substring(4, 6);
|
|
44420
|
+
const day = dateStr.substring(6, 8);
|
|
44421
|
+
dateStr = `${year}-${month}-${day}T23:59:59`;
|
|
44422
|
+
}
|
|
44423
|
+
const recipientIdStr = metadata.recipient || "";
|
|
44424
|
+
return {
|
|
44425
|
+
amount: amountStr,
|
|
44426
|
+
parsedAmount: amountStr !== "",
|
|
44427
|
+
date: dateStr,
|
|
44428
|
+
parsedDate: dateStr !== "",
|
|
44429
|
+
recipientId: recipientIdStr,
|
|
44430
|
+
parsedRecipientId: false,
|
|
44431
|
+
currency: Currency.USD,
|
|
44432
|
+
parsedCurrency: true
|
|
44433
|
+
};
|
|
44434
|
+
},
|
|
44435
|
+
getSubjectText: (metadata) => {
|
|
44436
|
+
if (!metadata.amount || !metadata.recipient) {
|
|
44437
|
+
return "";
|
|
44438
|
+
}
|
|
44439
|
+
return `Transfer of $${Number(metadata.amount)} to ${metadata.recipient}`;
|
|
44440
|
+
}
|
|
44441
|
+
};
|
|
44442
|
+
var zelleCitiSendConfig = {
|
|
44443
|
+
paymentMethodName: "Citi",
|
|
44444
|
+
paymentMethodIcon: void 0,
|
|
44445
|
+
// Icon provided by client-side assets
|
|
44446
|
+
defaultPaymentMode: "QR_CODE",
|
|
44447
|
+
useCustomQRCode: true,
|
|
44448
|
+
troubleScanningQRCodeLink: (recipientId, sendCurrency, amountFiatToSend) => `https://online.citi.com/US/nga/zelle/transfer`,
|
|
44449
|
+
getFormattedSendLink: (recipientId, sendCurrency, amountFiatToSend) => {
|
|
44450
|
+
const encodedRecipientId = encodeZelleRecipientId(recipientId);
|
|
44451
|
+
return `https://enroll.zellepay.com/qr-codes?data=${encodedRecipientId}`;
|
|
44452
|
+
},
|
|
44453
|
+
deepLinkEmbedsRecipient: true,
|
|
44454
|
+
supportsSendingPaymentOnWeb: true,
|
|
44455
|
+
showTroubleScanningQRCodeLink: true,
|
|
44456
|
+
sendPaymentWarning: (sendCurrency, amountFiatToSend) => {
|
|
44457
|
+
return `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment through Citi's Zelle.`;
|
|
44458
|
+
},
|
|
44459
|
+
sendPaymentInfo: (sendCurrency, amountFiatToSend) => {
|
|
44460
|
+
return `Do not send using any other bank.`;
|
|
44461
|
+
},
|
|
44462
|
+
sendPaymentDos: (sendCurrency, amountFiatToSend) => [
|
|
44463
|
+
{ text: "Use Citi for this payment", emphasize: ["Citi"] },
|
|
44464
|
+
{
|
|
44465
|
+
text: `Send exactly ${amountFiatToSend} ${currencyInfo[sendCurrency].currencyCode} in a single payment`,
|
|
44466
|
+
emphasize: [
|
|
44467
|
+
"exactly",
|
|
44468
|
+
amountFiatToSend,
|
|
44469
|
+
currencyInfo[sendCurrency].currencyCode,
|
|
44470
|
+
"single"
|
|
44471
|
+
]
|
|
44472
|
+
}
|
|
44473
|
+
],
|
|
44474
|
+
sendPaymentDonts: () => [
|
|
44475
|
+
{ text: "Do not send using any other bank", emphasize: ["Do not"] }
|
|
44476
|
+
]
|
|
44477
|
+
};
|
|
44478
|
+
var zelleCitiVerifyConfig = {
|
|
44479
|
+
authLink: "https://online.citi.com/US/nga/zelle/transfer",
|
|
44480
|
+
actionType: "transfer_zelle_citi",
|
|
44481
|
+
actionPlatform: PaymentPlatform.ZELLE,
|
|
44482
|
+
buyerTeeParams: {
|
|
44483
|
+
includeMetadataIndex: true
|
|
44484
|
+
},
|
|
44485
|
+
numPaymentsFetched: 15,
|
|
44486
|
+
minExtensionVersion: "0.6.3",
|
|
44487
|
+
supportsAppclip: false,
|
|
44488
|
+
totalProofs: 1,
|
|
44489
|
+
parseMetadata: (metadata) => {
|
|
44490
|
+
const amountStr = metadata.amount ?? "";
|
|
44491
|
+
let dateStr = metadata.date ?? "";
|
|
44492
|
+
if (dateStr && dateStr.length === 8) {
|
|
44493
|
+
const year = dateStr.substring(0, 4);
|
|
44494
|
+
const month = dateStr.substring(4, 6);
|
|
44495
|
+
const day = dateStr.substring(6, 8);
|
|
44496
|
+
dateStr = `${year}-${month}-${day}T23:59:59`;
|
|
44497
|
+
}
|
|
44498
|
+
const recipientIdStr = metadata.recipient || "";
|
|
44499
|
+
return {
|
|
44500
|
+
amount: amountStr,
|
|
44501
|
+
parsedAmount: amountStr !== "",
|
|
44502
|
+
date: dateStr,
|
|
44503
|
+
parsedDate: dateStr !== "",
|
|
44504
|
+
recipientId: recipientIdStr,
|
|
44505
|
+
parsedRecipientId: recipientIdStr !== "",
|
|
44506
|
+
currency: Currency.USD,
|
|
44507
|
+
parsedCurrency: true
|
|
44508
|
+
};
|
|
44509
|
+
},
|
|
44510
|
+
getSubjectText: (metadata) => {
|
|
44511
|
+
if (!metadata.amount || !metadata.recipient) {
|
|
44512
|
+
return "";
|
|
44513
|
+
}
|
|
44514
|
+
return `Transfer of $${Number(metadata.amount)} to ${metadata.recipient}`;
|
|
44515
|
+
}
|
|
44516
|
+
};
|
|
44517
|
+
var genericZelleBankRoutes = [
|
|
44518
|
+
{
|
|
44519
|
+
bankId: "chase",
|
|
44520
|
+
sendConfig: zelleChaseSendConfig,
|
|
44521
|
+
verifyConfig: zelleChaseVerifyConfig
|
|
44522
|
+
},
|
|
44523
|
+
{
|
|
44524
|
+
bankId: "bofa",
|
|
44525
|
+
sendConfig: zelleBankOfAmericaSendConfig,
|
|
44526
|
+
verifyConfig: zelleBankOfAmericaVerifyConfig
|
|
44527
|
+
},
|
|
44528
|
+
{
|
|
44529
|
+
bankId: "citi",
|
|
44530
|
+
sendConfig: zelleCitiSendConfig,
|
|
44531
|
+
verifyConfig: zelleCitiVerifyConfig
|
|
44532
|
+
}
|
|
44533
|
+
];
|
|
44534
|
+
genericZelleBankRoutes.map(({ sendConfig, verifyConfig }) => ({
|
|
44535
|
+
sendConfig,
|
|
44536
|
+
verifyConfig
|
|
44537
|
+
}));
|
|
44538
|
+
var DISPUTE_PROTECTION_STAKE_PLATFORMS = [
|
|
44539
|
+
PaymentPlatform.VENMO,
|
|
44540
|
+
PaymentPlatform.PAYPAL
|
|
44541
|
+
];
|
|
44542
|
+
new Set(
|
|
44543
|
+
DISPUTE_PROTECTION_STAKE_PLATFORMS
|
|
44544
|
+
);
|
|
44545
|
+
var lookups_default2 = {
|
|
44546
|
+
nameToHash: {
|
|
44547
|
+
venmo: "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
|
|
44548
|
+
revolut: "0x617f88ab82b5c1b014c539f7e75121427f0bb50a4c58b187a238531e7d58605d",
|
|
44549
|
+
cashapp: "0x10940ee67cfb3c6c064569ec92c0ee934cd7afa18dd2ca2d6a2254fcb009c17d",
|
|
44550
|
+
wise: "0x554a007c2217df766b977723b276671aee5ebb4adaea0edb6433c88b3e61dac5",
|
|
44551
|
+
mercadopago: "0xa5418819c024239299ea32e09defae8ec412c03e58f5c75f1b2fe84c857f5483",
|
|
44552
|
+
zelle: "0xf752c7d19698ecb0bb8988abf9b9a53a4c3657f3bc8850a6fb59fdf3e3ce8cd3",
|
|
44553
|
+
paypal: "0x3ccc3d4d5e769b1f82dc4988485551dc0cd3c7a3926d7d8a4dde91507199490f",
|
|
44554
|
+
monzo: "0x62c7ed738ad3e7618111348af32691b5767777fbaf46a2d8943237625552645c",
|
|
44555
|
+
alipay: "0xcac9daea62d7b89d75ac73af4ee14dcf25721012ae82b568c2ea5c808eaa04ff",
|
|
44556
|
+
chime: "0x5908bb0c9b87763ac6171d4104847667e7f02b4c47b574fe890c1f439ed128bb",
|
|
44557
|
+
mercury: "0xf81480907d808d639ad3230869e4b05a3b01b2d34e323af40f2efab807effd32"
|
|
44558
|
+
},
|
|
44559
|
+
hashToName: {
|
|
44560
|
+
"0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268": "venmo",
|
|
44561
|
+
"0x617f88ab82b5c1b014c539f7e75121427f0bb50a4c58b187a238531e7d58605d": "revolut",
|
|
44562
|
+
"0x10940ee67cfb3c6c064569ec92c0ee934cd7afa18dd2ca2d6a2254fcb009c17d": "cashapp",
|
|
44563
|
+
"0x554a007c2217df766b977723b276671aee5ebb4adaea0edb6433c88b3e61dac5": "wise",
|
|
44564
|
+
"0xa5418819c024239299ea32e09defae8ec412c03e58f5c75f1b2fe84c857f5483": "mercadopago",
|
|
44565
|
+
"0xf752c7d19698ecb0bb8988abf9b9a53a4c3657f3bc8850a6fb59fdf3e3ce8cd3": "zelle",
|
|
44566
|
+
"0x3ccc3d4d5e769b1f82dc4988485551dc0cd3c7a3926d7d8a4dde91507199490f": "paypal",
|
|
44567
|
+
"0x62c7ed738ad3e7618111348af32691b5767777fbaf46a2d8943237625552645c": "monzo",
|
|
44568
|
+
"0xcac9daea62d7b89d75ac73af4ee14dcf25721012ae82b568c2ea5c808eaa04ff": "alipay",
|
|
44569
|
+
"0x5908bb0c9b87763ac6171d4104847667e7f02b4c47b574fe890c1f439ed128bb": "chime",
|
|
44570
|
+
"0xf81480907d808d639ad3230869e4b05a3b01b2d34e323af40f2efab807effd32": "mercury",
|
|
44571
|
+
"0xd9ff4fd6b39a3e3dd43c41d05662a5547de4a878bc97a65bcb352ade493cdc6b": "n26",
|
|
44572
|
+
"0xaea63ef983458674f54ee50cdaa7b09d80a5c6c03ed505f51c90b0f2b54abb01": "luxon"
|
|
44573
|
+
}
|
|
44574
|
+
};
|
|
44575
|
+
var UPI_PAYMENT_METHOD_HASH = "0xe99a5081226cbbff9440a63da5caa04fa30f210c12c4dd9976132ac075054cd9";
|
|
44576
|
+
var ACTIVE_PAYMENT_METHOD_NAMES = new Set(paymentPlatforms);
|
|
44577
|
+
Object.setPrototypeOf(
|
|
44578
|
+
{
|
|
44579
|
+
...Object.fromEntries(
|
|
44580
|
+
Object.entries(lookups_default2.nameToHash).filter(
|
|
44581
|
+
([name]) => ACTIVE_PAYMENT_METHOD_NAMES.has(name)
|
|
44582
|
+
)
|
|
44583
|
+
),
|
|
44584
|
+
upi: UPI_PAYMENT_METHOD_HASH
|
|
44585
|
+
},
|
|
44586
|
+
null
|
|
44587
|
+
);
|
|
44588
|
+
Object.entries({ ...lookups_default2.hashToName, [UPI_PAYMENT_METHOD_HASH]: "upi" }).filter(([, name]) => ACTIVE_PAYMENT_METHOD_NAMES.has(name)).reduce(
|
|
44589
|
+
(acc, [hash, name]) => {
|
|
44590
|
+
acc[hash.toLowerCase()] = name;
|
|
44591
|
+
return acc;
|
|
44592
|
+
},
|
|
44593
|
+
{}
|
|
44594
|
+
);
|
|
44595
|
+
BigInt(5e9);
|
|
44596
|
+
BigInt(1e9);
|
|
44597
|
+
BigInt(2e9);
|
|
44598
|
+
usdcUnits(0.1);
|
|
43946
44599
|
|
|
43947
44600
|
// src/types/index.ts
|
|
43948
44601
|
var PAYMENT_PLATFORMS = [
|
|
@@ -43956,20 +44609,24 @@ var PAYMENT_PLATFORMS = [
|
|
|
43956
44609
|
"monzo",
|
|
43957
44610
|
"chime",
|
|
43958
44611
|
"luxon",
|
|
43959
|
-
"n26"
|
|
44612
|
+
"n26",
|
|
44613
|
+
"upi"
|
|
43960
44614
|
];
|
|
43961
|
-
var
|
|
43962
|
-
var
|
|
43963
|
-
|
|
43964
|
-
Object.
|
|
43965
|
-
|
|
44615
|
+
var ACTIVE_PAYMENT_METHOD_NAMES2 = /* @__PURE__ */ new Set([...PAYMENT_PLATFORMS, "alipay"]);
|
|
44616
|
+
var METHOD_NAME_TO_HASH2 = Object.setPrototypeOf(
|
|
44617
|
+
{
|
|
44618
|
+
...Object.fromEntries(
|
|
44619
|
+
Object.entries(lookups_default.nameToHash).filter(([name]) => ACTIVE_PAYMENT_METHOD_NAMES2.has(name))
|
|
44620
|
+
),
|
|
44621
|
+
upi: UPI_PAYMENT_METHOD_HASH
|
|
44622
|
+
},
|
|
43966
44623
|
null
|
|
43967
44624
|
);
|
|
43968
44625
|
var SUPPORTED_PAYMENT_METHOD_HASHES = new Set(
|
|
43969
|
-
Object.values(
|
|
44626
|
+
Object.values(METHOD_NAME_TO_HASH2).map((hash) => hash.toLowerCase())
|
|
43970
44627
|
);
|
|
43971
44628
|
var matchesPaymentMethodNameAndHash = (paymentMethodName, paymentMethodHash) => {
|
|
43972
|
-
const expectedHash =
|
|
44629
|
+
const expectedHash = METHOD_NAME_TO_HASH2[paymentMethodName.trim().toLowerCase()];
|
|
43973
44630
|
return Boolean(
|
|
43974
44631
|
expectedHash && expectedHash.toLowerCase() === paymentMethodHash.trim().toLowerCase()
|
|
43975
44632
|
);
|
|
@@ -43977,12 +44634,15 @@ var matchesPaymentMethodNameAndHash = (paymentMethodName, paymentMethodHash) =>
|
|
|
43977
44634
|
var matchesQuotePaymentMethod = (processorName, paymentMethod) => {
|
|
43978
44635
|
const normalizedProcessorName = processorName.trim().toLowerCase();
|
|
43979
44636
|
const normalizedPaymentMethod = paymentMethod.trim().toLowerCase();
|
|
43980
|
-
const expectedHash =
|
|
44637
|
+
const expectedHash = METHOD_NAME_TO_HASH2[normalizedProcessorName];
|
|
43981
44638
|
return Boolean(
|
|
43982
44639
|
expectedHash && (normalizedPaymentMethod === normalizedProcessorName || normalizedPaymentMethod === expectedHash.toLowerCase())
|
|
43983
44640
|
);
|
|
43984
44641
|
};
|
|
43985
|
-
var
|
|
44642
|
+
var HASH_TO_METHOD_NAME2 = Object.entries({
|
|
44643
|
+
...lookups_default.hashToName,
|
|
44644
|
+
[UPI_PAYMENT_METHOD_HASH]: "upi"
|
|
44645
|
+
}).filter(([, name]) => ACTIVE_PAYMENT_METHOD_NAMES2.has(name)).reduce(
|
|
43986
44646
|
(acc, [hash, name]) => {
|
|
43987
44647
|
acc[hash.toLowerCase()] = name;
|
|
43988
44648
|
return acc;
|
|
@@ -43990,7 +44650,7 @@ var HASH_TO_METHOD_NAME = Object.entries(lookups_default.hashToName).filter(([,
|
|
|
43990
44650
|
{}
|
|
43991
44651
|
);
|
|
43992
44652
|
|
|
43993
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
44653
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
43994
44654
|
var data71 = {
|
|
43995
44655
|
"name": "base",
|
|
43996
44656
|
"chainId": 8453,
|
|
@@ -44039,7 +44699,7 @@ var data71 = {
|
|
|
44039
44699
|
};
|
|
44040
44700
|
var base_default4 = data71;
|
|
44041
44701
|
|
|
44042
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
44702
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
44043
44703
|
var data72 = {
|
|
44044
44704
|
"name": "base_staging",
|
|
44045
44705
|
"chainId": 8453,
|
|
@@ -44088,7 +44748,7 @@ var data72 = {
|
|
|
44088
44748
|
};
|
|
44089
44749
|
var baseStaging_default4 = data72;
|
|
44090
44750
|
|
|
44091
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
44751
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
44092
44752
|
var base_exports2 = {};
|
|
44093
44753
|
__export(base_exports2, {
|
|
44094
44754
|
AddressGroupRegistry: () => AddressGroupRegistry_default3,
|
|
@@ -44126,7 +44786,7 @@ __export(base_exports2, {
|
|
|
44126
44786
|
WhitelistPreIntentHook: () => WhitelistPreIntentHook_default3
|
|
44127
44787
|
});
|
|
44128
44788
|
|
|
44129
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
44789
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
44130
44790
|
var data73 = [
|
|
44131
44791
|
{
|
|
44132
44792
|
"inputs": [],
|
|
@@ -44686,7 +45346,7 @@ var data73 = [
|
|
|
44686
45346
|
];
|
|
44687
45347
|
var AddressGroupRegistry_default3 = data73;
|
|
44688
45348
|
|
|
44689
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
45349
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
44690
45350
|
var data74 = [
|
|
44691
45351
|
{
|
|
44692
45352
|
"inputs": [
|
|
@@ -44739,7 +45399,7 @@ var data74 = [
|
|
|
44739
45399
|
];
|
|
44740
45400
|
var ChainlinkOracleAdapter_default3 = data74;
|
|
44741
45401
|
|
|
44742
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
45402
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
44743
45403
|
var data75 = [
|
|
44744
45404
|
{
|
|
44745
45405
|
"inputs": [],
|
|
@@ -44955,7 +45615,7 @@ var data75 = [
|
|
|
44955
45615
|
];
|
|
44956
45616
|
var DisputeNullifierRegistry_default3 = data75;
|
|
44957
45617
|
|
|
44958
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
45618
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
44959
45619
|
var data76 = [
|
|
44960
45620
|
{
|
|
44961
45621
|
"inputs": [
|
|
@@ -45971,7 +46631,7 @@ var data76 = [
|
|
|
45971
46631
|
];
|
|
45972
46632
|
var DisputeProtectionPolicy_default3 = data76;
|
|
45973
46633
|
|
|
45974
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
46634
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
45975
46635
|
var data77 = [
|
|
45976
46636
|
{
|
|
45977
46637
|
"inputs": [
|
|
@@ -46363,7 +47023,7 @@ var data77 = [
|
|
|
46363
47023
|
];
|
|
46364
47024
|
var DisputeVerifier_default3 = data77;
|
|
46365
47025
|
|
|
46366
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
47026
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
46367
47027
|
var data78 = [
|
|
46368
47028
|
{
|
|
46369
47029
|
"inputs": [
|
|
@@ -48576,7 +49236,7 @@ var data78 = [
|
|
|
48576
49236
|
];
|
|
48577
49237
|
var Escrow_default3 = data78;
|
|
48578
49238
|
|
|
48579
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
49239
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
48580
49240
|
var data79 = [
|
|
48581
49241
|
{
|
|
48582
49242
|
"inputs": [],
|
|
@@ -48793,7 +49453,7 @@ var data79 = [
|
|
|
48793
49453
|
];
|
|
48794
49454
|
var EscrowRegistry_default3 = data79;
|
|
48795
49455
|
|
|
48796
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
49456
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
48797
49457
|
var data80 = [
|
|
48798
49458
|
{
|
|
48799
49459
|
"inputs": [
|
|
@@ -51813,7 +52473,7 @@ var data80 = [
|
|
|
51813
52473
|
];
|
|
51814
52474
|
var EscrowV2_default3 = data80;
|
|
51815
52475
|
|
|
51816
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
52476
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
51817
52477
|
var data81 = [
|
|
51818
52478
|
{
|
|
51819
52479
|
"inputs": [
|
|
@@ -52222,7 +52882,7 @@ var data81 = [
|
|
|
52222
52882
|
];
|
|
52223
52883
|
var IntentGuardian_default3 = data81;
|
|
52224
52884
|
|
|
52225
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
52885
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
52226
52886
|
var data82 = [
|
|
52227
52887
|
{
|
|
52228
52888
|
"inputs": [
|
|
@@ -52422,7 +53082,7 @@ var data82 = [
|
|
|
52422
53082
|
];
|
|
52423
53083
|
var IntentLifecycleHookV1_default3 = data82;
|
|
52424
53084
|
|
|
52425
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
53085
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
52426
53086
|
var data83 = [
|
|
52427
53087
|
{
|
|
52428
53088
|
"inputs": [
|
|
@@ -52666,7 +53326,7 @@ var data83 = [
|
|
|
52666
53326
|
];
|
|
52667
53327
|
var MultiAttestationVerifier_default3 = data83;
|
|
52668
53328
|
|
|
52669
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
53329
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
52670
53330
|
var data84 = [
|
|
52671
53331
|
{
|
|
52672
53332
|
"inputs": [],
|
|
@@ -52882,7 +53542,7 @@ var data84 = [
|
|
|
52882
53542
|
];
|
|
52883
53543
|
var NullifierRegistry_default3 = data84;
|
|
52884
53544
|
|
|
52885
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
53545
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
52886
53546
|
var data85 = [
|
|
52887
53547
|
{
|
|
52888
53548
|
"inputs": [
|
|
@@ -53222,7 +53882,7 @@ var data85 = [
|
|
|
53222
53882
|
];
|
|
53223
53883
|
var NullifierRegistryV2_default3 = data85;
|
|
53224
53884
|
|
|
53225
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
53885
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
53226
53886
|
var data86 = [
|
|
53227
53887
|
{
|
|
53228
53888
|
"inputs": [
|
|
@@ -54370,7 +55030,7 @@ var data86 = [
|
|
|
54370
55030
|
];
|
|
54371
55031
|
var Orchestrator_default3 = data86;
|
|
54372
55032
|
|
|
54373
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
55033
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
54374
55034
|
var data87 = [
|
|
54375
55035
|
{
|
|
54376
55036
|
"inputs": [
|
|
@@ -54525,7 +55185,7 @@ var data87 = [
|
|
|
54525
55185
|
];
|
|
54526
55186
|
var OrchestratorRegistry_default3 = data87;
|
|
54527
55187
|
|
|
54528
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
55188
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
54529
55189
|
var data88 = [
|
|
54530
55190
|
{
|
|
54531
55191
|
"inputs": [
|
|
@@ -55926,7 +56586,7 @@ var data88 = [
|
|
|
55926
56586
|
];
|
|
55927
56587
|
var OrchestratorV2_default3 = data88;
|
|
55928
56588
|
|
|
55929
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
56589
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
55930
56590
|
var data89 = [
|
|
55931
56591
|
{
|
|
55932
56592
|
"inputs": [
|
|
@@ -57298,7 +57958,7 @@ var data89 = [
|
|
|
57298
57958
|
];
|
|
57299
57959
|
var OrchestratorV3_default3 = data89;
|
|
57300
57960
|
|
|
57301
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
57961
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
57302
57962
|
var data90 = [
|
|
57303
57963
|
{
|
|
57304
57964
|
"inputs": [],
|
|
@@ -57633,7 +58293,7 @@ var data90 = [
|
|
|
57633
58293
|
];
|
|
57634
58294
|
var PaymentVerifierRegistry_default3 = data90;
|
|
57635
58295
|
|
|
57636
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
58296
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
57637
58297
|
var data91 = [
|
|
57638
58298
|
{
|
|
57639
58299
|
"inputs": [],
|
|
@@ -57817,7 +58477,7 @@ var data91 = [
|
|
|
57817
58477
|
];
|
|
57818
58478
|
var PostIntentHookRegistry_default3 = data91;
|
|
57819
58479
|
|
|
57820
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
58480
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
57821
58481
|
var data92 = [
|
|
57822
58482
|
{
|
|
57823
58483
|
"inputs": [
|
|
@@ -59037,7 +59697,7 @@ var data92 = [
|
|
|
59037
59697
|
];
|
|
59038
59698
|
var ProtocolViewer_default3 = data92;
|
|
59039
59699
|
|
|
59040
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
59700
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
59041
59701
|
var data93 = [
|
|
59042
59702
|
{
|
|
59043
59703
|
"inputs": [
|
|
@@ -60132,7 +60792,7 @@ var data93 = [
|
|
|
60132
60792
|
];
|
|
60133
60793
|
var ProtocolViewerV2_default3 = data93;
|
|
60134
60794
|
|
|
60135
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
60795
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
60136
60796
|
var data94 = [
|
|
60137
60797
|
{
|
|
60138
60798
|
"inputs": [
|
|
@@ -60209,7 +60869,7 @@ var data94 = [
|
|
|
60209
60869
|
];
|
|
60210
60870
|
var PythOracleAdapter_default3 = data94;
|
|
60211
60871
|
|
|
60212
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
60872
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
60213
60873
|
var data95 = [
|
|
60214
60874
|
{
|
|
60215
60875
|
"inputs": [
|
|
@@ -60965,7 +61625,7 @@ var data95 = [
|
|
|
60965
61625
|
];
|
|
60966
61626
|
var RateManagerV1_default3 = data95;
|
|
60967
61627
|
|
|
60968
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
61628
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
60969
61629
|
var data96 = [
|
|
60970
61630
|
{
|
|
60971
61631
|
"inputs": [],
|
|
@@ -61130,7 +61790,7 @@ var data96 = [
|
|
|
61130
61790
|
];
|
|
61131
61791
|
var RelayerRegistry_default3 = data96;
|
|
61132
61792
|
|
|
61133
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
61793
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
61134
61794
|
var data97 = [
|
|
61135
61795
|
{
|
|
61136
61796
|
"inputs": [
|
|
@@ -61430,7 +62090,7 @@ var data97 = [
|
|
|
61430
62090
|
];
|
|
61431
62091
|
var SignatureGatingPreIntentHook_default3 = data97;
|
|
61432
62092
|
|
|
61433
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
62093
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
61434
62094
|
var data98 = [
|
|
61435
62095
|
{
|
|
61436
62096
|
"inputs": [
|
|
@@ -61585,7 +62245,7 @@ var data98 = [
|
|
|
61585
62245
|
];
|
|
61586
62246
|
var SimpleAttestationVerifier_default3 = data98;
|
|
61587
62247
|
|
|
61588
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
62248
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
61589
62249
|
var data99 = [
|
|
61590
62250
|
{
|
|
61591
62251
|
"inputs": [
|
|
@@ -63073,7 +63733,7 @@ var data99 = [
|
|
|
63073
63733
|
];
|
|
63074
63734
|
var StakeVault_default3 = data99;
|
|
63075
63735
|
|
|
63076
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
63736
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
63077
63737
|
var data100 = [
|
|
63078
63738
|
{
|
|
63079
63739
|
"inputs": [
|
|
@@ -63440,7 +64100,7 @@ var data100 = [
|
|
|
63440
64100
|
];
|
|
63441
64101
|
var UnifiedPaymentVerifier_default3 = data100;
|
|
63442
64102
|
|
|
63443
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
64103
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
63444
64104
|
var data101 = [
|
|
63445
64105
|
{
|
|
63446
64106
|
"inputs": [
|
|
@@ -63807,7 +64467,7 @@ var data101 = [
|
|
|
63807
64467
|
];
|
|
63808
64468
|
var UnifiedPaymentVerifierV2_default3 = data101;
|
|
63809
64469
|
|
|
63810
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
64470
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
63811
64471
|
var data102 = [
|
|
63812
64472
|
{
|
|
63813
64473
|
"inputs": [
|
|
@@ -64174,7 +64834,7 @@ var data102 = [
|
|
|
64174
64834
|
];
|
|
64175
64835
|
var UnifiedPaymentVerifierV3_default3 = data102;
|
|
64176
64836
|
|
|
64177
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
64837
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
64178
64838
|
var data103 = [
|
|
64179
64839
|
{
|
|
64180
64840
|
"inputs": [
|
|
@@ -64351,7 +65011,7 @@ var data103 = [
|
|
|
64351
65011
|
];
|
|
64352
65012
|
var WhitelistLifecycleHook_default3 = data103;
|
|
64353
65013
|
|
|
64354
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
65014
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
64355
65015
|
var data104 = [
|
|
64356
65016
|
{
|
|
64357
65017
|
"inputs": [
|
|
@@ -65282,7 +65942,7 @@ var data104 = [
|
|
|
65282
65942
|
];
|
|
65283
65943
|
var WhitelistPolicy_default3 = data104;
|
|
65284
65944
|
|
|
65285
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
65945
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
65286
65946
|
var data105 = [
|
|
65287
65947
|
{
|
|
65288
65948
|
"inputs": [
|
|
@@ -65626,7 +66286,7 @@ var data105 = [
|
|
|
65626
66286
|
];
|
|
65627
66287
|
var WhitelistPreIntentHook_default3 = data105;
|
|
65628
66288
|
|
|
65629
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
66289
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
65630
66290
|
var baseStaging_exports2 = {};
|
|
65631
66291
|
__export(baseStaging_exports2, {
|
|
65632
66292
|
AddressGroupRegistry: () => AddressGroupRegistry_default4,
|
|
@@ -65664,7 +66324,7 @@ __export(baseStaging_exports2, {
|
|
|
65664
66324
|
WhitelistPreIntentHook: () => WhitelistPreIntentHook_default4
|
|
65665
66325
|
});
|
|
65666
66326
|
|
|
65667
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
66327
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
65668
66328
|
var data106 = [
|
|
65669
66329
|
{
|
|
65670
66330
|
"inputs": [],
|
|
@@ -66224,7 +66884,7 @@ var data106 = [
|
|
|
66224
66884
|
];
|
|
66225
66885
|
var AddressGroupRegistry_default4 = data106;
|
|
66226
66886
|
|
|
66227
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
66887
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
66228
66888
|
var data107 = [
|
|
66229
66889
|
{
|
|
66230
66890
|
"inputs": [
|
|
@@ -66277,7 +66937,7 @@ var data107 = [
|
|
|
66277
66937
|
];
|
|
66278
66938
|
var ChainlinkOracleAdapter_default4 = data107;
|
|
66279
66939
|
|
|
66280
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
66940
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
66281
66941
|
var data108 = [
|
|
66282
66942
|
{
|
|
66283
66943
|
"inputs": [],
|
|
@@ -66493,7 +67153,7 @@ var data108 = [
|
|
|
66493
67153
|
];
|
|
66494
67154
|
var DisputeNullifierRegistry_default4 = data108;
|
|
66495
67155
|
|
|
66496
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
67156
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
66497
67157
|
var data109 = [
|
|
66498
67158
|
{
|
|
66499
67159
|
"inputs": [
|
|
@@ -67509,7 +68169,7 @@ var data109 = [
|
|
|
67509
68169
|
];
|
|
67510
68170
|
var DisputeProtectionPolicy_default4 = data109;
|
|
67511
68171
|
|
|
67512
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
68172
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
67513
68173
|
var data110 = [
|
|
67514
68174
|
{
|
|
67515
68175
|
"inputs": [
|
|
@@ -67901,7 +68561,7 @@ var data110 = [
|
|
|
67901
68561
|
];
|
|
67902
68562
|
var DisputeVerifier_default4 = data110;
|
|
67903
68563
|
|
|
67904
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
68564
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
67905
68565
|
var data111 = [
|
|
67906
68566
|
{
|
|
67907
68567
|
"inputs": [
|
|
@@ -70114,7 +70774,7 @@ var data111 = [
|
|
|
70114
70774
|
];
|
|
70115
70775
|
var Escrow_default4 = data111;
|
|
70116
70776
|
|
|
70117
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
70777
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
70118
70778
|
var data112 = [
|
|
70119
70779
|
{
|
|
70120
70780
|
"inputs": [],
|
|
@@ -70331,7 +70991,7 @@ var data112 = [
|
|
|
70331
70991
|
];
|
|
70332
70992
|
var EscrowRegistry_default4 = data112;
|
|
70333
70993
|
|
|
70334
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
70994
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
70335
70995
|
var data113 = [
|
|
70336
70996
|
{
|
|
70337
70997
|
"inputs": [
|
|
@@ -73351,7 +74011,7 @@ var data113 = [
|
|
|
73351
74011
|
];
|
|
73352
74012
|
var EscrowV2_default4 = data113;
|
|
73353
74013
|
|
|
73354
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
74014
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
73355
74015
|
var data114 = [
|
|
73356
74016
|
{
|
|
73357
74017
|
"inputs": [
|
|
@@ -73760,7 +74420,7 @@ var data114 = [
|
|
|
73760
74420
|
];
|
|
73761
74421
|
var IntentGuardian_default4 = data114;
|
|
73762
74422
|
|
|
73763
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
74423
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
73764
74424
|
var data115 = [
|
|
73765
74425
|
{
|
|
73766
74426
|
"inputs": [
|
|
@@ -73960,7 +74620,7 @@ var data115 = [
|
|
|
73960
74620
|
];
|
|
73961
74621
|
var IntentLifecycleHookV1_default4 = data115;
|
|
73962
74622
|
|
|
73963
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
74623
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
73964
74624
|
var data116 = [
|
|
73965
74625
|
{
|
|
73966
74626
|
"inputs": [
|
|
@@ -74204,7 +74864,7 @@ var data116 = [
|
|
|
74204
74864
|
];
|
|
74205
74865
|
var MultiAttestationVerifier_default4 = data116;
|
|
74206
74866
|
|
|
74207
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
74867
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
74208
74868
|
var data117 = [
|
|
74209
74869
|
{
|
|
74210
74870
|
"inputs": [],
|
|
@@ -74420,7 +75080,7 @@ var data117 = [
|
|
|
74420
75080
|
];
|
|
74421
75081
|
var NullifierRegistry_default4 = data117;
|
|
74422
75082
|
|
|
74423
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
75083
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
74424
75084
|
var data118 = [
|
|
74425
75085
|
{
|
|
74426
75086
|
"inputs": [
|
|
@@ -74760,7 +75420,7 @@ var data118 = [
|
|
|
74760
75420
|
];
|
|
74761
75421
|
var NullifierRegistryV2_default4 = data118;
|
|
74762
75422
|
|
|
74763
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
75423
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
74764
75424
|
var data119 = [
|
|
74765
75425
|
{
|
|
74766
75426
|
"inputs": [
|
|
@@ -75908,7 +76568,7 @@ var data119 = [
|
|
|
75908
76568
|
];
|
|
75909
76569
|
var Orchestrator_default4 = data119;
|
|
75910
76570
|
|
|
75911
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
76571
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
75912
76572
|
var data120 = [
|
|
75913
76573
|
{
|
|
75914
76574
|
"inputs": [
|
|
@@ -76063,7 +76723,7 @@ var data120 = [
|
|
|
76063
76723
|
];
|
|
76064
76724
|
var OrchestratorRegistry_default4 = data120;
|
|
76065
76725
|
|
|
76066
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
76726
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
76067
76727
|
var data121 = [
|
|
76068
76728
|
{
|
|
76069
76729
|
"inputs": [
|
|
@@ -77464,7 +78124,7 @@ var data121 = [
|
|
|
77464
78124
|
];
|
|
77465
78125
|
var OrchestratorV2_default4 = data121;
|
|
77466
78126
|
|
|
77467
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
78127
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
77468
78128
|
var data122 = [
|
|
77469
78129
|
{
|
|
77470
78130
|
"inputs": [
|
|
@@ -78836,7 +79496,7 @@ var data122 = [
|
|
|
78836
79496
|
];
|
|
78837
79497
|
var OrchestratorV3_default4 = data122;
|
|
78838
79498
|
|
|
78839
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
79499
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
78840
79500
|
var data123 = [
|
|
78841
79501
|
{
|
|
78842
79502
|
"inputs": [],
|
|
@@ -79171,7 +79831,7 @@ var data123 = [
|
|
|
79171
79831
|
];
|
|
79172
79832
|
var PaymentVerifierRegistry_default4 = data123;
|
|
79173
79833
|
|
|
79174
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
79834
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
79175
79835
|
var data124 = [
|
|
79176
79836
|
{
|
|
79177
79837
|
"inputs": [],
|
|
@@ -79355,7 +80015,7 @@ var data124 = [
|
|
|
79355
80015
|
];
|
|
79356
80016
|
var PostIntentHookRegistry_default4 = data124;
|
|
79357
80017
|
|
|
79358
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
80018
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
79359
80019
|
var data125 = [
|
|
79360
80020
|
{
|
|
79361
80021
|
"inputs": [
|
|
@@ -80575,7 +81235,7 @@ var data125 = [
|
|
|
80575
81235
|
];
|
|
80576
81236
|
var ProtocolViewer_default4 = data125;
|
|
80577
81237
|
|
|
80578
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
81238
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
80579
81239
|
var data126 = [
|
|
80580
81240
|
{
|
|
80581
81241
|
"inputs": [
|
|
@@ -81670,7 +82330,7 @@ var data126 = [
|
|
|
81670
82330
|
];
|
|
81671
82331
|
var ProtocolViewerV2_default4 = data126;
|
|
81672
82332
|
|
|
81673
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
82333
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
81674
82334
|
var data127 = [
|
|
81675
82335
|
{
|
|
81676
82336
|
"inputs": [
|
|
@@ -81747,7 +82407,7 @@ var data127 = [
|
|
|
81747
82407
|
];
|
|
81748
82408
|
var PythOracleAdapter_default4 = data127;
|
|
81749
82409
|
|
|
81750
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
82410
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
81751
82411
|
var data128 = [
|
|
81752
82412
|
{
|
|
81753
82413
|
"inputs": [
|
|
@@ -82503,7 +83163,7 @@ var data128 = [
|
|
|
82503
83163
|
];
|
|
82504
83164
|
var RateManagerV1_default4 = data128;
|
|
82505
83165
|
|
|
82506
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
83166
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
82507
83167
|
var data129 = [
|
|
82508
83168
|
{
|
|
82509
83169
|
"inputs": [],
|
|
@@ -82668,7 +83328,7 @@ var data129 = [
|
|
|
82668
83328
|
];
|
|
82669
83329
|
var RelayerRegistry_default4 = data129;
|
|
82670
83330
|
|
|
82671
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
83331
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
82672
83332
|
var data130 = [
|
|
82673
83333
|
{
|
|
82674
83334
|
"inputs": [
|
|
@@ -82968,7 +83628,7 @@ var data130 = [
|
|
|
82968
83628
|
];
|
|
82969
83629
|
var SignatureGatingPreIntentHook_default4 = data130;
|
|
82970
83630
|
|
|
82971
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
83631
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
82972
83632
|
var data131 = [
|
|
82973
83633
|
{
|
|
82974
83634
|
"inputs": [
|
|
@@ -83123,7 +83783,7 @@ var data131 = [
|
|
|
83123
83783
|
];
|
|
83124
83784
|
var SimpleAttestationVerifier_default4 = data131;
|
|
83125
83785
|
|
|
83126
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
83786
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
83127
83787
|
var data132 = [
|
|
83128
83788
|
{
|
|
83129
83789
|
"inputs": [
|
|
@@ -84611,7 +85271,7 @@ var data132 = [
|
|
|
84611
85271
|
];
|
|
84612
85272
|
var StakeVault_default4 = data132;
|
|
84613
85273
|
|
|
84614
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
85274
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
84615
85275
|
var data133 = [
|
|
84616
85276
|
{
|
|
84617
85277
|
"inputs": [
|
|
@@ -84978,7 +85638,7 @@ var data133 = [
|
|
|
84978
85638
|
];
|
|
84979
85639
|
var UnifiedPaymentVerifier_default4 = data133;
|
|
84980
85640
|
|
|
84981
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
85641
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
84982
85642
|
var data134 = [
|
|
84983
85643
|
{
|
|
84984
85644
|
"inputs": [
|
|
@@ -85345,7 +86005,7 @@ var data134 = [
|
|
|
85345
86005
|
];
|
|
85346
86006
|
var UnifiedPaymentVerifierV2_default4 = data134;
|
|
85347
86007
|
|
|
85348
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
86008
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
85349
86009
|
var data135 = [
|
|
85350
86010
|
{
|
|
85351
86011
|
"inputs": [
|
|
@@ -85712,7 +86372,7 @@ var data135 = [
|
|
|
85712
86372
|
];
|
|
85713
86373
|
var UnifiedPaymentVerifierV3_default4 = data135;
|
|
85714
86374
|
|
|
85715
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
86375
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
85716
86376
|
var data136 = [
|
|
85717
86377
|
{
|
|
85718
86378
|
"inputs": [
|
|
@@ -85889,7 +86549,7 @@ var data136 = [
|
|
|
85889
86549
|
];
|
|
85890
86550
|
var WhitelistLifecycleHook_default4 = data136;
|
|
85891
86551
|
|
|
85892
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
86552
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
85893
86553
|
var data137 = [
|
|
85894
86554
|
{
|
|
85895
86555
|
"inputs": [
|
|
@@ -86820,7 +87480,7 @@ var data137 = [
|
|
|
86820
87480
|
];
|
|
86821
87481
|
var WhitelistPolicy_default4 = data137;
|
|
86822
87482
|
|
|
86823
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
87483
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
86824
87484
|
var data138 = [
|
|
86825
87485
|
{
|
|
86826
87486
|
"inputs": [
|
|
@@ -87164,7 +87824,7 @@ var data138 = [
|
|
|
87164
87824
|
];
|
|
87165
87825
|
var WhitelistPreIntentHook_default4 = data138;
|
|
87166
87826
|
|
|
87167
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
87827
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
87168
87828
|
var Escrow_default5 = [
|
|
87169
87829
|
{
|
|
87170
87830
|
inputs: [
|
|
@@ -89376,7 +90036,7 @@ var Escrow_default5 = [
|
|
|
89376
90036
|
}
|
|
89377
90037
|
];
|
|
89378
90038
|
|
|
89379
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
90039
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
89380
90040
|
var Orchestrator_default5 = [
|
|
89381
90041
|
{
|
|
89382
90042
|
inputs: [
|
|
@@ -90523,7 +91183,7 @@ var Orchestrator_default5 = [
|
|
|
90523
91183
|
}
|
|
90524
91184
|
];
|
|
90525
91185
|
|
|
90526
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
91186
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
90527
91187
|
var ProtocolViewer_default5 = [
|
|
90528
91188
|
{
|
|
90529
91189
|
inputs: [
|
|
@@ -91742,7 +92402,7 @@ var ProtocolViewer_default5 = [
|
|
|
91742
92402
|
}
|
|
91743
92403
|
];
|
|
91744
92404
|
|
|
91745
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
92405
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
91746
92406
|
var Escrow_default6 = [
|
|
91747
92407
|
{
|
|
91748
92408
|
inputs: [
|
|
@@ -93954,7 +94614,7 @@ var Escrow_default6 = [
|
|
|
93954
94614
|
}
|
|
93955
94615
|
];
|
|
93956
94616
|
|
|
93957
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
94617
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
93958
94618
|
var Orchestrator_default6 = [
|
|
93959
94619
|
{
|
|
93960
94620
|
inputs: [
|
|
@@ -95101,7 +95761,7 @@ var Orchestrator_default6 = [
|
|
|
95101
95761
|
}
|
|
95102
95762
|
];
|
|
95103
95763
|
|
|
95104
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
95764
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
95105
95765
|
var ProtocolViewer_default6 = [
|
|
95106
95766
|
{
|
|
95107
95767
|
inputs: [
|
|
@@ -96320,7 +96980,7 @@ var ProtocolViewer_default6 = [
|
|
|
96320
96980
|
}
|
|
96321
96981
|
];
|
|
96322
96982
|
|
|
96323
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
96983
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
96324
96984
|
var IntentGuardian_default5 = [
|
|
96325
96985
|
{
|
|
96326
96986
|
inputs: [
|
|
@@ -96728,7 +97388,7 @@ var IntentGuardian_default5 = [
|
|
|
96728
97388
|
}
|
|
96729
97389
|
];
|
|
96730
97390
|
|
|
96731
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
97391
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
96732
97392
|
var data139 = {
|
|
96733
97393
|
"INTENT_EXPIRATION_PERIOD": "21600",
|
|
96734
97394
|
"PROTOCOL_TAKER_FEE": "0",
|
|
@@ -96742,7 +97402,7 @@ var data139 = {
|
|
|
96742
97402
|
};
|
|
96743
97403
|
var base_default5 = data139;
|
|
96744
97404
|
|
|
96745
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
97405
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
96746
97406
|
var data140 = {
|
|
96747
97407
|
"INTENT_EXPIRATION_PERIOD": "3600",
|
|
96748
97408
|
"PROTOCOL_TAKER_FEE": "0",
|
|
@@ -96756,7 +97416,7 @@ var data140 = {
|
|
|
96756
97416
|
};
|
|
96757
97417
|
var baseStaging_default5 = data140;
|
|
96758
97418
|
|
|
96759
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
97419
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
96760
97420
|
var base_default6 = {
|
|
96761
97421
|
network: "base",
|
|
96762
97422
|
chainId: "8453",
|
|
@@ -96904,7 +97564,7 @@ var base_default6 = {
|
|
|
96904
97564
|
}
|
|
96905
97565
|
};
|
|
96906
97566
|
|
|
96907
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
97567
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
96908
97568
|
var baseStaging_default6 = {
|
|
96909
97569
|
network: "base_staging",
|
|
96910
97570
|
generatedAt: "2026-08-27T23:27:46.527Z",
|
|
@@ -97374,11 +98034,18 @@ function getContracts(chainId, env = "production") {
|
|
|
97374
98034
|
const result = { addresses: addressesByKey[key], abis: abisByKey[key] };
|
|
97375
98035
|
return result;
|
|
97376
98036
|
}
|
|
98037
|
+
var STAGING_PAYMENT_METHOD_FALLBACKS = {
|
|
98038
|
+
upi: {
|
|
98039
|
+
paymentMethodHash: METHOD_NAME_TO_HASH2.upi,
|
|
98040
|
+
currencies: [currencyKeccak256("INR")]
|
|
98041
|
+
}
|
|
98042
|
+
};
|
|
97377
98043
|
function getPaymentMethodsCatalog(_chainId, env = "production") {
|
|
97378
98044
|
const src = env === "staging" ? baseStagingPaymentMethods : basePaymentMethods;
|
|
97379
98045
|
const methods = src?.methods ?? {};
|
|
98046
|
+
const environmentMethods = env === "staging" ? { ...STAGING_PAYMENT_METHOD_FALLBACKS, ...methods } : methods;
|
|
97380
98047
|
return Object.fromEntries(
|
|
97381
|
-
Object.entries(
|
|
98048
|
+
Object.entries(environmentMethods).filter(
|
|
97382
98049
|
([name, entry]) => matchesPaymentMethodNameAndHash(name, entry.paymentMethodHash)
|
|
97383
98050
|
)
|
|
97384
98051
|
);
|
|
@@ -97471,7 +98138,7 @@ function asciiToBytes32(value) {
|
|
|
97471
98138
|
return bytesToHex(padded);
|
|
97472
98139
|
}
|
|
97473
98140
|
|
|
97474
|
-
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_ethers@6.16.0_bufferutil@4.1.0_utf-8-validate@5.0.10__typescript@5.9.3_zod@4.4
|
|
98141
|
+
// ../../node_modules/.pnpm/@zkp2p+contracts-v2@0.4.1-rc.9_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
|
|
97475
98142
|
var data141 = {
|
|
97476
98143
|
"methods": {
|
|
97477
98144
|
"venmo": {
|
|
@@ -97648,7 +98315,7 @@ function resolvePaymentMethodHash(nameOrBytes, opts = {}) {
|
|
|
97648
98315
|
}
|
|
97649
98316
|
const key = nameOrBytes.toLowerCase();
|
|
97650
98317
|
const mapping = getPaymentMethodMap(env);
|
|
97651
|
-
const mappedHash = mapping?.[key]?.paymentMethodHash ??
|
|
98318
|
+
const mappedHash = mapping?.[key]?.paymentMethodHash ?? METHOD_NAME_TO_HASH2[key];
|
|
97652
98319
|
if (mappedHash) return mappedHash;
|
|
97653
98320
|
throw new Error(`Unknown processorName: ${nameOrBytes}`);
|
|
97654
98321
|
}
|
|
@@ -97668,7 +98335,7 @@ function resolvePaymentMethodHashFromCatalog(processorName, catalog) {
|
|
|
97668
98335
|
return hash;
|
|
97669
98336
|
}
|
|
97670
98337
|
const key = processorName.toLowerCase();
|
|
97671
|
-
if (!
|
|
98338
|
+
if (!METHOD_NAME_TO_HASH2[key]) {
|
|
97672
98339
|
throw new Error(`Unknown processorName: ${processorName}`);
|
|
97673
98340
|
}
|
|
97674
98341
|
const entry = catalog?.[key];
|
|
@@ -97678,7 +98345,7 @@ function resolvePaymentMethodHashFromCatalog(processorName, catalog) {
|
|
|
97678
98345
|
}
|
|
97679
98346
|
return entry.paymentMethodHash;
|
|
97680
98347
|
}
|
|
97681
|
-
const fallbackHash =
|
|
98348
|
+
const fallbackHash = METHOD_NAME_TO_HASH2[key];
|
|
97682
98349
|
if (fallbackHash) return fallbackHash;
|
|
97683
98350
|
const available = Object.keys(catalog || {}).sort().join(", ");
|
|
97684
98351
|
throw new Error(
|
|
@@ -97692,7 +98359,7 @@ function resolvePaymentMethodNameFromHash(hash, catalog) {
|
|
|
97692
98359
|
if (!matchesPaymentMethodNameAndHash(name, entry?.paymentMethodHash ?? "")) continue;
|
|
97693
98360
|
if (entry?.paymentMethodHash?.toLowerCase() === target.toLowerCase()) return name;
|
|
97694
98361
|
}
|
|
97695
|
-
return
|
|
98362
|
+
return HASH_TO_METHOD_NAME2[target.toLowerCase()];
|
|
97696
98363
|
}
|
|
97697
98364
|
|
|
97698
98365
|
// src/utils/protocolViewerParsers.ts
|
|
@@ -97804,6 +98471,6 @@ function enrichPvIntentView(view, chainId, env = "production") {
|
|
|
97804
98471
|
};
|
|
97805
98472
|
}
|
|
97806
98473
|
|
|
97807
|
-
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 };
|
|
97808
|
-
//# sourceMappingURL=chunk-
|
|
97809
|
-
//# sourceMappingURL=chunk-
|
|
98474
|
+
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 };
|
|
98475
|
+
//# sourceMappingURL=chunk-MQYPXD7D.mjs.map
|
|
98476
|
+
//# sourceMappingURL=chunk-MQYPXD7D.mjs.map
|