@prosopo/provider 0.2.32 → 0.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,902 +0,0 @@
1
- // Copyright 2021-2023 Prosopo (UK) Ltd.
2
- //
3
- // Licensed under the Apache License, Version 2.0 (the "License");
4
- // you may not use this file except in compliance with the License.
5
- // You may obtain a copy of the License at
6
- //
7
- // http://www.apache.org/licenses/LICENSE-2.0
8
- //
9
- // Unless required by applicable law or agreed to in writing, software
10
- // distributed under the License is distributed on an "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- // See the License for the specific language governing permissions and
13
- // limitations under the License.
14
- export const captchaData = {
15
- datasetId: '0x0105797b3529e14b9ff72548ef16865d4d9e0f79f1e393decd2f435ff5f2cc0c',
16
- captchas: [
17
- {
18
- salt: '0x01010101010101010101010101010101',
19
- solution: [1, 2, 3],
20
- timeLimit: 20,
21
- items: [
22
- {
23
- hash: '0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f',
24
- data: 'https://prosopo.github.io/demo-datasets/img/01.01.jpeg',
25
- type: 'text',
26
- },
27
- {
28
- hash: '0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb',
29
- data: 'https://prosopo.github.io/demo-datasets/img/01.02.jpeg',
30
- type: 'text',
31
- },
32
- {
33
- hash: '0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5',
34
- data: 'https://prosopo.github.io/demo-datasets/img/01.03.jpeg',
35
- type: 'text',
36
- },
37
- {
38
- hash: '0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8',
39
- data: 'https://prosopo.github.io/demo-datasets/img/01.04.jpeg',
40
- type: 'text',
41
- },
42
- {
43
- hash: '0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838',
44
- data: 'https://prosopo.github.io/demo-datasets/img/01.05.jpeg',
45
- type: 'text',
46
- },
47
- {
48
- hash: '0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d',
49
- data: 'https://prosopo.github.io/demo-datasets/img/01.06.jpeg',
50
- type: 'text',
51
- },
52
- {
53
- hash: '0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd',
54
- data: 'https://prosopo.github.io/demo-datasets/img/01.07.jpeg',
55
- type: 'text',
56
- },
57
- {
58
- hash: '0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495',
59
- data: 'https://prosopo.github.io/demo-datasets/img/01.08.jpeg',
60
- type: 'text',
61
- },
62
- {
63
- hash: '0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee',
64
- data: 'https://prosopo.github.io/demo-datasets/img/01.09.jpeg',
65
- type: 'text',
66
- },
67
- ],
68
- target: 'bus',
69
- },
70
- {
71
- salt: '0x02020202020202020202020202020202',
72
- solution: [0, 7, 8],
73
- items: [
74
- {
75
- hash: '0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f',
76
- data: 'https://prosopo.github.io/demo-datasets/img/01.01.jpeg',
77
- type: 'text',
78
- },
79
- {
80
- hash: '0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb',
81
- data: 'https://prosopo.github.io/demo-datasets/img/01.02.jpeg',
82
- type: 'text',
83
- },
84
- {
85
- hash: '0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5',
86
- data: 'https://prosopo.github.io/demo-datasets/img/01.03.jpeg',
87
- type: 'text',
88
- },
89
- {
90
- hash: '0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8',
91
- data: 'https://prosopo.github.io/demo-datasets/img/01.04.jpeg',
92
- type: 'text',
93
- },
94
- {
95
- hash: '0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838',
96
- data: 'https://prosopo.github.io/demo-datasets/img/01.05.jpeg',
97
- type: 'text',
98
- },
99
- {
100
- hash: '0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d',
101
- data: 'https://prosopo.github.io/demo-datasets/img/01.06.jpeg',
102
- type: 'text',
103
- },
104
- {
105
- hash: '0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd',
106
- data: 'https://prosopo.github.io/demo-datasets/img/01.07.jpeg',
107
- type: 'text',
108
- },
109
- {
110
- hash: '0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495',
111
- data: 'https://prosopo.github.io/demo-datasets/img/01.08.jpeg',
112
- type: 'text',
113
- },
114
- {
115
- hash: '0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee',
116
- data: 'https://prosopo.github.io/demo-datasets/img/01.09.jpeg',
117
- type: 'text',
118
- },
119
- ],
120
- target: 'train',
121
- },
122
- {
123
- salt: '0x03030303030303030303030303030303',
124
- solution: [],
125
- items: [
126
- {
127
- hash: '0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f',
128
- data: 'https://prosopo.github.io/demo-datasets/img/01.01.jpeg',
129
- type: 'text',
130
- },
131
- {
132
- hash: '0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb',
133
- data: 'https://prosopo.github.io/demo-datasets/img/01.02.jpeg',
134
- type: 'text',
135
- },
136
- {
137
- hash: '0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5',
138
- data: 'https://prosopo.github.io/demo-datasets/img/01.03.jpeg',
139
- type: 'text',
140
- },
141
- {
142
- hash: '0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8',
143
- data: 'https://prosopo.github.io/demo-datasets/img/01.04.jpeg',
144
- type: 'text',
145
- },
146
- {
147
- hash: '0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838',
148
- data: 'https://prosopo.github.io/demo-datasets/img/01.05.jpeg',
149
- type: 'text',
150
- },
151
- {
152
- hash: '0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d',
153
- data: 'https://prosopo.github.io/demo-datasets/img/01.06.jpeg',
154
- type: 'text',
155
- },
156
- {
157
- hash: '0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd',
158
- data: 'https://prosopo.github.io/demo-datasets/img/01.07.jpeg',
159
- type: 'text',
160
- },
161
- {
162
- hash: '0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495',
163
- data: 'https://prosopo.github.io/demo-datasets/img/01.08.jpeg',
164
- type: 'text',
165
- },
166
- {
167
- hash: '0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee',
168
- data: 'https://prosopo.github.io/demo-datasets/img/01.09.jpeg',
169
- type: 'text',
170
- },
171
- ],
172
- target: 'car',
173
- },
174
- {
175
- salt: '0x05050505050505050505050505050505',
176
- items: [
177
- {
178
- hash: '0x7f4313a6d4240e206d7c7f16d368ddf12d5f1d78296fd3de7e91df1d7739a35f',
179
- data: 'https://prosopo.github.io/demo-datasets/img/01.01.jpeg',
180
- type: 'text',
181
- },
182
- {
183
- hash: '0x967a0107da9f2b1658fea482111dcae32b1bc544da0ee5a3797d758937872ceb',
184
- data: 'https://prosopo.github.io/demo-datasets/img/01.02.jpeg',
185
- type: 'text',
186
- },
187
- {
188
- hash: '0x369734d30701d97ded13c95b34bcd81fc63160fce136ae0c2eb7a2457b5b96c5',
189
- data: 'https://prosopo.github.io/demo-datasets/img/01.03.jpeg',
190
- type: 'text',
191
- },
192
- {
193
- hash: '0x3be8ae584fa11426b8eeac21c87e9f2ab751ab380ec9298b7cd7aed713007ca8',
194
- data: 'https://prosopo.github.io/demo-datasets/img/01.04.jpeg',
195
- type: 'text',
196
- },
197
- {
198
- hash: '0x156390dcf3d60b0e6cff5c9d83b5309049fa8a06a44e948cffe469369940a838',
199
- data: 'https://prosopo.github.io/demo-datasets/img/01.05.jpeg',
200
- type: 'text',
201
- },
202
- {
203
- hash: '0xd4ff6a66ca9b373061cd1dd0477cf598779a73bc7f048eb12b3b8631ea151d7d',
204
- data: 'https://prosopo.github.io/demo-datasets/img/01.06.jpeg',
205
- type: 'text',
206
- },
207
- {
208
- hash: '0xcbcb4ad03e1309f009f78ca0b71125916b5ee8eb8cb53d174f32e58fd3b3dbcd',
209
- data: 'https://prosopo.github.io/demo-datasets/img/01.07.jpeg',
210
- type: 'text',
211
- },
212
- {
213
- hash: '0x0e5279ccf0f0f956d510b15af0b7a2c2c99b6f28a565ea0d5a367c7dbf992495',
214
- data: 'https://prosopo.github.io/demo-datasets/img/01.08.jpeg',
215
- type: 'text',
216
- },
217
- {
218
- hash: '0x5a9f32b7cb8b55a7ec138d21260df31a401ed4fbaa67550ede344e240bf277ee',
219
- data: 'https://prosopo.github.io/demo-datasets/img/01.09.jpeg',
220
- type: 'text',
221
- },
222
- ],
223
- target: 'plane',
224
- },
225
- {
226
- salt: '0x01010101010101010101010101010101',
227
- solution: [2, 3, 8],
228
- items: [
229
- {
230
- hash: '0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59',
231
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_5.png',
232
- type: 'text',
233
- },
234
- {
235
- hash: '0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1',
236
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_24.png',
237
- type: 'text',
238
- },
239
- {
240
- hash: '0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06',
241
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_27.png',
242
- type: 'text',
243
- },
244
- {
245
- hash: '0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41',
246
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_28.png',
247
- type: 'text',
248
- },
249
- {
250
- hash: '0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f',
251
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_22.png',
252
- type: 'text',
253
- },
254
- {
255
- hash: '0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd',
256
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_32.png',
257
- type: 'text',
258
- },
259
- {
260
- hash: '0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172',
261
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_26.png',
262
- type: 'text',
263
- },
264
- {
265
- hash: '0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0',
266
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_44.png',
267
- type: 'text',
268
- },
269
- {
270
- hash: '0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589',
271
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_51.png',
272
- type: 'text',
273
- },
274
- ],
275
- target: 'dog',
276
- },
277
- {
278
- salt: '0x02020202020202020202020202020202',
279
- solution: [0, 1, 4],
280
- items: [
281
- {
282
- hash: '0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59',
283
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_5.png',
284
- type: 'text',
285
- },
286
- {
287
- hash: '0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1',
288
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_24.png',
289
- type: 'text',
290
- },
291
- {
292
- hash: '0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06',
293
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_27.png',
294
- type: 'text',
295
- },
296
- {
297
- hash: '0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41',
298
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_28.png',
299
- type: 'text',
300
- },
301
- {
302
- hash: '0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f',
303
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_22.png',
304
- type: 'text',
305
- },
306
- {
307
- hash: '0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd',
308
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_32.png',
309
- type: 'text',
310
- },
311
- {
312
- hash: '0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172',
313
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_26.png',
314
- type: 'text',
315
- },
316
- {
317
- hash: '0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0',
318
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_44.png',
319
- type: 'text',
320
- },
321
- {
322
- hash: '0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589',
323
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_51.png',
324
- type: 'text',
325
- },
326
- ],
327
- target: 'cat',
328
- },
329
- {
330
- salt: '0x03030303030303030303030303030303',
331
- items: [
332
- {
333
- hash: '0x0138ab8b1951c2b36284f6abacfc40cc3ec8280adc38462cc5f6b852e17ffe59',
334
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_5.png',
335
- type: 'text',
336
- },
337
- {
338
- hash: '0x42f21fc48111aa49236db34cc4c98571dfb145f146a5672640b9c5568edb77c1',
339
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_24.png',
340
- type: 'text',
341
- },
342
- {
343
- hash: '0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06',
344
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_27.png',
345
- type: 'text',
346
- },
347
- {
348
- hash: '0x7291367a7273dcdd07506634f19679679f4c2b3cfb25e3b662c74a4c75ab2d41',
349
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_28.png',
350
- type: 'text',
351
- },
352
- {
353
- hash: '0x0b1539673d659a02a13782745ca98bbb2fed8c95f04621b0aa86e464e4b6773f',
354
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_22.png',
355
- type: 'text',
356
- },
357
- {
358
- hash: '0x5fddbc30f4ac4edd73ac4242f183a2dab7da1bb8e5de3ea483611022319080cd',
359
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_32.png',
360
- type: 'text',
361
- },
362
- {
363
- hash: '0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172',
364
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_26.png',
365
- type: 'text',
366
- },
367
- {
368
- hash: '0x58dc1a9c15b6e6629179c4fe08c05f12b3be168094a14c8d941e3f973b4b67e0',
369
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_44.png',
370
- type: 'text',
371
- },
372
- {
373
- hash: '0x2ee5bac3c390ebff1f400d4da87a877e3efa1054625bd03102596babd3021589',
374
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_51.png',
375
- type: 'text',
376
- },
377
- ],
378
- target: 'horse',
379
- },
380
- {
381
- salt: '0x01010101010101010101010101010101',
382
- solution: [0, 7],
383
- items: [
384
- {
385
- hash: '0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600',
386
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_4.png',
387
- type: 'text',
388
- },
389
- {
390
- hash: '0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f',
391
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_15.png',
392
- type: 'text',
393
- },
394
- {
395
- hash: '0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172',
396
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_26.png',
397
- type: 'text',
398
- },
399
- {
400
- hash: '0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e',
401
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_94.png',
402
- type: 'text',
403
- },
404
- {
405
- hash: '0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192',
406
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_95.png',
407
- type: 'text',
408
- },
409
- {
410
- hash: '0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119',
411
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_20.png',
412
- type: 'text',
413
- },
414
- {
415
- hash: '0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377',
416
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_79.png',
417
- type: 'text',
418
- },
419
- {
420
- hash: '0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014',
421
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_85.png',
422
- type: 'text',
423
- },
424
- {
425
- hash: '0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624',
426
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_90.png',
427
- type: 'text',
428
- },
429
- ],
430
- target: 'plane',
431
- },
432
- {
433
- salt: '0x02020202020202020202020202020202',
434
- solution: [4, 6, 8],
435
- items: [
436
- {
437
- hash: '0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600',
438
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_4.png',
439
- type: 'text',
440
- },
441
- {
442
- hash: '0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f',
443
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_15.png',
444
- type: 'text',
445
- },
446
- {
447
- hash: '0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172',
448
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_26.png',
449
- type: 'text',
450
- },
451
- {
452
- hash: '0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e',
453
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_94.png',
454
- type: 'text',
455
- },
456
- {
457
- hash: '0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192',
458
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_95.png',
459
- type: 'text',
460
- },
461
- {
462
- hash: '0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119',
463
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_20.png',
464
- type: 'text',
465
- },
466
- {
467
- hash: '0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377',
468
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_79.png',
469
- type: 'text',
470
- },
471
- {
472
- hash: '0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014',
473
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_85.png',
474
- type: 'text',
475
- },
476
- {
477
- hash: '0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624',
478
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_90.png',
479
- type: 'text',
480
- },
481
- ],
482
- target: 'dog',
483
- },
484
- {
485
- salt: '0x03030303030303030303030303030303',
486
- solution: [2, 3, 5],
487
- items: [
488
- {
489
- hash: '0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600',
490
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_4.png',
491
- type: 'text',
492
- },
493
- {
494
- hash: '0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f',
495
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_15.png',
496
- type: 'text',
497
- },
498
- {
499
- hash: '0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172',
500
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_26.png',
501
- type: 'text',
502
- },
503
- {
504
- hash: '0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e',
505
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_94.png',
506
- type: 'text',
507
- },
508
- {
509
- hash: '0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192',
510
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_95.png',
511
- type: 'text',
512
- },
513
- {
514
- hash: '0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119',
515
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_20.png',
516
- type: 'text',
517
- },
518
- {
519
- hash: '0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377',
520
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_79.png',
521
- type: 'text',
522
- },
523
- {
524
- hash: '0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014',
525
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_85.png',
526
- type: 'text',
527
- },
528
- {
529
- hash: '0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624',
530
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_90.png',
531
- type: 'text',
532
- },
533
- ],
534
- target: 'horse',
535
- },
536
- {
537
- salt: '0x04040404040404040404040404040404',
538
- items: [
539
- {
540
- hash: '0x6e0784791bf2edbb348ed69fb8080f69f4c38d3a8169f9204b5600a44bdaa600',
541
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_4.png',
542
- type: 'text',
543
- },
544
- {
545
- hash: '0x15671b7ab4c6d575d51bb0c6c2a5dd05427a2938e9cbcaca1de07c23eaced17f',
546
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_15.png',
547
- type: 'text',
548
- },
549
- {
550
- hash: '0x777ec78a400afa334f16d283803461cbbf814601aea9755b8350683567208172',
551
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_26.png',
552
- type: 'text',
553
- },
554
- {
555
- hash: '0x51fd7b3ae31b6141b37cc063626abd5e1823c40d5da988f087bb3fce4a58d05e',
556
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_94.png',
557
- type: 'text',
558
- },
559
- {
560
- hash: '0xbafe726567fc5b1b67468f77298e80fcee7c7499c499742328aa025b832bf192',
561
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_95.png',
562
- type: 'text',
563
- },
564
- {
565
- hash: '0xe3166f5e1e6e4445e3dce0e69f9d82306e4727019fde875b94a7a6c617eee119',
566
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_20.png',
567
- type: 'text',
568
- },
569
- {
570
- hash: '0x4900a1b4ca395af1c4ea13c52358c8a98d89494ca0a20b251ac9ac16a4fd5377',
571
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_79.png',
572
- type: 'text',
573
- },
574
- {
575
- hash: '0x2040f9ce95c6efba06556a3c9a49538a23f0e1d8ace67d06e1bd7a4538fbc014',
576
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_85.png',
577
- type: 'text',
578
- },
579
- {
580
- hash: '0x5c7b92f11474f9e2f945652eac2e1a603b81adc470480c49e63bb109e62f6624',
581
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_90.png',
582
- type: 'text',
583
- },
584
- ],
585
- target: 'bird',
586
- },
587
- {
588
- salt: '0x01010101010101010101010101010101',
589
- solution: [1, 6, 8],
590
- items: [
591
- {
592
- hash: '0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5',
593
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_82.png',
594
- type: 'text',
595
- },
596
- {
597
- hash: '0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0',
598
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_78.png',
599
- type: 'text',
600
- },
601
- {
602
- hash: '0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3',
603
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_89.png',
604
- type: 'text',
605
- },
606
- {
607
- hash: '0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42',
608
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_61.png',
609
- type: 'text',
610
- },
611
- {
612
- hash: '0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e',
613
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_69.png',
614
- type: 'text',
615
- },
616
- {
617
- hash: '0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538',
618
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_71.png',
619
- type: 'text',
620
- },
621
- {
622
- hash: '0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc',
623
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_33.png',
624
- type: 'text',
625
- },
626
- {
627
- hash: '0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b',
628
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_25.png',
629
- type: 'text',
630
- },
631
- {
632
- hash: '0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845',
633
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_21.png',
634
- type: 'text',
635
- },
636
- ],
637
- target: 'cat',
638
- },
639
- {
640
- salt: '0x01010101010101010101010101010101',
641
- solution: [0, 3, 4],
642
- items: [
643
- {
644
- hash: '0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5',
645
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_82.png',
646
- type: 'text',
647
- },
648
- {
649
- hash: '0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0',
650
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_78.png',
651
- type: 'text',
652
- },
653
- {
654
- hash: '0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3',
655
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_89.png',
656
- type: 'text',
657
- },
658
- {
659
- hash: '0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42',
660
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_61.png',
661
- type: 'text',
662
- },
663
- {
664
- hash: '0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e',
665
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_69.png',
666
- type: 'text',
667
- },
668
- {
669
- hash: '0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538',
670
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_71.png',
671
- type: 'text',
672
- },
673
- {
674
- hash: '0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc',
675
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_33.png',
676
- type: 'text',
677
- },
678
- {
679
- hash: '0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b',
680
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_25.png',
681
- type: 'text',
682
- },
683
- {
684
- hash: '0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845',
685
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_21.png',
686
- type: 'text',
687
- },
688
- ],
689
- target: 'plane',
690
- },
691
- {
692
- salt: '0x01010101010101010101010101010101',
693
- solution: [2, 5, 7],
694
- items: [
695
- {
696
- hash: '0x3d2b4cbb43eb98df71bc9ee3d7665e7937b17771718dd096342ccf9e199596e5',
697
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_82.png',
698
- type: 'text',
699
- },
700
- {
701
- hash: '0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0',
702
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_78.png',
703
- type: 'text',
704
- },
705
- {
706
- hash: '0xc74ef4ec7a5f3d63fca003c0cc687540bf224450c4bc6cd8767b6eff4a4d8ab3',
707
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_89.png',
708
- type: 'text',
709
- },
710
- {
711
- hash: '0x61c761e6d4ddd18a685ff1e807f0e078817c09ba1342c2f6621feabb0a1c8c42',
712
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_61.png',
713
- type: 'text',
714
- },
715
- {
716
- hash: '0x2b2f347f9ab0799ee4c2f771c7b7e31489fbb03ba14ad609e23cc9ce87ebc40e',
717
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_69.png',
718
- type: 'text',
719
- },
720
- {
721
- hash: '0x1bd28987173b26558d5a6abb3bbb7d411eebfdf5a54ff579b2720677883b7538',
722
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_71.png',
723
- type: 'text',
724
- },
725
- {
726
- hash: '0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc',
727
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_33.png',
728
- type: 'text',
729
- },
730
- {
731
- hash: '0x5b1b6833cf2f199e8eacbdd8dd9058de59758ba87e9f3f05e273ad290313d42b',
732
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_25.png',
733
- type: 'text',
734
- },
735
- {
736
- hash: '0x69a472be6e13e4a9b0308b676e4611d45612c684e544758a926b680d74f2a845',
737
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_21.png',
738
- type: 'text',
739
- },
740
- ],
741
- target: 'car',
742
- },
743
- {
744
- salt: '0x0101010101010101010101010101010101',
745
- solution: [3, 6, 7],
746
- items: [
747
- {
748
- hash: '0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488',
749
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_16.png',
750
- type: 'text',
751
- },
752
- {
753
- hash: '0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a',
754
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_17.png',
755
- type: 'text',
756
- },
757
- {
758
- hash: '0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06',
759
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_27.png',
760
- type: 'text',
761
- },
762
- {
763
- hash: '0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc',
764
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_33.png',
765
- type: 'text',
766
- },
767
- {
768
- hash: '0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6',
769
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_40.png',
770
- type: 'text',
771
- },
772
- {
773
- hash: '0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70',
774
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_52.png',
775
- type: 'text',
776
- },
777
- {
778
- hash: '0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0',
779
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_78.png',
780
- type: 'text',
781
- },
782
- {
783
- hash: '0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54',
784
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_93.png',
785
- type: 'text',
786
- },
787
- {
788
- hash: '0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6',
789
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_70.png',
790
- type: 'text',
791
- },
792
- ],
793
- target: 'cat',
794
- },
795
- {
796
- salt: '0x0202020202020202020202020202020202',
797
- solution: [8, 5, 1],
798
- items: [
799
- {
800
- hash: '0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488',
801
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_16.png',
802
- type: 'text',
803
- },
804
- {
805
- hash: '0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a',
806
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_17.png',
807
- type: 'text',
808
- },
809
- {
810
- hash: '0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06',
811
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_27.png',
812
- type: 'text',
813
- },
814
- {
815
- hash: '0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc',
816
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_33.png',
817
- type: 'text',
818
- },
819
- {
820
- hash: '0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6',
821
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_40.png',
822
- type: 'text',
823
- },
824
- {
825
- hash: '0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70',
826
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_52.png',
827
- type: 'text',
828
- },
829
- {
830
- hash: '0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0',
831
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_78.png',
832
- type: 'text',
833
- },
834
- {
835
- hash: '0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54',
836
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_93.png',
837
- type: 'text',
838
- },
839
- {
840
- hash: '0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6',
841
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_70.png',
842
- type: 'text',
843
- },
844
- ],
845
- target: 'deer',
846
- },
847
- {
848
- salt: '0x0303030303030303030303030303030303',
849
- items: [
850
- {
851
- hash: '0xeba2c2c032639c02627f28c6fb77bdd48de56d7a7260f4898a2cfbaa916aa488',
852
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_16.png',
853
- type: 'text',
854
- },
855
- {
856
- hash: '0xd0b4b9447604200567c67f635d19a1702c7392a42264e90b7f63816eb15adf8a',
857
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_17.png',
858
- type: 'text',
859
- },
860
- {
861
- hash: '0xef306d5ae594772d9d5bb0729ff7f9ecdff016c21cd07ea9008856b16698dd06',
862
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_27.png',
863
- type: 'text',
864
- },
865
- {
866
- hash: '0x15a422800b166cde2e9d5ac4ab76bf06909737d7896246a5662f341b8b4f02dc',
867
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_33.png',
868
- type: 'text',
869
- },
870
- {
871
- hash: '0x68a2e06743e929bcfc69a298ed1222d4e098aa19850ef0a3d758136aa3862de6',
872
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_40.png',
873
- type: 'text',
874
- },
875
- {
876
- hash: '0x0ff5e407e8964bc59be44e7c69e36ae4bec27e7b2cc4c9145f0d578ac81d2a70',
877
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_52.png',
878
- type: 'text',
879
- },
880
- {
881
- hash: '0xc0d85d32dffcbf5803e198c30f8fb09fdc9483d799a37383e89011da233744e0',
882
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_78.png',
883
- type: 'text',
884
- },
885
- {
886
- hash: '0x021a8d88f76f5f01251695a8e488f676dc970f1e2f7ab8af43b12d2b03b5ae54',
887
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_93.png',
888
- type: 'text',
889
- },
890
- {
891
- hash: '0xacac4785d2d7e298af5479c771f3e3035207a47c814901a8c1c788ebee2c73e6',
892
- data: 'https://prosopo.github.io/demo-datasets/img/test_image_png_70.png',
893
- type: 'text',
894
- },
895
- ],
896
- target: 'dog',
897
- },
898
- ],
899
- format: 'SelectAll',
900
- timeLimit: 30,
901
- };
902
- //# sourceMappingURL=captchas.js.map