@moonbeam-network/xcm-sdk 0.0.1-dev.5 → 0.0.1-dev.6

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.
@@ -0,0 +1,3464 @@
1
+ {
2
+ "name": "simple-sdk",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 2,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "simple-sdk",
9
+ "version": "1.0.0",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "@moonbeam-network/xcm-config": "*",
13
+ "@moonbeam-network/xcm-sdk": "*",
14
+ "@polkadot/api": "^9.3.2",
15
+ "ethers": "^5.7.0"
16
+ },
17
+ "devDependencies": {
18
+ "ts-node": "^10.9.1"
19
+ }
20
+ },
21
+ "node_modules/@babel/runtime": {
22
+ "version": "7.18.9",
23
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz",
24
+ "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==",
25
+ "dependencies": {
26
+ "regenerator-runtime": "^0.13.4"
27
+ },
28
+ "engines": {
29
+ "node": ">=6.9.0"
30
+ }
31
+ },
32
+ "node_modules/@cspotcode/source-map-support": {
33
+ "version": "0.8.1",
34
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
35
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
36
+ "dev": true,
37
+ "dependencies": {
38
+ "@jridgewell/trace-mapping": "0.3.9"
39
+ },
40
+ "engines": {
41
+ "node": ">=12"
42
+ }
43
+ },
44
+ "node_modules/@ethersproject/abi": {
45
+ "version": "5.7.0",
46
+ "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.7.0.tgz",
47
+ "integrity": "sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==",
48
+ "funding": [
49
+ {
50
+ "type": "individual",
51
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
52
+ },
53
+ {
54
+ "type": "individual",
55
+ "url": "https://www.buymeacoffee.com/ricmoo"
56
+ }
57
+ ],
58
+ "dependencies": {
59
+ "@ethersproject/address": "^5.7.0",
60
+ "@ethersproject/bignumber": "^5.7.0",
61
+ "@ethersproject/bytes": "^5.7.0",
62
+ "@ethersproject/constants": "^5.7.0",
63
+ "@ethersproject/hash": "^5.7.0",
64
+ "@ethersproject/keccak256": "^5.7.0",
65
+ "@ethersproject/logger": "^5.7.0",
66
+ "@ethersproject/properties": "^5.7.0",
67
+ "@ethersproject/strings": "^5.7.0"
68
+ }
69
+ },
70
+ "node_modules/@ethersproject/abstract-provider": {
71
+ "version": "5.7.0",
72
+ "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.7.0.tgz",
73
+ "integrity": "sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==",
74
+ "funding": [
75
+ {
76
+ "type": "individual",
77
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
78
+ },
79
+ {
80
+ "type": "individual",
81
+ "url": "https://www.buymeacoffee.com/ricmoo"
82
+ }
83
+ ],
84
+ "dependencies": {
85
+ "@ethersproject/bignumber": "^5.7.0",
86
+ "@ethersproject/bytes": "^5.7.0",
87
+ "@ethersproject/logger": "^5.7.0",
88
+ "@ethersproject/networks": "^5.7.0",
89
+ "@ethersproject/properties": "^5.7.0",
90
+ "@ethersproject/transactions": "^5.7.0",
91
+ "@ethersproject/web": "^5.7.0"
92
+ }
93
+ },
94
+ "node_modules/@ethersproject/abstract-signer": {
95
+ "version": "5.7.0",
96
+ "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.7.0.tgz",
97
+ "integrity": "sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==",
98
+ "funding": [
99
+ {
100
+ "type": "individual",
101
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
102
+ },
103
+ {
104
+ "type": "individual",
105
+ "url": "https://www.buymeacoffee.com/ricmoo"
106
+ }
107
+ ],
108
+ "dependencies": {
109
+ "@ethersproject/abstract-provider": "^5.7.0",
110
+ "@ethersproject/bignumber": "^5.7.0",
111
+ "@ethersproject/bytes": "^5.7.0",
112
+ "@ethersproject/logger": "^5.7.0",
113
+ "@ethersproject/properties": "^5.7.0"
114
+ }
115
+ },
116
+ "node_modules/@ethersproject/address": {
117
+ "version": "5.7.0",
118
+ "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.7.0.tgz",
119
+ "integrity": "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==",
120
+ "funding": [
121
+ {
122
+ "type": "individual",
123
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
124
+ },
125
+ {
126
+ "type": "individual",
127
+ "url": "https://www.buymeacoffee.com/ricmoo"
128
+ }
129
+ ],
130
+ "dependencies": {
131
+ "@ethersproject/bignumber": "^5.7.0",
132
+ "@ethersproject/bytes": "^5.7.0",
133
+ "@ethersproject/keccak256": "^5.7.0",
134
+ "@ethersproject/logger": "^5.7.0",
135
+ "@ethersproject/rlp": "^5.7.0"
136
+ }
137
+ },
138
+ "node_modules/@ethersproject/base64": {
139
+ "version": "5.7.0",
140
+ "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.7.0.tgz",
141
+ "integrity": "sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==",
142
+ "funding": [
143
+ {
144
+ "type": "individual",
145
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
146
+ },
147
+ {
148
+ "type": "individual",
149
+ "url": "https://www.buymeacoffee.com/ricmoo"
150
+ }
151
+ ],
152
+ "dependencies": {
153
+ "@ethersproject/bytes": "^5.7.0"
154
+ }
155
+ },
156
+ "node_modules/@ethersproject/basex": {
157
+ "version": "5.7.0",
158
+ "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.7.0.tgz",
159
+ "integrity": "sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw==",
160
+ "funding": [
161
+ {
162
+ "type": "individual",
163
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
164
+ },
165
+ {
166
+ "type": "individual",
167
+ "url": "https://www.buymeacoffee.com/ricmoo"
168
+ }
169
+ ],
170
+ "dependencies": {
171
+ "@ethersproject/bytes": "^5.7.0",
172
+ "@ethersproject/properties": "^5.7.0"
173
+ }
174
+ },
175
+ "node_modules/@ethersproject/bignumber": {
176
+ "version": "5.7.0",
177
+ "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.7.0.tgz",
178
+ "integrity": "sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==",
179
+ "funding": [
180
+ {
181
+ "type": "individual",
182
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
183
+ },
184
+ {
185
+ "type": "individual",
186
+ "url": "https://www.buymeacoffee.com/ricmoo"
187
+ }
188
+ ],
189
+ "dependencies": {
190
+ "@ethersproject/bytes": "^5.7.0",
191
+ "@ethersproject/logger": "^5.7.0",
192
+ "bn.js": "^5.2.1"
193
+ }
194
+ },
195
+ "node_modules/@ethersproject/bytes": {
196
+ "version": "5.7.0",
197
+ "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.7.0.tgz",
198
+ "integrity": "sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==",
199
+ "funding": [
200
+ {
201
+ "type": "individual",
202
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
203
+ },
204
+ {
205
+ "type": "individual",
206
+ "url": "https://www.buymeacoffee.com/ricmoo"
207
+ }
208
+ ],
209
+ "dependencies": {
210
+ "@ethersproject/logger": "^5.7.0"
211
+ }
212
+ },
213
+ "node_modules/@ethersproject/constants": {
214
+ "version": "5.7.0",
215
+ "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.7.0.tgz",
216
+ "integrity": "sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==",
217
+ "funding": [
218
+ {
219
+ "type": "individual",
220
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
221
+ },
222
+ {
223
+ "type": "individual",
224
+ "url": "https://www.buymeacoffee.com/ricmoo"
225
+ }
226
+ ],
227
+ "dependencies": {
228
+ "@ethersproject/bignumber": "^5.7.0"
229
+ }
230
+ },
231
+ "node_modules/@ethersproject/contracts": {
232
+ "version": "5.7.0",
233
+ "resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.7.0.tgz",
234
+ "integrity": "sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==",
235
+ "funding": [
236
+ {
237
+ "type": "individual",
238
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
239
+ },
240
+ {
241
+ "type": "individual",
242
+ "url": "https://www.buymeacoffee.com/ricmoo"
243
+ }
244
+ ],
245
+ "dependencies": {
246
+ "@ethersproject/abi": "^5.7.0",
247
+ "@ethersproject/abstract-provider": "^5.7.0",
248
+ "@ethersproject/abstract-signer": "^5.7.0",
249
+ "@ethersproject/address": "^5.7.0",
250
+ "@ethersproject/bignumber": "^5.7.0",
251
+ "@ethersproject/bytes": "^5.7.0",
252
+ "@ethersproject/constants": "^5.7.0",
253
+ "@ethersproject/logger": "^5.7.0",
254
+ "@ethersproject/properties": "^5.7.0",
255
+ "@ethersproject/transactions": "^5.7.0"
256
+ }
257
+ },
258
+ "node_modules/@ethersproject/hash": {
259
+ "version": "5.7.0",
260
+ "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.7.0.tgz",
261
+ "integrity": "sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==",
262
+ "funding": [
263
+ {
264
+ "type": "individual",
265
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
266
+ },
267
+ {
268
+ "type": "individual",
269
+ "url": "https://www.buymeacoffee.com/ricmoo"
270
+ }
271
+ ],
272
+ "dependencies": {
273
+ "@ethersproject/abstract-signer": "^5.7.0",
274
+ "@ethersproject/address": "^5.7.0",
275
+ "@ethersproject/base64": "^5.7.0",
276
+ "@ethersproject/bignumber": "^5.7.0",
277
+ "@ethersproject/bytes": "^5.7.0",
278
+ "@ethersproject/keccak256": "^5.7.0",
279
+ "@ethersproject/logger": "^5.7.0",
280
+ "@ethersproject/properties": "^5.7.0",
281
+ "@ethersproject/strings": "^5.7.0"
282
+ }
283
+ },
284
+ "node_modules/@ethersproject/hdnode": {
285
+ "version": "5.7.0",
286
+ "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.7.0.tgz",
287
+ "integrity": "sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==",
288
+ "funding": [
289
+ {
290
+ "type": "individual",
291
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
292
+ },
293
+ {
294
+ "type": "individual",
295
+ "url": "https://www.buymeacoffee.com/ricmoo"
296
+ }
297
+ ],
298
+ "dependencies": {
299
+ "@ethersproject/abstract-signer": "^5.7.0",
300
+ "@ethersproject/basex": "^5.7.0",
301
+ "@ethersproject/bignumber": "^5.7.0",
302
+ "@ethersproject/bytes": "^5.7.0",
303
+ "@ethersproject/logger": "^5.7.0",
304
+ "@ethersproject/pbkdf2": "^5.7.0",
305
+ "@ethersproject/properties": "^5.7.0",
306
+ "@ethersproject/sha2": "^5.7.0",
307
+ "@ethersproject/signing-key": "^5.7.0",
308
+ "@ethersproject/strings": "^5.7.0",
309
+ "@ethersproject/transactions": "^5.7.0",
310
+ "@ethersproject/wordlists": "^5.7.0"
311
+ }
312
+ },
313
+ "node_modules/@ethersproject/json-wallets": {
314
+ "version": "5.7.0",
315
+ "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz",
316
+ "integrity": "sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==",
317
+ "funding": [
318
+ {
319
+ "type": "individual",
320
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
321
+ },
322
+ {
323
+ "type": "individual",
324
+ "url": "https://www.buymeacoffee.com/ricmoo"
325
+ }
326
+ ],
327
+ "dependencies": {
328
+ "@ethersproject/abstract-signer": "^5.7.0",
329
+ "@ethersproject/address": "^5.7.0",
330
+ "@ethersproject/bytes": "^5.7.0",
331
+ "@ethersproject/hdnode": "^5.7.0",
332
+ "@ethersproject/keccak256": "^5.7.0",
333
+ "@ethersproject/logger": "^5.7.0",
334
+ "@ethersproject/pbkdf2": "^5.7.0",
335
+ "@ethersproject/properties": "^5.7.0",
336
+ "@ethersproject/random": "^5.7.0",
337
+ "@ethersproject/strings": "^5.7.0",
338
+ "@ethersproject/transactions": "^5.7.0",
339
+ "aes-js": "3.0.0",
340
+ "scrypt-js": "3.0.1"
341
+ }
342
+ },
343
+ "node_modules/@ethersproject/keccak256": {
344
+ "version": "5.7.0",
345
+ "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
346
+ "integrity": "sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==",
347
+ "funding": [
348
+ {
349
+ "type": "individual",
350
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
351
+ },
352
+ {
353
+ "type": "individual",
354
+ "url": "https://www.buymeacoffee.com/ricmoo"
355
+ }
356
+ ],
357
+ "dependencies": {
358
+ "@ethersproject/bytes": "^5.7.0",
359
+ "js-sha3": "0.8.0"
360
+ }
361
+ },
362
+ "node_modules/@ethersproject/logger": {
363
+ "version": "5.7.0",
364
+ "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.7.0.tgz",
365
+ "integrity": "sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig==",
366
+ "funding": [
367
+ {
368
+ "type": "individual",
369
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
370
+ },
371
+ {
372
+ "type": "individual",
373
+ "url": "https://www.buymeacoffee.com/ricmoo"
374
+ }
375
+ ]
376
+ },
377
+ "node_modules/@ethersproject/networks": {
378
+ "version": "5.7.0",
379
+ "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.7.0.tgz",
380
+ "integrity": "sha512-MG6oHSQHd4ebvJrleEQQ4HhVu8Ichr0RDYEfHzsVAVjHNM+w36x9wp9r+hf1JstMXtseXDtkiVoARAG6M959AA==",
381
+ "funding": [
382
+ {
383
+ "type": "individual",
384
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
385
+ },
386
+ {
387
+ "type": "individual",
388
+ "url": "https://www.buymeacoffee.com/ricmoo"
389
+ }
390
+ ],
391
+ "dependencies": {
392
+ "@ethersproject/logger": "^5.7.0"
393
+ }
394
+ },
395
+ "node_modules/@ethersproject/pbkdf2": {
396
+ "version": "5.7.0",
397
+ "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.7.0.tgz",
398
+ "integrity": "sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==",
399
+ "funding": [
400
+ {
401
+ "type": "individual",
402
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
403
+ },
404
+ {
405
+ "type": "individual",
406
+ "url": "https://www.buymeacoffee.com/ricmoo"
407
+ }
408
+ ],
409
+ "dependencies": {
410
+ "@ethersproject/bytes": "^5.7.0",
411
+ "@ethersproject/sha2": "^5.7.0"
412
+ }
413
+ },
414
+ "node_modules/@ethersproject/properties": {
415
+ "version": "5.7.0",
416
+ "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz",
417
+ "integrity": "sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==",
418
+ "funding": [
419
+ {
420
+ "type": "individual",
421
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
422
+ },
423
+ {
424
+ "type": "individual",
425
+ "url": "https://www.buymeacoffee.com/ricmoo"
426
+ }
427
+ ],
428
+ "dependencies": {
429
+ "@ethersproject/logger": "^5.7.0"
430
+ }
431
+ },
432
+ "node_modules/@ethersproject/providers": {
433
+ "version": "5.7.0",
434
+ "resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.7.0.tgz",
435
+ "integrity": "sha512-+TTrrINMzZ0aXtlwO/95uhAggKm4USLm1PbeCBR/3XZ7+Oey+3pMyddzZEyRhizHpy1HXV0FRWRMI1O3EGYibA==",
436
+ "funding": [
437
+ {
438
+ "type": "individual",
439
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
440
+ },
441
+ {
442
+ "type": "individual",
443
+ "url": "https://www.buymeacoffee.com/ricmoo"
444
+ }
445
+ ],
446
+ "dependencies": {
447
+ "@ethersproject/abstract-provider": "^5.7.0",
448
+ "@ethersproject/abstract-signer": "^5.7.0",
449
+ "@ethersproject/address": "^5.7.0",
450
+ "@ethersproject/base64": "^5.7.0",
451
+ "@ethersproject/basex": "^5.7.0",
452
+ "@ethersproject/bignumber": "^5.7.0",
453
+ "@ethersproject/bytes": "^5.7.0",
454
+ "@ethersproject/constants": "^5.7.0",
455
+ "@ethersproject/hash": "^5.7.0",
456
+ "@ethersproject/logger": "^5.7.0",
457
+ "@ethersproject/networks": "^5.7.0",
458
+ "@ethersproject/properties": "^5.7.0",
459
+ "@ethersproject/random": "^5.7.0",
460
+ "@ethersproject/rlp": "^5.7.0",
461
+ "@ethersproject/sha2": "^5.7.0",
462
+ "@ethersproject/strings": "^5.7.0",
463
+ "@ethersproject/transactions": "^5.7.0",
464
+ "@ethersproject/web": "^5.7.0",
465
+ "bech32": "1.1.4",
466
+ "ws": "7.4.6"
467
+ }
468
+ },
469
+ "node_modules/@ethersproject/providers/node_modules/ws": {
470
+ "version": "7.4.6",
471
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
472
+ "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
473
+ "engines": {
474
+ "node": ">=8.3.0"
475
+ },
476
+ "peerDependencies": {
477
+ "bufferutil": "^4.0.1",
478
+ "utf-8-validate": "^5.0.2"
479
+ },
480
+ "peerDependenciesMeta": {
481
+ "bufferutil": {
482
+ "optional": true
483
+ },
484
+ "utf-8-validate": {
485
+ "optional": true
486
+ }
487
+ }
488
+ },
489
+ "node_modules/@ethersproject/random": {
490
+ "version": "5.7.0",
491
+ "resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.7.0.tgz",
492
+ "integrity": "sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ==",
493
+ "funding": [
494
+ {
495
+ "type": "individual",
496
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
497
+ },
498
+ {
499
+ "type": "individual",
500
+ "url": "https://www.buymeacoffee.com/ricmoo"
501
+ }
502
+ ],
503
+ "dependencies": {
504
+ "@ethersproject/bytes": "^5.7.0",
505
+ "@ethersproject/logger": "^5.7.0"
506
+ }
507
+ },
508
+ "node_modules/@ethersproject/rlp": {
509
+ "version": "5.7.0",
510
+ "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.7.0.tgz",
511
+ "integrity": "sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==",
512
+ "funding": [
513
+ {
514
+ "type": "individual",
515
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
516
+ },
517
+ {
518
+ "type": "individual",
519
+ "url": "https://www.buymeacoffee.com/ricmoo"
520
+ }
521
+ ],
522
+ "dependencies": {
523
+ "@ethersproject/bytes": "^5.7.0",
524
+ "@ethersproject/logger": "^5.7.0"
525
+ }
526
+ },
527
+ "node_modules/@ethersproject/sha2": {
528
+ "version": "5.7.0",
529
+ "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.7.0.tgz",
530
+ "integrity": "sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==",
531
+ "funding": [
532
+ {
533
+ "type": "individual",
534
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
535
+ },
536
+ {
537
+ "type": "individual",
538
+ "url": "https://www.buymeacoffee.com/ricmoo"
539
+ }
540
+ ],
541
+ "dependencies": {
542
+ "@ethersproject/bytes": "^5.7.0",
543
+ "@ethersproject/logger": "^5.7.0",
544
+ "hash.js": "1.1.7"
545
+ }
546
+ },
547
+ "node_modules/@ethersproject/signing-key": {
548
+ "version": "5.7.0",
549
+ "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.7.0.tgz",
550
+ "integrity": "sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==",
551
+ "funding": [
552
+ {
553
+ "type": "individual",
554
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
555
+ },
556
+ {
557
+ "type": "individual",
558
+ "url": "https://www.buymeacoffee.com/ricmoo"
559
+ }
560
+ ],
561
+ "dependencies": {
562
+ "@ethersproject/bytes": "^5.7.0",
563
+ "@ethersproject/logger": "^5.7.0",
564
+ "@ethersproject/properties": "^5.7.0",
565
+ "bn.js": "^5.2.1",
566
+ "elliptic": "6.5.4",
567
+ "hash.js": "1.1.7"
568
+ }
569
+ },
570
+ "node_modules/@ethersproject/solidity": {
571
+ "version": "5.7.0",
572
+ "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.7.0.tgz",
573
+ "integrity": "sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==",
574
+ "funding": [
575
+ {
576
+ "type": "individual",
577
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
578
+ },
579
+ {
580
+ "type": "individual",
581
+ "url": "https://www.buymeacoffee.com/ricmoo"
582
+ }
583
+ ],
584
+ "dependencies": {
585
+ "@ethersproject/bignumber": "^5.7.0",
586
+ "@ethersproject/bytes": "^5.7.0",
587
+ "@ethersproject/keccak256": "^5.7.0",
588
+ "@ethersproject/logger": "^5.7.0",
589
+ "@ethersproject/sha2": "^5.7.0",
590
+ "@ethersproject/strings": "^5.7.0"
591
+ }
592
+ },
593
+ "node_modules/@ethersproject/strings": {
594
+ "version": "5.7.0",
595
+ "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz",
596
+ "integrity": "sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==",
597
+ "funding": [
598
+ {
599
+ "type": "individual",
600
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
601
+ },
602
+ {
603
+ "type": "individual",
604
+ "url": "https://www.buymeacoffee.com/ricmoo"
605
+ }
606
+ ],
607
+ "dependencies": {
608
+ "@ethersproject/bytes": "^5.7.0",
609
+ "@ethersproject/constants": "^5.7.0",
610
+ "@ethersproject/logger": "^5.7.0"
611
+ }
612
+ },
613
+ "node_modules/@ethersproject/transactions": {
614
+ "version": "5.7.0",
615
+ "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.7.0.tgz",
616
+ "integrity": "sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==",
617
+ "funding": [
618
+ {
619
+ "type": "individual",
620
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
621
+ },
622
+ {
623
+ "type": "individual",
624
+ "url": "https://www.buymeacoffee.com/ricmoo"
625
+ }
626
+ ],
627
+ "dependencies": {
628
+ "@ethersproject/address": "^5.7.0",
629
+ "@ethersproject/bignumber": "^5.7.0",
630
+ "@ethersproject/bytes": "^5.7.0",
631
+ "@ethersproject/constants": "^5.7.0",
632
+ "@ethersproject/keccak256": "^5.7.0",
633
+ "@ethersproject/logger": "^5.7.0",
634
+ "@ethersproject/properties": "^5.7.0",
635
+ "@ethersproject/rlp": "^5.7.0",
636
+ "@ethersproject/signing-key": "^5.7.0"
637
+ }
638
+ },
639
+ "node_modules/@ethersproject/units": {
640
+ "version": "5.7.0",
641
+ "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.7.0.tgz",
642
+ "integrity": "sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg==",
643
+ "funding": [
644
+ {
645
+ "type": "individual",
646
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
647
+ },
648
+ {
649
+ "type": "individual",
650
+ "url": "https://www.buymeacoffee.com/ricmoo"
651
+ }
652
+ ],
653
+ "dependencies": {
654
+ "@ethersproject/bignumber": "^5.7.0",
655
+ "@ethersproject/constants": "^5.7.0",
656
+ "@ethersproject/logger": "^5.7.0"
657
+ }
658
+ },
659
+ "node_modules/@ethersproject/wallet": {
660
+ "version": "5.7.0",
661
+ "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.7.0.tgz",
662
+ "integrity": "sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==",
663
+ "funding": [
664
+ {
665
+ "type": "individual",
666
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
667
+ },
668
+ {
669
+ "type": "individual",
670
+ "url": "https://www.buymeacoffee.com/ricmoo"
671
+ }
672
+ ],
673
+ "dependencies": {
674
+ "@ethersproject/abstract-provider": "^5.7.0",
675
+ "@ethersproject/abstract-signer": "^5.7.0",
676
+ "@ethersproject/address": "^5.7.0",
677
+ "@ethersproject/bignumber": "^5.7.0",
678
+ "@ethersproject/bytes": "^5.7.0",
679
+ "@ethersproject/hash": "^5.7.0",
680
+ "@ethersproject/hdnode": "^5.7.0",
681
+ "@ethersproject/json-wallets": "^5.7.0",
682
+ "@ethersproject/keccak256": "^5.7.0",
683
+ "@ethersproject/logger": "^5.7.0",
684
+ "@ethersproject/properties": "^5.7.0",
685
+ "@ethersproject/random": "^5.7.0",
686
+ "@ethersproject/signing-key": "^5.7.0",
687
+ "@ethersproject/transactions": "^5.7.0",
688
+ "@ethersproject/wordlists": "^5.7.0"
689
+ }
690
+ },
691
+ "node_modules/@ethersproject/web": {
692
+ "version": "5.7.0",
693
+ "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.0.tgz",
694
+ "integrity": "sha512-ApHcbbj+muRASVDSCl/tgxaH2LBkRMEYfLOLVa0COipx0+nlu0QKet7U2lEg0vdkh8XRSLf2nd1f1Uk9SrVSGA==",
695
+ "funding": [
696
+ {
697
+ "type": "individual",
698
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
699
+ },
700
+ {
701
+ "type": "individual",
702
+ "url": "https://www.buymeacoffee.com/ricmoo"
703
+ }
704
+ ],
705
+ "dependencies": {
706
+ "@ethersproject/base64": "^5.7.0",
707
+ "@ethersproject/bytes": "^5.7.0",
708
+ "@ethersproject/logger": "^5.7.0",
709
+ "@ethersproject/properties": "^5.7.0",
710
+ "@ethersproject/strings": "^5.7.0"
711
+ }
712
+ },
713
+ "node_modules/@ethersproject/wordlists": {
714
+ "version": "5.7.0",
715
+ "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.7.0.tgz",
716
+ "integrity": "sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA==",
717
+ "funding": [
718
+ {
719
+ "type": "individual",
720
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
721
+ },
722
+ {
723
+ "type": "individual",
724
+ "url": "https://www.buymeacoffee.com/ricmoo"
725
+ }
726
+ ],
727
+ "dependencies": {
728
+ "@ethersproject/bytes": "^5.7.0",
729
+ "@ethersproject/hash": "^5.7.0",
730
+ "@ethersproject/logger": "^5.7.0",
731
+ "@ethersproject/properties": "^5.7.0",
732
+ "@ethersproject/strings": "^5.7.0"
733
+ }
734
+ },
735
+ "node_modules/@jridgewell/resolve-uri": {
736
+ "version": "3.1.0",
737
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
738
+ "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
739
+ "dev": true,
740
+ "engines": {
741
+ "node": ">=6.0.0"
742
+ }
743
+ },
744
+ "node_modules/@jridgewell/sourcemap-codec": {
745
+ "version": "1.4.14",
746
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
747
+ "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
748
+ "dev": true
749
+ },
750
+ "node_modules/@jridgewell/trace-mapping": {
751
+ "version": "0.3.9",
752
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
753
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
754
+ "dev": true,
755
+ "dependencies": {
756
+ "@jridgewell/resolve-uri": "^3.0.3",
757
+ "@jridgewell/sourcemap-codec": "^1.4.10"
758
+ }
759
+ },
760
+ "node_modules/@moonbeam-network/api-augment": {
761
+ "version": "0.1700.0",
762
+ "resolved": "https://registry.npmjs.org/@moonbeam-network/api-augment/-/api-augment-0.1700.0.tgz",
763
+ "integrity": "sha512-HpRVtS1HyONSrPNGh8pkjqU9TDCItF0WdX/VfYtFFXgXyUz+KFb8fEK/frU4G7ZZmskMUmCxi/ccMfH86dgMuw==",
764
+ "engines": {
765
+ "node": ">=14.0.0"
766
+ }
767
+ },
768
+ "node_modules/@moonbeam-network/xcm-config": {
769
+ "version": "0.0.23",
770
+ "resolved": "https://registry.npmjs.org/@moonbeam-network/xcm-config/-/xcm-config-0.0.23.tgz",
771
+ "integrity": "sha512-PaY5+Uj7rieiOY8YCBPrw+WQkM6N5bz4Q2q4cAYzkJQoxElHh/QKl0Wb40H20RICOy/egn/ad1awnZIefFN8WA==",
772
+ "dependencies": {
773
+ "@moonbeam-network/api-augment": "^0.1700.0",
774
+ "@polkadot/types": "^9.1.1",
775
+ "@polkadot/util": "^10.1.3",
776
+ "@polkadot/util-crypto": "^10.1.3"
777
+ }
778
+ },
779
+ "node_modules/@moonbeam-network/xcm-sdk": {
780
+ "version": "0.0.23",
781
+ "resolved": "https://registry.npmjs.org/@moonbeam-network/xcm-sdk/-/xcm-sdk-0.0.23.tgz",
782
+ "integrity": "sha512-cUOUKkTwlMJzLzQfqTeHi2xO0y2jXG1OaOLbq9xVIBtORG4e/KD2JPZIoU65ZBne9uFmeHzcsrDA4FNTVZLNZw==",
783
+ "dependencies": {
784
+ "@moonbeam-network/api-augment": "^0.1700.0",
785
+ "@moonbeam-network/xcm-config": "^0.0.23",
786
+ "@polkadot/api": "^9.1.1",
787
+ "@polkadot/types": "^9.1.1",
788
+ "@polkadot/util": "^10.1.3",
789
+ "ethers": "^5.6.9",
790
+ "lodash": "^4.17.21",
791
+ "lru-cache": "^7.13.1"
792
+ }
793
+ },
794
+ "node_modules/@noble/hashes": {
795
+ "version": "1.1.2",
796
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz",
797
+ "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==",
798
+ "funding": [
799
+ {
800
+ "type": "individual",
801
+ "url": "https://paulmillr.com/funding/"
802
+ }
803
+ ]
804
+ },
805
+ "node_modules/@noble/secp256k1": {
806
+ "version": "1.6.3",
807
+ "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz",
808
+ "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==",
809
+ "funding": [
810
+ {
811
+ "type": "individual",
812
+ "url": "https://paulmillr.com/funding/"
813
+ }
814
+ ]
815
+ },
816
+ "node_modules/@polkadot/api": {
817
+ "version": "9.3.2",
818
+ "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.3.2.tgz",
819
+ "integrity": "sha512-0oA1Dzhpse5lvKEU3SeqfYamLVZxz0uEGMMpvj2Gnvaz8rZNZbmKEqFgoI1EZwybKw8gE/jhHt+R6mIxE+qAUQ==",
820
+ "dependencies": {
821
+ "@babel/runtime": "^7.18.9",
822
+ "@polkadot/api-augment": "9.3.2",
823
+ "@polkadot/api-base": "9.3.2",
824
+ "@polkadot/api-derive": "9.3.2",
825
+ "@polkadot/keyring": "^10.1.7",
826
+ "@polkadot/rpc-augment": "9.3.2",
827
+ "@polkadot/rpc-core": "9.3.2",
828
+ "@polkadot/rpc-provider": "9.3.2",
829
+ "@polkadot/types": "9.3.2",
830
+ "@polkadot/types-augment": "9.3.2",
831
+ "@polkadot/types-codec": "9.3.2",
832
+ "@polkadot/types-create": "9.3.2",
833
+ "@polkadot/types-known": "9.3.2",
834
+ "@polkadot/util": "^10.1.7",
835
+ "@polkadot/util-crypto": "^10.1.7",
836
+ "eventemitter3": "^4.0.7",
837
+ "rxjs": "^7.5.6"
838
+ },
839
+ "engines": {
840
+ "node": ">=14.0.0"
841
+ }
842
+ },
843
+ "node_modules/@polkadot/api-augment": {
844
+ "version": "9.3.2",
845
+ "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.3.2.tgz",
846
+ "integrity": "sha512-8Gfwmz9vvrvhRRE9wpu1XUQJdFUUsqCRpjqWsmNi9mn1q/GkNbGGgV/qCdClCsO+2RAqwe/vyIM8IAxBKGDavA==",
847
+ "dependencies": {
848
+ "@babel/runtime": "^7.18.9",
849
+ "@polkadot/api-base": "9.3.2",
850
+ "@polkadot/rpc-augment": "9.3.2",
851
+ "@polkadot/types": "9.3.2",
852
+ "@polkadot/types-augment": "9.3.2",
853
+ "@polkadot/types-codec": "9.3.2",
854
+ "@polkadot/util": "^10.1.7"
855
+ },
856
+ "engines": {
857
+ "node": ">=14.0.0"
858
+ }
859
+ },
860
+ "node_modules/@polkadot/api-base": {
861
+ "version": "9.3.2",
862
+ "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.3.2.tgz",
863
+ "integrity": "sha512-haXEqaJ7a+oQdGAmI0AGVfFGabBDJrsR1NlomluRTEaf1sYBveMb+uuidzMDBEAnJ8y8he7RAKU1y0A2r+YdMg==",
864
+ "dependencies": {
865
+ "@babel/runtime": "^7.18.9",
866
+ "@polkadot/rpc-core": "9.3.2",
867
+ "@polkadot/types": "9.3.2",
868
+ "@polkadot/util": "^10.1.7",
869
+ "rxjs": "^7.5.6"
870
+ },
871
+ "engines": {
872
+ "node": ">=14.0.0"
873
+ }
874
+ },
875
+ "node_modules/@polkadot/api-derive": {
876
+ "version": "9.3.2",
877
+ "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.3.2.tgz",
878
+ "integrity": "sha512-+Wwn84QUsoVEMEX/NoJBHwvNdtYp+NYFhf8ZiWcTu75a6yKpdAW8dmnkktgb8u0GTdIDhc3UuN6d++ew/oglog==",
879
+ "dependencies": {
880
+ "@babel/runtime": "^7.18.9",
881
+ "@polkadot/api": "9.3.2",
882
+ "@polkadot/api-augment": "9.3.2",
883
+ "@polkadot/api-base": "9.3.2",
884
+ "@polkadot/rpc-core": "9.3.2",
885
+ "@polkadot/types": "9.3.2",
886
+ "@polkadot/types-codec": "9.3.2",
887
+ "@polkadot/util": "^10.1.7",
888
+ "@polkadot/util-crypto": "^10.1.7",
889
+ "rxjs": "^7.5.6"
890
+ },
891
+ "engines": {
892
+ "node": ">=14.0.0"
893
+ }
894
+ },
895
+ "node_modules/@polkadot/keyring": {
896
+ "version": "10.1.7",
897
+ "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.7.tgz",
898
+ "integrity": "sha512-lArwaAS3hDs+HHupDIC4r2mFaAfmNQV2YzwL2wM5zhOqB2RugN03BFrgwNll0y9/Bg8rYDqM3Y5BvVMzgMZ6XA==",
899
+ "dependencies": {
900
+ "@babel/runtime": "^7.18.9",
901
+ "@polkadot/util": "10.1.7",
902
+ "@polkadot/util-crypto": "10.1.7"
903
+ },
904
+ "engines": {
905
+ "node": ">=14.0.0"
906
+ },
907
+ "peerDependencies": {
908
+ "@polkadot/util": "10.1.7",
909
+ "@polkadot/util-crypto": "10.1.7"
910
+ }
911
+ },
912
+ "node_modules/@polkadot/networks": {
913
+ "version": "10.1.7",
914
+ "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.7.tgz",
915
+ "integrity": "sha512-ol864SZ/GwAF72GQOPRy+Y9r6NtgJJjMBlDLESvV5VK64eEB0MRSSyiOdd7y/4SumR9crrrNimx3ynACFgxZ8A==",
916
+ "dependencies": {
917
+ "@babel/runtime": "^7.18.9",
918
+ "@polkadot/util": "10.1.7",
919
+ "@substrate/ss58-registry": "^1.28.0"
920
+ },
921
+ "engines": {
922
+ "node": ">=14.0.0"
923
+ }
924
+ },
925
+ "node_modules/@polkadot/rpc-augment": {
926
+ "version": "9.3.2",
927
+ "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.3.2.tgz",
928
+ "integrity": "sha512-HIDCrGceOSUpUiNpBPuL9N8wUinUVrsh1BJJAjX4RuUVTTUQGZsjtnWcrz9GGJ1UN0OgvKp9sG7jiMKlXMC0yA==",
929
+ "dependencies": {
930
+ "@babel/runtime": "^7.18.9",
931
+ "@polkadot/rpc-core": "9.3.2",
932
+ "@polkadot/types": "9.3.2",
933
+ "@polkadot/types-codec": "9.3.2",
934
+ "@polkadot/util": "^10.1.7"
935
+ },
936
+ "engines": {
937
+ "node": ">=14.0.0"
938
+ }
939
+ },
940
+ "node_modules/@polkadot/rpc-core": {
941
+ "version": "9.3.2",
942
+ "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.3.2.tgz",
943
+ "integrity": "sha512-9pya/ty4D6B+706d/8TK/j+m7k6ydQfhx8Z036kfGrBCHLPYUJXVz59VTgiQodffzrOYDBomTwWqzUjRviPk5A==",
944
+ "dependencies": {
945
+ "@babel/runtime": "^7.18.9",
946
+ "@polkadot/rpc-augment": "9.3.2",
947
+ "@polkadot/rpc-provider": "9.3.2",
948
+ "@polkadot/types": "9.3.2",
949
+ "@polkadot/util": "^10.1.7",
950
+ "rxjs": "^7.5.6"
951
+ },
952
+ "engines": {
953
+ "node": ">=14.0.0"
954
+ }
955
+ },
956
+ "node_modules/@polkadot/rpc-provider": {
957
+ "version": "9.3.2",
958
+ "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.3.2.tgz",
959
+ "integrity": "sha512-D5lL7Q2kdJoaZtgM8na82fuP2SAFISntHVO+GfSuDMrPLiQVQ0OyT3+JarZaW3Y948ov3bjzlVkapcu2Nosh8w==",
960
+ "dependencies": {
961
+ "@babel/runtime": "^7.18.9",
962
+ "@polkadot/keyring": "^10.1.7",
963
+ "@polkadot/types": "9.3.2",
964
+ "@polkadot/types-support": "9.3.2",
965
+ "@polkadot/util": "^10.1.7",
966
+ "@polkadot/util-crypto": "^10.1.7",
967
+ "@polkadot/x-fetch": "^10.1.7",
968
+ "@polkadot/x-global": "^10.1.7",
969
+ "@polkadot/x-ws": "^10.1.7",
970
+ "@substrate/connect": "0.7.11",
971
+ "eventemitter3": "^4.0.7",
972
+ "mock-socket": "^9.1.5",
973
+ "nock": "^13.2.9"
974
+ },
975
+ "engines": {
976
+ "node": ">=14.0.0"
977
+ }
978
+ },
979
+ "node_modules/@polkadot/types": {
980
+ "version": "9.3.2",
981
+ "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.3.2.tgz",
982
+ "integrity": "sha512-fqL9QHejDmN4FnfH0H9/FDtsX4XWF7TDcYiBTNSISaosCIEvUw2cNCU0z+a9w8PiQ7unyTgrMbeY+mJm3XnPqQ==",
983
+ "dependencies": {
984
+ "@babel/runtime": "^7.18.9",
985
+ "@polkadot/keyring": "^10.1.7",
986
+ "@polkadot/types-augment": "9.3.2",
987
+ "@polkadot/types-codec": "9.3.2",
988
+ "@polkadot/types-create": "9.3.2",
989
+ "@polkadot/util": "^10.1.7",
990
+ "@polkadot/util-crypto": "^10.1.7",
991
+ "rxjs": "^7.5.6"
992
+ },
993
+ "engines": {
994
+ "node": ">=14.0.0"
995
+ }
996
+ },
997
+ "node_modules/@polkadot/types-augment": {
998
+ "version": "9.3.2",
999
+ "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.3.2.tgz",
1000
+ "integrity": "sha512-dXA5kZ32YN//lePSWVtIR/9xG12BVA5eEoQtDOvxuin+7Hp4XL9YpNopy2QynFrF9Qkw9n6p+DOJHlU8eMoPDg==",
1001
+ "dependencies": {
1002
+ "@babel/runtime": "^7.18.9",
1003
+ "@polkadot/types": "9.3.2",
1004
+ "@polkadot/types-codec": "9.3.2",
1005
+ "@polkadot/util": "^10.1.7"
1006
+ },
1007
+ "engines": {
1008
+ "node": ">=14.0.0"
1009
+ }
1010
+ },
1011
+ "node_modules/@polkadot/types-codec": {
1012
+ "version": "9.3.2",
1013
+ "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.3.2.tgz",
1014
+ "integrity": "sha512-XhcgJQev7gUvlmifibVCX/UpI75I9KOfVGzUUvAJvd53LdmK44Pkqd9pbk6O8iY6IaQovZWiWRLsL1tr1fnn1A==",
1015
+ "dependencies": {
1016
+ "@babel/runtime": "^7.18.9",
1017
+ "@polkadot/util": "^10.1.7",
1018
+ "@polkadot/x-bigint": "^10.1.7"
1019
+ },
1020
+ "engines": {
1021
+ "node": ">=14.0.0"
1022
+ }
1023
+ },
1024
+ "node_modules/@polkadot/types-create": {
1025
+ "version": "9.3.2",
1026
+ "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.3.2.tgz",
1027
+ "integrity": "sha512-yIRrm9nhOPu7asIdo5j4tB6GhDqUIK6zLJyEApx6gsjI+09wgvHwCfWOc6H7ziqkGmt/He56ISjYNPULtQqt/g==",
1028
+ "dependencies": {
1029
+ "@babel/runtime": "^7.18.9",
1030
+ "@polkadot/types-codec": "9.3.2",
1031
+ "@polkadot/util": "^10.1.7"
1032
+ },
1033
+ "engines": {
1034
+ "node": ">=14.0.0"
1035
+ }
1036
+ },
1037
+ "node_modules/@polkadot/types-known": {
1038
+ "version": "9.3.2",
1039
+ "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.3.2.tgz",
1040
+ "integrity": "sha512-e+hCX8wVNrqDwcutwFsiCZhUD6SjzASPTD/2XnwCWVdfMT7z8hMOLioPo8GzcY6ROkl6ySyUYkCAQFocomnWGA==",
1041
+ "dependencies": {
1042
+ "@babel/runtime": "^7.18.9",
1043
+ "@polkadot/networks": "^10.1.7",
1044
+ "@polkadot/types": "9.3.2",
1045
+ "@polkadot/types-codec": "9.3.2",
1046
+ "@polkadot/types-create": "9.3.2",
1047
+ "@polkadot/util": "^10.1.7"
1048
+ },
1049
+ "engines": {
1050
+ "node": ">=14.0.0"
1051
+ }
1052
+ },
1053
+ "node_modules/@polkadot/types-support": {
1054
+ "version": "9.3.2",
1055
+ "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.3.2.tgz",
1056
+ "integrity": "sha512-tIQ1467N4UUaP7c3M/IDyUn8/JyNiF9W0C6Z5TGzuYzmGtcjSQgfaV+cFBc15BeIpDlU7sVxpwuDzpwiNhmJ+Q==",
1057
+ "dependencies": {
1058
+ "@babel/runtime": "^7.18.9",
1059
+ "@polkadot/util": "^10.1.7"
1060
+ },
1061
+ "engines": {
1062
+ "node": ">=14.0.0"
1063
+ }
1064
+ },
1065
+ "node_modules/@polkadot/util": {
1066
+ "version": "10.1.7",
1067
+ "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.7.tgz",
1068
+ "integrity": "sha512-s7gDLdNb4HUpoe3faXwoO6HwiUp8pi66voYKiUYRh1kEtW1o9vGBgyZPHPGC/FBgILzTJKii/9XxnSex60zBTA==",
1069
+ "dependencies": {
1070
+ "@babel/runtime": "^7.18.9",
1071
+ "@polkadot/x-bigint": "10.1.7",
1072
+ "@polkadot/x-global": "10.1.7",
1073
+ "@polkadot/x-textdecoder": "10.1.7",
1074
+ "@polkadot/x-textencoder": "10.1.7",
1075
+ "@types/bn.js": "^5.1.1",
1076
+ "bn.js": "^5.2.1"
1077
+ },
1078
+ "engines": {
1079
+ "node": ">=14.0.0"
1080
+ }
1081
+ },
1082
+ "node_modules/@polkadot/util-crypto": {
1083
+ "version": "10.1.7",
1084
+ "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.7.tgz",
1085
+ "integrity": "sha512-zGmSU7a0wdWfpDtfc+Q7fUuW+extu9o1Uh4JpkuwwZ/dxmyW5xlfqVsIScM1pdPyjJsyamX8KwsKiVsW4slasg==",
1086
+ "dependencies": {
1087
+ "@babel/runtime": "^7.18.9",
1088
+ "@noble/hashes": "1.1.2",
1089
+ "@noble/secp256k1": "1.6.3",
1090
+ "@polkadot/networks": "10.1.7",
1091
+ "@polkadot/util": "10.1.7",
1092
+ "@polkadot/wasm-crypto": "^6.3.1",
1093
+ "@polkadot/x-bigint": "10.1.7",
1094
+ "@polkadot/x-randomvalues": "10.1.7",
1095
+ "@scure/base": "1.1.1",
1096
+ "ed2curve": "^0.3.0",
1097
+ "tweetnacl": "^1.0.3"
1098
+ },
1099
+ "engines": {
1100
+ "node": ">=14.0.0"
1101
+ },
1102
+ "peerDependencies": {
1103
+ "@polkadot/util": "10.1.7"
1104
+ }
1105
+ },
1106
+ "node_modules/@polkadot/wasm-bridge": {
1107
+ "version": "6.3.1",
1108
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz",
1109
+ "integrity": "sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==",
1110
+ "dependencies": {
1111
+ "@babel/runtime": "^7.18.9"
1112
+ },
1113
+ "engines": {
1114
+ "node": ">=14.0.0"
1115
+ },
1116
+ "peerDependencies": {
1117
+ "@polkadot/util": "*",
1118
+ "@polkadot/x-randomvalues": "*"
1119
+ }
1120
+ },
1121
+ "node_modules/@polkadot/wasm-crypto": {
1122
+ "version": "6.3.1",
1123
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz",
1124
+ "integrity": "sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==",
1125
+ "dependencies": {
1126
+ "@babel/runtime": "^7.18.9",
1127
+ "@polkadot/wasm-bridge": "6.3.1",
1128
+ "@polkadot/wasm-crypto-asmjs": "6.3.1",
1129
+ "@polkadot/wasm-crypto-init": "6.3.1",
1130
+ "@polkadot/wasm-crypto-wasm": "6.3.1",
1131
+ "@polkadot/wasm-util": "6.3.1"
1132
+ },
1133
+ "engines": {
1134
+ "node": ">=14.0.0"
1135
+ },
1136
+ "peerDependencies": {
1137
+ "@polkadot/util": "*",
1138
+ "@polkadot/x-randomvalues": "*"
1139
+ }
1140
+ },
1141
+ "node_modules/@polkadot/wasm-crypto-asmjs": {
1142
+ "version": "6.3.1",
1143
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz",
1144
+ "integrity": "sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==",
1145
+ "dependencies": {
1146
+ "@babel/runtime": "^7.18.9"
1147
+ },
1148
+ "engines": {
1149
+ "node": ">=14.0.0"
1150
+ },
1151
+ "peerDependencies": {
1152
+ "@polkadot/util": "*"
1153
+ }
1154
+ },
1155
+ "node_modules/@polkadot/wasm-crypto-init": {
1156
+ "version": "6.3.1",
1157
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz",
1158
+ "integrity": "sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==",
1159
+ "dependencies": {
1160
+ "@babel/runtime": "^7.18.9",
1161
+ "@polkadot/wasm-bridge": "6.3.1",
1162
+ "@polkadot/wasm-crypto-asmjs": "6.3.1",
1163
+ "@polkadot/wasm-crypto-wasm": "6.3.1"
1164
+ },
1165
+ "engines": {
1166
+ "node": ">=14.0.0"
1167
+ },
1168
+ "peerDependencies": {
1169
+ "@polkadot/util": "*",
1170
+ "@polkadot/x-randomvalues": "*"
1171
+ }
1172
+ },
1173
+ "node_modules/@polkadot/wasm-crypto-wasm": {
1174
+ "version": "6.3.1",
1175
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz",
1176
+ "integrity": "sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==",
1177
+ "dependencies": {
1178
+ "@babel/runtime": "^7.18.9",
1179
+ "@polkadot/wasm-util": "6.3.1"
1180
+ },
1181
+ "engines": {
1182
+ "node": ">=14.0.0"
1183
+ },
1184
+ "peerDependencies": {
1185
+ "@polkadot/util": "*"
1186
+ }
1187
+ },
1188
+ "node_modules/@polkadot/wasm-util": {
1189
+ "version": "6.3.1",
1190
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz",
1191
+ "integrity": "sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==",
1192
+ "dependencies": {
1193
+ "@babel/runtime": "^7.18.9"
1194
+ },
1195
+ "engines": {
1196
+ "node": ">=14.0.0"
1197
+ },
1198
+ "peerDependencies": {
1199
+ "@polkadot/util": "*"
1200
+ }
1201
+ },
1202
+ "node_modules/@polkadot/x-bigint": {
1203
+ "version": "10.1.7",
1204
+ "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.7.tgz",
1205
+ "integrity": "sha512-uaClHpI6cnDumIfejUKvNTkB43JleEb0V6OIufDKJ/e1aCLE3f/Ws9ggwL8ea05lQP5k5xqOzbPdizi/UvrgKQ==",
1206
+ "dependencies": {
1207
+ "@babel/runtime": "^7.18.9",
1208
+ "@polkadot/x-global": "10.1.7"
1209
+ },
1210
+ "engines": {
1211
+ "node": ">=14.0.0"
1212
+ }
1213
+ },
1214
+ "node_modules/@polkadot/x-fetch": {
1215
+ "version": "10.1.7",
1216
+ "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.7.tgz",
1217
+ "integrity": "sha512-NL+xrlqUoCLwCIAvQLwOA189gSUgeSGOFjCmZ9uMkBqf35KXeZoHWse6YaoseTSlnAal3dQOGbXnYWZ4Ck2OSA==",
1218
+ "dependencies": {
1219
+ "@babel/runtime": "^7.18.9",
1220
+ "@polkadot/x-global": "10.1.7",
1221
+ "@types/node-fetch": "^2.6.2",
1222
+ "node-fetch": "^3.2.10"
1223
+ },
1224
+ "engines": {
1225
+ "node": ">=14.0.0"
1226
+ }
1227
+ },
1228
+ "node_modules/@polkadot/x-global": {
1229
+ "version": "10.1.7",
1230
+ "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.7.tgz",
1231
+ "integrity": "sha512-k2ZUZyBVgDnP/Ysxapa0mthn63j6gsN2V0kZejEQPyOfCHtQQkse3jFvAWdslpWoR8j2k8SN5O6reHc0F4f7mA==",
1232
+ "dependencies": {
1233
+ "@babel/runtime": "^7.18.9"
1234
+ },
1235
+ "engines": {
1236
+ "node": ">=14.0.0"
1237
+ }
1238
+ },
1239
+ "node_modules/@polkadot/x-randomvalues": {
1240
+ "version": "10.1.7",
1241
+ "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.7.tgz",
1242
+ "integrity": "sha512-3er4UYOlozLGgFYWwcbmcFslmO8m82u4cAGR4AaEag0VdV7jLO/M5lTmivT/3rtLSww6sjkEfr522GM2Q5lmFg==",
1243
+ "dependencies": {
1244
+ "@babel/runtime": "^7.18.9",
1245
+ "@polkadot/x-global": "10.1.7"
1246
+ },
1247
+ "engines": {
1248
+ "node": ">=14.0.0"
1249
+ }
1250
+ },
1251
+ "node_modules/@polkadot/x-textdecoder": {
1252
+ "version": "10.1.7",
1253
+ "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.7.tgz",
1254
+ "integrity": "sha512-iAFOHludmZFOyVL8sQFv4TDqbcqQU5gwwYv74duTA+WQBgbSITJrBahSCV/rXOjUqds9pzQO3qBFzziznNnkiQ==",
1255
+ "dependencies": {
1256
+ "@babel/runtime": "^7.18.9",
1257
+ "@polkadot/x-global": "10.1.7"
1258
+ },
1259
+ "engines": {
1260
+ "node": ">=14.0.0"
1261
+ }
1262
+ },
1263
+ "node_modules/@polkadot/x-textencoder": {
1264
+ "version": "10.1.7",
1265
+ "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.7.tgz",
1266
+ "integrity": "sha512-GzjaWZDbgzZ0IQT60xuZ7cZ0wnlNVYMqpfI9KvBc58X9dPI3TIMwzbXDVzZzpjY1SAqJGs4hJse9HMWZazfhew==",
1267
+ "dependencies": {
1268
+ "@babel/runtime": "^7.18.9",
1269
+ "@polkadot/x-global": "10.1.7"
1270
+ },
1271
+ "engines": {
1272
+ "node": ">=14.0.0"
1273
+ }
1274
+ },
1275
+ "node_modules/@polkadot/x-ws": {
1276
+ "version": "10.1.7",
1277
+ "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.7.tgz",
1278
+ "integrity": "sha512-aNkotxHx3qPVjiItD9lbNONs4GNzqeeZ98wHtCjd9JWl/g+xNkOVF3xQ8++1qSHPBEYSwKh9URjQH2+CD2XlvQ==",
1279
+ "dependencies": {
1280
+ "@babel/runtime": "^7.18.9",
1281
+ "@polkadot/x-global": "10.1.7",
1282
+ "@types/websocket": "^1.0.5",
1283
+ "websocket": "^1.0.34"
1284
+ },
1285
+ "engines": {
1286
+ "node": ">=14.0.0"
1287
+ }
1288
+ },
1289
+ "node_modules/@scure/base": {
1290
+ "version": "1.1.1",
1291
+ "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz",
1292
+ "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==",
1293
+ "funding": [
1294
+ {
1295
+ "type": "individual",
1296
+ "url": "https://paulmillr.com/funding/"
1297
+ }
1298
+ ]
1299
+ },
1300
+ "node_modules/@substrate/connect": {
1301
+ "version": "0.7.11",
1302
+ "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.11.tgz",
1303
+ "integrity": "sha512-/xiOlkmJfl2XPYQTmyWKEh2AXryEAPSMAxZXs6D/aqYDy0TKZDAp1dfQiHyPt1vMwOlnM4WJv9lPks3ZMwCP+w==",
1304
+ "dependencies": {
1305
+ "@substrate/connect-extension-protocol": "^1.0.1",
1306
+ "@substrate/smoldot-light": "0.6.30",
1307
+ "eventemitter3": "^4.0.7"
1308
+ }
1309
+ },
1310
+ "node_modules/@substrate/connect-extension-protocol": {
1311
+ "version": "1.0.1",
1312
+ "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz",
1313
+ "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg=="
1314
+ },
1315
+ "node_modules/@substrate/smoldot-light": {
1316
+ "version": "0.6.30",
1317
+ "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.30.tgz",
1318
+ "integrity": "sha512-U/F75XzxuNG+KGSujxsMAm8zUBpBON+l0oX19EnSWjvqD+smYjvcj1SeqQhFYxJjtoCQyZLedKBsZGyNbG3FbQ==",
1319
+ "dependencies": {
1320
+ "pako": "^2.0.4",
1321
+ "ws": "^8.8.1"
1322
+ }
1323
+ },
1324
+ "node_modules/@substrate/ss58-registry": {
1325
+ "version": "1.28.0",
1326
+ "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.28.0.tgz",
1327
+ "integrity": "sha512-XPSwSq4CThLyg+OnZ5/LHh3SPDQjRdGS3Ux5ClgWhRCQamlU86FCT1LBwQ/i+ximbdBfqKRRzVhm1ql3AJ9FKQ=="
1328
+ },
1329
+ "node_modules/@tsconfig/node10": {
1330
+ "version": "1.0.9",
1331
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
1332
+ "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
1333
+ "dev": true
1334
+ },
1335
+ "node_modules/@tsconfig/node12": {
1336
+ "version": "1.0.11",
1337
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
1338
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
1339
+ "dev": true
1340
+ },
1341
+ "node_modules/@tsconfig/node14": {
1342
+ "version": "1.0.3",
1343
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
1344
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
1345
+ "dev": true
1346
+ },
1347
+ "node_modules/@tsconfig/node16": {
1348
+ "version": "1.0.3",
1349
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz",
1350
+ "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==",
1351
+ "dev": true
1352
+ },
1353
+ "node_modules/@types/bn.js": {
1354
+ "version": "5.1.1",
1355
+ "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.1.tgz",
1356
+ "integrity": "sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==",
1357
+ "dependencies": {
1358
+ "@types/node": "*"
1359
+ }
1360
+ },
1361
+ "node_modules/@types/node": {
1362
+ "version": "18.7.14",
1363
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.14.tgz",
1364
+ "integrity": "sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA=="
1365
+ },
1366
+ "node_modules/@types/node-fetch": {
1367
+ "version": "2.6.2",
1368
+ "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz",
1369
+ "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==",
1370
+ "dependencies": {
1371
+ "@types/node": "*",
1372
+ "form-data": "^3.0.0"
1373
+ }
1374
+ },
1375
+ "node_modules/@types/websocket": {
1376
+ "version": "1.0.5",
1377
+ "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz",
1378
+ "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==",
1379
+ "dependencies": {
1380
+ "@types/node": "*"
1381
+ }
1382
+ },
1383
+ "node_modules/acorn": {
1384
+ "version": "8.8.0",
1385
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz",
1386
+ "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==",
1387
+ "dev": true,
1388
+ "bin": {
1389
+ "acorn": "bin/acorn"
1390
+ },
1391
+ "engines": {
1392
+ "node": ">=0.4.0"
1393
+ }
1394
+ },
1395
+ "node_modules/acorn-walk": {
1396
+ "version": "8.2.0",
1397
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
1398
+ "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
1399
+ "dev": true,
1400
+ "engines": {
1401
+ "node": ">=0.4.0"
1402
+ }
1403
+ },
1404
+ "node_modules/aes-js": {
1405
+ "version": "3.0.0",
1406
+ "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
1407
+ "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw=="
1408
+ },
1409
+ "node_modules/arg": {
1410
+ "version": "4.1.3",
1411
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
1412
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
1413
+ "dev": true
1414
+ },
1415
+ "node_modules/asynckit": {
1416
+ "version": "0.4.0",
1417
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
1418
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
1419
+ },
1420
+ "node_modules/bech32": {
1421
+ "version": "1.1.4",
1422
+ "resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
1423
+ "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
1424
+ },
1425
+ "node_modules/bn.js": {
1426
+ "version": "5.2.1",
1427
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
1428
+ "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="
1429
+ },
1430
+ "node_modules/brorand": {
1431
+ "version": "1.1.0",
1432
+ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
1433
+ "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
1434
+ },
1435
+ "node_modules/bufferutil": {
1436
+ "version": "4.0.6",
1437
+ "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz",
1438
+ "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==",
1439
+ "hasInstallScript": true,
1440
+ "dependencies": {
1441
+ "node-gyp-build": "^4.3.0"
1442
+ },
1443
+ "engines": {
1444
+ "node": ">=6.14.2"
1445
+ }
1446
+ },
1447
+ "node_modules/combined-stream": {
1448
+ "version": "1.0.8",
1449
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
1450
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
1451
+ "dependencies": {
1452
+ "delayed-stream": "~1.0.0"
1453
+ },
1454
+ "engines": {
1455
+ "node": ">= 0.8"
1456
+ }
1457
+ },
1458
+ "node_modules/create-require": {
1459
+ "version": "1.1.1",
1460
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
1461
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
1462
+ "dev": true
1463
+ },
1464
+ "node_modules/d": {
1465
+ "version": "1.0.1",
1466
+ "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
1467
+ "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
1468
+ "dependencies": {
1469
+ "es5-ext": "^0.10.50",
1470
+ "type": "^1.0.1"
1471
+ }
1472
+ },
1473
+ "node_modules/data-uri-to-buffer": {
1474
+ "version": "4.0.0",
1475
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
1476
+ "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==",
1477
+ "engines": {
1478
+ "node": ">= 12"
1479
+ }
1480
+ },
1481
+ "node_modules/debug": {
1482
+ "version": "4.3.4",
1483
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
1484
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
1485
+ "dependencies": {
1486
+ "ms": "2.1.2"
1487
+ },
1488
+ "engines": {
1489
+ "node": ">=6.0"
1490
+ },
1491
+ "peerDependenciesMeta": {
1492
+ "supports-color": {
1493
+ "optional": true
1494
+ }
1495
+ }
1496
+ },
1497
+ "node_modules/delayed-stream": {
1498
+ "version": "1.0.0",
1499
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
1500
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
1501
+ "engines": {
1502
+ "node": ">=0.4.0"
1503
+ }
1504
+ },
1505
+ "node_modules/diff": {
1506
+ "version": "4.0.2",
1507
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
1508
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
1509
+ "dev": true,
1510
+ "engines": {
1511
+ "node": ">=0.3.1"
1512
+ }
1513
+ },
1514
+ "node_modules/ed2curve": {
1515
+ "version": "0.3.0",
1516
+ "resolved": "https://registry.npmjs.org/ed2curve/-/ed2curve-0.3.0.tgz",
1517
+ "integrity": "sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==",
1518
+ "dependencies": {
1519
+ "tweetnacl": "1.x.x"
1520
+ }
1521
+ },
1522
+ "node_modules/elliptic": {
1523
+ "version": "6.5.4",
1524
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
1525
+ "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
1526
+ "dependencies": {
1527
+ "bn.js": "^4.11.9",
1528
+ "brorand": "^1.1.0",
1529
+ "hash.js": "^1.0.0",
1530
+ "hmac-drbg": "^1.0.1",
1531
+ "inherits": "^2.0.4",
1532
+ "minimalistic-assert": "^1.0.1",
1533
+ "minimalistic-crypto-utils": "^1.0.1"
1534
+ }
1535
+ },
1536
+ "node_modules/elliptic/node_modules/bn.js": {
1537
+ "version": "4.12.0",
1538
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
1539
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
1540
+ },
1541
+ "node_modules/es5-ext": {
1542
+ "version": "0.10.62",
1543
+ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz",
1544
+ "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==",
1545
+ "hasInstallScript": true,
1546
+ "dependencies": {
1547
+ "es6-iterator": "^2.0.3",
1548
+ "es6-symbol": "^3.1.3",
1549
+ "next-tick": "^1.1.0"
1550
+ },
1551
+ "engines": {
1552
+ "node": ">=0.10"
1553
+ }
1554
+ },
1555
+ "node_modules/es6-iterator": {
1556
+ "version": "2.0.3",
1557
+ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
1558
+ "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
1559
+ "dependencies": {
1560
+ "d": "1",
1561
+ "es5-ext": "^0.10.35",
1562
+ "es6-symbol": "^3.1.1"
1563
+ }
1564
+ },
1565
+ "node_modules/es6-symbol": {
1566
+ "version": "3.1.3",
1567
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
1568
+ "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
1569
+ "dependencies": {
1570
+ "d": "^1.0.1",
1571
+ "ext": "^1.1.2"
1572
+ }
1573
+ },
1574
+ "node_modules/ethers": {
1575
+ "version": "5.7.0",
1576
+ "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.0.tgz",
1577
+ "integrity": "sha512-5Xhzp2ZQRi0Em+0OkOcRHxPzCfoBfgtOQA+RUylSkuHbhTEaQklnYi2hsWbRgs3ztJsXVXd9VKBcO1ScWL8YfA==",
1578
+ "funding": [
1579
+ {
1580
+ "type": "individual",
1581
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
1582
+ },
1583
+ {
1584
+ "type": "individual",
1585
+ "url": "https://www.buymeacoffee.com/ricmoo"
1586
+ }
1587
+ ],
1588
+ "dependencies": {
1589
+ "@ethersproject/abi": "5.7.0",
1590
+ "@ethersproject/abstract-provider": "5.7.0",
1591
+ "@ethersproject/abstract-signer": "5.7.0",
1592
+ "@ethersproject/address": "5.7.0",
1593
+ "@ethersproject/base64": "5.7.0",
1594
+ "@ethersproject/basex": "5.7.0",
1595
+ "@ethersproject/bignumber": "5.7.0",
1596
+ "@ethersproject/bytes": "5.7.0",
1597
+ "@ethersproject/constants": "5.7.0",
1598
+ "@ethersproject/contracts": "5.7.0",
1599
+ "@ethersproject/hash": "5.7.0",
1600
+ "@ethersproject/hdnode": "5.7.0",
1601
+ "@ethersproject/json-wallets": "5.7.0",
1602
+ "@ethersproject/keccak256": "5.7.0",
1603
+ "@ethersproject/logger": "5.7.0",
1604
+ "@ethersproject/networks": "5.7.0",
1605
+ "@ethersproject/pbkdf2": "5.7.0",
1606
+ "@ethersproject/properties": "5.7.0",
1607
+ "@ethersproject/providers": "5.7.0",
1608
+ "@ethersproject/random": "5.7.0",
1609
+ "@ethersproject/rlp": "5.7.0",
1610
+ "@ethersproject/sha2": "5.7.0",
1611
+ "@ethersproject/signing-key": "5.7.0",
1612
+ "@ethersproject/solidity": "5.7.0",
1613
+ "@ethersproject/strings": "5.7.0",
1614
+ "@ethersproject/transactions": "5.7.0",
1615
+ "@ethersproject/units": "5.7.0",
1616
+ "@ethersproject/wallet": "5.7.0",
1617
+ "@ethersproject/web": "5.7.0",
1618
+ "@ethersproject/wordlists": "5.7.0"
1619
+ }
1620
+ },
1621
+ "node_modules/eventemitter3": {
1622
+ "version": "4.0.7",
1623
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
1624
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
1625
+ },
1626
+ "node_modules/ext": {
1627
+ "version": "1.7.0",
1628
+ "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
1629
+ "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
1630
+ "dependencies": {
1631
+ "type": "^2.7.2"
1632
+ }
1633
+ },
1634
+ "node_modules/ext/node_modules/type": {
1635
+ "version": "2.7.2",
1636
+ "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz",
1637
+ "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw=="
1638
+ },
1639
+ "node_modules/fetch-blob": {
1640
+ "version": "3.2.0",
1641
+ "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
1642
+ "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
1643
+ "funding": [
1644
+ {
1645
+ "type": "github",
1646
+ "url": "https://github.com/sponsors/jimmywarting"
1647
+ },
1648
+ {
1649
+ "type": "paypal",
1650
+ "url": "https://paypal.me/jimmywarting"
1651
+ }
1652
+ ],
1653
+ "dependencies": {
1654
+ "node-domexception": "^1.0.0",
1655
+ "web-streams-polyfill": "^3.0.3"
1656
+ },
1657
+ "engines": {
1658
+ "node": "^12.20 || >= 14.13"
1659
+ }
1660
+ },
1661
+ "node_modules/form-data": {
1662
+ "version": "3.0.1",
1663
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
1664
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
1665
+ "dependencies": {
1666
+ "asynckit": "^0.4.0",
1667
+ "combined-stream": "^1.0.8",
1668
+ "mime-types": "^2.1.12"
1669
+ },
1670
+ "engines": {
1671
+ "node": ">= 6"
1672
+ }
1673
+ },
1674
+ "node_modules/formdata-polyfill": {
1675
+ "version": "4.0.10",
1676
+ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
1677
+ "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
1678
+ "dependencies": {
1679
+ "fetch-blob": "^3.1.2"
1680
+ },
1681
+ "engines": {
1682
+ "node": ">=12.20.0"
1683
+ }
1684
+ },
1685
+ "node_modules/hash.js": {
1686
+ "version": "1.1.7",
1687
+ "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
1688
+ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
1689
+ "dependencies": {
1690
+ "inherits": "^2.0.3",
1691
+ "minimalistic-assert": "^1.0.1"
1692
+ }
1693
+ },
1694
+ "node_modules/hmac-drbg": {
1695
+ "version": "1.0.1",
1696
+ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
1697
+ "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
1698
+ "dependencies": {
1699
+ "hash.js": "^1.0.3",
1700
+ "minimalistic-assert": "^1.0.0",
1701
+ "minimalistic-crypto-utils": "^1.0.1"
1702
+ }
1703
+ },
1704
+ "node_modules/inherits": {
1705
+ "version": "2.0.4",
1706
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1707
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
1708
+ },
1709
+ "node_modules/is-typedarray": {
1710
+ "version": "1.0.0",
1711
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
1712
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
1713
+ },
1714
+ "node_modules/js-sha3": {
1715
+ "version": "0.8.0",
1716
+ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
1717
+ "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q=="
1718
+ },
1719
+ "node_modules/json-stringify-safe": {
1720
+ "version": "5.0.1",
1721
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
1722
+ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
1723
+ },
1724
+ "node_modules/lodash": {
1725
+ "version": "4.17.21",
1726
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
1727
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
1728
+ },
1729
+ "node_modules/lru-cache": {
1730
+ "version": "7.14.0",
1731
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz",
1732
+ "integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==",
1733
+ "engines": {
1734
+ "node": ">=12"
1735
+ }
1736
+ },
1737
+ "node_modules/make-error": {
1738
+ "version": "1.3.6",
1739
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
1740
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
1741
+ "dev": true
1742
+ },
1743
+ "node_modules/mime-db": {
1744
+ "version": "1.52.0",
1745
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
1746
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
1747
+ "engines": {
1748
+ "node": ">= 0.6"
1749
+ }
1750
+ },
1751
+ "node_modules/mime-types": {
1752
+ "version": "2.1.35",
1753
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
1754
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
1755
+ "dependencies": {
1756
+ "mime-db": "1.52.0"
1757
+ },
1758
+ "engines": {
1759
+ "node": ">= 0.6"
1760
+ }
1761
+ },
1762
+ "node_modules/minimalistic-assert": {
1763
+ "version": "1.0.1",
1764
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
1765
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
1766
+ },
1767
+ "node_modules/minimalistic-crypto-utils": {
1768
+ "version": "1.0.1",
1769
+ "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
1770
+ "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="
1771
+ },
1772
+ "node_modules/mock-socket": {
1773
+ "version": "9.1.5",
1774
+ "resolved": "https://registry.npmjs.org/mock-socket/-/mock-socket-9.1.5.tgz",
1775
+ "integrity": "sha512-3DeNIcsQixWHHKk6NdoBhWI4t1VMj5/HzfnI1rE/pLl5qKx7+gd4DNA07ehTaZ6MoUU053si6Hd+YtiM/tQZfg==",
1776
+ "engines": {
1777
+ "node": ">= 8"
1778
+ }
1779
+ },
1780
+ "node_modules/ms": {
1781
+ "version": "2.1.2",
1782
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
1783
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
1784
+ },
1785
+ "node_modules/next-tick": {
1786
+ "version": "1.1.0",
1787
+ "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
1788
+ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ=="
1789
+ },
1790
+ "node_modules/nock": {
1791
+ "version": "13.2.9",
1792
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz",
1793
+ "integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==",
1794
+ "dependencies": {
1795
+ "debug": "^4.1.0",
1796
+ "json-stringify-safe": "^5.0.1",
1797
+ "lodash": "^4.17.21",
1798
+ "propagate": "^2.0.0"
1799
+ },
1800
+ "engines": {
1801
+ "node": ">= 10.13"
1802
+ }
1803
+ },
1804
+ "node_modules/node-domexception": {
1805
+ "version": "1.0.0",
1806
+ "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
1807
+ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
1808
+ "funding": [
1809
+ {
1810
+ "type": "github",
1811
+ "url": "https://github.com/sponsors/jimmywarting"
1812
+ },
1813
+ {
1814
+ "type": "github",
1815
+ "url": "https://paypal.me/jimmywarting"
1816
+ }
1817
+ ],
1818
+ "engines": {
1819
+ "node": ">=10.5.0"
1820
+ }
1821
+ },
1822
+ "node_modules/node-fetch": {
1823
+ "version": "3.2.10",
1824
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz",
1825
+ "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==",
1826
+ "dependencies": {
1827
+ "data-uri-to-buffer": "^4.0.0",
1828
+ "fetch-blob": "^3.1.4",
1829
+ "formdata-polyfill": "^4.0.10"
1830
+ },
1831
+ "engines": {
1832
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1833
+ },
1834
+ "funding": {
1835
+ "type": "opencollective",
1836
+ "url": "https://opencollective.com/node-fetch"
1837
+ }
1838
+ },
1839
+ "node_modules/node-gyp-build": {
1840
+ "version": "4.5.0",
1841
+ "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz",
1842
+ "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==",
1843
+ "bin": {
1844
+ "node-gyp-build": "bin.js",
1845
+ "node-gyp-build-optional": "optional.js",
1846
+ "node-gyp-build-test": "build-test.js"
1847
+ }
1848
+ },
1849
+ "node_modules/pako": {
1850
+ "version": "2.0.4",
1851
+ "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz",
1852
+ "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg=="
1853
+ },
1854
+ "node_modules/propagate": {
1855
+ "version": "2.0.1",
1856
+ "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
1857
+ "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
1858
+ "engines": {
1859
+ "node": ">= 8"
1860
+ }
1861
+ },
1862
+ "node_modules/regenerator-runtime": {
1863
+ "version": "0.13.9",
1864
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
1865
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
1866
+ },
1867
+ "node_modules/rxjs": {
1868
+ "version": "7.5.6",
1869
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz",
1870
+ "integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==",
1871
+ "dependencies": {
1872
+ "tslib": "^2.1.0"
1873
+ }
1874
+ },
1875
+ "node_modules/scrypt-js": {
1876
+ "version": "3.0.1",
1877
+ "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
1878
+ "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
1879
+ },
1880
+ "node_modules/ts-node": {
1881
+ "version": "10.9.1",
1882
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
1883
+ "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==",
1884
+ "dev": true,
1885
+ "dependencies": {
1886
+ "@cspotcode/source-map-support": "^0.8.0",
1887
+ "@tsconfig/node10": "^1.0.7",
1888
+ "@tsconfig/node12": "^1.0.7",
1889
+ "@tsconfig/node14": "^1.0.0",
1890
+ "@tsconfig/node16": "^1.0.2",
1891
+ "acorn": "^8.4.1",
1892
+ "acorn-walk": "^8.1.1",
1893
+ "arg": "^4.1.0",
1894
+ "create-require": "^1.1.0",
1895
+ "diff": "^4.0.1",
1896
+ "make-error": "^1.1.1",
1897
+ "v8-compile-cache-lib": "^3.0.1",
1898
+ "yn": "3.1.1"
1899
+ },
1900
+ "bin": {
1901
+ "ts-node": "dist/bin.js",
1902
+ "ts-node-cwd": "dist/bin-cwd.js",
1903
+ "ts-node-esm": "dist/bin-esm.js",
1904
+ "ts-node-script": "dist/bin-script.js",
1905
+ "ts-node-transpile-only": "dist/bin-transpile.js",
1906
+ "ts-script": "dist/bin-script-deprecated.js"
1907
+ },
1908
+ "peerDependencies": {
1909
+ "@swc/core": ">=1.2.50",
1910
+ "@swc/wasm": ">=1.2.50",
1911
+ "@types/node": "*",
1912
+ "typescript": ">=2.7"
1913
+ },
1914
+ "peerDependenciesMeta": {
1915
+ "@swc/core": {
1916
+ "optional": true
1917
+ },
1918
+ "@swc/wasm": {
1919
+ "optional": true
1920
+ }
1921
+ }
1922
+ },
1923
+ "node_modules/tslib": {
1924
+ "version": "2.4.0",
1925
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
1926
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
1927
+ },
1928
+ "node_modules/tweetnacl": {
1929
+ "version": "1.0.3",
1930
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
1931
+ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
1932
+ },
1933
+ "node_modules/type": {
1934
+ "version": "1.2.0",
1935
+ "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
1936
+ "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg=="
1937
+ },
1938
+ "node_modules/typedarray-to-buffer": {
1939
+ "version": "3.1.5",
1940
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
1941
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
1942
+ "dependencies": {
1943
+ "is-typedarray": "^1.0.0"
1944
+ }
1945
+ },
1946
+ "node_modules/typescript": {
1947
+ "version": "4.8.2",
1948
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
1949
+ "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
1950
+ "dev": true,
1951
+ "peer": true,
1952
+ "bin": {
1953
+ "tsc": "bin/tsc",
1954
+ "tsserver": "bin/tsserver"
1955
+ },
1956
+ "engines": {
1957
+ "node": ">=4.2.0"
1958
+ }
1959
+ },
1960
+ "node_modules/utf-8-validate": {
1961
+ "version": "5.0.9",
1962
+ "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz",
1963
+ "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==",
1964
+ "hasInstallScript": true,
1965
+ "dependencies": {
1966
+ "node-gyp-build": "^4.3.0"
1967
+ },
1968
+ "engines": {
1969
+ "node": ">=6.14.2"
1970
+ }
1971
+ },
1972
+ "node_modules/v8-compile-cache-lib": {
1973
+ "version": "3.0.1",
1974
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
1975
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
1976
+ "dev": true
1977
+ },
1978
+ "node_modules/web-streams-polyfill": {
1979
+ "version": "3.2.1",
1980
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
1981
+ "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
1982
+ "engines": {
1983
+ "node": ">= 8"
1984
+ }
1985
+ },
1986
+ "node_modules/websocket": {
1987
+ "version": "1.0.34",
1988
+ "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz",
1989
+ "integrity": "sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==",
1990
+ "dependencies": {
1991
+ "bufferutil": "^4.0.1",
1992
+ "debug": "^2.2.0",
1993
+ "es5-ext": "^0.10.50",
1994
+ "typedarray-to-buffer": "^3.1.5",
1995
+ "utf-8-validate": "^5.0.2",
1996
+ "yaeti": "^0.0.6"
1997
+ },
1998
+ "engines": {
1999
+ "node": ">=4.0.0"
2000
+ }
2001
+ },
2002
+ "node_modules/websocket/node_modules/debug": {
2003
+ "version": "2.6.9",
2004
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
2005
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
2006
+ "dependencies": {
2007
+ "ms": "2.0.0"
2008
+ }
2009
+ },
2010
+ "node_modules/websocket/node_modules/ms": {
2011
+ "version": "2.0.0",
2012
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2013
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
2014
+ },
2015
+ "node_modules/ws": {
2016
+ "version": "8.8.1",
2017
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
2018
+ "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
2019
+ "engines": {
2020
+ "node": ">=10.0.0"
2021
+ },
2022
+ "peerDependencies": {
2023
+ "bufferutil": "^4.0.1",
2024
+ "utf-8-validate": "^5.0.2"
2025
+ },
2026
+ "peerDependenciesMeta": {
2027
+ "bufferutil": {
2028
+ "optional": true
2029
+ },
2030
+ "utf-8-validate": {
2031
+ "optional": true
2032
+ }
2033
+ }
2034
+ },
2035
+ "node_modules/yaeti": {
2036
+ "version": "0.0.6",
2037
+ "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz",
2038
+ "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==",
2039
+ "engines": {
2040
+ "node": ">=0.10.32"
2041
+ }
2042
+ },
2043
+ "node_modules/yn": {
2044
+ "version": "3.1.1",
2045
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
2046
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
2047
+ "dev": true,
2048
+ "engines": {
2049
+ "node": ">=6"
2050
+ }
2051
+ }
2052
+ },
2053
+ "dependencies": {
2054
+ "@babel/runtime": {
2055
+ "version": "7.18.9",
2056
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz",
2057
+ "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==",
2058
+ "requires": {
2059
+ "regenerator-runtime": "^0.13.4"
2060
+ }
2061
+ },
2062
+ "@cspotcode/source-map-support": {
2063
+ "version": "0.8.1",
2064
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
2065
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
2066
+ "dev": true,
2067
+ "requires": {
2068
+ "@jridgewell/trace-mapping": "0.3.9"
2069
+ }
2070
+ },
2071
+ "@ethersproject/abi": {
2072
+ "version": "5.7.0",
2073
+ "resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.7.0.tgz",
2074
+ "integrity": "sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==",
2075
+ "requires": {
2076
+ "@ethersproject/address": "^5.7.0",
2077
+ "@ethersproject/bignumber": "^5.7.0",
2078
+ "@ethersproject/bytes": "^5.7.0",
2079
+ "@ethersproject/constants": "^5.7.0",
2080
+ "@ethersproject/hash": "^5.7.0",
2081
+ "@ethersproject/keccak256": "^5.7.0",
2082
+ "@ethersproject/logger": "^5.7.0",
2083
+ "@ethersproject/properties": "^5.7.0",
2084
+ "@ethersproject/strings": "^5.7.0"
2085
+ }
2086
+ },
2087
+ "@ethersproject/abstract-provider": {
2088
+ "version": "5.7.0",
2089
+ "resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.7.0.tgz",
2090
+ "integrity": "sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==",
2091
+ "requires": {
2092
+ "@ethersproject/bignumber": "^5.7.0",
2093
+ "@ethersproject/bytes": "^5.7.0",
2094
+ "@ethersproject/logger": "^5.7.0",
2095
+ "@ethersproject/networks": "^5.7.0",
2096
+ "@ethersproject/properties": "^5.7.0",
2097
+ "@ethersproject/transactions": "^5.7.0",
2098
+ "@ethersproject/web": "^5.7.0"
2099
+ }
2100
+ },
2101
+ "@ethersproject/abstract-signer": {
2102
+ "version": "5.7.0",
2103
+ "resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.7.0.tgz",
2104
+ "integrity": "sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==",
2105
+ "requires": {
2106
+ "@ethersproject/abstract-provider": "^5.7.0",
2107
+ "@ethersproject/bignumber": "^5.7.0",
2108
+ "@ethersproject/bytes": "^5.7.0",
2109
+ "@ethersproject/logger": "^5.7.0",
2110
+ "@ethersproject/properties": "^5.7.0"
2111
+ }
2112
+ },
2113
+ "@ethersproject/address": {
2114
+ "version": "5.7.0",
2115
+ "resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.7.0.tgz",
2116
+ "integrity": "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==",
2117
+ "requires": {
2118
+ "@ethersproject/bignumber": "^5.7.0",
2119
+ "@ethersproject/bytes": "^5.7.0",
2120
+ "@ethersproject/keccak256": "^5.7.0",
2121
+ "@ethersproject/logger": "^5.7.0",
2122
+ "@ethersproject/rlp": "^5.7.0"
2123
+ }
2124
+ },
2125
+ "@ethersproject/base64": {
2126
+ "version": "5.7.0",
2127
+ "resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.7.0.tgz",
2128
+ "integrity": "sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==",
2129
+ "requires": {
2130
+ "@ethersproject/bytes": "^5.7.0"
2131
+ }
2132
+ },
2133
+ "@ethersproject/basex": {
2134
+ "version": "5.7.0",
2135
+ "resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.7.0.tgz",
2136
+ "integrity": "sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw==",
2137
+ "requires": {
2138
+ "@ethersproject/bytes": "^5.7.0",
2139
+ "@ethersproject/properties": "^5.7.0"
2140
+ }
2141
+ },
2142
+ "@ethersproject/bignumber": {
2143
+ "version": "5.7.0",
2144
+ "resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.7.0.tgz",
2145
+ "integrity": "sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==",
2146
+ "requires": {
2147
+ "@ethersproject/bytes": "^5.7.0",
2148
+ "@ethersproject/logger": "^5.7.0",
2149
+ "bn.js": "^5.2.1"
2150
+ }
2151
+ },
2152
+ "@ethersproject/bytes": {
2153
+ "version": "5.7.0",
2154
+ "resolved": "https://registry.npmjs.org/@ethersproject/bytes/-/bytes-5.7.0.tgz",
2155
+ "integrity": "sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==",
2156
+ "requires": {
2157
+ "@ethersproject/logger": "^5.7.0"
2158
+ }
2159
+ },
2160
+ "@ethersproject/constants": {
2161
+ "version": "5.7.0",
2162
+ "resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.7.0.tgz",
2163
+ "integrity": "sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==",
2164
+ "requires": {
2165
+ "@ethersproject/bignumber": "^5.7.0"
2166
+ }
2167
+ },
2168
+ "@ethersproject/contracts": {
2169
+ "version": "5.7.0",
2170
+ "resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.7.0.tgz",
2171
+ "integrity": "sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==",
2172
+ "requires": {
2173
+ "@ethersproject/abi": "^5.7.0",
2174
+ "@ethersproject/abstract-provider": "^5.7.0",
2175
+ "@ethersproject/abstract-signer": "^5.7.0",
2176
+ "@ethersproject/address": "^5.7.0",
2177
+ "@ethersproject/bignumber": "^5.7.0",
2178
+ "@ethersproject/bytes": "^5.7.0",
2179
+ "@ethersproject/constants": "^5.7.0",
2180
+ "@ethersproject/logger": "^5.7.0",
2181
+ "@ethersproject/properties": "^5.7.0",
2182
+ "@ethersproject/transactions": "^5.7.0"
2183
+ }
2184
+ },
2185
+ "@ethersproject/hash": {
2186
+ "version": "5.7.0",
2187
+ "resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.7.0.tgz",
2188
+ "integrity": "sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==",
2189
+ "requires": {
2190
+ "@ethersproject/abstract-signer": "^5.7.0",
2191
+ "@ethersproject/address": "^5.7.0",
2192
+ "@ethersproject/base64": "^5.7.0",
2193
+ "@ethersproject/bignumber": "^5.7.0",
2194
+ "@ethersproject/bytes": "^5.7.0",
2195
+ "@ethersproject/keccak256": "^5.7.0",
2196
+ "@ethersproject/logger": "^5.7.0",
2197
+ "@ethersproject/properties": "^5.7.0",
2198
+ "@ethersproject/strings": "^5.7.0"
2199
+ }
2200
+ },
2201
+ "@ethersproject/hdnode": {
2202
+ "version": "5.7.0",
2203
+ "resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.7.0.tgz",
2204
+ "integrity": "sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==",
2205
+ "requires": {
2206
+ "@ethersproject/abstract-signer": "^5.7.0",
2207
+ "@ethersproject/basex": "^5.7.0",
2208
+ "@ethersproject/bignumber": "^5.7.0",
2209
+ "@ethersproject/bytes": "^5.7.0",
2210
+ "@ethersproject/logger": "^5.7.0",
2211
+ "@ethersproject/pbkdf2": "^5.7.0",
2212
+ "@ethersproject/properties": "^5.7.0",
2213
+ "@ethersproject/sha2": "^5.7.0",
2214
+ "@ethersproject/signing-key": "^5.7.0",
2215
+ "@ethersproject/strings": "^5.7.0",
2216
+ "@ethersproject/transactions": "^5.7.0",
2217
+ "@ethersproject/wordlists": "^5.7.0"
2218
+ }
2219
+ },
2220
+ "@ethersproject/json-wallets": {
2221
+ "version": "5.7.0",
2222
+ "resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz",
2223
+ "integrity": "sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==",
2224
+ "requires": {
2225
+ "@ethersproject/abstract-signer": "^5.7.0",
2226
+ "@ethersproject/address": "^5.7.0",
2227
+ "@ethersproject/bytes": "^5.7.0",
2228
+ "@ethersproject/hdnode": "^5.7.0",
2229
+ "@ethersproject/keccak256": "^5.7.0",
2230
+ "@ethersproject/logger": "^5.7.0",
2231
+ "@ethersproject/pbkdf2": "^5.7.0",
2232
+ "@ethersproject/properties": "^5.7.0",
2233
+ "@ethersproject/random": "^5.7.0",
2234
+ "@ethersproject/strings": "^5.7.0",
2235
+ "@ethersproject/transactions": "^5.7.0",
2236
+ "aes-js": "3.0.0",
2237
+ "scrypt-js": "3.0.1"
2238
+ }
2239
+ },
2240
+ "@ethersproject/keccak256": {
2241
+ "version": "5.7.0",
2242
+ "resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
2243
+ "integrity": "sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==",
2244
+ "requires": {
2245
+ "@ethersproject/bytes": "^5.7.0",
2246
+ "js-sha3": "0.8.0"
2247
+ }
2248
+ },
2249
+ "@ethersproject/logger": {
2250
+ "version": "5.7.0",
2251
+ "resolved": "https://registry.npmjs.org/@ethersproject/logger/-/logger-5.7.0.tgz",
2252
+ "integrity": "sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig=="
2253
+ },
2254
+ "@ethersproject/networks": {
2255
+ "version": "5.7.0",
2256
+ "resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.7.0.tgz",
2257
+ "integrity": "sha512-MG6oHSQHd4ebvJrleEQQ4HhVu8Ichr0RDYEfHzsVAVjHNM+w36x9wp9r+hf1JstMXtseXDtkiVoARAG6M959AA==",
2258
+ "requires": {
2259
+ "@ethersproject/logger": "^5.7.0"
2260
+ }
2261
+ },
2262
+ "@ethersproject/pbkdf2": {
2263
+ "version": "5.7.0",
2264
+ "resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.7.0.tgz",
2265
+ "integrity": "sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==",
2266
+ "requires": {
2267
+ "@ethersproject/bytes": "^5.7.0",
2268
+ "@ethersproject/sha2": "^5.7.0"
2269
+ }
2270
+ },
2271
+ "@ethersproject/properties": {
2272
+ "version": "5.7.0",
2273
+ "resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz",
2274
+ "integrity": "sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==",
2275
+ "requires": {
2276
+ "@ethersproject/logger": "^5.7.0"
2277
+ }
2278
+ },
2279
+ "@ethersproject/providers": {
2280
+ "version": "5.7.0",
2281
+ "resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.7.0.tgz",
2282
+ "integrity": "sha512-+TTrrINMzZ0aXtlwO/95uhAggKm4USLm1PbeCBR/3XZ7+Oey+3pMyddzZEyRhizHpy1HXV0FRWRMI1O3EGYibA==",
2283
+ "requires": {
2284
+ "@ethersproject/abstract-provider": "^5.7.0",
2285
+ "@ethersproject/abstract-signer": "^5.7.0",
2286
+ "@ethersproject/address": "^5.7.0",
2287
+ "@ethersproject/base64": "^5.7.0",
2288
+ "@ethersproject/basex": "^5.7.0",
2289
+ "@ethersproject/bignumber": "^5.7.0",
2290
+ "@ethersproject/bytes": "^5.7.0",
2291
+ "@ethersproject/constants": "^5.7.0",
2292
+ "@ethersproject/hash": "^5.7.0",
2293
+ "@ethersproject/logger": "^5.7.0",
2294
+ "@ethersproject/networks": "^5.7.0",
2295
+ "@ethersproject/properties": "^5.7.0",
2296
+ "@ethersproject/random": "^5.7.0",
2297
+ "@ethersproject/rlp": "^5.7.0",
2298
+ "@ethersproject/sha2": "^5.7.0",
2299
+ "@ethersproject/strings": "^5.7.0",
2300
+ "@ethersproject/transactions": "^5.7.0",
2301
+ "@ethersproject/web": "^5.7.0",
2302
+ "bech32": "1.1.4",
2303
+ "ws": "7.4.6"
2304
+ },
2305
+ "dependencies": {
2306
+ "ws": {
2307
+ "version": "7.4.6",
2308
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
2309
+ "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
2310
+ "requires": {}
2311
+ }
2312
+ }
2313
+ },
2314
+ "@ethersproject/random": {
2315
+ "version": "5.7.0",
2316
+ "resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.7.0.tgz",
2317
+ "integrity": "sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ==",
2318
+ "requires": {
2319
+ "@ethersproject/bytes": "^5.7.0",
2320
+ "@ethersproject/logger": "^5.7.0"
2321
+ }
2322
+ },
2323
+ "@ethersproject/rlp": {
2324
+ "version": "5.7.0",
2325
+ "resolved": "https://registry.npmjs.org/@ethersproject/rlp/-/rlp-5.7.0.tgz",
2326
+ "integrity": "sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==",
2327
+ "requires": {
2328
+ "@ethersproject/bytes": "^5.7.0",
2329
+ "@ethersproject/logger": "^5.7.0"
2330
+ }
2331
+ },
2332
+ "@ethersproject/sha2": {
2333
+ "version": "5.7.0",
2334
+ "resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.7.0.tgz",
2335
+ "integrity": "sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==",
2336
+ "requires": {
2337
+ "@ethersproject/bytes": "^5.7.0",
2338
+ "@ethersproject/logger": "^5.7.0",
2339
+ "hash.js": "1.1.7"
2340
+ }
2341
+ },
2342
+ "@ethersproject/signing-key": {
2343
+ "version": "5.7.0",
2344
+ "resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.7.0.tgz",
2345
+ "integrity": "sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==",
2346
+ "requires": {
2347
+ "@ethersproject/bytes": "^5.7.0",
2348
+ "@ethersproject/logger": "^5.7.0",
2349
+ "@ethersproject/properties": "^5.7.0",
2350
+ "bn.js": "^5.2.1",
2351
+ "elliptic": "6.5.4",
2352
+ "hash.js": "1.1.7"
2353
+ }
2354
+ },
2355
+ "@ethersproject/solidity": {
2356
+ "version": "5.7.0",
2357
+ "resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.7.0.tgz",
2358
+ "integrity": "sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==",
2359
+ "requires": {
2360
+ "@ethersproject/bignumber": "^5.7.0",
2361
+ "@ethersproject/bytes": "^5.7.0",
2362
+ "@ethersproject/keccak256": "^5.7.0",
2363
+ "@ethersproject/logger": "^5.7.0",
2364
+ "@ethersproject/sha2": "^5.7.0",
2365
+ "@ethersproject/strings": "^5.7.0"
2366
+ }
2367
+ },
2368
+ "@ethersproject/strings": {
2369
+ "version": "5.7.0",
2370
+ "resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz",
2371
+ "integrity": "sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==",
2372
+ "requires": {
2373
+ "@ethersproject/bytes": "^5.7.0",
2374
+ "@ethersproject/constants": "^5.7.0",
2375
+ "@ethersproject/logger": "^5.7.0"
2376
+ }
2377
+ },
2378
+ "@ethersproject/transactions": {
2379
+ "version": "5.7.0",
2380
+ "resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.7.0.tgz",
2381
+ "integrity": "sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==",
2382
+ "requires": {
2383
+ "@ethersproject/address": "^5.7.0",
2384
+ "@ethersproject/bignumber": "^5.7.0",
2385
+ "@ethersproject/bytes": "^5.7.0",
2386
+ "@ethersproject/constants": "^5.7.0",
2387
+ "@ethersproject/keccak256": "^5.7.0",
2388
+ "@ethersproject/logger": "^5.7.0",
2389
+ "@ethersproject/properties": "^5.7.0",
2390
+ "@ethersproject/rlp": "^5.7.0",
2391
+ "@ethersproject/signing-key": "^5.7.0"
2392
+ }
2393
+ },
2394
+ "@ethersproject/units": {
2395
+ "version": "5.7.0",
2396
+ "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.7.0.tgz",
2397
+ "integrity": "sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg==",
2398
+ "requires": {
2399
+ "@ethersproject/bignumber": "^5.7.0",
2400
+ "@ethersproject/constants": "^5.7.0",
2401
+ "@ethersproject/logger": "^5.7.0"
2402
+ }
2403
+ },
2404
+ "@ethersproject/wallet": {
2405
+ "version": "5.7.0",
2406
+ "resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.7.0.tgz",
2407
+ "integrity": "sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==",
2408
+ "requires": {
2409
+ "@ethersproject/abstract-provider": "^5.7.0",
2410
+ "@ethersproject/abstract-signer": "^5.7.0",
2411
+ "@ethersproject/address": "^5.7.0",
2412
+ "@ethersproject/bignumber": "^5.7.0",
2413
+ "@ethersproject/bytes": "^5.7.0",
2414
+ "@ethersproject/hash": "^5.7.0",
2415
+ "@ethersproject/hdnode": "^5.7.0",
2416
+ "@ethersproject/json-wallets": "^5.7.0",
2417
+ "@ethersproject/keccak256": "^5.7.0",
2418
+ "@ethersproject/logger": "^5.7.0",
2419
+ "@ethersproject/properties": "^5.7.0",
2420
+ "@ethersproject/random": "^5.7.0",
2421
+ "@ethersproject/signing-key": "^5.7.0",
2422
+ "@ethersproject/transactions": "^5.7.0",
2423
+ "@ethersproject/wordlists": "^5.7.0"
2424
+ }
2425
+ },
2426
+ "@ethersproject/web": {
2427
+ "version": "5.7.0",
2428
+ "resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.0.tgz",
2429
+ "integrity": "sha512-ApHcbbj+muRASVDSCl/tgxaH2LBkRMEYfLOLVa0COipx0+nlu0QKet7U2lEg0vdkh8XRSLf2nd1f1Uk9SrVSGA==",
2430
+ "requires": {
2431
+ "@ethersproject/base64": "^5.7.0",
2432
+ "@ethersproject/bytes": "^5.7.0",
2433
+ "@ethersproject/logger": "^5.7.0",
2434
+ "@ethersproject/properties": "^5.7.0",
2435
+ "@ethersproject/strings": "^5.7.0"
2436
+ }
2437
+ },
2438
+ "@ethersproject/wordlists": {
2439
+ "version": "5.7.0",
2440
+ "resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.7.0.tgz",
2441
+ "integrity": "sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA==",
2442
+ "requires": {
2443
+ "@ethersproject/bytes": "^5.7.0",
2444
+ "@ethersproject/hash": "^5.7.0",
2445
+ "@ethersproject/logger": "^5.7.0",
2446
+ "@ethersproject/properties": "^5.7.0",
2447
+ "@ethersproject/strings": "^5.7.0"
2448
+ }
2449
+ },
2450
+ "@jridgewell/resolve-uri": {
2451
+ "version": "3.1.0",
2452
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
2453
+ "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
2454
+ "dev": true
2455
+ },
2456
+ "@jridgewell/sourcemap-codec": {
2457
+ "version": "1.4.14",
2458
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
2459
+ "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
2460
+ "dev": true
2461
+ },
2462
+ "@jridgewell/trace-mapping": {
2463
+ "version": "0.3.9",
2464
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
2465
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
2466
+ "dev": true,
2467
+ "requires": {
2468
+ "@jridgewell/resolve-uri": "^3.0.3",
2469
+ "@jridgewell/sourcemap-codec": "^1.4.10"
2470
+ }
2471
+ },
2472
+ "@moonbeam-network/api-augment": {
2473
+ "version": "0.1700.0",
2474
+ "resolved": "https://registry.npmjs.org/@moonbeam-network/api-augment/-/api-augment-0.1700.0.tgz",
2475
+ "integrity": "sha512-HpRVtS1HyONSrPNGh8pkjqU9TDCItF0WdX/VfYtFFXgXyUz+KFb8fEK/frU4G7ZZmskMUmCxi/ccMfH86dgMuw=="
2476
+ },
2477
+ "@moonbeam-network/xcm-config": {
2478
+ "version": "0.0.23",
2479
+ "resolved": "https://registry.npmjs.org/@moonbeam-network/xcm-config/-/xcm-config-0.0.23.tgz",
2480
+ "integrity": "sha512-PaY5+Uj7rieiOY8YCBPrw+WQkM6N5bz4Q2q4cAYzkJQoxElHh/QKl0Wb40H20RICOy/egn/ad1awnZIefFN8WA==",
2481
+ "requires": {
2482
+ "@moonbeam-network/api-augment": "^0.1700.0",
2483
+ "@polkadot/types": "^9.1.1",
2484
+ "@polkadot/util": "^10.1.3",
2485
+ "@polkadot/util-crypto": "^10.1.3"
2486
+ }
2487
+ },
2488
+ "@moonbeam-network/xcm-sdk": {
2489
+ "version": "0.0.23",
2490
+ "resolved": "https://registry.npmjs.org/@moonbeam-network/xcm-sdk/-/xcm-sdk-0.0.23.tgz",
2491
+ "integrity": "sha512-cUOUKkTwlMJzLzQfqTeHi2xO0y2jXG1OaOLbq9xVIBtORG4e/KD2JPZIoU65ZBne9uFmeHzcsrDA4FNTVZLNZw==",
2492
+ "requires": {
2493
+ "@moonbeam-network/api-augment": "^0.1700.0",
2494
+ "@moonbeam-network/xcm-config": "^0.0.23",
2495
+ "@polkadot/api": "^9.1.1",
2496
+ "@polkadot/types": "^9.1.1",
2497
+ "@polkadot/util": "^10.1.3",
2498
+ "ethers": "^5.6.9",
2499
+ "lodash": "^4.17.21",
2500
+ "lru-cache": "^7.13.1"
2501
+ }
2502
+ },
2503
+ "@noble/hashes": {
2504
+ "version": "1.1.2",
2505
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz",
2506
+ "integrity": "sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA=="
2507
+ },
2508
+ "@noble/secp256k1": {
2509
+ "version": "1.6.3",
2510
+ "resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.6.3.tgz",
2511
+ "integrity": "sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ=="
2512
+ },
2513
+ "@polkadot/api": {
2514
+ "version": "9.3.2",
2515
+ "resolved": "https://registry.npmjs.org/@polkadot/api/-/api-9.3.2.tgz",
2516
+ "integrity": "sha512-0oA1Dzhpse5lvKEU3SeqfYamLVZxz0uEGMMpvj2Gnvaz8rZNZbmKEqFgoI1EZwybKw8gE/jhHt+R6mIxE+qAUQ==",
2517
+ "requires": {
2518
+ "@babel/runtime": "^7.18.9",
2519
+ "@polkadot/api-augment": "9.3.2",
2520
+ "@polkadot/api-base": "9.3.2",
2521
+ "@polkadot/api-derive": "9.3.2",
2522
+ "@polkadot/keyring": "^10.1.7",
2523
+ "@polkadot/rpc-augment": "9.3.2",
2524
+ "@polkadot/rpc-core": "9.3.2",
2525
+ "@polkadot/rpc-provider": "9.3.2",
2526
+ "@polkadot/types": "9.3.2",
2527
+ "@polkadot/types-augment": "9.3.2",
2528
+ "@polkadot/types-codec": "9.3.2",
2529
+ "@polkadot/types-create": "9.3.2",
2530
+ "@polkadot/types-known": "9.3.2",
2531
+ "@polkadot/util": "^10.1.7",
2532
+ "@polkadot/util-crypto": "^10.1.7",
2533
+ "eventemitter3": "^4.0.7",
2534
+ "rxjs": "^7.5.6"
2535
+ }
2536
+ },
2537
+ "@polkadot/api-augment": {
2538
+ "version": "9.3.2",
2539
+ "resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-9.3.2.tgz",
2540
+ "integrity": "sha512-8Gfwmz9vvrvhRRE9wpu1XUQJdFUUsqCRpjqWsmNi9mn1q/GkNbGGgV/qCdClCsO+2RAqwe/vyIM8IAxBKGDavA==",
2541
+ "requires": {
2542
+ "@babel/runtime": "^7.18.9",
2543
+ "@polkadot/api-base": "9.3.2",
2544
+ "@polkadot/rpc-augment": "9.3.2",
2545
+ "@polkadot/types": "9.3.2",
2546
+ "@polkadot/types-augment": "9.3.2",
2547
+ "@polkadot/types-codec": "9.3.2",
2548
+ "@polkadot/util": "^10.1.7"
2549
+ }
2550
+ },
2551
+ "@polkadot/api-base": {
2552
+ "version": "9.3.2",
2553
+ "resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-9.3.2.tgz",
2554
+ "integrity": "sha512-haXEqaJ7a+oQdGAmI0AGVfFGabBDJrsR1NlomluRTEaf1sYBveMb+uuidzMDBEAnJ8y8he7RAKU1y0A2r+YdMg==",
2555
+ "requires": {
2556
+ "@babel/runtime": "^7.18.9",
2557
+ "@polkadot/rpc-core": "9.3.2",
2558
+ "@polkadot/types": "9.3.2",
2559
+ "@polkadot/util": "^10.1.7",
2560
+ "rxjs": "^7.5.6"
2561
+ }
2562
+ },
2563
+ "@polkadot/api-derive": {
2564
+ "version": "9.3.2",
2565
+ "resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-9.3.2.tgz",
2566
+ "integrity": "sha512-+Wwn84QUsoVEMEX/NoJBHwvNdtYp+NYFhf8ZiWcTu75a6yKpdAW8dmnkktgb8u0GTdIDhc3UuN6d++ew/oglog==",
2567
+ "requires": {
2568
+ "@babel/runtime": "^7.18.9",
2569
+ "@polkadot/api": "9.3.2",
2570
+ "@polkadot/api-augment": "9.3.2",
2571
+ "@polkadot/api-base": "9.3.2",
2572
+ "@polkadot/rpc-core": "9.3.2",
2573
+ "@polkadot/types": "9.3.2",
2574
+ "@polkadot/types-codec": "9.3.2",
2575
+ "@polkadot/util": "^10.1.7",
2576
+ "@polkadot/util-crypto": "^10.1.7",
2577
+ "rxjs": "^7.5.6"
2578
+ }
2579
+ },
2580
+ "@polkadot/keyring": {
2581
+ "version": "10.1.7",
2582
+ "resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-10.1.7.tgz",
2583
+ "integrity": "sha512-lArwaAS3hDs+HHupDIC4r2mFaAfmNQV2YzwL2wM5zhOqB2RugN03BFrgwNll0y9/Bg8rYDqM3Y5BvVMzgMZ6XA==",
2584
+ "requires": {
2585
+ "@babel/runtime": "^7.18.9",
2586
+ "@polkadot/util": "10.1.7",
2587
+ "@polkadot/util-crypto": "10.1.7"
2588
+ }
2589
+ },
2590
+ "@polkadot/networks": {
2591
+ "version": "10.1.7",
2592
+ "resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-10.1.7.tgz",
2593
+ "integrity": "sha512-ol864SZ/GwAF72GQOPRy+Y9r6NtgJJjMBlDLESvV5VK64eEB0MRSSyiOdd7y/4SumR9crrrNimx3ynACFgxZ8A==",
2594
+ "requires": {
2595
+ "@babel/runtime": "^7.18.9",
2596
+ "@polkadot/util": "10.1.7",
2597
+ "@substrate/ss58-registry": "^1.28.0"
2598
+ }
2599
+ },
2600
+ "@polkadot/rpc-augment": {
2601
+ "version": "9.3.2",
2602
+ "resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-9.3.2.tgz",
2603
+ "integrity": "sha512-HIDCrGceOSUpUiNpBPuL9N8wUinUVrsh1BJJAjX4RuUVTTUQGZsjtnWcrz9GGJ1UN0OgvKp9sG7jiMKlXMC0yA==",
2604
+ "requires": {
2605
+ "@babel/runtime": "^7.18.9",
2606
+ "@polkadot/rpc-core": "9.3.2",
2607
+ "@polkadot/types": "9.3.2",
2608
+ "@polkadot/types-codec": "9.3.2",
2609
+ "@polkadot/util": "^10.1.7"
2610
+ }
2611
+ },
2612
+ "@polkadot/rpc-core": {
2613
+ "version": "9.3.2",
2614
+ "resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-9.3.2.tgz",
2615
+ "integrity": "sha512-9pya/ty4D6B+706d/8TK/j+m7k6ydQfhx8Z036kfGrBCHLPYUJXVz59VTgiQodffzrOYDBomTwWqzUjRviPk5A==",
2616
+ "requires": {
2617
+ "@babel/runtime": "^7.18.9",
2618
+ "@polkadot/rpc-augment": "9.3.2",
2619
+ "@polkadot/rpc-provider": "9.3.2",
2620
+ "@polkadot/types": "9.3.2",
2621
+ "@polkadot/util": "^10.1.7",
2622
+ "rxjs": "^7.5.6"
2623
+ }
2624
+ },
2625
+ "@polkadot/rpc-provider": {
2626
+ "version": "9.3.2",
2627
+ "resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-9.3.2.tgz",
2628
+ "integrity": "sha512-D5lL7Q2kdJoaZtgM8na82fuP2SAFISntHVO+GfSuDMrPLiQVQ0OyT3+JarZaW3Y948ov3bjzlVkapcu2Nosh8w==",
2629
+ "requires": {
2630
+ "@babel/runtime": "^7.18.9",
2631
+ "@polkadot/keyring": "^10.1.7",
2632
+ "@polkadot/types": "9.3.2",
2633
+ "@polkadot/types-support": "9.3.2",
2634
+ "@polkadot/util": "^10.1.7",
2635
+ "@polkadot/util-crypto": "^10.1.7",
2636
+ "@polkadot/x-fetch": "^10.1.7",
2637
+ "@polkadot/x-global": "^10.1.7",
2638
+ "@polkadot/x-ws": "^10.1.7",
2639
+ "@substrate/connect": "0.7.11",
2640
+ "eventemitter3": "^4.0.7",
2641
+ "mock-socket": "^9.1.5",
2642
+ "nock": "^13.2.9"
2643
+ }
2644
+ },
2645
+ "@polkadot/types": {
2646
+ "version": "9.3.2",
2647
+ "resolved": "https://registry.npmjs.org/@polkadot/types/-/types-9.3.2.tgz",
2648
+ "integrity": "sha512-fqL9QHejDmN4FnfH0H9/FDtsX4XWF7TDcYiBTNSISaosCIEvUw2cNCU0z+a9w8PiQ7unyTgrMbeY+mJm3XnPqQ==",
2649
+ "requires": {
2650
+ "@babel/runtime": "^7.18.9",
2651
+ "@polkadot/keyring": "^10.1.7",
2652
+ "@polkadot/types-augment": "9.3.2",
2653
+ "@polkadot/types-codec": "9.3.2",
2654
+ "@polkadot/types-create": "9.3.2",
2655
+ "@polkadot/util": "^10.1.7",
2656
+ "@polkadot/util-crypto": "^10.1.7",
2657
+ "rxjs": "^7.5.6"
2658
+ }
2659
+ },
2660
+ "@polkadot/types-augment": {
2661
+ "version": "9.3.2",
2662
+ "resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-9.3.2.tgz",
2663
+ "integrity": "sha512-dXA5kZ32YN//lePSWVtIR/9xG12BVA5eEoQtDOvxuin+7Hp4XL9YpNopy2QynFrF9Qkw9n6p+DOJHlU8eMoPDg==",
2664
+ "requires": {
2665
+ "@babel/runtime": "^7.18.9",
2666
+ "@polkadot/types": "9.3.2",
2667
+ "@polkadot/types-codec": "9.3.2",
2668
+ "@polkadot/util": "^10.1.7"
2669
+ }
2670
+ },
2671
+ "@polkadot/types-codec": {
2672
+ "version": "9.3.2",
2673
+ "resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-9.3.2.tgz",
2674
+ "integrity": "sha512-XhcgJQev7gUvlmifibVCX/UpI75I9KOfVGzUUvAJvd53LdmK44Pkqd9pbk6O8iY6IaQovZWiWRLsL1tr1fnn1A==",
2675
+ "requires": {
2676
+ "@babel/runtime": "^7.18.9",
2677
+ "@polkadot/util": "^10.1.7",
2678
+ "@polkadot/x-bigint": "^10.1.7"
2679
+ }
2680
+ },
2681
+ "@polkadot/types-create": {
2682
+ "version": "9.3.2",
2683
+ "resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-9.3.2.tgz",
2684
+ "integrity": "sha512-yIRrm9nhOPu7asIdo5j4tB6GhDqUIK6zLJyEApx6gsjI+09wgvHwCfWOc6H7ziqkGmt/He56ISjYNPULtQqt/g==",
2685
+ "requires": {
2686
+ "@babel/runtime": "^7.18.9",
2687
+ "@polkadot/types-codec": "9.3.2",
2688
+ "@polkadot/util": "^10.1.7"
2689
+ }
2690
+ },
2691
+ "@polkadot/types-known": {
2692
+ "version": "9.3.2",
2693
+ "resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-9.3.2.tgz",
2694
+ "integrity": "sha512-e+hCX8wVNrqDwcutwFsiCZhUD6SjzASPTD/2XnwCWVdfMT7z8hMOLioPo8GzcY6ROkl6ySyUYkCAQFocomnWGA==",
2695
+ "requires": {
2696
+ "@babel/runtime": "^7.18.9",
2697
+ "@polkadot/networks": "^10.1.7",
2698
+ "@polkadot/types": "9.3.2",
2699
+ "@polkadot/types-codec": "9.3.2",
2700
+ "@polkadot/types-create": "9.3.2",
2701
+ "@polkadot/util": "^10.1.7"
2702
+ }
2703
+ },
2704
+ "@polkadot/types-support": {
2705
+ "version": "9.3.2",
2706
+ "resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-9.3.2.tgz",
2707
+ "integrity": "sha512-tIQ1467N4UUaP7c3M/IDyUn8/JyNiF9W0C6Z5TGzuYzmGtcjSQgfaV+cFBc15BeIpDlU7sVxpwuDzpwiNhmJ+Q==",
2708
+ "requires": {
2709
+ "@babel/runtime": "^7.18.9",
2710
+ "@polkadot/util": "^10.1.7"
2711
+ }
2712
+ },
2713
+ "@polkadot/util": {
2714
+ "version": "10.1.7",
2715
+ "resolved": "https://registry.npmjs.org/@polkadot/util/-/util-10.1.7.tgz",
2716
+ "integrity": "sha512-s7gDLdNb4HUpoe3faXwoO6HwiUp8pi66voYKiUYRh1kEtW1o9vGBgyZPHPGC/FBgILzTJKii/9XxnSex60zBTA==",
2717
+ "requires": {
2718
+ "@babel/runtime": "^7.18.9",
2719
+ "@polkadot/x-bigint": "10.1.7",
2720
+ "@polkadot/x-global": "10.1.7",
2721
+ "@polkadot/x-textdecoder": "10.1.7",
2722
+ "@polkadot/x-textencoder": "10.1.7",
2723
+ "@types/bn.js": "^5.1.1",
2724
+ "bn.js": "^5.2.1"
2725
+ }
2726
+ },
2727
+ "@polkadot/util-crypto": {
2728
+ "version": "10.1.7",
2729
+ "resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-10.1.7.tgz",
2730
+ "integrity": "sha512-zGmSU7a0wdWfpDtfc+Q7fUuW+extu9o1Uh4JpkuwwZ/dxmyW5xlfqVsIScM1pdPyjJsyamX8KwsKiVsW4slasg==",
2731
+ "requires": {
2732
+ "@babel/runtime": "^7.18.9",
2733
+ "@noble/hashes": "1.1.2",
2734
+ "@noble/secp256k1": "1.6.3",
2735
+ "@polkadot/networks": "10.1.7",
2736
+ "@polkadot/util": "10.1.7",
2737
+ "@polkadot/wasm-crypto": "^6.3.1",
2738
+ "@polkadot/x-bigint": "10.1.7",
2739
+ "@polkadot/x-randomvalues": "10.1.7",
2740
+ "@scure/base": "1.1.1",
2741
+ "ed2curve": "^0.3.0",
2742
+ "tweetnacl": "^1.0.3"
2743
+ }
2744
+ },
2745
+ "@polkadot/wasm-bridge": {
2746
+ "version": "6.3.1",
2747
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz",
2748
+ "integrity": "sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==",
2749
+ "requires": {
2750
+ "@babel/runtime": "^7.18.9"
2751
+ }
2752
+ },
2753
+ "@polkadot/wasm-crypto": {
2754
+ "version": "6.3.1",
2755
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz",
2756
+ "integrity": "sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==",
2757
+ "requires": {
2758
+ "@babel/runtime": "^7.18.9",
2759
+ "@polkadot/wasm-bridge": "6.3.1",
2760
+ "@polkadot/wasm-crypto-asmjs": "6.3.1",
2761
+ "@polkadot/wasm-crypto-init": "6.3.1",
2762
+ "@polkadot/wasm-crypto-wasm": "6.3.1",
2763
+ "@polkadot/wasm-util": "6.3.1"
2764
+ }
2765
+ },
2766
+ "@polkadot/wasm-crypto-asmjs": {
2767
+ "version": "6.3.1",
2768
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz",
2769
+ "integrity": "sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==",
2770
+ "requires": {
2771
+ "@babel/runtime": "^7.18.9"
2772
+ }
2773
+ },
2774
+ "@polkadot/wasm-crypto-init": {
2775
+ "version": "6.3.1",
2776
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz",
2777
+ "integrity": "sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==",
2778
+ "requires": {
2779
+ "@babel/runtime": "^7.18.9",
2780
+ "@polkadot/wasm-bridge": "6.3.1",
2781
+ "@polkadot/wasm-crypto-asmjs": "6.3.1",
2782
+ "@polkadot/wasm-crypto-wasm": "6.3.1"
2783
+ }
2784
+ },
2785
+ "@polkadot/wasm-crypto-wasm": {
2786
+ "version": "6.3.1",
2787
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz",
2788
+ "integrity": "sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==",
2789
+ "requires": {
2790
+ "@babel/runtime": "^7.18.9",
2791
+ "@polkadot/wasm-util": "6.3.1"
2792
+ }
2793
+ },
2794
+ "@polkadot/wasm-util": {
2795
+ "version": "6.3.1",
2796
+ "resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz",
2797
+ "integrity": "sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==",
2798
+ "requires": {
2799
+ "@babel/runtime": "^7.18.9"
2800
+ }
2801
+ },
2802
+ "@polkadot/x-bigint": {
2803
+ "version": "10.1.7",
2804
+ "resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-10.1.7.tgz",
2805
+ "integrity": "sha512-uaClHpI6cnDumIfejUKvNTkB43JleEb0V6OIufDKJ/e1aCLE3f/Ws9ggwL8ea05lQP5k5xqOzbPdizi/UvrgKQ==",
2806
+ "requires": {
2807
+ "@babel/runtime": "^7.18.9",
2808
+ "@polkadot/x-global": "10.1.7"
2809
+ }
2810
+ },
2811
+ "@polkadot/x-fetch": {
2812
+ "version": "10.1.7",
2813
+ "resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-10.1.7.tgz",
2814
+ "integrity": "sha512-NL+xrlqUoCLwCIAvQLwOA189gSUgeSGOFjCmZ9uMkBqf35KXeZoHWse6YaoseTSlnAal3dQOGbXnYWZ4Ck2OSA==",
2815
+ "requires": {
2816
+ "@babel/runtime": "^7.18.9",
2817
+ "@polkadot/x-global": "10.1.7",
2818
+ "@types/node-fetch": "^2.6.2",
2819
+ "node-fetch": "^3.2.10"
2820
+ }
2821
+ },
2822
+ "@polkadot/x-global": {
2823
+ "version": "10.1.7",
2824
+ "resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-10.1.7.tgz",
2825
+ "integrity": "sha512-k2ZUZyBVgDnP/Ysxapa0mthn63j6gsN2V0kZejEQPyOfCHtQQkse3jFvAWdslpWoR8j2k8SN5O6reHc0F4f7mA==",
2826
+ "requires": {
2827
+ "@babel/runtime": "^7.18.9"
2828
+ }
2829
+ },
2830
+ "@polkadot/x-randomvalues": {
2831
+ "version": "10.1.7",
2832
+ "resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-10.1.7.tgz",
2833
+ "integrity": "sha512-3er4UYOlozLGgFYWwcbmcFslmO8m82u4cAGR4AaEag0VdV7jLO/M5lTmivT/3rtLSww6sjkEfr522GM2Q5lmFg==",
2834
+ "requires": {
2835
+ "@babel/runtime": "^7.18.9",
2836
+ "@polkadot/x-global": "10.1.7"
2837
+ }
2838
+ },
2839
+ "@polkadot/x-textdecoder": {
2840
+ "version": "10.1.7",
2841
+ "resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-10.1.7.tgz",
2842
+ "integrity": "sha512-iAFOHludmZFOyVL8sQFv4TDqbcqQU5gwwYv74duTA+WQBgbSITJrBahSCV/rXOjUqds9pzQO3qBFzziznNnkiQ==",
2843
+ "requires": {
2844
+ "@babel/runtime": "^7.18.9",
2845
+ "@polkadot/x-global": "10.1.7"
2846
+ }
2847
+ },
2848
+ "@polkadot/x-textencoder": {
2849
+ "version": "10.1.7",
2850
+ "resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-10.1.7.tgz",
2851
+ "integrity": "sha512-GzjaWZDbgzZ0IQT60xuZ7cZ0wnlNVYMqpfI9KvBc58X9dPI3TIMwzbXDVzZzpjY1SAqJGs4hJse9HMWZazfhew==",
2852
+ "requires": {
2853
+ "@babel/runtime": "^7.18.9",
2854
+ "@polkadot/x-global": "10.1.7"
2855
+ }
2856
+ },
2857
+ "@polkadot/x-ws": {
2858
+ "version": "10.1.7",
2859
+ "resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-10.1.7.tgz",
2860
+ "integrity": "sha512-aNkotxHx3qPVjiItD9lbNONs4GNzqeeZ98wHtCjd9JWl/g+xNkOVF3xQ8++1qSHPBEYSwKh9URjQH2+CD2XlvQ==",
2861
+ "requires": {
2862
+ "@babel/runtime": "^7.18.9",
2863
+ "@polkadot/x-global": "10.1.7",
2864
+ "@types/websocket": "^1.0.5",
2865
+ "websocket": "^1.0.34"
2866
+ }
2867
+ },
2868
+ "@scure/base": {
2869
+ "version": "1.1.1",
2870
+ "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz",
2871
+ "integrity": "sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA=="
2872
+ },
2873
+ "@substrate/connect": {
2874
+ "version": "0.7.11",
2875
+ "resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.7.11.tgz",
2876
+ "integrity": "sha512-/xiOlkmJfl2XPYQTmyWKEh2AXryEAPSMAxZXs6D/aqYDy0TKZDAp1dfQiHyPt1vMwOlnM4WJv9lPks3ZMwCP+w==",
2877
+ "requires": {
2878
+ "@substrate/connect-extension-protocol": "^1.0.1",
2879
+ "@substrate/smoldot-light": "0.6.30",
2880
+ "eventemitter3": "^4.0.7"
2881
+ }
2882
+ },
2883
+ "@substrate/connect-extension-protocol": {
2884
+ "version": "1.0.1",
2885
+ "resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz",
2886
+ "integrity": "sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg=="
2887
+ },
2888
+ "@substrate/smoldot-light": {
2889
+ "version": "0.6.30",
2890
+ "resolved": "https://registry.npmjs.org/@substrate/smoldot-light/-/smoldot-light-0.6.30.tgz",
2891
+ "integrity": "sha512-U/F75XzxuNG+KGSujxsMAm8zUBpBON+l0oX19EnSWjvqD+smYjvcj1SeqQhFYxJjtoCQyZLedKBsZGyNbG3FbQ==",
2892
+ "requires": {
2893
+ "pako": "^2.0.4",
2894
+ "ws": "^8.8.1"
2895
+ }
2896
+ },
2897
+ "@substrate/ss58-registry": {
2898
+ "version": "1.28.0",
2899
+ "resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.28.0.tgz",
2900
+ "integrity": "sha512-XPSwSq4CThLyg+OnZ5/LHh3SPDQjRdGS3Ux5ClgWhRCQamlU86FCT1LBwQ/i+ximbdBfqKRRzVhm1ql3AJ9FKQ=="
2901
+ },
2902
+ "@tsconfig/node10": {
2903
+ "version": "1.0.9",
2904
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
2905
+ "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
2906
+ "dev": true
2907
+ },
2908
+ "@tsconfig/node12": {
2909
+ "version": "1.0.11",
2910
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
2911
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
2912
+ "dev": true
2913
+ },
2914
+ "@tsconfig/node14": {
2915
+ "version": "1.0.3",
2916
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
2917
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
2918
+ "dev": true
2919
+ },
2920
+ "@tsconfig/node16": {
2921
+ "version": "1.0.3",
2922
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz",
2923
+ "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==",
2924
+ "dev": true
2925
+ },
2926
+ "@types/bn.js": {
2927
+ "version": "5.1.1",
2928
+ "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.1.tgz",
2929
+ "integrity": "sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==",
2930
+ "requires": {
2931
+ "@types/node": "*"
2932
+ }
2933
+ },
2934
+ "@types/node": {
2935
+ "version": "18.7.14",
2936
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.14.tgz",
2937
+ "integrity": "sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA=="
2938
+ },
2939
+ "@types/node-fetch": {
2940
+ "version": "2.6.2",
2941
+ "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz",
2942
+ "integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==",
2943
+ "requires": {
2944
+ "@types/node": "*",
2945
+ "form-data": "^3.0.0"
2946
+ }
2947
+ },
2948
+ "@types/websocket": {
2949
+ "version": "1.0.5",
2950
+ "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz",
2951
+ "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==",
2952
+ "requires": {
2953
+ "@types/node": "*"
2954
+ }
2955
+ },
2956
+ "acorn": {
2957
+ "version": "8.8.0",
2958
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz",
2959
+ "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==",
2960
+ "dev": true
2961
+ },
2962
+ "acorn-walk": {
2963
+ "version": "8.2.0",
2964
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
2965
+ "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
2966
+ "dev": true
2967
+ },
2968
+ "aes-js": {
2969
+ "version": "3.0.0",
2970
+ "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
2971
+ "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw=="
2972
+ },
2973
+ "arg": {
2974
+ "version": "4.1.3",
2975
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
2976
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
2977
+ "dev": true
2978
+ },
2979
+ "asynckit": {
2980
+ "version": "0.4.0",
2981
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
2982
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
2983
+ },
2984
+ "bech32": {
2985
+ "version": "1.1.4",
2986
+ "resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
2987
+ "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
2988
+ },
2989
+ "bn.js": {
2990
+ "version": "5.2.1",
2991
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
2992
+ "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="
2993
+ },
2994
+ "brorand": {
2995
+ "version": "1.1.0",
2996
+ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
2997
+ "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
2998
+ },
2999
+ "bufferutil": {
3000
+ "version": "4.0.6",
3001
+ "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz",
3002
+ "integrity": "sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==",
3003
+ "requires": {
3004
+ "node-gyp-build": "^4.3.0"
3005
+ }
3006
+ },
3007
+ "combined-stream": {
3008
+ "version": "1.0.8",
3009
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
3010
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
3011
+ "requires": {
3012
+ "delayed-stream": "~1.0.0"
3013
+ }
3014
+ },
3015
+ "create-require": {
3016
+ "version": "1.1.1",
3017
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
3018
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
3019
+ "dev": true
3020
+ },
3021
+ "d": {
3022
+ "version": "1.0.1",
3023
+ "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
3024
+ "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
3025
+ "requires": {
3026
+ "es5-ext": "^0.10.50",
3027
+ "type": "^1.0.1"
3028
+ }
3029
+ },
3030
+ "data-uri-to-buffer": {
3031
+ "version": "4.0.0",
3032
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
3033
+ "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA=="
3034
+ },
3035
+ "debug": {
3036
+ "version": "4.3.4",
3037
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
3038
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
3039
+ "requires": {
3040
+ "ms": "2.1.2"
3041
+ }
3042
+ },
3043
+ "delayed-stream": {
3044
+ "version": "1.0.0",
3045
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
3046
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
3047
+ },
3048
+ "diff": {
3049
+ "version": "4.0.2",
3050
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
3051
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
3052
+ "dev": true
3053
+ },
3054
+ "ed2curve": {
3055
+ "version": "0.3.0",
3056
+ "resolved": "https://registry.npmjs.org/ed2curve/-/ed2curve-0.3.0.tgz",
3057
+ "integrity": "sha512-8w2fmmq3hv9rCrcI7g9hms2pMunQr1JINfcjwR9tAyZqhtyaMN991lF/ZfHfr5tzZQ8c7y7aBgZbjfbd0fjFwQ==",
3058
+ "requires": {
3059
+ "tweetnacl": "1.x.x"
3060
+ }
3061
+ },
3062
+ "elliptic": {
3063
+ "version": "6.5.4",
3064
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
3065
+ "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
3066
+ "requires": {
3067
+ "bn.js": "^4.11.9",
3068
+ "brorand": "^1.1.0",
3069
+ "hash.js": "^1.0.0",
3070
+ "hmac-drbg": "^1.0.1",
3071
+ "inherits": "^2.0.4",
3072
+ "minimalistic-assert": "^1.0.1",
3073
+ "minimalistic-crypto-utils": "^1.0.1"
3074
+ },
3075
+ "dependencies": {
3076
+ "bn.js": {
3077
+ "version": "4.12.0",
3078
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
3079
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
3080
+ }
3081
+ }
3082
+ },
3083
+ "es5-ext": {
3084
+ "version": "0.10.62",
3085
+ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz",
3086
+ "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==",
3087
+ "requires": {
3088
+ "es6-iterator": "^2.0.3",
3089
+ "es6-symbol": "^3.1.3",
3090
+ "next-tick": "^1.1.0"
3091
+ }
3092
+ },
3093
+ "es6-iterator": {
3094
+ "version": "2.0.3",
3095
+ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
3096
+ "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
3097
+ "requires": {
3098
+ "d": "1",
3099
+ "es5-ext": "^0.10.35",
3100
+ "es6-symbol": "^3.1.1"
3101
+ }
3102
+ },
3103
+ "es6-symbol": {
3104
+ "version": "3.1.3",
3105
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
3106
+ "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
3107
+ "requires": {
3108
+ "d": "^1.0.1",
3109
+ "ext": "^1.1.2"
3110
+ }
3111
+ },
3112
+ "ethers": {
3113
+ "version": "5.7.0",
3114
+ "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.0.tgz",
3115
+ "integrity": "sha512-5Xhzp2ZQRi0Em+0OkOcRHxPzCfoBfgtOQA+RUylSkuHbhTEaQklnYi2hsWbRgs3ztJsXVXd9VKBcO1ScWL8YfA==",
3116
+ "requires": {
3117
+ "@ethersproject/abi": "5.7.0",
3118
+ "@ethersproject/abstract-provider": "5.7.0",
3119
+ "@ethersproject/abstract-signer": "5.7.0",
3120
+ "@ethersproject/address": "5.7.0",
3121
+ "@ethersproject/base64": "5.7.0",
3122
+ "@ethersproject/basex": "5.7.0",
3123
+ "@ethersproject/bignumber": "5.7.0",
3124
+ "@ethersproject/bytes": "5.7.0",
3125
+ "@ethersproject/constants": "5.7.0",
3126
+ "@ethersproject/contracts": "5.7.0",
3127
+ "@ethersproject/hash": "5.7.0",
3128
+ "@ethersproject/hdnode": "5.7.0",
3129
+ "@ethersproject/json-wallets": "5.7.0",
3130
+ "@ethersproject/keccak256": "5.7.0",
3131
+ "@ethersproject/logger": "5.7.0",
3132
+ "@ethersproject/networks": "5.7.0",
3133
+ "@ethersproject/pbkdf2": "5.7.0",
3134
+ "@ethersproject/properties": "5.7.0",
3135
+ "@ethersproject/providers": "5.7.0",
3136
+ "@ethersproject/random": "5.7.0",
3137
+ "@ethersproject/rlp": "5.7.0",
3138
+ "@ethersproject/sha2": "5.7.0",
3139
+ "@ethersproject/signing-key": "5.7.0",
3140
+ "@ethersproject/solidity": "5.7.0",
3141
+ "@ethersproject/strings": "5.7.0",
3142
+ "@ethersproject/transactions": "5.7.0",
3143
+ "@ethersproject/units": "5.7.0",
3144
+ "@ethersproject/wallet": "5.7.0",
3145
+ "@ethersproject/web": "5.7.0",
3146
+ "@ethersproject/wordlists": "5.7.0"
3147
+ }
3148
+ },
3149
+ "eventemitter3": {
3150
+ "version": "4.0.7",
3151
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
3152
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
3153
+ },
3154
+ "ext": {
3155
+ "version": "1.7.0",
3156
+ "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
3157
+ "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
3158
+ "requires": {
3159
+ "type": "^2.7.2"
3160
+ },
3161
+ "dependencies": {
3162
+ "type": {
3163
+ "version": "2.7.2",
3164
+ "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz",
3165
+ "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw=="
3166
+ }
3167
+ }
3168
+ },
3169
+ "fetch-blob": {
3170
+ "version": "3.2.0",
3171
+ "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
3172
+ "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
3173
+ "requires": {
3174
+ "node-domexception": "^1.0.0",
3175
+ "web-streams-polyfill": "^3.0.3"
3176
+ }
3177
+ },
3178
+ "form-data": {
3179
+ "version": "3.0.1",
3180
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
3181
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
3182
+ "requires": {
3183
+ "asynckit": "^0.4.0",
3184
+ "combined-stream": "^1.0.8",
3185
+ "mime-types": "^2.1.12"
3186
+ }
3187
+ },
3188
+ "formdata-polyfill": {
3189
+ "version": "4.0.10",
3190
+ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
3191
+ "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
3192
+ "requires": {
3193
+ "fetch-blob": "^3.1.2"
3194
+ }
3195
+ },
3196
+ "hash.js": {
3197
+ "version": "1.1.7",
3198
+ "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
3199
+ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
3200
+ "requires": {
3201
+ "inherits": "^2.0.3",
3202
+ "minimalistic-assert": "^1.0.1"
3203
+ }
3204
+ },
3205
+ "hmac-drbg": {
3206
+ "version": "1.0.1",
3207
+ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
3208
+ "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
3209
+ "requires": {
3210
+ "hash.js": "^1.0.3",
3211
+ "minimalistic-assert": "^1.0.0",
3212
+ "minimalistic-crypto-utils": "^1.0.1"
3213
+ }
3214
+ },
3215
+ "inherits": {
3216
+ "version": "2.0.4",
3217
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
3218
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
3219
+ },
3220
+ "is-typedarray": {
3221
+ "version": "1.0.0",
3222
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
3223
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
3224
+ },
3225
+ "js-sha3": {
3226
+ "version": "0.8.0",
3227
+ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
3228
+ "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q=="
3229
+ },
3230
+ "json-stringify-safe": {
3231
+ "version": "5.0.1",
3232
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
3233
+ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
3234
+ },
3235
+ "lodash": {
3236
+ "version": "4.17.21",
3237
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
3238
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
3239
+ },
3240
+ "lru-cache": {
3241
+ "version": "7.14.0",
3242
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz",
3243
+ "integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ=="
3244
+ },
3245
+ "make-error": {
3246
+ "version": "1.3.6",
3247
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
3248
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
3249
+ "dev": true
3250
+ },
3251
+ "mime-db": {
3252
+ "version": "1.52.0",
3253
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
3254
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
3255
+ },
3256
+ "mime-types": {
3257
+ "version": "2.1.35",
3258
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
3259
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
3260
+ "requires": {
3261
+ "mime-db": "1.52.0"
3262
+ }
3263
+ },
3264
+ "minimalistic-assert": {
3265
+ "version": "1.0.1",
3266
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
3267
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
3268
+ },
3269
+ "minimalistic-crypto-utils": {
3270
+ "version": "1.0.1",
3271
+ "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
3272
+ "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="
3273
+ },
3274
+ "mock-socket": {
3275
+ "version": "9.1.5",
3276
+ "resolved": "https://registry.npmjs.org/mock-socket/-/mock-socket-9.1.5.tgz",
3277
+ "integrity": "sha512-3DeNIcsQixWHHKk6NdoBhWI4t1VMj5/HzfnI1rE/pLl5qKx7+gd4DNA07ehTaZ6MoUU053si6Hd+YtiM/tQZfg=="
3278
+ },
3279
+ "ms": {
3280
+ "version": "2.1.2",
3281
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
3282
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
3283
+ },
3284
+ "next-tick": {
3285
+ "version": "1.1.0",
3286
+ "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
3287
+ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ=="
3288
+ },
3289
+ "nock": {
3290
+ "version": "13.2.9",
3291
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz",
3292
+ "integrity": "sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==",
3293
+ "requires": {
3294
+ "debug": "^4.1.0",
3295
+ "json-stringify-safe": "^5.0.1",
3296
+ "lodash": "^4.17.21",
3297
+ "propagate": "^2.0.0"
3298
+ }
3299
+ },
3300
+ "node-domexception": {
3301
+ "version": "1.0.0",
3302
+ "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
3303
+ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
3304
+ },
3305
+ "node-fetch": {
3306
+ "version": "3.2.10",
3307
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz",
3308
+ "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==",
3309
+ "requires": {
3310
+ "data-uri-to-buffer": "^4.0.0",
3311
+ "fetch-blob": "^3.1.4",
3312
+ "formdata-polyfill": "^4.0.10"
3313
+ }
3314
+ },
3315
+ "node-gyp-build": {
3316
+ "version": "4.5.0",
3317
+ "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz",
3318
+ "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg=="
3319
+ },
3320
+ "pako": {
3321
+ "version": "2.0.4",
3322
+ "resolved": "https://registry.npmjs.org/pako/-/pako-2.0.4.tgz",
3323
+ "integrity": "sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg=="
3324
+ },
3325
+ "propagate": {
3326
+ "version": "2.0.1",
3327
+ "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
3328
+ "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag=="
3329
+ },
3330
+ "regenerator-runtime": {
3331
+ "version": "0.13.9",
3332
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
3333
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
3334
+ },
3335
+ "rxjs": {
3336
+ "version": "7.5.6",
3337
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz",
3338
+ "integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==",
3339
+ "requires": {
3340
+ "tslib": "^2.1.0"
3341
+ }
3342
+ },
3343
+ "scrypt-js": {
3344
+ "version": "3.0.1",
3345
+ "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
3346
+ "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
3347
+ },
3348
+ "ts-node": {
3349
+ "version": "10.9.1",
3350
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
3351
+ "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==",
3352
+ "dev": true,
3353
+ "requires": {
3354
+ "@cspotcode/source-map-support": "^0.8.0",
3355
+ "@tsconfig/node10": "^1.0.7",
3356
+ "@tsconfig/node12": "^1.0.7",
3357
+ "@tsconfig/node14": "^1.0.0",
3358
+ "@tsconfig/node16": "^1.0.2",
3359
+ "acorn": "^8.4.1",
3360
+ "acorn-walk": "^8.1.1",
3361
+ "arg": "^4.1.0",
3362
+ "create-require": "^1.1.0",
3363
+ "diff": "^4.0.1",
3364
+ "make-error": "^1.1.1",
3365
+ "v8-compile-cache-lib": "^3.0.1",
3366
+ "yn": "3.1.1"
3367
+ }
3368
+ },
3369
+ "tslib": {
3370
+ "version": "2.4.0",
3371
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
3372
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
3373
+ },
3374
+ "tweetnacl": {
3375
+ "version": "1.0.3",
3376
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
3377
+ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
3378
+ },
3379
+ "type": {
3380
+ "version": "1.2.0",
3381
+ "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
3382
+ "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg=="
3383
+ },
3384
+ "typedarray-to-buffer": {
3385
+ "version": "3.1.5",
3386
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
3387
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
3388
+ "requires": {
3389
+ "is-typedarray": "^1.0.0"
3390
+ }
3391
+ },
3392
+ "typescript": {
3393
+ "version": "4.8.2",
3394
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
3395
+ "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
3396
+ "dev": true,
3397
+ "peer": true
3398
+ },
3399
+ "utf-8-validate": {
3400
+ "version": "5.0.9",
3401
+ "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz",
3402
+ "integrity": "sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==",
3403
+ "requires": {
3404
+ "node-gyp-build": "^4.3.0"
3405
+ }
3406
+ },
3407
+ "v8-compile-cache-lib": {
3408
+ "version": "3.0.1",
3409
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
3410
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
3411
+ "dev": true
3412
+ },
3413
+ "web-streams-polyfill": {
3414
+ "version": "3.2.1",
3415
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
3416
+ "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q=="
3417
+ },
3418
+ "websocket": {
3419
+ "version": "1.0.34",
3420
+ "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz",
3421
+ "integrity": "sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==",
3422
+ "requires": {
3423
+ "bufferutil": "^4.0.1",
3424
+ "debug": "^2.2.0",
3425
+ "es5-ext": "^0.10.50",
3426
+ "typedarray-to-buffer": "^3.1.5",
3427
+ "utf-8-validate": "^5.0.2",
3428
+ "yaeti": "^0.0.6"
3429
+ },
3430
+ "dependencies": {
3431
+ "debug": {
3432
+ "version": "2.6.9",
3433
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
3434
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
3435
+ "requires": {
3436
+ "ms": "2.0.0"
3437
+ }
3438
+ },
3439
+ "ms": {
3440
+ "version": "2.0.0",
3441
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3442
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
3443
+ }
3444
+ }
3445
+ },
3446
+ "ws": {
3447
+ "version": "8.8.1",
3448
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
3449
+ "integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
3450
+ "requires": {}
3451
+ },
3452
+ "yaeti": {
3453
+ "version": "0.0.6",
3454
+ "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz",
3455
+ "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug=="
3456
+ },
3457
+ "yn": {
3458
+ "version": "3.1.1",
3459
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
3460
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
3461
+ "dev": true
3462
+ }
3463
+ }
3464
+ }