@pafi-dev/core 0.8.0 → 0.9.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.
Files changed (50) hide show
  1. package/dist/abi/index.cjs +4 -4
  2. package/dist/abi/index.d.cts +588 -107
  3. package/dist/abi/index.d.ts +588 -107
  4. package/dist/abi/index.js +3 -3
  5. package/dist/{chunk-JEWSN7Q3.cjs → chunk-57KR35JW.cjs} +474 -72
  6. package/dist/chunk-57KR35JW.cjs.map +1 -0
  7. package/dist/{chunk-B2NDSIAI.js → chunk-FHFZ2F34.js} +474 -72
  8. package/dist/chunk-FHFZ2F34.js.map +1 -0
  9. package/dist/{chunk-RFANYF24.cjs → chunk-G7NS4TS3.cjs} +615 -198
  10. package/dist/chunk-G7NS4TS3.cjs.map +1 -0
  11. package/dist/{chunk-YCY7MBSJ.cjs → chunk-JH6XFHES.cjs} +15 -15
  12. package/dist/chunk-JH6XFHES.cjs.map +1 -0
  13. package/dist/{chunk-ABNM6LMP.js → chunk-JWZTY5UL.js} +615 -198
  14. package/dist/chunk-JWZTY5UL.js.map +1 -0
  15. package/dist/chunk-KRHGFUDI.cjs +1155 -0
  16. package/dist/chunk-KRHGFUDI.cjs.map +1 -0
  17. package/dist/{chunk-Y4CFC4OC.js → chunk-PWQWNHGI.js} +5 -5
  18. package/dist/{chunk-Y4CFC4OC.js.map → chunk-PWQWNHGI.js.map} +1 -1
  19. package/dist/chunk-UCO5DXD6.js +1155 -0
  20. package/dist/chunk-UCO5DXD6.js.map +1 -0
  21. package/dist/{chunk-ACQHZWHP.cjs → chunk-UTG2UT54.cjs} +10 -8
  22. package/dist/chunk-UTG2UT54.cjs.map +1 -0
  23. package/dist/{chunk-BB5YW57R.js → chunk-XNVVZVK6.js} +9 -7
  24. package/dist/chunk-XNVVZVK6.js.map +1 -0
  25. package/dist/contract/index.cjs +4 -4
  26. package/dist/contract/index.d.cts +7 -2
  27. package/dist/contract/index.d.ts +7 -2
  28. package/dist/contract/index.js +3 -3
  29. package/dist/eip712/index.cjs +3 -3
  30. package/dist/eip712/index.d.cts +16 -5
  31. package/dist/eip712/index.d.ts +16 -5
  32. package/dist/eip712/index.js +2 -2
  33. package/dist/index.cjs +17 -17
  34. package/dist/index.d.cts +25 -7
  35. package/dist/index.d.ts +25 -7
  36. package/dist/index.js +5 -5
  37. package/dist/{types-BS4kpO4Z.d.ts → types-DWLZNgcw.d.cts} +37 -10
  38. package/dist/{types-BS4kpO4Z.d.cts → types-DWLZNgcw.d.ts} +37 -10
  39. package/package.json +1 -1
  40. package/dist/chunk-644KZUKR.cjs +0 -519
  41. package/dist/chunk-644KZUKR.cjs.map +0 -1
  42. package/dist/chunk-ABNM6LMP.js.map +0 -1
  43. package/dist/chunk-ACQHZWHP.cjs.map +0 -1
  44. package/dist/chunk-B2NDSIAI.js.map +0 -1
  45. package/dist/chunk-BB5YW57R.js.map +0 -1
  46. package/dist/chunk-CUVUSVWR.js +0 -519
  47. package/dist/chunk-CUVUSVWR.js.map +0 -1
  48. package/dist/chunk-JEWSN7Q3.cjs.map +0 -1
  49. package/dist/chunk-RFANYF24.cjs.map +0 -1
  50. package/dist/chunk-YCY7MBSJ.cjs.map +0 -1
@@ -5,19 +5,6 @@ var issuerRegistryAbi = [
5
5
  "inputs": [],
6
6
  "stateMutability": "nonpayable"
7
7
  },
8
- {
9
- "type": "function",
10
- "name": "MAX_BASIS_POINTS",
11
- "inputs": [],
12
- "outputs": [
13
- {
14
- "name": "",
15
- "type": "uint16",
16
- "internalType": "uint16"
17
- }
18
- ],
19
- "stateMutability": "view"
20
- },
21
8
  {
22
9
  "type": "function",
23
10
  "name": "UPGRADE_INTERFACE_VERSION",
@@ -89,11 +76,94 @@ var issuerRegistryAbi = [
89
76
  "name": "tokenSymbol",
90
77
  "type": "string",
91
78
  "internalType": "string"
79
+ },
80
+ {
81
+ "name": "deadline",
82
+ "type": "uint256",
83
+ "internalType": "uint256"
84
+ },
85
+ {
86
+ "name": "initialRecipients",
87
+ "type": "tuple[]",
88
+ "internalType": "struct IMintFeeWrapper.Recipient[]",
89
+ "components": [
90
+ {
91
+ "name": "account",
92
+ "type": "address",
93
+ "internalType": "address"
94
+ },
95
+ {
96
+ "name": "basisPoints",
97
+ "type": "uint16",
98
+ "internalType": "uint16"
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "name": "daoSig",
104
+ "type": "bytes",
105
+ "internalType": "bytes"
92
106
  }
93
107
  ],
94
108
  "outputs": [],
95
109
  "stateMutability": "nonpayable"
96
110
  },
111
+ {
112
+ "type": "function",
113
+ "name": "daoSigner",
114
+ "inputs": [],
115
+ "outputs": [
116
+ {
117
+ "name": "",
118
+ "type": "address",
119
+ "internalType": "address"
120
+ }
121
+ ],
122
+ "stateMutability": "view"
123
+ },
124
+ {
125
+ "type": "function",
126
+ "name": "eip712Domain",
127
+ "inputs": [],
128
+ "outputs": [
129
+ {
130
+ "name": "fields",
131
+ "type": "bytes1",
132
+ "internalType": "bytes1"
133
+ },
134
+ {
135
+ "name": "name",
136
+ "type": "string",
137
+ "internalType": "string"
138
+ },
139
+ {
140
+ "name": "version",
141
+ "type": "string",
142
+ "internalType": "string"
143
+ },
144
+ {
145
+ "name": "chainId",
146
+ "type": "uint256",
147
+ "internalType": "uint256"
148
+ },
149
+ {
150
+ "name": "verifyingContract",
151
+ "type": "address",
152
+ "internalType": "address"
153
+ },
154
+ {
155
+ "name": "salt",
156
+ "type": "bytes32",
157
+ "internalType": "bytes32"
158
+ },
159
+ {
160
+ "name": "extensions",
161
+ "type": "uint256[]",
162
+ "internalType": "uint256[]"
163
+ }
164
+ ],
165
+ "stateMutability": "view"
166
+ },
97
167
  {
98
168
  "type": "function",
99
169
  "name": "getIssuer",
@@ -130,16 +200,6 @@ var issuerRegistryAbi = [
130
200
  "type": "string",
131
201
  "internalType": "string"
132
202
  },
133
- {
134
- "name": "declaredTotalSupply",
135
- "type": "uint256",
136
- "internalType": "uint256"
137
- },
138
- {
139
- "name": "capBasisPoints",
140
- "type": "uint16",
141
- "internalType": "uint16"
142
- },
143
203
  {
144
204
  "name": "active",
145
205
  "type": "bool",
@@ -168,6 +228,11 @@ var issuerRegistryAbi = [
168
228
  "name": "initialOwner",
169
229
  "type": "address",
170
230
  "internalType": "address"
231
+ },
232
+ {
233
+ "name": "initialDaoSigner",
234
+ "type": "address",
235
+ "internalType": "address"
171
236
  }
172
237
  ],
173
238
  "outputs": [],
@@ -192,6 +257,38 @@ var issuerRegistryAbi = [
192
257
  ],
193
258
  "stateMutability": "view"
194
259
  },
260
+ {
261
+ "type": "function",
262
+ "name": "mintFeeWrapper",
263
+ "inputs": [],
264
+ "outputs": [
265
+ {
266
+ "name": "",
267
+ "type": "address",
268
+ "internalType": "address"
269
+ }
270
+ ],
271
+ "stateMutability": "view"
272
+ },
273
+ {
274
+ "type": "function",
275
+ "name": "nonces",
276
+ "inputs": [
277
+ {
278
+ "name": "issuer",
279
+ "type": "address",
280
+ "internalType": "address"
281
+ }
282
+ ],
283
+ "outputs": [
284
+ {
285
+ "name": "",
286
+ "type": "uint256",
287
+ "internalType": "uint256"
288
+ }
289
+ ],
290
+ "stateMutability": "view"
291
+ },
195
292
  {
196
293
  "type": "function",
197
294
  "name": "owner",
@@ -264,6 +361,32 @@ var issuerRegistryAbi = [
264
361
  "outputs": [],
265
362
  "stateMutability": "nonpayable"
266
363
  },
364
+ {
365
+ "type": "function",
366
+ "name": "setDaoSigner",
367
+ "inputs": [
368
+ {
369
+ "name": "newDaoSigner",
370
+ "type": "address",
371
+ "internalType": "address"
372
+ }
373
+ ],
374
+ "outputs": [],
375
+ "stateMutability": "nonpayable"
376
+ },
377
+ {
378
+ "type": "function",
379
+ "name": "setMintFeeWrapper",
380
+ "inputs": [
381
+ {
382
+ "name": "wrapper",
383
+ "type": "address",
384
+ "internalType": "address"
385
+ }
386
+ ],
387
+ "outputs": [],
388
+ "stateMutability": "nonpayable"
389
+ },
267
390
  {
268
391
  "type": "function",
269
392
  "name": "setPointTokenFactory",
@@ -327,16 +450,6 @@ var issuerRegistryAbi = [
327
450
  "type": "string",
328
451
  "internalType": "string"
329
452
  },
330
- {
331
- "name": "declaredTotalSupply",
332
- "type": "uint256",
333
- "internalType": "uint256"
334
- },
335
- {
336
- "name": "capBasisPoints",
337
- "type": "uint16",
338
- "internalType": "uint16"
339
- },
340
453
  {
341
454
  "name": "active",
342
455
  "type": "bool",
@@ -383,6 +496,25 @@ var issuerRegistryAbi = [
383
496
  ],
384
497
  "stateMutability": "view"
385
498
  },
499
+ {
500
+ "type": "event",
501
+ "name": "DaoSignerUpdated",
502
+ "inputs": [
503
+ {
504
+ "name": "daoSigner",
505
+ "type": "address",
506
+ "indexed": true,
507
+ "internalType": "address"
508
+ }
509
+ ],
510
+ "anonymous": false
511
+ },
512
+ {
513
+ "type": "event",
514
+ "name": "EIP712DomainChanged",
515
+ "inputs": [],
516
+ "anonymous": false
517
+ },
386
518
  {
387
519
  "type": "event",
388
520
  "name": "Initialized",
@@ -462,18 +594,6 @@ var issuerRegistryAbi = [
462
594
  "indexed": false,
463
595
  "internalType": "string"
464
596
  },
465
- {
466
- "name": "declaredTotalSupply",
467
- "type": "uint256",
468
- "indexed": false,
469
- "internalType": "uint256"
470
- },
471
- {
472
- "name": "capBasisPoints",
473
- "type": "uint16",
474
- "indexed": false,
475
- "internalType": "uint16"
476
- },
477
597
  {
478
598
  "name": "active",
479
599
  "type": "bool",
@@ -483,6 +603,19 @@ var issuerRegistryAbi = [
483
603
  ],
484
604
  "anonymous": false
485
605
  },
606
+ {
607
+ "type": "event",
608
+ "name": "MintFeeWrapperUpdated",
609
+ "inputs": [
610
+ {
611
+ "name": "mintFeeWrapper",
612
+ "type": "address",
613
+ "indexed": true,
614
+ "internalType": "address"
615
+ }
616
+ ],
617
+ "anonymous": false
618
+ },
486
619
  {
487
620
  "type": "event",
488
621
  "name": "OwnershipTransferStarted",
@@ -558,17 +691,6 @@ var issuerRegistryAbi = [
558
691
  }
559
692
  ]
560
693
  },
561
- {
562
- "type": "error",
563
- "name": "CapBasisPointsTooHigh",
564
- "inputs": [
565
- {
566
- "name": "capBasisPoints",
567
- "type": "uint16",
568
- "internalType": "uint16"
569
- }
570
- ]
571
- },
572
694
  {
573
695
  "type": "error",
574
696
  "name": "ERC1967InvalidImplementation",
@@ -597,19 +719,13 @@ var issuerRegistryAbi = [
597
719
  },
598
720
  {
599
721
  "type": "error",
600
- "name": "InvalidInitialization",
722
+ "name": "InvalidDAOSignature",
601
723
  "inputs": []
602
724
  },
603
725
  {
604
726
  "type": "error",
605
- "name": "IssuerAlreadyExists",
606
- "inputs": [
607
- {
608
- "name": "issuer",
609
- "type": "address",
610
- "internalType": "address"
611
- }
612
- ]
727
+ "name": "InvalidInitialization",
728
+ "inputs": []
613
729
  },
614
730
  {
615
731
  "type": "error",
@@ -638,6 +754,11 @@ var issuerRegistryAbi = [
638
754
  "name": "NotInitializing",
639
755
  "inputs": []
640
756
  },
757
+ {
758
+ "type": "error",
759
+ "name": "NotIssuer",
760
+ "inputs": []
761
+ },
641
762
  {
642
763
  "type": "error",
643
764
  "name": "OwnableInvalidOwner",
@@ -660,6 +781,11 @@ var issuerRegistryAbi = [
660
781
  }
661
782
  ]
662
783
  },
784
+ {
785
+ "type": "error",
786
+ "name": "SignatureExpired",
787
+ "inputs": []
788
+ },
663
789
  {
664
790
  "type": "error",
665
791
  "name": "UUPSUnauthorizedCallContext",
@@ -687,6 +813,45 @@ var issuerRegistryAbi = [
687
813
  var mintingOracleAbi = [
688
814
  {
689
815
  "type": "constructor",
816
+ "inputs": [],
817
+ "stateMutability": "nonpayable"
818
+ },
819
+ {
820
+ "type": "function",
821
+ "name": "MAX_BASIS_POINTS",
822
+ "inputs": [],
823
+ "outputs": [
824
+ {
825
+ "name": "",
826
+ "type": "uint16",
827
+ "internalType": "uint16"
828
+ }
829
+ ],
830
+ "stateMutability": "view"
831
+ },
832
+ {
833
+ "type": "function",
834
+ "name": "UPGRADE_INTERFACE_VERSION",
835
+ "inputs": [],
836
+ "outputs": [
837
+ {
838
+ "name": "",
839
+ "type": "string",
840
+ "internalType": "string"
841
+ }
842
+ ],
843
+ "stateMutability": "view"
844
+ },
845
+ {
846
+ "type": "function",
847
+ "name": "acceptOwnership",
848
+ "inputs": [],
849
+ "outputs": [],
850
+ "stateMutability": "nonpayable"
851
+ },
852
+ {
853
+ "type": "function",
854
+ "name": "initialize",
690
855
  "inputs": [
691
856
  {
692
857
  "name": "initialOwner",
@@ -699,12 +864,6 @@ var mintingOracleAbi = [
699
864
  "internalType": "address"
700
865
  }
701
866
  ],
702
- "stateMutability": "nonpayable"
703
- },
704
- {
705
- "type": "function",
706
- "name": "acceptOwnership",
707
- "inputs": [],
708
867
  "outputs": [],
709
868
  "stateMutability": "nonpayable"
710
869
  },
@@ -753,6 +912,19 @@ var mintingOracleAbi = [
753
912
  ],
754
913
  "stateMutability": "view"
755
914
  },
915
+ {
916
+ "type": "function",
917
+ "name": "proxiableUUID",
918
+ "inputs": [],
919
+ "outputs": [
920
+ {
921
+ "name": "",
922
+ "type": "bytes32",
923
+ "internalType": "bytes32"
924
+ }
925
+ ],
926
+ "stateMutability": "view"
927
+ },
756
928
  {
757
929
  "type": "function",
758
930
  "name": "registerToken",
@@ -766,6 +938,16 @@ var mintingOracleAbi = [
766
938
  "name": "issuer",
767
939
  "type": "address",
768
940
  "internalType": "address"
941
+ },
942
+ {
943
+ "name": "declaredTotalSupply",
944
+ "type": "uint256",
945
+ "internalType": "uint256"
946
+ },
947
+ {
948
+ "name": "capBasisPoints",
949
+ "type": "uint16",
950
+ "internalType": "uint16"
769
951
  }
770
952
  ],
771
953
  "outputs": [],
@@ -804,6 +986,37 @@ var mintingOracleAbi = [
804
986
  "outputs": [],
805
987
  "stateMutability": "nonpayable"
806
988
  },
989
+ {
990
+ "type": "function",
991
+ "name": "tokenCaps",
992
+ "inputs": [
993
+ {
994
+ "name": "pointToken",
995
+ "type": "address",
996
+ "internalType": "address"
997
+ }
998
+ ],
999
+ "outputs": [
1000
+ {
1001
+ "name": "",
1002
+ "type": "tuple",
1003
+ "internalType": "struct IMintingOracle.TokenCap",
1004
+ "components": [
1005
+ {
1006
+ "name": "declaredTotalSupply",
1007
+ "type": "uint256",
1008
+ "internalType": "uint256"
1009
+ },
1010
+ {
1011
+ "name": "capBasisPoints",
1012
+ "type": "uint16",
1013
+ "internalType": "uint16"
1014
+ }
1015
+ ]
1016
+ }
1017
+ ],
1018
+ "stateMutability": "view"
1019
+ },
807
1020
  {
808
1021
  "type": "function",
809
1022
  "name": "transferOwnership",
@@ -830,10 +1043,74 @@ var mintingOracleAbi = [
830
1043
  "outputs": [],
831
1044
  "stateMutability": "nonpayable"
832
1045
  },
1046
+ {
1047
+ "type": "function",
1048
+ "name": "updateTokenCap",
1049
+ "inputs": [
1050
+ {
1051
+ "name": "pointToken",
1052
+ "type": "address",
1053
+ "internalType": "address"
1054
+ },
1055
+ {
1056
+ "name": "declaredTotalSupply",
1057
+ "type": "uint256",
1058
+ "internalType": "uint256"
1059
+ },
1060
+ {
1061
+ "name": "capBasisPoints",
1062
+ "type": "uint16",
1063
+ "internalType": "uint16"
1064
+ }
1065
+ ],
1066
+ "outputs": [],
1067
+ "stateMutability": "nonpayable"
1068
+ },
1069
+ {
1070
+ "type": "function",
1071
+ "name": "upgradeToAndCall",
1072
+ "inputs": [
1073
+ {
1074
+ "name": "newImplementation",
1075
+ "type": "address",
1076
+ "internalType": "address"
1077
+ },
1078
+ {
1079
+ "name": "data",
1080
+ "type": "bytes",
1081
+ "internalType": "bytes"
1082
+ }
1083
+ ],
1084
+ "outputs": [],
1085
+ "stateMutability": "payable"
1086
+ },
1087
+ {
1088
+ "type": "function",
1089
+ "name": "verifyIssuerOperative",
1090
+ "inputs": [
1091
+ {
1092
+ "name": "pointToken",
1093
+ "type": "address",
1094
+ "internalType": "address"
1095
+ },
1096
+ {
1097
+ "name": "issuer",
1098
+ "type": "address",
1099
+ "internalType": "address"
1100
+ }
1101
+ ],
1102
+ "outputs": [],
1103
+ "stateMutability": "view"
1104
+ },
833
1105
  {
834
1106
  "type": "function",
835
1107
  "name": "verifyMintCap",
836
1108
  "inputs": [
1109
+ {
1110
+ "name": "pointToken",
1111
+ "type": "address",
1112
+ "internalType": "address"
1113
+ },
837
1114
  {
838
1115
  "name": "issuer",
839
1116
  "type": "address",
@@ -848,6 +1125,19 @@ var mintingOracleAbi = [
848
1125
  "outputs": [],
849
1126
  "stateMutability": "view"
850
1127
  },
1128
+ {
1129
+ "type": "event",
1130
+ "name": "Initialized",
1131
+ "inputs": [
1132
+ {
1133
+ "name": "version",
1134
+ "type": "uint64",
1135
+ "indexed": false,
1136
+ "internalType": "uint64"
1137
+ }
1138
+ ],
1139
+ "anonymous": false
1140
+ },
851
1141
  {
852
1142
  "type": "event",
853
1143
  "name": "OwnershipTransferStarted",
@@ -899,6 +1189,31 @@ var mintingOracleAbi = [
899
1189
  ],
900
1190
  "anonymous": false
901
1191
  },
1192
+ {
1193
+ "type": "event",
1194
+ "name": "TokenCapUpdated",
1195
+ "inputs": [
1196
+ {
1197
+ "name": "pointToken",
1198
+ "type": "address",
1199
+ "indexed": true,
1200
+ "internalType": "address"
1201
+ },
1202
+ {
1203
+ "name": "declaredTotalSupply",
1204
+ "type": "uint256",
1205
+ "indexed": false,
1206
+ "internalType": "uint256"
1207
+ },
1208
+ {
1209
+ "name": "capBasisPoints",
1210
+ "type": "uint16",
1211
+ "indexed": false,
1212
+ "internalType": "uint16"
1213
+ }
1214
+ ],
1215
+ "anonymous": false
1216
+ },
902
1217
  {
903
1218
  "type": "event",
904
1219
  "name": "TokenRegistered",
@@ -937,6 +1252,67 @@ var mintingOracleAbi = [
937
1252
  ],
938
1253
  "anonymous": false
939
1254
  },
1255
+ {
1256
+ "type": "event",
1257
+ "name": "Upgraded",
1258
+ "inputs": [
1259
+ {
1260
+ "name": "implementation",
1261
+ "type": "address",
1262
+ "indexed": true,
1263
+ "internalType": "address"
1264
+ }
1265
+ ],
1266
+ "anonymous": false
1267
+ },
1268
+ {
1269
+ "type": "error",
1270
+ "name": "AddressEmptyCode",
1271
+ "inputs": [
1272
+ {
1273
+ "name": "target",
1274
+ "type": "address",
1275
+ "internalType": "address"
1276
+ }
1277
+ ]
1278
+ },
1279
+ {
1280
+ "type": "error",
1281
+ "name": "CapBasisPointsTooHigh",
1282
+ "inputs": [
1283
+ {
1284
+ "name": "capBasisPoints",
1285
+ "type": "uint16",
1286
+ "internalType": "uint16"
1287
+ }
1288
+ ]
1289
+ },
1290
+ {
1291
+ "type": "error",
1292
+ "name": "ERC1967InvalidImplementation",
1293
+ "inputs": [
1294
+ {
1295
+ "name": "implementation",
1296
+ "type": "address",
1297
+ "internalType": "address"
1298
+ }
1299
+ ]
1300
+ },
1301
+ {
1302
+ "type": "error",
1303
+ "name": "ERC1967NonPayable",
1304
+ "inputs": []
1305
+ },
1306
+ {
1307
+ "type": "error",
1308
+ "name": "FailedCall",
1309
+ "inputs": []
1310
+ },
1311
+ {
1312
+ "type": "error",
1313
+ "name": "InvalidInitialization",
1314
+ "inputs": []
1315
+ },
940
1316
  {
941
1317
  "type": "error",
942
1318
  "name": "IssuerMismatch",
@@ -985,6 +1361,16 @@ var mintingOracleAbi = [
985
1361
  }
986
1362
  ]
987
1363
  },
1364
+ {
1365
+ "type": "error",
1366
+ "name": "NotInitializing",
1367
+ "inputs": []
1368
+ },
1369
+ {
1370
+ "type": "error",
1371
+ "name": "NotIssuer",
1372
+ "inputs": []
1373
+ },
988
1374
  {
989
1375
  "type": "error",
990
1376
  "name": "OnlyRegistry",
@@ -1034,6 +1420,22 @@ var mintingOracleAbi = [
1034
1420
  }
1035
1421
  ]
1036
1422
  },
1423
+ {
1424
+ "type": "error",
1425
+ "name": "UUPSUnauthorizedCallContext",
1426
+ "inputs": []
1427
+ },
1428
+ {
1429
+ "type": "error",
1430
+ "name": "UUPSUnsupportedProxiableUUID",
1431
+ "inputs": [
1432
+ {
1433
+ "name": "slot",
1434
+ "type": "bytes32",
1435
+ "internalType": "bytes32"
1436
+ }
1437
+ ]
1438
+ },
1037
1439
  {
1038
1440
  "type": "error",
1039
1441
  "name": "UnregisteredPointToken",
@@ -1056,4 +1458,4 @@ export {
1056
1458
  issuerRegistryAbi,
1057
1459
  mintingOracleAbi
1058
1460
  };
1059
- //# sourceMappingURL=chunk-B2NDSIAI.js.map
1461
+ //# sourceMappingURL=chunk-FHFZ2F34.js.map