@zkp2p/contracts-v2 0.2.0-rc.4 → 0.2.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/_cjs/abis/base/RateManagerV1.js +2 -493
  2. package/_cjs/abis/base/RateManagerV1.json +2 -493
  3. package/_cjs/addresses/base.js +3 -3
  4. package/_cjs/addresses/base.json +3 -3
  5. package/_cjs/addresses/baseStaging.js +1 -1
  6. package/_cjs/addresses/baseStaging.json +1 -1
  7. package/_cjs/addresses/index.json +1 -1
  8. package/_cjs/constants/index.json +1 -1
  9. package/_cjs/paymentMethods/base.js +1 -1
  10. package/_cjs/paymentMethods/base.json +1 -1
  11. package/_cjs/paymentMethods/baseSepolia.js +1 -1
  12. package/_cjs/paymentMethods/baseSepolia.json +1 -1
  13. package/_cjs/paymentMethods/baseStaging.js +1 -1
  14. package/_cjs/paymentMethods/baseStaging.json +1 -1
  15. package/_cjs/paymentMethods/index.json +1 -1
  16. package/_esm/abis/base/RateManagerV1.js +2 -493
  17. package/_esm/abis/base/RateManagerV1.json +2 -493
  18. package/_esm/addresses/base.js +3 -3
  19. package/_esm/addresses/base.json +3 -3
  20. package/_esm/addresses/baseStaging.js +1 -1
  21. package/_esm/addresses/baseStaging.json +1 -1
  22. package/_esm/addresses/index.json +1 -1
  23. package/_esm/constants/index.json +1 -1
  24. package/_esm/paymentMethods/base.js +1 -1
  25. package/_esm/paymentMethods/base.json +1 -1
  26. package/_esm/paymentMethods/baseSepolia.js +1 -1
  27. package/_esm/paymentMethods/baseSepolia.json +1 -1
  28. package/_esm/paymentMethods/baseStaging.js +1 -1
  29. package/_esm/paymentMethods/baseStaging.json +1 -1
  30. package/_esm/paymentMethods/index.json +1 -1
  31. package/abis/base/RateManagerV1.json +2 -493
  32. package/addresses/base.json +3 -3
  33. package/addresses/baseStaging.json +1 -1
  34. package/addresses/index.json +1 -1
  35. package/constants/index.json +1 -1
  36. package/package.json +1 -1
  37. package/paymentMethods/base.json +1 -1
  38. package/paymentMethods/baseSepolia.json +1 -1
  39. package/paymentMethods/baseStaging.json +1 -1
  40. package/paymentMethods/index.json +1 -1
@@ -10,22 +10,6 @@
10
10
  "stateMutability": "nonpayable",
11
11
  "type": "constructor"
12
12
  },
13
- {
14
- "inputs": [
15
- {
16
- "internalType": "uint256",
17
- "name": "length",
18
- "type": "uint256"
19
- },
20
- {
21
- "internalType": "uint256",
22
- "name": "maxLength",
23
- "type": "uint256"
24
- }
25
- ],
26
- "name": "AdapterConfigTooLong",
27
- "type": "error"
28
- },
29
13
  {
30
14
  "inputs": [
31
15
  {
@@ -58,17 +42,6 @@
58
42
  "name": "BelowMinLiquidity",
59
43
  "type": "error"
60
44
  },
61
- {
62
- "inputs": [
63
- {
64
- "internalType": "uint256",
65
- "name": "depositId",
66
- "type": "uint256"
67
- }
68
- ],
69
- "name": "DepositNotFound",
70
- "type": "error"
71
- },
72
45
  {
73
46
  "inputs": [
74
47
  {
@@ -85,28 +58,6 @@
85
58
  "name": "FeeExceedsMaximum",
86
59
  "type": "error"
87
60
  },
88
- {
89
- "inputs": [
90
- {
91
- "internalType": "address",
92
- "name": "adapter",
93
- "type": "address"
94
- }
95
- ],
96
- "name": "InvalidOracleAdapter",
97
- "type": "error"
98
- },
99
- {
100
- "inputs": [
101
- {
102
- "internalType": "uint256",
103
- "name": "spreadBps",
104
- "type": "uint256"
105
- }
106
- ],
107
- "name": "InvalidSpread",
108
- "type": "error"
109
- },
110
61
  {
111
62
  "inputs": [
112
63
  {
@@ -155,122 +106,6 @@
155
106
  "name": "ZeroValue",
156
107
  "type": "error"
157
108
  },
158
- {
159
- "anonymous": false,
160
- "inputs": [
161
- {
162
- "indexed": true,
163
- "internalType": "bytes32",
164
- "name": "rateManagerId",
165
- "type": "bytes32"
166
- },
167
- {
168
- "indexed": true,
169
- "internalType": "address",
170
- "name": "escrow",
171
- "type": "address"
172
- },
173
- {
174
- "indexed": true,
175
- "internalType": "uint256",
176
- "name": "depositId",
177
- "type": "uint256"
178
- },
179
- {
180
- "indexed": false,
181
- "internalType": "bytes32",
182
- "name": "paymentMethod",
183
- "type": "bytes32"
184
- },
185
- {
186
- "indexed": false,
187
- "internalType": "bytes32",
188
- "name": "currencyCode",
189
- "type": "bytes32"
190
- },
191
- {
192
- "indexed": false,
193
- "internalType": "bool",
194
- "name": "enabled",
195
- "type": "bool"
196
- }
197
- ],
198
- "name": "DepositorCurrencyEnabledSet",
199
- "type": "event"
200
- },
201
- {
202
- "anonymous": false,
203
- "inputs": [
204
- {
205
- "indexed": true,
206
- "internalType": "bytes32",
207
- "name": "rateManagerId",
208
- "type": "bytes32"
209
- },
210
- {
211
- "indexed": true,
212
- "internalType": "address",
213
- "name": "escrow",
214
- "type": "address"
215
- },
216
- {
217
- "indexed": true,
218
- "internalType": "uint256",
219
- "name": "depositId",
220
- "type": "uint256"
221
- },
222
- {
223
- "indexed": false,
224
- "internalType": "bytes32",
225
- "name": "paymentMethod",
226
- "type": "bytes32"
227
- },
228
- {
229
- "indexed": false,
230
- "internalType": "bytes32",
231
- "name": "currencyCode",
232
- "type": "bytes32"
233
- },
234
- {
235
- "indexed": false,
236
- "internalType": "uint256",
237
- "name": "floorFixed",
238
- "type": "uint256"
239
- },
240
- {
241
- "indexed": false,
242
- "internalType": "uint16",
243
- "name": "floorSpreadBps",
244
- "type": "uint16"
245
- },
246
- {
247
- "indexed": false,
248
- "internalType": "address",
249
- "name": "oracleAdapter",
250
- "type": "address"
251
- },
252
- {
253
- "indexed": false,
254
- "internalType": "bytes",
255
- "name": "adapterConfig",
256
- "type": "bytes"
257
- },
258
- {
259
- "indexed": false,
260
- "internalType": "uint32",
261
- "name": "maxStaleness",
262
- "type": "uint32"
263
- },
264
- {
265
- "indexed": false,
266
- "internalType": "bool",
267
- "name": "enabled",
268
- "type": "bool"
269
- }
270
- ],
271
- "name": "DepositorFloorSet",
272
- "type": "event"
273
- },
274
109
  {
275
110
  "anonymous": false,
276
111
  "inputs": [
@@ -559,77 +394,6 @@
559
394
  "stateMutability": "view",
560
395
  "type": "function"
561
396
  },
562
- {
563
- "inputs": [
564
- {
565
- "internalType": "bytes32",
566
- "name": "_rateManagerId",
567
- "type": "bytes32"
568
- },
569
- {
570
- "internalType": "address",
571
- "name": "_escrow",
572
- "type": "address"
573
- },
574
- {
575
- "internalType": "uint256",
576
- "name": "_depositId",
577
- "type": "uint256"
578
- },
579
- {
580
- "internalType": "bytes32",
581
- "name": "_paymentMethod",
582
- "type": "bytes32"
583
- },
584
- {
585
- "internalType": "bytes32",
586
- "name": "_currencyCode",
587
- "type": "bytes32"
588
- }
589
- ],
590
- "name": "getDepositorFloor",
591
- "outputs": [
592
- {
593
- "components": [
594
- {
595
- "internalType": "bool",
596
- "name": "enabled",
597
- "type": "bool"
598
- },
599
- {
600
- "internalType": "uint256",
601
- "name": "floorFixed",
602
- "type": "uint256"
603
- },
604
- {
605
- "internalType": "uint16",
606
- "name": "floorSpreadBps",
607
- "type": "uint16"
608
- },
609
- {
610
- "internalType": "address",
611
- "name": "oracleAdapter",
612
- "type": "address"
613
- },
614
- {
615
- "internalType": "bytes",
616
- "name": "adapterConfig",
617
- "type": "bytes"
618
- },
619
- {
620
- "internalType": "uint32",
621
- "name": "maxStaleness",
622
- "type": "uint32"
623
- }
624
- ],
625
- "internalType": "struct RateManagerV1.DepositorFloorConfig",
626
- "name": "config",
627
- "type": "tuple"
628
- }
629
- ],
630
- "stateMutability": "view",
631
- "type": "function"
632
- },
633
397
  {
634
398
  "inputs": [
635
399
  {
@@ -692,12 +456,12 @@
692
456
  },
693
457
  {
694
458
  "internalType": "address",
695
- "name": "_escrow",
459
+ "name": "",
696
460
  "type": "address"
697
461
  },
698
462
  {
699
463
  "internalType": "uint256",
700
- "name": "_depositId",
464
+ "name": "",
701
465
  "type": "uint256"
702
466
  },
703
467
  {
@@ -778,45 +542,6 @@
778
542
  "stateMutability": "view",
779
543
  "type": "function"
780
544
  },
781
- {
782
- "inputs": [
783
- {
784
- "internalType": "bytes32",
785
- "name": "_rateManagerId",
786
- "type": "bytes32"
787
- },
788
- {
789
- "internalType": "address",
790
- "name": "_escrow",
791
- "type": "address"
792
- },
793
- {
794
- "internalType": "uint256",
795
- "name": "_depositId",
796
- "type": "uint256"
797
- },
798
- {
799
- "internalType": "bytes32",
800
- "name": "_paymentMethod",
801
- "type": "bytes32"
802
- },
803
- {
804
- "internalType": "bytes32",
805
- "name": "_currencyCode",
806
- "type": "bytes32"
807
- }
808
- ],
809
- "name": "isDepositorCurrencyEnabled",
810
- "outputs": [
811
- {
812
- "internalType": "bool",
813
- "name": "enabled",
814
- "type": "bool"
815
- }
816
- ],
817
- "stateMutability": "view",
818
- "type": "function"
819
- },
820
545
  {
821
546
  "inputs": [
822
547
  {
@@ -874,222 +599,6 @@
874
599
  "stateMutability": "nonpayable",
875
600
  "type": "function"
876
601
  },
877
- {
878
- "inputs": [
879
- {
880
- "internalType": "bytes32",
881
- "name": "_rateManagerId",
882
- "type": "bytes32"
883
- },
884
- {
885
- "internalType": "address",
886
- "name": "_escrow",
887
- "type": "address"
888
- },
889
- {
890
- "internalType": "uint256",
891
- "name": "_depositId",
892
- "type": "uint256"
893
- },
894
- {
895
- "internalType": "bytes32",
896
- "name": "_paymentMethod",
897
- "type": "bytes32"
898
- },
899
- {
900
- "internalType": "bytes32",
901
- "name": "_currencyCode",
902
- "type": "bytes32"
903
- },
904
- {
905
- "internalType": "bool",
906
- "name": "_enabled",
907
- "type": "bool"
908
- }
909
- ],
910
- "name": "setDepositorCurrencyEnabled",
911
- "outputs": [],
912
- "stateMutability": "nonpayable",
913
- "type": "function"
914
- },
915
- {
916
- "inputs": [
917
- {
918
- "internalType": "bytes32",
919
- "name": "_rateManagerId",
920
- "type": "bytes32"
921
- },
922
- {
923
- "internalType": "address",
924
- "name": "_escrow",
925
- "type": "address"
926
- },
927
- {
928
- "internalType": "uint256",
929
- "name": "_depositId",
930
- "type": "uint256"
931
- },
932
- {
933
- "internalType": "bytes32[]",
934
- "name": "_paymentMethods",
935
- "type": "bytes32[]"
936
- },
937
- {
938
- "internalType": "bytes32[][]",
939
- "name": "_currencyCodes",
940
- "type": "bytes32[][]"
941
- },
942
- {
943
- "internalType": "bool[][]",
944
- "name": "_enabled",
945
- "type": "bool[][]"
946
- }
947
- ],
948
- "name": "setDepositorCurrencyEnabledBatch",
949
- "outputs": [],
950
- "stateMutability": "nonpayable",
951
- "type": "function"
952
- },
953
- {
954
- "inputs": [
955
- {
956
- "internalType": "bytes32",
957
- "name": "_rateManagerId",
958
- "type": "bytes32"
959
- },
960
- {
961
- "internalType": "address",
962
- "name": "_escrow",
963
- "type": "address"
964
- },
965
- {
966
- "internalType": "uint256",
967
- "name": "_depositId",
968
- "type": "uint256"
969
- },
970
- {
971
- "internalType": "bytes32",
972
- "name": "_paymentMethod",
973
- "type": "bytes32"
974
- },
975
- {
976
- "internalType": "bytes32",
977
- "name": "_currencyCode",
978
- "type": "bytes32"
979
- },
980
- {
981
- "components": [
982
- {
983
- "internalType": "bool",
984
- "name": "enabled",
985
- "type": "bool"
986
- },
987
- {
988
- "internalType": "uint256",
989
- "name": "floorFixed",
990
- "type": "uint256"
991
- },
992
- {
993
- "internalType": "uint16",
994
- "name": "floorSpreadBps",
995
- "type": "uint16"
996
- },
997
- {
998
- "internalType": "address",
999
- "name": "oracleAdapter",
1000
- "type": "address"
1001
- },
1002
- {
1003
- "internalType": "bytes",
1004
- "name": "adapterConfig",
1005
- "type": "bytes"
1006
- },
1007
- {
1008
- "internalType": "uint32",
1009
- "name": "maxStaleness",
1010
- "type": "uint32"
1011
- }
1012
- ],
1013
- "internalType": "struct RateManagerV1.DepositorFloorConfig",
1014
- "name": "_config",
1015
- "type": "tuple"
1016
- }
1017
- ],
1018
- "name": "setDepositorFloor",
1019
- "outputs": [],
1020
- "stateMutability": "nonpayable",
1021
- "type": "function"
1022
- },
1023
- {
1024
- "inputs": [
1025
- {
1026
- "internalType": "bytes32",
1027
- "name": "_rateManagerId",
1028
- "type": "bytes32"
1029
- },
1030
- {
1031
- "internalType": "address",
1032
- "name": "_escrow",
1033
- "type": "address"
1034
- },
1035
- {
1036
- "internalType": "uint256",
1037
- "name": "_depositId",
1038
- "type": "uint256"
1039
- },
1040
- {
1041
- "internalType": "bytes32[]",
1042
- "name": "_paymentMethods",
1043
- "type": "bytes32[]"
1044
- },
1045
- {
1046
- "internalType": "bytes32[][]",
1047
- "name": "_currencyCodes",
1048
- "type": "bytes32[][]"
1049
- },
1050
- {
1051
- "components": [
1052
- {
1053
- "internalType": "bool",
1054
- "name": "enabled",
1055
- "type": "bool"
1056
- },
1057
- {
1058
- "internalType": "uint256",
1059
- "name": "floorFixed",
1060
- "type": "uint256"
1061
- },
1062
- {
1063
- "internalType": "uint16",
1064
- "name": "floorSpreadBps",
1065
- "type": "uint16"
1066
- },
1067
- {
1068
- "internalType": "address",
1069
- "name": "oracleAdapter",
1070
- "type": "address"
1071
- },
1072
- {
1073
- "internalType": "bytes",
1074
- "name": "adapterConfig",
1075
- "type": "bytes"
1076
- },
1077
- {
1078
- "internalType": "uint32",
1079
- "name": "maxStaleness",
1080
- "type": "uint32"
1081
- }
1082
- ],
1083
- "internalType": "struct RateManagerV1.DepositorFloorConfig[][]",
1084
- "name": "_configs",
1085
- "type": "tuple[][]"
1086
- }
1087
- ],
1088
- "name": "setDepositorFloorBatch",
1089
- "outputs": [],
1090
- "stateMutability": "nonpayable",
1091
- "type": "function"
1092
- },
1093
602
  {
1094
603
  "inputs": [
1095
604
  {
@@ -7,7 +7,7 @@ const data = {
7
7
  "ChainlinkOracleAdapter": "0x53881a928abD61C095e5f30b63bc554872C3b2f1",
8
8
  "Escrow": "0x2f121CDDCA6d652f35e8B3E560f9760898888888",
9
9
  "EscrowRegistry": "0xeD0e847B101abc96E796260AC358e12BAa2f5B21",
10
- "EscrowV2": "0x0ff4Bd09CDbc00cD5Fb9D7D270AeF6a6BCB87777",
10
+ "EscrowV2": "0x0FfDC232E735F9C009EFD8e1129772157A06D777",
11
11
  "NullifierRegistry": "0x8d8e1A0e5345a5cc9AA206c3ca76D6d28c514608",
12
12
  "Orchestrator": "0x88888883Ed048FF0a415271B28b2F52d431810D0",
13
13
  "OrchestratorRegistry": "0xBe9fED15ED7A4B915C03EFcEcb9662739C3382A9",
@@ -17,7 +17,7 @@ const data = {
17
17
  "ProtocolViewer": "0x30B03De22328074Fbe8447C425ae988797146606",
18
18
  "ProtocolViewerV2": "0x19E4AA000839836568c0BBEF7804724DE0a0f5a0",
19
19
  "PythOracleAdapter": "0xad0b0126A657c0674d0DF53B2A2554D43bbb41D0",
20
- "RateManagerV1": "0x8fca5A2642905Ca9C63076bE21C7e6D4db8799f3",
20
+ "RateManagerV1": "0xeEd7Db23e724aC4590D6dB6F78fDa6DB203535F3",
21
21
  "RelayerRegistry": "0xEbA979889a9c97382A92472fF3703786fF180083",
22
22
  "SignatureGatingPreIntentHook": "0xf871a8691726853215B1d292b3A6A38441d393f7",
23
23
  "SimpleAttestationVerifier": "0xED6C0C34c3964D239e7a315C55E620fafE5Ae3AC",
@@ -26,7 +26,7 @@ const data = {
26
26
  "WhitelistPreIntentHook": "0xd793369b11357cdd076A9c631F6c44ff8e6353eA"
27
27
  },
28
28
  "meta": {
29
- "generatedAt": "2026-03-06T11:18:12.056Z"
29
+ "generatedAt": "2026-03-06T16:00:10.213Z"
30
30
  }
31
31
  };
32
32
  module.exports = data;
@@ -7,7 +7,7 @@
7
7
  "ChainlinkOracleAdapter": "0x53881a928abD61C095e5f30b63bc554872C3b2f1",
8
8
  "Escrow": "0x2f121CDDCA6d652f35e8B3E560f9760898888888",
9
9
  "EscrowRegistry": "0xeD0e847B101abc96E796260AC358e12BAa2f5B21",
10
- "EscrowV2": "0x0ff4Bd09CDbc00cD5Fb9D7D270AeF6a6BCB87777",
10
+ "EscrowV2": "0x0FfDC232E735F9C009EFD8e1129772157A06D777",
11
11
  "NullifierRegistry": "0x8d8e1A0e5345a5cc9AA206c3ca76D6d28c514608",
12
12
  "Orchestrator": "0x88888883Ed048FF0a415271B28b2F52d431810D0",
13
13
  "OrchestratorRegistry": "0xBe9fED15ED7A4B915C03EFcEcb9662739C3382A9",
@@ -17,7 +17,7 @@
17
17
  "ProtocolViewer": "0x30B03De22328074Fbe8447C425ae988797146606",
18
18
  "ProtocolViewerV2": "0x19E4AA000839836568c0BBEF7804724DE0a0f5a0",
19
19
  "PythOracleAdapter": "0xad0b0126A657c0674d0DF53B2A2554D43bbb41D0",
20
- "RateManagerV1": "0x8fca5A2642905Ca9C63076bE21C7e6D4db8799f3",
20
+ "RateManagerV1": "0xeEd7Db23e724aC4590D6dB6F78fDa6DB203535F3",
21
21
  "RelayerRegistry": "0xEbA979889a9c97382A92472fF3703786fF180083",
22
22
  "SignatureGatingPreIntentHook": "0xf871a8691726853215B1d292b3A6A38441d393f7",
23
23
  "SimpleAttestationVerifier": "0xED6C0C34c3964D239e7a315C55E620fafE5Ae3AC",
@@ -26,6 +26,6 @@
26
26
  "WhitelistPreIntentHook": "0xd793369b11357cdd076A9c631F6c44ff8e6353eA"
27
27
  },
28
28
  "meta": {
29
- "generatedAt": "2026-03-06T11:18:12.056Z"
29
+ "generatedAt": "2026-03-06T16:00:10.213Z"
30
30
  }
31
31
  }
@@ -26,7 +26,7 @@ const data = {
26
26
  "WhitelistPreIntentHook": "0x1F27426836F2436276B99723a1be484Cb2FBF181"
27
27
  },
28
28
  "meta": {
29
- "generatedAt": "2026-03-06T11:18:12.058Z"
29
+ "generatedAt": "2026-03-06T16:00:10.214Z"
30
30
  }
31
31
  };
32
32
  module.exports = data;
@@ -26,6 +26,6 @@
26
26
  "WhitelistPreIntentHook": "0x1F27426836F2436276B99723a1be484Cb2FBF181"
27
27
  },
28
28
  "meta": {
29
- "generatedAt": "2026-03-06T11:18:12.058Z"
29
+ "generatedAt": "2026-03-06T16:00:10.214Z"
30
30
  }
31
31
  }
@@ -3,5 +3,5 @@
3
3
  "base",
4
4
  "baseStaging"
5
5
  ],
6
- "generatedAt": "2026-03-06T11:18:12.058Z"
6
+ "generatedAt": "2026-03-06T16:00:10.215Z"
7
7
  }
@@ -4,5 +4,5 @@
4
4
  "baseSepolia",
5
5
  "baseStaging"
6
6
  ],
7
- "generatedAt": "2026-03-06T11:18:12.246Z"
7
+ "generatedAt": "2026-03-06T16:00:10.387Z"
8
8
  }
@@ -1,7 +1,7 @@
1
1
  const data = {
2
2
  "network": "base",
3
3
  "chainId": "8453",
4
- "generatedAt": "2026-03-06T11:18:12.344Z",
4
+ "generatedAt": "2026-03-06T16:00:10.503Z",
5
5
  "methods": {
6
6
  "venmo": {
7
7
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "network": "base",
3
3
  "chainId": "8453",
4
- "generatedAt": "2026-03-06T11:18:12.344Z",
4
+ "generatedAt": "2026-03-06T16:00:10.503Z",
5
5
  "methods": {
6
6
  "venmo": {
7
7
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -1,6 +1,6 @@
1
1
  const data = {
2
2
  "network": "base_sepolia",
3
- "generatedAt": "2026-03-06T11:18:12.345Z",
3
+ "generatedAt": "2026-03-06T16:00:10.506Z",
4
4
  "methods": {
5
5
  "venmo": {
6
6
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "network": "base_sepolia",
3
- "generatedAt": "2026-03-06T11:18:12.345Z",
3
+ "generatedAt": "2026-03-06T16:00:10.506Z",
4
4
  "methods": {
5
5
  "venmo": {
6
6
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -1,6 +1,6 @@
1
1
  const data = {
2
2
  "network": "base_staging",
3
- "generatedAt": "2026-03-06T11:18:12.346Z",
3
+ "generatedAt": "2026-03-06T16:00:10.506Z",
4
4
  "methods": {
5
5
  "venmo": {
6
6
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "network": "base_staging",
3
- "generatedAt": "2026-03-06T11:18:12.346Z",
3
+ "generatedAt": "2026-03-06T16:00:10.506Z",
4
4
  "methods": {
5
5
  "venmo": {
6
6
  "paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",