@zkp2p/contracts-v2 0.2.0-rc.5 → 0.2.0-rc.7
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/_cjs/abis/base/EscrowV2.js +108 -18
- package/_cjs/abis/base/EscrowV2.json +108 -18
- package/_cjs/abis/base/OrchestratorV2.js +99 -17
- package/_cjs/abis/base/OrchestratorV2.json +99 -17
- package/_cjs/abis/base/SignatureGatingPreIntentHook.js +15 -8
- package/_cjs/abis/base/SignatureGatingPreIntentHook.json +15 -8
- package/_cjs/abis/baseStaging/EscrowV2.js +108 -18
- package/_cjs/abis/baseStaging/EscrowV2.json +108 -18
- package/_cjs/abis/baseStaging/OrchestratorV2.js +99 -17
- package/_cjs/abis/baseStaging/OrchestratorV2.json +99 -17
- package/_cjs/abis/baseStaging/SignatureGatingPreIntentHook.js +15 -8
- package/_cjs/abis/baseStaging/SignatureGatingPreIntentHook.json +15 -8
- package/_cjs/addresses/base.js +4 -4
- package/_cjs/addresses/base.json +4 -4
- package/_cjs/addresses/baseStaging.js +4 -4
- package/_cjs/addresses/baseStaging.json +4 -4
- package/_cjs/addresses/index.json +1 -1
- package/_cjs/constants/index.json +1 -1
- package/_cjs/paymentMethods/base.js +1 -1
- package/_cjs/paymentMethods/base.json +1 -1
- package/_cjs/paymentMethods/baseSepolia.js +1 -1
- package/_cjs/paymentMethods/baseSepolia.json +1 -1
- package/_cjs/paymentMethods/baseStaging.js +1 -1
- package/_cjs/paymentMethods/baseStaging.json +1 -1
- package/_cjs/paymentMethods/index.json +1 -1
- package/_cjs/types/contracts/EscrowV2.js +121 -4
- package/_cjs/types/contracts/OrchestratorV2.js +47 -13
- package/_cjs/types/contracts/ProtocolViewerV2.js +15 -6
- package/_cjs/types/contracts/hooks/SignatureGatingPreIntentHook.js +16 -7
- package/_cjs/types/contracts/hooks/WhitelistPreIntentHook.js +16 -7
- package/_cjs/types/contracts/interfaces/IEscrowV2.js +120 -3
- package/_cjs/types/contracts/interfaces/IOrchestratorV2.js +47 -13
- package/_cjs/types/contracts/interfaces/IPreIntentHook.js +16 -7
- package/_cjs/types/contracts/interfaces/IProtocolViewerV2.js +15 -6
- package/_cjs/types/contracts/interfaces/IReferralFee.js +55 -0
- package/_cjs/types/contracts/interfaces/index.js +1 -0
- package/_cjs/types/contracts/lib/ReferralFeeLib.js +55 -0
- package/_cjs/types/contracts/lib/index.js +4 -0
- package/_esm/abis/base/EscrowV2.js +108 -18
- package/_esm/abis/base/EscrowV2.json +108 -18
- package/_esm/abis/base/OrchestratorV2.js +99 -17
- package/_esm/abis/base/OrchestratorV2.json +99 -17
- package/_esm/abis/base/SignatureGatingPreIntentHook.js +15 -8
- package/_esm/abis/base/SignatureGatingPreIntentHook.json +15 -8
- package/_esm/abis/baseStaging/EscrowV2.js +108 -18
- package/_esm/abis/baseStaging/EscrowV2.json +108 -18
- package/_esm/abis/baseStaging/OrchestratorV2.js +99 -17
- package/_esm/abis/baseStaging/OrchestratorV2.json +99 -17
- package/_esm/abis/baseStaging/SignatureGatingPreIntentHook.js +15 -8
- package/_esm/abis/baseStaging/SignatureGatingPreIntentHook.json +15 -8
- package/_esm/addresses/base.js +4 -4
- package/_esm/addresses/base.json +4 -4
- package/_esm/addresses/baseStaging.js +4 -4
- package/_esm/addresses/baseStaging.json +4 -4
- package/_esm/addresses/index.json +1 -1
- package/_esm/constants/index.json +1 -1
- package/_esm/paymentMethods/base.js +1 -1
- package/_esm/paymentMethods/base.json +1 -1
- package/_esm/paymentMethods/baseSepolia.js +1 -1
- package/_esm/paymentMethods/baseSepolia.json +1 -1
- package/_esm/paymentMethods/baseStaging.js +1 -1
- package/_esm/paymentMethods/baseStaging.json +1 -1
- package/_esm/paymentMethods/index.json +1 -1
- package/_esm/types/contracts/EscrowV2.js +121 -4
- package/_esm/types/contracts/OrchestratorV2.js +47 -13
- package/_esm/types/contracts/ProtocolViewerV2.js +15 -6
- package/_esm/types/contracts/hooks/SignatureGatingPreIntentHook.js +16 -7
- package/_esm/types/contracts/hooks/WhitelistPreIntentHook.js +16 -7
- package/_esm/types/contracts/interfaces/IEscrowV2.js +120 -3
- package/_esm/types/contracts/interfaces/IOrchestratorV2.js +47 -13
- package/_esm/types/contracts/interfaces/IPreIntentHook.js +16 -7
- package/_esm/types/contracts/interfaces/IProtocolViewerV2.js +15 -6
- package/_esm/types/contracts/interfaces/IReferralFee.js +55 -0
- package/_esm/types/contracts/interfaces/index.js +1 -0
- package/_esm/types/contracts/lib/ReferralFeeLib.js +55 -0
- package/_esm/types/contracts/lib/index.js +4 -0
- package/abis/base/EscrowV2.json +108 -18
- package/abis/base/OrchestratorV2.json +99 -17
- package/abis/base/SignatureGatingPreIntentHook.json +15 -8
- package/abis/baseStaging/EscrowV2.json +108 -18
- package/abis/baseStaging/OrchestratorV2.json +99 -17
- package/abis/baseStaging/SignatureGatingPreIntentHook.json +15 -8
- package/addresses/base.json +4 -4
- package/addresses/baseStaging.json +4 -4
- package/addresses/index.json +1 -1
- package/constants/index.json +1 -1
- package/package.json +1 -1
- package/paymentMethods/base.json +1 -1
- package/paymentMethods/baseSepolia.json +1 -1
- package/paymentMethods/baseStaging.json +1 -1
- package/paymentMethods/index.json +1 -1
- package/types/contracts/EscrowV2.ts +121 -4
- package/types/contracts/OrchestratorV2.ts +47 -13
- package/types/contracts/ProtocolViewerV2.ts +15 -6
- package/types/contracts/hooks/SignatureGatingPreIntentHook.ts +16 -7
- package/types/contracts/hooks/WhitelistPreIntentHook.ts +16 -7
- package/types/contracts/interfaces/IEscrowV2.ts +120 -3
- package/types/contracts/interfaces/IOrchestratorV2.ts +47 -13
- package/types/contracts/interfaces/IPreIntentHook.ts +16 -7
- package/types/contracts/interfaces/IProtocolViewerV2.ts +15 -6
- package/types/contracts/interfaces/IReferralFee.ts +55 -0
- package/types/contracts/interfaces/index.ts +1 -0
- package/types/contracts/lib/ReferralFeeLib.ts +55 -0
- package/types/contracts/lib/index.ts +4 -0
|
@@ -120,6 +120,17 @@ const data = [
|
|
|
120
120
|
"name": "CurrencyNotSupported",
|
|
121
121
|
"type": "error"
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"inputs": [
|
|
125
|
+
{
|
|
126
|
+
"internalType": "address",
|
|
127
|
+
"name": "recipient",
|
|
128
|
+
"type": "address"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"name": "DuplicateReferralFeeRecipient",
|
|
132
|
+
"type": "error"
|
|
133
|
+
},
|
|
123
134
|
{
|
|
124
135
|
"inputs": [],
|
|
125
136
|
"name": "EscrowLockFailed",
|
|
@@ -203,7 +214,7 @@ const data = [
|
|
|
203
214
|
},
|
|
204
215
|
{
|
|
205
216
|
"inputs": [],
|
|
206
|
-
"name": "
|
|
217
|
+
"name": "InvalidReferralFeeConfiguration",
|
|
207
218
|
"type": "error"
|
|
208
219
|
},
|
|
209
220
|
{
|
|
@@ -265,6 +276,38 @@ const data = [
|
|
|
265
276
|
"name": "RateBelowMinimum",
|
|
266
277
|
"type": "error"
|
|
267
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"inputs": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "uint256",
|
|
283
|
+
"name": "count",
|
|
284
|
+
"type": "uint256"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"internalType": "uint256",
|
|
288
|
+
"name": "maximum",
|
|
289
|
+
"type": "uint256"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"name": "ReferralFeeCountExceedsMaximum",
|
|
293
|
+
"type": "error"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"inputs": [
|
|
297
|
+
{
|
|
298
|
+
"internalType": "uint256",
|
|
299
|
+
"name": "totalFee",
|
|
300
|
+
"type": "uint256"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"internalType": "uint256",
|
|
304
|
+
"name": "maximum",
|
|
305
|
+
"type": "uint256"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"name": "ReferralFeeExceedsMaximum",
|
|
309
|
+
"type": "error"
|
|
310
|
+
},
|
|
268
311
|
{
|
|
269
312
|
"inputs": [
|
|
270
313
|
{
|
|
@@ -512,6 +555,31 @@ const data = [
|
|
|
512
555
|
"name": "IntentPruned",
|
|
513
556
|
"type": "event"
|
|
514
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"anonymous": false,
|
|
560
|
+
"inputs": [
|
|
561
|
+
{
|
|
562
|
+
"indexed": true,
|
|
563
|
+
"internalType": "bytes32",
|
|
564
|
+
"name": "intentHash",
|
|
565
|
+
"type": "bytes32"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"indexed": true,
|
|
569
|
+
"internalType": "address",
|
|
570
|
+
"name": "feeRecipient",
|
|
571
|
+
"type": "address"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"indexed": false,
|
|
575
|
+
"internalType": "uint256",
|
|
576
|
+
"name": "feeAmount",
|
|
577
|
+
"type": "uint256"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
580
|
+
"name": "IntentReferralFeeDistributed",
|
|
581
|
+
"type": "event"
|
|
582
|
+
},
|
|
515
583
|
{
|
|
516
584
|
"anonymous": false,
|
|
517
585
|
"inputs": [
|
|
@@ -919,14 +987,21 @@ const data = [
|
|
|
919
987
|
"type": "bytes32"
|
|
920
988
|
},
|
|
921
989
|
{
|
|
922
|
-
"
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
990
|
+
"components": [
|
|
991
|
+
{
|
|
992
|
+
"internalType": "address",
|
|
993
|
+
"name": "recipient",
|
|
994
|
+
"type": "address"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"internalType": "uint256",
|
|
998
|
+
"name": "fee",
|
|
999
|
+
"type": "uint256"
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
1003
|
+
"name": "referralFees",
|
|
1004
|
+
"type": "tuple[]"
|
|
930
1005
|
},
|
|
931
1006
|
{
|
|
932
1007
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -1248,14 +1323,21 @@ const data = [
|
|
|
1248
1323
|
"type": "uint256"
|
|
1249
1324
|
},
|
|
1250
1325
|
{
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1326
|
+
"components": [
|
|
1327
|
+
{
|
|
1328
|
+
"internalType": "address",
|
|
1329
|
+
"name": "recipient",
|
|
1330
|
+
"type": "address"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"internalType": "uint256",
|
|
1334
|
+
"name": "fee",
|
|
1335
|
+
"type": "uint256"
|
|
1336
|
+
}
|
|
1337
|
+
],
|
|
1338
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
1339
|
+
"name": "referralFees",
|
|
1340
|
+
"type": "tuple[]"
|
|
1259
1341
|
},
|
|
1260
1342
|
{
|
|
1261
1343
|
"internalType": "bytes",
|
|
@@ -120,6 +120,17 @@
|
|
|
120
120
|
"name": "CurrencyNotSupported",
|
|
121
121
|
"type": "error"
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"inputs": [
|
|
125
|
+
{
|
|
126
|
+
"internalType": "address",
|
|
127
|
+
"name": "recipient",
|
|
128
|
+
"type": "address"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"name": "DuplicateReferralFeeRecipient",
|
|
132
|
+
"type": "error"
|
|
133
|
+
},
|
|
123
134
|
{
|
|
124
135
|
"inputs": [],
|
|
125
136
|
"name": "EscrowLockFailed",
|
|
@@ -203,7 +214,7 @@
|
|
|
203
214
|
},
|
|
204
215
|
{
|
|
205
216
|
"inputs": [],
|
|
206
|
-
"name": "
|
|
217
|
+
"name": "InvalidReferralFeeConfiguration",
|
|
207
218
|
"type": "error"
|
|
208
219
|
},
|
|
209
220
|
{
|
|
@@ -265,6 +276,38 @@
|
|
|
265
276
|
"name": "RateBelowMinimum",
|
|
266
277
|
"type": "error"
|
|
267
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"inputs": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "uint256",
|
|
283
|
+
"name": "count",
|
|
284
|
+
"type": "uint256"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"internalType": "uint256",
|
|
288
|
+
"name": "maximum",
|
|
289
|
+
"type": "uint256"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"name": "ReferralFeeCountExceedsMaximum",
|
|
293
|
+
"type": "error"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"inputs": [
|
|
297
|
+
{
|
|
298
|
+
"internalType": "uint256",
|
|
299
|
+
"name": "totalFee",
|
|
300
|
+
"type": "uint256"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"internalType": "uint256",
|
|
304
|
+
"name": "maximum",
|
|
305
|
+
"type": "uint256"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"name": "ReferralFeeExceedsMaximum",
|
|
309
|
+
"type": "error"
|
|
310
|
+
},
|
|
268
311
|
{
|
|
269
312
|
"inputs": [
|
|
270
313
|
{
|
|
@@ -512,6 +555,31 @@
|
|
|
512
555
|
"name": "IntentPruned",
|
|
513
556
|
"type": "event"
|
|
514
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"anonymous": false,
|
|
560
|
+
"inputs": [
|
|
561
|
+
{
|
|
562
|
+
"indexed": true,
|
|
563
|
+
"internalType": "bytes32",
|
|
564
|
+
"name": "intentHash",
|
|
565
|
+
"type": "bytes32"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"indexed": true,
|
|
569
|
+
"internalType": "address",
|
|
570
|
+
"name": "feeRecipient",
|
|
571
|
+
"type": "address"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"indexed": false,
|
|
575
|
+
"internalType": "uint256",
|
|
576
|
+
"name": "feeAmount",
|
|
577
|
+
"type": "uint256"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
580
|
+
"name": "IntentReferralFeeDistributed",
|
|
581
|
+
"type": "event"
|
|
582
|
+
},
|
|
515
583
|
{
|
|
516
584
|
"anonymous": false,
|
|
517
585
|
"inputs": [
|
|
@@ -919,14 +987,21 @@
|
|
|
919
987
|
"type": "bytes32"
|
|
920
988
|
},
|
|
921
989
|
{
|
|
922
|
-
"
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
990
|
+
"components": [
|
|
991
|
+
{
|
|
992
|
+
"internalType": "address",
|
|
993
|
+
"name": "recipient",
|
|
994
|
+
"type": "address"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"internalType": "uint256",
|
|
998
|
+
"name": "fee",
|
|
999
|
+
"type": "uint256"
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
1003
|
+
"name": "referralFees",
|
|
1004
|
+
"type": "tuple[]"
|
|
930
1005
|
},
|
|
931
1006
|
{
|
|
932
1007
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -1248,14 +1323,21 @@
|
|
|
1248
1323
|
"type": "uint256"
|
|
1249
1324
|
},
|
|
1250
1325
|
{
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1326
|
+
"components": [
|
|
1327
|
+
{
|
|
1328
|
+
"internalType": "address",
|
|
1329
|
+
"name": "recipient",
|
|
1330
|
+
"type": "address"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"internalType": "uint256",
|
|
1334
|
+
"name": "fee",
|
|
1335
|
+
"type": "uint256"
|
|
1336
|
+
}
|
|
1337
|
+
],
|
|
1338
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
1339
|
+
"name": "referralFees",
|
|
1340
|
+
"type": "tuple[]"
|
|
1259
1341
|
},
|
|
1260
1342
|
{
|
|
1261
1343
|
"internalType": "bytes",
|
|
@@ -262,14 +262,21 @@ const data = [
|
|
|
262
262
|
"type": "uint256"
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
|
-
"
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
265
|
+
"components": [
|
|
266
|
+
{
|
|
267
|
+
"internalType": "address",
|
|
268
|
+
"name": "recipient",
|
|
269
|
+
"type": "address"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"internalType": "uint256",
|
|
273
|
+
"name": "fee",
|
|
274
|
+
"type": "uint256"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
278
|
+
"name": "referralFees",
|
|
279
|
+
"type": "tuple[]"
|
|
273
280
|
},
|
|
274
281
|
{
|
|
275
282
|
"internalType": "bytes",
|
|
@@ -262,14 +262,21 @@
|
|
|
262
262
|
"type": "uint256"
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
|
-
"
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
265
|
+
"components": [
|
|
266
|
+
{
|
|
267
|
+
"internalType": "address",
|
|
268
|
+
"name": "recipient",
|
|
269
|
+
"type": "address"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"internalType": "uint256",
|
|
273
|
+
"name": "fee",
|
|
274
|
+
"type": "uint256"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
278
|
+
"name": "referralFees",
|
|
279
|
+
"type": "tuple[]"
|
|
273
280
|
},
|
|
274
281
|
{
|
|
275
282
|
"internalType": "bytes",
|
package/_cjs/addresses/base.js
CHANGED
|
@@ -7,11 +7,11 @@ const data = {
|
|
|
7
7
|
"ChainlinkOracleAdapter": "0x53881a928abD61C095e5f30b63bc554872C3b2f1",
|
|
8
8
|
"Escrow": "0x2f121CDDCA6d652f35e8B3E560f9760898888888",
|
|
9
9
|
"EscrowRegistry": "0xeD0e847B101abc96E796260AC358e12BAa2f5B21",
|
|
10
|
-
"EscrowV2": "
|
|
10
|
+
"EscrowV2": "0x777777779d229cdF3110e9de47943791c26300Ef",
|
|
11
11
|
"NullifierRegistry": "0x8d8e1A0e5345a5cc9AA206c3ca76D6d28c514608",
|
|
12
12
|
"Orchestrator": "0x88888883Ed048FF0a415271B28b2F52d431810D0",
|
|
13
13
|
"OrchestratorRegistry": "0xBe9fED15ED7A4B915C03EFcEcb9662739C3382A9",
|
|
14
|
-
"OrchestratorV2": "
|
|
14
|
+
"OrchestratorV2": "0x888888359E981B5225CA48fbCdCeff702FC3b888",
|
|
15
15
|
"PaymentVerifierRegistry": "0x2b82D24437ff66Fb173eabDfD67ee2ACeb8bEb1e",
|
|
16
16
|
"PostIntentHookRegistry": "0x9B128EBAD4d874199A2Dc57E93186796c5EcAdE9",
|
|
17
17
|
"ProtocolViewer": "0x30B03De22328074Fbe8447C425ae988797146606",
|
|
@@ -19,14 +19,14 @@ const data = {
|
|
|
19
19
|
"PythOracleAdapter": "0xad0b0126A657c0674d0DF53B2A2554D43bbb41D0",
|
|
20
20
|
"RateManagerV1": "0xeEd7Db23e724aC4590D6dB6F78fDa6DB203535F3",
|
|
21
21
|
"RelayerRegistry": "0xEbA979889a9c97382A92472fF3703786fF180083",
|
|
22
|
-
"SignatureGatingPreIntentHook": "
|
|
22
|
+
"SignatureGatingPreIntentHook": "0x62D410a3d6FC766dd2192be2a67a5fc79c5c2e1F",
|
|
23
23
|
"SimpleAttestationVerifier": "0xED6C0C34c3964D239e7a315C55E620fafE5Ae3AC",
|
|
24
24
|
"UnifiedPaymentVerifier": "0x16b3e4a3CA36D3A4bCA281767f15C7ADeF4ab163",
|
|
25
25
|
"UnifiedPaymentVerifierV2": "0x57833A85208b8E42db7368969662A6D7312b83D1",
|
|
26
26
|
"WhitelistPreIntentHook": "0xd793369b11357cdd076A9c631F6c44ff8e6353eA"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-03-
|
|
29
|
+
"generatedAt": "2026-03-11T14:23:12.072Z"
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
module.exports = data;
|
package/_cjs/addresses/base.json
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"ChainlinkOracleAdapter": "0x53881a928abD61C095e5f30b63bc554872C3b2f1",
|
|
8
8
|
"Escrow": "0x2f121CDDCA6d652f35e8B3E560f9760898888888",
|
|
9
9
|
"EscrowRegistry": "0xeD0e847B101abc96E796260AC358e12BAa2f5B21",
|
|
10
|
-
"EscrowV2": "
|
|
10
|
+
"EscrowV2": "0x777777779d229cdF3110e9de47943791c26300Ef",
|
|
11
11
|
"NullifierRegistry": "0x8d8e1A0e5345a5cc9AA206c3ca76D6d28c514608",
|
|
12
12
|
"Orchestrator": "0x88888883Ed048FF0a415271B28b2F52d431810D0",
|
|
13
13
|
"OrchestratorRegistry": "0xBe9fED15ED7A4B915C03EFcEcb9662739C3382A9",
|
|
14
|
-
"OrchestratorV2": "
|
|
14
|
+
"OrchestratorV2": "0x888888359E981B5225CA48fbCdCeff702FC3b888",
|
|
15
15
|
"PaymentVerifierRegistry": "0x2b82D24437ff66Fb173eabDfD67ee2ACeb8bEb1e",
|
|
16
16
|
"PostIntentHookRegistry": "0x9B128EBAD4d874199A2Dc57E93186796c5EcAdE9",
|
|
17
17
|
"ProtocolViewer": "0x30B03De22328074Fbe8447C425ae988797146606",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"PythOracleAdapter": "0xad0b0126A657c0674d0DF53B2A2554D43bbb41D0",
|
|
20
20
|
"RateManagerV1": "0xeEd7Db23e724aC4590D6dB6F78fDa6DB203535F3",
|
|
21
21
|
"RelayerRegistry": "0xEbA979889a9c97382A92472fF3703786fF180083",
|
|
22
|
-
"SignatureGatingPreIntentHook": "
|
|
22
|
+
"SignatureGatingPreIntentHook": "0x62D410a3d6FC766dd2192be2a67a5fc79c5c2e1F",
|
|
23
23
|
"SimpleAttestationVerifier": "0xED6C0C34c3964D239e7a315C55E620fafE5Ae3AC",
|
|
24
24
|
"UnifiedPaymentVerifier": "0x16b3e4a3CA36D3A4bCA281767f15C7ADeF4ab163",
|
|
25
25
|
"UnifiedPaymentVerifierV2": "0x57833A85208b8E42db7368969662A6D7312b83D1",
|
|
26
26
|
"WhitelistPreIntentHook": "0xd793369b11357cdd076A9c631F6c44ff8e6353eA"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-03-
|
|
29
|
+
"generatedAt": "2026-03-11T14:23:12.072Z"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -7,11 +7,11 @@ const data = {
|
|
|
7
7
|
"ChainlinkOracleAdapter": "0xA3dBea0fCc742bF2eF32BB38E0D94e6AF0A6eDD6",
|
|
8
8
|
"Escrow": "0x5C2a8D9246777eE4501B6C426a8B8C7635C7b5b5",
|
|
9
9
|
"EscrowRegistry": "0xc545f336eC77E69bf115729acCbf2e557A00ac91",
|
|
10
|
-
"EscrowV2": "
|
|
10
|
+
"EscrowV2": "0x77e8f808FE201075e0bD651CD46fdF239fc83265",
|
|
11
11
|
"NullifierRegistry": "0x3FFd04f7909a16d3476263A1f4ce413A089dCc69",
|
|
12
12
|
"Orchestrator": "0xF9b9CD27Deea496B960b3cb5221b514705fCaF5e",
|
|
13
13
|
"OrchestratorRegistry": "0xfA6384EB6176cfEC049540526A3d2126C3666d8A",
|
|
14
|
-
"OrchestratorV2": "
|
|
14
|
+
"OrchestratorV2": "0xc17a59227B136c45fAa153086a15EF87ED14bE00",
|
|
15
15
|
"PaymentVerifierRegistry": "0x2261416DA54C85f975C73FA56EF4D2D6b0aEF7Cc",
|
|
16
16
|
"PostIntentHookRegistry": "0xA4745c8F735B07fa77cD6EC64A2C77cb787fD0cd",
|
|
17
17
|
"ProtocolViewer": "0x1b2FE4FF7530143f38b7D7f4ccd83a3f1a022840",
|
|
@@ -19,14 +19,14 @@ const data = {
|
|
|
19
19
|
"PythOracleAdapter": "0xaa2bBDa3072bD37af76613846268Ec48bd0bB885",
|
|
20
20
|
"RateManagerV1": "0x9d773Af159538369b4842e40510562016E3eD3d7",
|
|
21
21
|
"RelayerRegistry": "0xB214650b424E6b5fdcB1259566eB7A512D8Bd25E",
|
|
22
|
-
"SignatureGatingPreIntentHook": "
|
|
22
|
+
"SignatureGatingPreIntentHook": "0x6c5144D1710fb152cFa582b9592D8935c0Bd0261",
|
|
23
23
|
"SimpleAttestationVerifier": "0x1540c12858Ad8D45EE9DAF8DFf2f28B28F047772",
|
|
24
24
|
"UnifiedPaymentVerifier": "0xfFf74adAE1fb470d49cA37772C9859C4a6dBcc03",
|
|
25
25
|
"UnifiedPaymentVerifierV2": "0xb9C46A988D4C616Bd4d43042954dF3cC0750726B",
|
|
26
26
|
"WhitelistPreIntentHook": "0x1F27426836F2436276B99723a1be484Cb2FBF181"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-03-
|
|
29
|
+
"generatedAt": "2026-03-11T14:23:12.073Z"
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
module.exports = data;
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"ChainlinkOracleAdapter": "0xA3dBea0fCc742bF2eF32BB38E0D94e6AF0A6eDD6",
|
|
8
8
|
"Escrow": "0x5C2a8D9246777eE4501B6C426a8B8C7635C7b5b5",
|
|
9
9
|
"EscrowRegistry": "0xc545f336eC77E69bf115729acCbf2e557A00ac91",
|
|
10
|
-
"EscrowV2": "
|
|
10
|
+
"EscrowV2": "0x77e8f808FE201075e0bD651CD46fdF239fc83265",
|
|
11
11
|
"NullifierRegistry": "0x3FFd04f7909a16d3476263A1f4ce413A089dCc69",
|
|
12
12
|
"Orchestrator": "0xF9b9CD27Deea496B960b3cb5221b514705fCaF5e",
|
|
13
13
|
"OrchestratorRegistry": "0xfA6384EB6176cfEC049540526A3d2126C3666d8A",
|
|
14
|
-
"OrchestratorV2": "
|
|
14
|
+
"OrchestratorV2": "0xc17a59227B136c45fAa153086a15EF87ED14bE00",
|
|
15
15
|
"PaymentVerifierRegistry": "0x2261416DA54C85f975C73FA56EF4D2D6b0aEF7Cc",
|
|
16
16
|
"PostIntentHookRegistry": "0xA4745c8F735B07fa77cD6EC64A2C77cb787fD0cd",
|
|
17
17
|
"ProtocolViewer": "0x1b2FE4FF7530143f38b7D7f4ccd83a3f1a022840",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"PythOracleAdapter": "0xaa2bBDa3072bD37af76613846268Ec48bd0bB885",
|
|
20
20
|
"RateManagerV1": "0x9d773Af159538369b4842e40510562016E3eD3d7",
|
|
21
21
|
"RelayerRegistry": "0xB214650b424E6b5fdcB1259566eB7A512D8Bd25E",
|
|
22
|
-
"SignatureGatingPreIntentHook": "
|
|
22
|
+
"SignatureGatingPreIntentHook": "0x6c5144D1710fb152cFa582b9592D8935c0Bd0261",
|
|
23
23
|
"SimpleAttestationVerifier": "0x1540c12858Ad8D45EE9DAF8DFf2f28B28F047772",
|
|
24
24
|
"UnifiedPaymentVerifier": "0xfFf74adAE1fb470d49cA37772C9859C4a6dBcc03",
|
|
25
25
|
"UnifiedPaymentVerifierV2": "0xb9C46A988D4C616Bd4d43042954dF3cC0750726B",
|
|
26
26
|
"WhitelistPreIntentHook": "0x1F27426836F2436276B99723a1be484Cb2FBF181"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-03-
|
|
29
|
+
"generatedAt": "2026-03-11T14:23:12.073Z"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const data = {
|
|
2
2
|
"network": "base",
|
|
3
3
|
"chainId": "8453",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
4
|
+
"generatedAt": "2026-03-11T14:23:12.320Z",
|
|
5
5
|
"methods": {
|
|
6
6
|
"venmo": {
|
|
7
7
|
"paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
|