@nexeraid/identity-schemas 2.66.0-dev → 2.67.0-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist/{CoinMarketCap.schema-9db73f74.cjs.dev.cjs → CoinMarketCap.schema-25910ca1.cjs.dev.cjs} +26 -201
  2. package/dist/{CoinMarketCap.schema-9200bd52.esm.mjs → CoinMarketCap.schema-863fe4bf.esm.mjs} +5 -166
  3. package/dist/{CoinMarketCap.schema-2c92523f.cjs.prod.cjs → CoinMarketCap.schema-9b46e91a.cjs.prod.cjs} +26 -201
  4. package/dist/declarations/src/blockchain/namespaces.schema.d.ts +5 -15
  5. package/dist/declarations/src/blockchain/namespaces.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/countries.schema.d.ts +6 -1
  7. package/dist/declarations/src/countries.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/customer.schema.d.ts +0 -7
  9. package/dist/declarations/src/customer.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/identity-ids.schema.d.ts +6 -18
  11. package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/index.d.ts +1 -0
  13. package/dist/declarations/src/index.d.ts.map +1 -1
  14. package/dist/declarations/src/nexeraSSID.schema.d.ts +9 -9
  15. package/dist/declarations/src/providers/big/BIGBitRankVerifiedScore.schema.d.ts +24 -24
  16. package/dist/declarations/src/providers/chainalysis/chainalysis.schema.d.ts +12 -12
  17. package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +122 -122
  18. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +12 -12
  19. package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +26 -26
  20. package/dist/declarations/src/providers/provider.schema.d.ts +319 -1243
  21. package/dist/declarations/src/providers/provider.schema.d.ts.map +1 -1
  22. package/dist/declarations/src/providers/scorechain/allScorechainBlockchains.schema.d.ts +1153 -0
  23. package/dist/declarations/src/providers/scorechain/allScorechainBlockchains.schema.d.ts.map +1 -0
  24. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts +3472 -351
  25. package/dist/declarations/src/providers/scorechain/scorechain.schema.d.ts.map +1 -1
  26. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +281 -281
  27. package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +10 -10
  28. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +785 -1
  29. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -1
  30. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
  31. package/dist/declarations/src/vault/vault.schema.d.ts +146 -19
  32. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  33. package/dist/declarations/src/wallet-screening.schema.d.ts +81 -0
  34. package/dist/declarations/src/wallet-screening.schema.d.ts.map +1 -0
  35. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +3189 -14681
  36. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts.map +1 -1
  37. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +4201 -71554
  38. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
  39. package/dist/identity-api.schema-095969b9.cjs.prod.cjs +1308 -0
  40. package/dist/identity-api.schema-36a2a1b2.esm.mjs +1113 -0
  41. package/dist/identity-api.schema-8829a875.cjs.dev.cjs +1308 -0
  42. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +323 -327
  43. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +323 -327
  44. package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
  45. package/dist/package.json +1 -1
  46. package/dist/{tfhe-utilities-8b80d9aa.cjs.dev.cjs → tfhe-utilities-03589c6a.cjs.dev.cjs} +2 -2
  47. package/dist/{tfhe-utilities-151f4537.esm.mjs → tfhe-utilities-1fc75756.esm.mjs} +2 -2
  48. package/dist/{tfhe-utilities-24730089.cjs.prod.cjs → tfhe-utilities-6b015591.cjs.prod.cjs} +2 -2
  49. package/dist/{vault.schema-cc3c5ffc.esm.mjs → vault.schema-1c1dcdb7.esm.mjs} +2510 -82
  50. package/dist/{vault.schema-91f2c199.cjs.prod.cjs → vault.schema-7ed4edcb.cjs.dev.cjs} +2753 -104
  51. package/dist/{vault.schema-958064b8.cjs.dev.cjs → vault.schema-cc989cdf.cjs.prod.cjs} +2753 -104
  52. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +3 -3
  53. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +3 -3
  54. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -3
  55. package/package.json +1 -1
  56. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +1190 -18
  57. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +1190 -18
  58. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +1158 -5
  59. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -1
  60. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -1
  61. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +2 -1
  62. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +4 -4
  63. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +4 -4
  64. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -4
  65. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +34 -58
  66. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +34 -58
  67. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +10 -31
  68. package/dist/identity-api.schema-60af6079.esm.mjs +0 -1751
  69. package/dist/identity-api.schema-63ee6cfc.cjs.dev.cjs +0 -2139
  70. package/dist/identity-api.schema-9119d895.cjs.prod.cjs +0 -2139
@@ -2,12 +2,1165 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-9db73f74.cjs.dev.cjs');
5
+ var vault_schema = require('../../dist/vault.schema-7ed4edcb.cjs.dev.cjs');
6
+ var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-25910ca1.cjs.dev.cjs');
6
7
  require('zod');
7
- require('../../dist/vault.schema-958064b8.cjs.dev.cjs');
8
- require('decimal.js');
9
- require('../../dist/identity-api.schema-63ee6cfc.cjs.dev.cjs');
10
8
  require('nanoid');
9
+ require('decimal.js');
10
+ require('../../dist/identity-api.schema-8829a875.cjs.dev.cjs');
11
+
12
+ var ALL_SCORECHAIN_BLOCKCHAIN = [{
13
+ id: "BITCOIN",
14
+ name: "Bitcoin",
15
+ coverageType: "FULL",
16
+ addressRegex: "^[13][1-9A-HJ-NP-Za-km-z]{25,34}$|^bc1q|bc1p[0-9A-Za-z]{37,62}$",
17
+ icon: "BITCOIN.svg",
18
+ mainAssetSymbol: "BTC",
19
+ blockExplorers: [{
20
+ name: "explorer.btc",
21
+ urlAddress: "https://explorer.btc.com/en/[ADDRESS]"
22
+ }]
23
+ }, {
24
+ id: "ETHEREUM",
25
+ name: "Ethereum",
26
+ coverageType: "FULL",
27
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
28
+ icon: "ETHEREUM.svg",
29
+ mainAssetSymbol: "ETH",
30
+ blockExplorers: [{
31
+ name: "etherscan",
32
+ urlAddress: "https://etherscan.io/[ADDRESS]"
33
+ }]
34
+ }, {
35
+ id: "BITCOINCASH",
36
+ name: "Bitcoincash",
37
+ coverageType: "FULL",
38
+ addressRegex: "^[13][1-9A-HJ-NP-Za-km-z]{25,34}$|((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$",
39
+ icon: "BITCOINCASH.svg",
40
+ mainAssetSymbol: "BCH",
41
+ blockExplorers: [{
42
+ name: "explorer.btc.com/bch",
43
+ urlAddress: "https://explorer.btc.com/bch/[ADDRESS]"
44
+ }]
45
+ }, {
46
+ id: "LITECOIN",
47
+ name: "Litecoin",
48
+ coverageType: "FULL",
49
+ addressRegex: "^([LM3]{1}[1-9A-HJ-NP-Za-km-z]{26,33})|(ltc1[a-z0-9]{39,59})$",
50
+ icon: "LITECOIN.svg",
51
+ mainAssetSymbol: "LTC",
52
+ blockExplorers: [{
53
+ name: "litecoinblockexplorer",
54
+ urlAddress: "https://litecoinblockexplorer.net/[ADDRESS]"
55
+ }]
56
+ }, {
57
+ id: "DASH",
58
+ name: "Dash",
59
+ coverageType: "FULL",
60
+ addressRegex: "^[X7][1-9A-HJ-NP-Za-km-z]{33}$",
61
+ icon: "DASH.svg",
62
+ mainAssetSymbol: "DASH",
63
+ blockExplorers: [{
64
+ name: "explorer.dash",
65
+ urlAddress: "https://explorer.dash.org/insight/[ADDRESS]"
66
+ }]
67
+ }, {
68
+ id: "RIPPLE",
69
+ name: "Ripple",
70
+ coverageType: "FULL",
71
+ addressRegex: "^r[1-9A-HJ-NP-Za-km-z]{25,34}$",
72
+ icon: "RIPPLE.svg",
73
+ mainAssetSymbol: "XRP",
74
+ blockExplorers: []
75
+ }, {
76
+ id: "TEZOS",
77
+ name: "Tezos",
78
+ coverageType: "FULL",
79
+ addressRegex: "^((tz[1-3])[a-zA-Z0-9]{33})|(KT1[1-9A-HJ-NP-Za-km-z]{33})$",
80
+ icon: "TEZOS.svg",
81
+ mainAssetSymbol: "XTZ",
82
+ blockExplorers: []
83
+ }, {
84
+ id: "TRON",
85
+ name: "Tron",
86
+ coverageType: "FULL",
87
+ addressRegex: "^T[a-zA-Z0-9]{33}/g",
88
+ icon: "TRON.svg",
89
+ mainAssetSymbol: "TRX",
90
+ blockExplorers: []
91
+ }, {
92
+ id: "BSC",
93
+ name: "Bsc",
94
+ coverageType: "FULL",
95
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
96
+ icon: "BSC.svg",
97
+ mainAssetSymbol: "BNB",
98
+ blockExplorers: [{
99
+ name: "bscscan",
100
+ urlAddress: "https://bscscan.com/[ADDRESS]"
101
+ }]
102
+ }, {
103
+ id: "STELLAR",
104
+ name: "Stellar",
105
+ coverageType: "MINIMAL",
106
+ addressRegex: "^G[A-D]{1}[A-Z2-7]{54}$",
107
+ icon: "STELLAR.svg",
108
+ mainAssetSymbol: "XLM",
109
+ blockExplorers: [{
110
+ name: "Stellarchain",
111
+ urlAddress: "https://stellarchain.io/accounts/[ADDRESS]"
112
+ }, {
113
+ name: "Stellar Expert",
114
+ urlAddress: "https://stellar.expert/explorer/public/account/[ADDRESS]"
115
+ }]
116
+ }, {
117
+ id: "CARDANO",
118
+ name: "Cardano",
119
+ coverageType: "MINIMAL",
120
+ addressRegex: "^(([0-9A-Za-z]{57,59})|([0-9A-Za-z]{100,104}))$",
121
+ icon: "CARDANO.svg",
122
+ mainAssetSymbol: "ADA",
123
+ blockExplorers: [{
124
+ name: "Cardano Explorer",
125
+ urlAddress: "https://explorer.cardano.org/en/address?address=[ADDRESS]"
126
+ }, {
127
+ name: "Cardanoscan",
128
+ urlAddress: "https://cardanoscan.io/address/[ADDRESS]"
129
+ }, {
130
+ name: "Cexplorer",
131
+ urlAddress: "https://cexplorer.io/address/[ADDRESS]"
132
+ }]
133
+ }, {
134
+ id: "ZCASH",
135
+ name: "Zcash",
136
+ coverageType: "MINIMAL",
137
+ addressRegex: "^(t)[A-Za-z0-9]{34}$",
138
+ icon: "ZCASH.svg",
139
+ mainAssetSymbol: "ZEC",
140
+ blockExplorers: [{
141
+ name: "ZCHAIN",
142
+ urlAddress: "https://explorer.zcha.in/accounts/[ADDRESS]"
143
+ }, {
144
+ name: "Blockchair",
145
+ urlAddress: "https://blockchair.com/zcash/address/[ADDRESS]"
146
+ }]
147
+ }, {
148
+ id: "MONERO",
149
+ name: "Monero",
150
+ coverageType: "MINIMAL",
151
+ addressRegex: "^[48][a-zA-Z|\\d]{94}([a-zA-Z|\\d]{11})?$",
152
+ icon: "MONERO.svg",
153
+ mainAssetSymbol: "XMR",
154
+ blockExplorers: [{
155
+ name: "Monero explorer",
156
+ urlAddress: "https://www.exploremonero.com/[ADDRESS]"
157
+ }, {
158
+ name: "Local Monero",
159
+ urlAddress: "https://localmonero.co/blocks/[ADDRESS]"
160
+ }, {
161
+ name: "Blockchair",
162
+ urlAddress: "https://blockchair.com/monero/address/[ADDRESS]"
163
+ }]
164
+ }, {
165
+ id: "SOLANA",
166
+ name: "Solana",
167
+ coverageType: "FULL",
168
+ addressRegex: "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
169
+ icon: "SOLANA.svg",
170
+ mainAssetSymbol: "SOL",
171
+ blockExplorers: [{
172
+ name: "Explorer Solana",
173
+ urlAddress: "https://explorer.solana.com/address/[ADDRESS]"
174
+ }, {
175
+ name: "SolanaFM",
176
+ urlAddress: "https://solana.fm/address/[ADDRESS]"
177
+ }]
178
+ }, {
179
+ id: "POLKADOT",
180
+ name: "Polkadot",
181
+ coverageType: "MINIMAL",
182
+ addressRegex: "^(1)[0-9a-z-A-Z]{44,50}$",
183
+ icon: "POLKADOT.svg",
184
+ mainAssetSymbol: "DOT",
185
+ blockExplorers: [{
186
+ name: "Explorer Polkascan",
187
+ urlAddress: "https://explorer.polkascan.io/polkadot/account/[ADDRESS]"
188
+ }, {
189
+ name: "Polkadot Subscan",
190
+ urlAddress: "https://polkadot.subscan.io/extrinsic/[ADDRESS]"
191
+ }, {
192
+ name: "Polkastats",
193
+ urlAddress: "https://polkastats.io/account/[ADDRESS]"
194
+ }]
195
+ }, {
196
+ id: "ICON",
197
+ name: "Icon",
198
+ coverageType: "MINIMAL",
199
+ addressRegex: "^(hx|cx)[A-Za-z0-9]{40}$",
200
+ icon: "icx.svg",
201
+ mainAssetSymbol: "ICX",
202
+ blockExplorers: [{
203
+ name: "Iconwat",
204
+ urlAddress: "https://iconwat.ch/[ADDRESS]"
205
+ }]
206
+ }, {
207
+ id: "DOGECOIN",
208
+ name: "Dogecoin",
209
+ coverageType: "MINIMAL",
210
+ addressRegex: "^(D|A|9)[a-km-zA-HJ-NP-Z1-9]{33,34}$",
211
+ icon: "DOGECOIN.svg",
212
+ mainAssetSymbol: "DOGE",
213
+ blockExplorers: [{
214
+ name: "Dogechain",
215
+ urlAddress: "https://dogechain.info/[ADDRESS]"
216
+ }]
217
+ }, {
218
+ id: "FILECOIN",
219
+ name: "Filecoin",
220
+ coverageType: "MINIMAL",
221
+ addressRegex: "^(f0)[0-9]+|(f1)[a-z0-9]{39}|(f3)[a-z0-9]{84}$",
222
+ icon: "FILECOIN.svg",
223
+ mainAssetSymbol: "FIL",
224
+ blockExplorers: [{
225
+ name: "Filfox.info",
226
+ urlAddress: "https://filfox.info/en/[ADDRESS]"
227
+ }, {
228
+ name: "Filscout",
229
+ urlAddress: "https://filscout.com/en/[ADDRESS]/"
230
+ }]
231
+ }, {
232
+ id: "ARBITRUMONE",
233
+ name: "Arbitrumone",
234
+ coverageType: "MINIMAL",
235
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
236
+ icon: "ARBITRUM.svg",
237
+ mainAssetSymbol: "ARB",
238
+ blockExplorers: []
239
+ }, {
240
+ id: "COSMOS",
241
+ name: "Cosmos",
242
+ coverageType: "MINIMAL",
243
+ addressRegex: "^(cosmos1)[0-9a-z]{38}$",
244
+ icon: "COSMOS.svg",
245
+ mainAssetSymbol: "ATOM",
246
+ blockExplorers: [{
247
+ name: "Atomscan",
248
+ urlAddress: "https://atomscan.com/[ADDRESS]"
249
+ }, {
250
+ name: "Mintscan",
251
+ urlAddress: "https://hub.mintscan.io/chains/overview/[ADDRESS]/"
252
+ }]
253
+ }, {
254
+ id: "ALGORAND",
255
+ name: "Algorand",
256
+ coverageType: "MINIMAL",
257
+ addressRegex: "^[A-Z0-9]{6,58}$",
258
+ icon: "ALGOLAND.svg",
259
+ mainAssetSymbol: "ALGO",
260
+ blockExplorers: [{
261
+ name: "algoexplorer",
262
+ urlAddress: "https://algoexplorer.io/[ADDRESS]"
263
+ }]
264
+ }, {
265
+ id: "CELO",
266
+ name: "Celo",
267
+ coverageType: "MINIMAL",
268
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
269
+ icon: "CELLO.svg",
270
+ mainAssetSymbol: "CELO",
271
+ blockExplorers: [{
272
+ name: "explorer.celo.org/mainnet/",
273
+ urlAddress: "https://explorer.celo.org/mainnet/[ADDRESS]"
274
+ }]
275
+ }, {
276
+ id: "POLYGON",
277
+ name: "Polygon",
278
+ coverageType: "FULL",
279
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
280
+ icon: "POLYGON.svg",
281
+ mainAssetSymbol: "POL",
282
+ blockExplorers: [{
283
+ name: "polygonscan",
284
+ urlAddress: "https://polygonscan.com/address/[ADDRESS]"
285
+ }]
286
+ }, {
287
+ id: "EOS",
288
+ name: "Eos",
289
+ coverageType: "MINIMAL",
290
+ addressRegex: "(^[a-z1-5.]{1,11}[a-z1-5]$)|(^[a-z1-5.]{12}[a-j1-5]$)",
291
+ icon: "EOS.svg",
292
+ mainAssetSymbol: "EOS",
293
+ blockExplorers: [{
294
+ name: "bloks",
295
+ urlAddress: "https://bloks.io/account/[ADDRESS]"
296
+ }]
297
+ }, {
298
+ id: "ETHEREUMCLASSIC",
299
+ name: "Ethereumclassic",
300
+ coverageType: "MINIMAL",
301
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
302
+ icon: "ETHEREUM_CLASSIC.svg",
303
+ mainAssetSymbol: "ETC",
304
+ blockExplorers: [{
305
+ name: "blockscout.com/etc/mainnet",
306
+ urlAddress: "https://blockscout.com/etc/mainnet/address/[ADDRESS]"
307
+ }]
308
+ }, {
309
+ id: "FLOW",
310
+ name: "Flow",
311
+ coverageType: "MINIMAL",
312
+ addressRegex: "^(0x)[0-9A-Fa-f]{16}$",
313
+ icon: "FLOW.svg",
314
+ mainAssetSymbol: "FLOW",
315
+ blockExplorers: [{
316
+ name: "flowscan",
317
+ urlAddress: "https://flowscan.org/[ADDRESS]"
318
+ }]
319
+ }, {
320
+ id: "FANTOM",
321
+ name: "Fantom",
322
+ coverageType: "MINIMAL",
323
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
324
+ icon: "FANTOM.svg",
325
+ mainAssetSymbol: "FTM",
326
+ blockExplorers: [{
327
+ name: "ftmscan",
328
+ urlAddress: "https://ftmscan.com/address/[ADDRESS]"
329
+ }]
330
+ }, {
331
+ id: "MOONBEAM",
332
+ name: "Moonbeam",
333
+ coverageType: "MINIMAL",
334
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
335
+ icon: "MOONBEAM.svg",
336
+ mainAssetSymbol: "GLMR",
337
+ blockExplorers: [{
338
+ name: "moonscan",
339
+ urlAddress: "https://moonscan.io/address/[ADDRESS]"
340
+ }]
341
+ }, {
342
+ id: "GROESTLCOIN",
343
+ name: "Groestlcoin",
344
+ coverageType: "MINIMAL",
345
+ addressRegex: "^(F|3)[0-9A-za-z]{33}|grs1[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{39}$",
346
+ icon: "GROESTICOIN.svg",
347
+ mainAssetSymbol: "GRS",
348
+ blockExplorers: [{
349
+ name: "chainz.cryptoid.info/grs",
350
+ urlAddress: "https://chainz.cryptoid.info/grs/[ADDRESS]"
351
+ }]
352
+ }, {
353
+ id: "INTERNETCOMPUTERPROTOCOL",
354
+ name: "Internetcomputerprotocol",
355
+ coverageType: "MINIMAL",
356
+ addressRegex: "^[0-9a-fA-F]{64}$",
357
+ icon: "ICP.svg",
358
+ mainAssetSymbol: "ICP",
359
+ blockExplorers: [{
360
+ name: "icpexplorer",
361
+ urlAddress: "https://www.icpexplorer.org/#/acct/[ADDRESS]"
362
+ }]
363
+ }, {
364
+ id: "INJECTIVEPROTOCOL",
365
+ name: "Injectiveprotocol",
366
+ coverageType: "MINIMAL",
367
+ addressRegex: "^(inj1)[0-9a-z]{38}$",
368
+ icon: "INJ.svg",
369
+ mainAssetSymbol: "INJ",
370
+ blockExplorers: [{
371
+ name: "explorer.injective.network",
372
+ urlAddress: "https://explorer.injective.network/[ADDRESS]"
373
+ }]
374
+ }, {
375
+ id: "KUSAMA",
376
+ name: "Kusama",
377
+ coverageType: "MINIMAL",
378
+ addressRegex: "^[1-9A-HJ-NP-Za-km-z]{48}$",
379
+ icon: "KUSAMA.svg",
380
+ mainAssetSymbol: "KSM",
381
+ blockExplorers: [{
382
+ name: "kusama.subscan",
383
+ urlAddress: "https://kusama.subscan.io/[ADDRESS]"
384
+ }]
385
+ }, {
386
+ id: "LISK",
387
+ name: "Lisk",
388
+ coverageType: "MINIMAL",
389
+ addressRegex: "^([0-9]{19,20}(L))|((lsk)[0-9A-Za-z]{38})$",
390
+ icon: "LISK.svg",
391
+ mainAssetSymbol: "LSK",
392
+ blockExplorers: [{
393
+ name: "liskscan",
394
+ urlAddress: "https://liskscan.com/[ADDRESS]"
395
+ }]
396
+ }, {
397
+ id: "TERRACLASSIC",
398
+ name: "Terraclassic",
399
+ coverageType: "MINIMAL",
400
+ addressRegex: "^(terra1)[0-9a-z]{38}$",
401
+ icon: "TERRA_CLASSIC.svg",
402
+ mainAssetSymbol: "LUNA",
403
+ blockExplorers: [{
404
+ name: "atomscan.com/terra",
405
+ urlAddress: "https://atomscan.com/terra/[ADDRESS]"
406
+ }]
407
+ }, {
408
+ id: "MOONRIVER",
409
+ name: "Moonriver",
410
+ coverageType: "MINIMAL",
411
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
412
+ icon: "MOONRIVER.svg",
413
+ mainAssetSymbol: "MOVR",
414
+ blockExplorers: [{
415
+ name: "moonriver.moonscan",
416
+ urlAddress: "https://moonriver.moonscan.io/address/[ADDRESS]"
417
+ }]
418
+ }, {
419
+ id: "NEARPROTOCOL",
420
+ name: "Nearprotocol",
421
+ coverageType: "MINIMAL",
422
+ addressRegex: "^(([a-zA-Z0-9-]{1,64}\\.){0,3}(near|registrar|aurora|usn|ukraine|sweat|calimero|social|vrtx))$|^([0-9a-fA-F-]{64})$",
423
+ icon: "NEAR.svg",
424
+ mainAssetSymbol: "NEAR",
425
+ blockExplorers: [{
426
+ name: "explorer.near",
427
+ urlAddress: "https://explorer.near.org/[ADDRESS]"
428
+ }]
429
+ }, {
430
+ id: "BITCOINGOLD",
431
+ name: "Bitcoingold",
432
+ coverageType: "MINIMAL",
433
+ addressRegex: "^(G|A)([a-km-zA-HJ-NP-Z1-9]{25,34})$",
434
+ icon: "BITCOINGOLD.svg",
435
+ mainAssetSymbol: "BTG",
436
+ blockExplorers: [{
437
+ name: "btgexplorer",
438
+ urlAddress: "https://btgexplorer.com/address/[ADDRESS]"
439
+ }]
440
+ }, {
441
+ id: "THORCHAIN",
442
+ name: "Thorchain",
443
+ coverageType: "MINIMAL",
444
+ addressRegex: "^(thor1)[0-9a-z]{38}$",
445
+ icon: "THORCHAIN.svg",
446
+ mainAssetSymbol: "RUNE",
447
+ blockExplorers: [{
448
+ name: "thorchain",
449
+ urlAddress: "https://thorchain.net/dashboard/[ADDRESS]"
450
+ }]
451
+ }, {
452
+ id: "SIACOIN",
453
+ name: "Siacoin",
454
+ coverageType: "MINIMAL",
455
+ addressRegex: "^[A-Za-z0-9]{76}$",
456
+ icon: "SIACOIN.svg",
457
+ mainAssetSymbol: "SC",
458
+ blockExplorers: [{
459
+ name: "explore.sia.tech",
460
+ urlAddress: "https://explore.sia.tech/[ADDRESS]"
461
+ }]
462
+ }, {
463
+ id: "ECREDITS",
464
+ name: "Ecredits",
465
+ coverageType: "MINIMAL",
466
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
467
+ icon: "ECREDITS.svg",
468
+ mainAssetSymbol: "ECS",
469
+ blockExplorers: [{
470
+ name: "explorer.ecredits",
471
+ urlAddress: "https://explorer.ecredits.com/address/[ADDRESS]"
472
+ }]
473
+ }, {
474
+ id: "BITCOINSV",
475
+ name: "Bitcoinsv",
476
+ coverageType: "MINIMAL",
477
+ addressRegex: "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$",
478
+ icon: "BITCOINSV.svg",
479
+ mainAssetSymbol: "BSV",
480
+ blockExplorers: [{
481
+ name: "Whatsonchain",
482
+ urlAddress: "https://whatsonchain.com/address/[ADDRESS]"
483
+ }]
484
+ }, {
485
+ id: "RADIX",
486
+ name: "Radix",
487
+ coverageType: "MINIMAL",
488
+ addressRegex: "^rdx([a-hj-np-z0-9]{62})$",
489
+ icon: "RADIX.svg",
490
+ mainAssetSymbol: "XRD",
491
+ blockExplorers: [{
492
+ name: "radixscan",
493
+ urlAddress: "https://www.radixscan.io/[ADDRESS]"
494
+ }]
495
+ }, {
496
+ id: "STACKS",
497
+ name: "Stacks",
498
+ coverageType: "MINIMAL",
499
+ addressRegex: "^S[PM][0-9A-Z]{38,39}$",
500
+ icon: "STACKS.svg",
501
+ mainAssetSymbol: "STX",
502
+ blockExplorers: [{
503
+ name: "explorer.stacks",
504
+ urlAddress: "https://explorer.stacks.co/?chain=mainnet/[ADDRESS]"
505
+ }]
506
+ }, {
507
+ id: "THETANETWORK",
508
+ name: "Thetanetwork",
509
+ coverageType: "MINIMAL",
510
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
511
+ icon: "THETA.svg",
512
+ mainAssetSymbol: "THETA",
513
+ blockExplorers: [{
514
+ name: "explorer.thetatoken",
515
+ urlAddress: "https://explorer.thetatoken.org/[ADDRESS]"
516
+ }]
517
+ }, {
518
+ id: "VECHAIN",
519
+ name: "Vechain",
520
+ coverageType: "MINIMAL",
521
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
522
+ icon: "VET.svg",
523
+ mainAssetSymbol: "VET",
524
+ blockExplorers: [{
525
+ name: "explore.vechain",
526
+ urlAddress: "https://explore.vechain.org/[ADDRESS]"
527
+ }]
528
+ }, {
529
+ id: "VITE",
530
+ name: "Vite",
531
+ coverageType: "MINIMAL",
532
+ addressRegex: "^(vite_)[a-z0-9]{50}$",
533
+ icon: "VITE.svg",
534
+ mainAssetSymbol: "VITE",
535
+ blockExplorers: [{
536
+ name: "vitescan",
537
+ urlAddress: "https://vitescan.io/[ADDRESS]"
538
+ }]
539
+ }, {
540
+ id: "ZILLIQA",
541
+ name: "Zilliqa",
542
+ coverageType: "MINIMAL",
543
+ addressRegex: "zil1[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{38}",
544
+ icon: "ZILLIQA.svg",
545
+ mainAssetSymbol: "ZIL",
546
+ blockExplorers: [{
547
+ name: "viewblock.io/zilliqa",
548
+ urlAddress: "https://viewblock.io/zilliqa/[ADDRESS]"
549
+ }, {
550
+ name: "devex.zilliqa",
551
+ urlAddress: "https://devex.zilliqa.com/?network=https%3A%2F%2Fapi.zilliqa.com/[ADDRESS]"
552
+ }]
553
+ }, {
554
+ id: "NEM",
555
+ name: "Nem",
556
+ coverageType: "MINIMAL",
557
+ addressRegex: "^N[A-Z0-9-]{39,45}$",
558
+ icon: "xem.svg",
559
+ mainAssetSymbol: "XEM",
560
+ blockExplorers: []
561
+ }, {
562
+ id: "NEO",
563
+ name: "Neo",
564
+ coverageType: "MINIMAL",
565
+ addressRegex: "^[A][a-km-zA-HJ-NP-Z1-9]{25,34}$",
566
+ icon: "neo.svg",
567
+ mainAssetSymbol: "NEO",
568
+ blockExplorers: []
569
+ }, {
570
+ id: "VERGE",
571
+ name: "Verge",
572
+ coverageType: "MINIMAL",
573
+ addressRegex: "^D[a-zA-Z0-9]{33}$",
574
+ icon: "xvg.svg",
575
+ mainAssetSymbol: "XVG",
576
+ blockExplorers: []
577
+ }, {
578
+ id: "AVALANCHE",
579
+ name: "Avalanche",
580
+ coverageType: "FULL",
581
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
582
+ icon: "AVALANCHE.svg",
583
+ mainAssetSymbol: "AVAX",
584
+ blockExplorers: [{
585
+ name: "Snowtrace",
586
+ urlAddress: "https://snowtrace.io/address/[ADDRESS]"
587
+ }, {
588
+ name: "avax",
589
+ urlAddress: "https://avascan.info/blockchain/c/address/[ADDRESS]"
590
+ }]
591
+ }, {
592
+ id: "GNOSIS",
593
+ name: "Gnosis",
594
+ coverageType: "MINIMAL",
595
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
596
+ icon: "GNOSIS.svg",
597
+ mainAssetSymbol: "GNO",
598
+ blockExplorers: []
599
+ }, {
600
+ id: "APTOS",
601
+ name: "Aptos",
602
+ coverageType: "MINIMAL",
603
+ addressRegex: "^(0x)[0-9A-Fa-f]{64}$",
604
+ icon: "aptos.svg",
605
+ mainAssetSymbol: "APT",
606
+ blockExplorers: []
607
+ }, {
608
+ id: "BNBBEACONCHAIN",
609
+ name: "Bnbbeaconchain",
610
+ coverageType: "MINIMAL",
611
+ addressRegex: "^(bnb1)[0-9a-z]{38}$",
612
+ icon: "BNB.svg",
613
+ mainAssetSymbol: "BC",
614
+ blockExplorers: []
615
+ }, {
616
+ id: "OPTIMISM",
617
+ name: "Optimism",
618
+ coverageType: "MINIMAL",
619
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
620
+ icon: "OPTIMISM.svg",
621
+ mainAssetSymbol: "OP",
622
+ blockExplorers: []
623
+ }, {
624
+ id: "VENIDIUM",
625
+ name: "Venidium",
626
+ coverageType: "MINIMAL",
627
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}|(xvm)[0-9A-Za-z]{59}$",
628
+ icon: null,
629
+ mainAssetSymbol: "XVM",
630
+ blockExplorers: []
631
+ }, {
632
+ id: "MULTIVERSX",
633
+ name: "Multiversx",
634
+ coverageType: "MINIMAL",
635
+ addressRegex: "^(erd)[a-z-A-Z0-9]{59}$",
636
+ icon: "ELROND.svg",
637
+ mainAssetSymbol: "EGLD",
638
+ blockExplorers: [{
639
+ name: "explorer.elrond",
640
+ urlAddress: "https://explorer.elrond.com/[ADDRESS]"
641
+ }]
642
+ }, {
643
+ id: "HARMONY",
644
+ name: "Harmony",
645
+ coverageType: "MINIMAL",
646
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}|(one1)[0-9A-Za-z]{38}$",
647
+ icon: "one.svg",
648
+ mainAssetSymbol: "ONE",
649
+ blockExplorers: []
650
+ }, {
651
+ id: "TON",
652
+ name: "Ton",
653
+ coverageType: "FULL",
654
+ addressRegex: "^[A-Za-z0-9_-]{48}$",
655
+ icon: "ton.svg",
656
+ mainAssetSymbol: "TON",
657
+ blockExplorers: []
658
+ }, {
659
+ id: "WEMIX",
660
+ name: "Wemix",
661
+ coverageType: "MINIMAL",
662
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
663
+ icon: "WEMIX.svg",
664
+ mainAssetSymbol: "WEMIX",
665
+ blockExplorers: []
666
+ }, {
667
+ id: "CRONOS",
668
+ name: "Cronos",
669
+ coverageType: "MINIMAL",
670
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
671
+ icon: null,
672
+ mainAssetSymbol: "CRO",
673
+ blockExplorers: []
674
+ }, {
675
+ id: "AVALANCHEP-XCHAIN",
676
+ name: "Avalanchep-xchain",
677
+ coverageType: "MINIMAL",
678
+ addressRegex: "^([XxPp]-avax)[0-9A-Za-z]{39}$",
679
+ icon: "AVALANCHE.svg",
680
+ mainAssetSymbol: "XAVAX",
681
+ blockExplorers: []
682
+ }, {
683
+ id: "SUI",
684
+ name: "Sui",
685
+ coverageType: "MINIMAL",
686
+ addressRegex: "^(0x)[0-9A-Fa-f]{64}$",
687
+ icon: "SUI.svg",
688
+ mainAssetSymbol: "SUI",
689
+ blockExplorers: []
690
+ }, {
691
+ id: "METIS",
692
+ name: "Metis",
693
+ coverageType: "MINIMAL",
694
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
695
+ icon: "metis.svg",
696
+ mainAssetSymbol: "METIS",
697
+ blockExplorers: []
698
+ }, {
699
+ id: "AETERNITY",
700
+ name: "Aeternity",
701
+ coverageType: "MINIMAL",
702
+ addressRegex: "^(ak_)[0-9A-Za-z]{49}$",
703
+ icon: "ae.svg",
704
+ mainAssetSymbol: "AE",
705
+ blockExplorers: []
706
+ }, {
707
+ id: "COTI",
708
+ name: "Coti",
709
+ coverageType: "MINIMAL",
710
+ addressRegex: "^[0-9A-Za-z]{136}$",
711
+ icon: "coti.svg",
712
+ mainAssetSymbol: "COTI",
713
+ blockExplorers: []
714
+ }, {
715
+ id: "CASPER",
716
+ name: "Casper",
717
+ coverageType: "MINIMAL",
718
+ addressRegex: "^[0-9a-z]{66,68}$",
719
+ icon: "cspr.svg",
720
+ mainAssetSymbol: "CSPR",
721
+ blockExplorers: []
722
+ }, {
723
+ id: "CONSTELLATION",
724
+ name: "Constellation",
725
+ coverageType: "MINIMAL",
726
+ addressRegex: "^(DAG)[0-9A-Za-z]{37}$",
727
+ icon: "dag.svg",
728
+ mainAssetSymbol: "DAG",
729
+ blockExplorers: []
730
+ }, {
731
+ id: "ELECTRONEUM",
732
+ name: "Electroneum",
733
+ coverageType: "MINIMAL",
734
+ addressRegex: "^(etn)[0-9A-Za-z]{95}$",
735
+ icon: "etn.svg",
736
+ mainAssetSymbol: "ETN",
737
+ blockExplorers: []
738
+ }, {
739
+ id: "EVERSCALE",
740
+ name: "Everscale",
741
+ coverageType: "MINIMAL",
742
+ addressRegex: "^(0:)[0-9A-Fa-f]{64}$",
743
+ icon: "ever.svg",
744
+ mainAssetSymbol: "EVER",
745
+ blockExplorers: []
746
+ }, {
747
+ id: "DECENTRALIZEDPICTURES",
748
+ name: "Decentralizedpictures",
749
+ coverageType: "MINIMAL",
750
+ addressRegex: "^((tz[1-3])|(KT1))[A-HJ-NP-Za-km-z0-9]{33}$",
751
+ icon: null,
752
+ mainAssetSymbol: "FILM",
753
+ blockExplorers: []
754
+ }, {
755
+ id: "HEDERA",
756
+ name: "Hedera",
757
+ coverageType: "MINIMAL",
758
+ addressRegex: "^(0.0.)[0-9]{1,7}$",
759
+ icon: "hedera-hbar.svg",
760
+ mainAssetSymbol: "HBAR",
761
+ blockExplorers: []
762
+ }, {
763
+ id: "CIRRUS",
764
+ name: "Cirrus",
765
+ coverageType: "MINIMAL",
766
+ addressRegex: "^(C|c)[0-9A-Za-z]{33}$",
767
+ icon: null,
768
+ mainAssetSymbol: "CIRRUS",
769
+ blockExplorers: []
770
+ }, {
771
+ id: "HATHOR",
772
+ name: "Hathor",
773
+ coverageType: "MINIMAL",
774
+ addressRegex: "^(H)[0-9A-Za-z]{33}$",
775
+ icon: "hathor.svg",
776
+ mainAssetSymbol: "HTR",
777
+ blockExplorers: []
778
+ }, {
779
+ id: "KADENA",
780
+ name: "Kadena",
781
+ coverageType: "MINIMAL",
782
+ addressRegex: "^(k:)[0-9A-Za-z]{64}$",
783
+ icon: "kadena-kda.svg",
784
+ mainAssetSymbol: "KDA",
785
+ blockExplorers: []
786
+ }, {
787
+ id: "STRATIS",
788
+ name: "Stratis",
789
+ coverageType: "MINIMAL",
790
+ addressRegex: "^(X|S)[0-9A-Za-z]{33}$",
791
+ icon: "stratis-strax.svg",
792
+ mainAssetSymbol: "STRAX",
793
+ blockExplorers: []
794
+ }, {
795
+ id: "IOST",
796
+ name: "Iost",
797
+ coverageType: "MINIMAL",
798
+ addressRegex: "^[a-z0-9]{11}$",
799
+ icon: "iost.svg",
800
+ mainAssetSymbol: "IOST",
801
+ blockExplorers: []
802
+ }, {
803
+ id: "DIGIBYTE",
804
+ name: "Digibyte",
805
+ coverageType: "MINIMAL",
806
+ addressRegex: "^(D|A|9)[a-km-zA-HJ-NP-Z1-9]{24,33}$|^dgb1[ac-hj-np-z02-9]{38,59}$",
807
+ icon: "dgb.svg",
808
+ mainAssetSymbol: "DGB",
809
+ blockExplorers: []
810
+ }, {
811
+ id: "KOMODO",
812
+ name: "Komodo",
813
+ coverageType: "MINIMAL",
814
+ addressRegex: "^(R)[a-zA-Z0-9]{33}$",
815
+ icon: "komodo-kmd.svg",
816
+ mainAssetSymbol: "KMD",
817
+ blockExplorers: []
818
+ }, {
819
+ id: "RAVENCOIN",
820
+ name: "Ravencoin",
821
+ coverageType: "MINIMAL",
822
+ addressRegex: "^(R)[0-9A-Za-z]{33}$",
823
+ icon: "rvn.svg",
824
+ mainAssetSymbol: "RVN",
825
+ blockExplorers: []
826
+ }, {
827
+ id: "TELOS",
828
+ name: "Telos",
829
+ coverageType: "MINIMAL",
830
+ addressRegex: "^[a-z0-9\\.]{1,12}$|^(0x)[0-9A-Fa-f]{40}$",
831
+ icon: "telos.svg",
832
+ mainAssetSymbol: "TLOS",
833
+ blockExplorers: []
834
+ }, {
835
+ id: "DIGITALBITS",
836
+ name: "Digitalbits",
837
+ coverageType: "MINIMAL",
838
+ addressRegex: "^(G)[0-9A-Z]{55}$",
839
+ icon: "digitalbits-xdb.svg",
840
+ mainAssetSymbol: "XDB",
841
+ blockExplorers: []
842
+ }, {
843
+ id: "NERVOS",
844
+ name: "Nervos",
845
+ coverageType: "MINIMAL",
846
+ addressRegex: "^(ckb)[0-9a-z]{43}$",
847
+ icon: "nervos-ckb.svg",
848
+ mainAssetSymbol: "CKB",
849
+ blockExplorers: []
850
+ }, {
851
+ id: "DIVI",
852
+ name: "Divi",
853
+ coverageType: "MINIMAL",
854
+ addressRegex: "^(D)[0-9A-Za-z]{33}$",
855
+ icon: null,
856
+ mainAssetSymbol: "DIVI",
857
+ blockExplorers: []
858
+ }, {
859
+ id: "HIVE",
860
+ name: "Hive",
861
+ coverageType: "MINIMAL",
862
+ addressRegex: "^[a-z0-9]{1,13}$",
863
+ icon: "hive.svg",
864
+ mainAssetSymbol: "HIVE",
865
+ blockExplorers: []
866
+ }, {
867
+ id: "NANO",
868
+ name: "Nano",
869
+ coverageType: "MINIMAL",
870
+ addressRegex: "^(nano_)[0-9A-Za-z]{60}$",
871
+ icon: "nano.svg",
872
+ mainAssetSymbol: "XNO",
873
+ blockExplorers: []
874
+ }, {
875
+ id: "XDCNETWORK",
876
+ name: "Xdcnetwork",
877
+ coverageType: "MINIMAL",
878
+ addressRegex: "^(xdc)[0-9A-Fa-f]{40}$",
879
+ icon: null,
880
+ mainAssetSymbol: "XDC",
881
+ blockExplorers: []
882
+ }, {
883
+ id: "FUSE",
884
+ name: "Fuse",
885
+ coverageType: "MINIMAL",
886
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
887
+ icon: "fuse.svg",
888
+ mainAssetSymbol: "FUSE",
889
+ blockExplorers: []
890
+ }, {
891
+ id: "ZKSYNC",
892
+ name: "Zksync",
893
+ coverageType: "MINIMAL",
894
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
895
+ icon: "zksync.svg",
896
+ mainAssetSymbol: "ZK",
897
+ blockExplorers: []
898
+ }, {
899
+ id: "BOBA",
900
+ name: "Boba",
901
+ coverageType: "MINIMAL",
902
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
903
+ icon: "boba-network.svg",
904
+ mainAssetSymbol: "BOBA",
905
+ blockExplorers: []
906
+ }, {
907
+ id: "HECO",
908
+ name: "Heco",
909
+ coverageType: "MINIMAL",
910
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
911
+ icon: "heco.svg",
912
+ mainAssetSymbol: "HECO",
913
+ blockExplorers: []
914
+ }, {
915
+ id: "PULSECHAIN",
916
+ name: "Pulsechain",
917
+ coverageType: "MINIMAL",
918
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
919
+ icon: "pulse.svg",
920
+ mainAssetSymbol: "PLS",
921
+ blockExplorers: []
922
+ }, {
923
+ id: "BASE",
924
+ name: "Base",
925
+ coverageType: "FULL",
926
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
927
+ icon: "BASE.svg",
928
+ mainAssetSymbol: "ETH",
929
+ blockExplorers: []
930
+ }, {
931
+ id: "HELIUM",
932
+ name: "Helium",
933
+ coverageType: "MINIMAL",
934
+ addressRegex: "^1[3-4A-HJ-NP-Za-km-z1-9]{33,50}$",
935
+ icon: "helium-hnt.svg",
936
+ mainAssetSymbol: "HNT",
937
+ blockExplorers: []
938
+ }, {
939
+ id: "DOGECHAIN",
940
+ name: "Dogechain",
941
+ coverageType: "MINIMAL",
942
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
943
+ icon: null,
944
+ mainAssetSymbol: "DC",
945
+ blockExplorers: []
946
+ }, {
947
+ id: "KASPA",
948
+ name: "Kaspa",
949
+ coverageType: "MINIMAL",
950
+ addressRegex: "^(kaspa:)[0-9A-Za-z]{61}$",
951
+ icon: "kaspa.svg",
952
+ mainAssetSymbol: "KAS",
953
+ blockExplorers: []
954
+ }, {
955
+ id: "MANTLE",
956
+ name: "Mantle",
957
+ coverageType: "MINIMAL",
958
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
959
+ icon: "mantle-mnt.svg",
960
+ mainAssetSymbol: "MNT",
961
+ blockExplorers: []
962
+ }, {
963
+ id: "SEI",
964
+ name: "Sei",
965
+ coverageType: "MINIMAL",
966
+ addressRegex: "^(sei)[a-zA-HJ-NP-Z0-9]{39,61}$",
967
+ icon: "sei.svg",
968
+ mainAssetSymbol: "SEI",
969
+ blockExplorers: [{
970
+ name: "Seiscan",
971
+ urlAddress: "https://www.seiscan.app/pacific-1/accounts/[ADDRESS]"
972
+ }]
973
+ }, {
974
+ id: "COMDEX",
975
+ name: "Comdex",
976
+ coverageType: "MINIMAL",
977
+ addressRegex: "^(comdex1)[0-9a-z]{38}$",
978
+ icon: null,
979
+ mainAssetSymbol: "CMDX",
980
+ blockExplorers: []
981
+ }, {
982
+ id: "FIRO",
983
+ name: "Firo",
984
+ coverageType: "MINIMAL",
985
+ addressRegex: "^(a)[0-9A-Za-z]{33}$",
986
+ icon: "firo.svg",
987
+ mainAssetSymbol: "FIRO",
988
+ blockExplorers: []
989
+ }, {
990
+ id: "ECASH",
991
+ name: "Ecash",
992
+ coverageType: "MINIMAL",
993
+ addressRegex: "^(ecash:)[0-9A-Za-z]{42}$",
994
+ icon: "xec.svg",
995
+ mainAssetSymbol: "XEC",
996
+ blockExplorers: []
997
+ }, {
998
+ id: "XDAG",
999
+ name: "Xdag",
1000
+ coverageType: "MINIMAL",
1001
+ addressRegex: "^[a-zA-Z0-9]{32,33}$",
1002
+ icon: "xdc.svg",
1003
+ mainAssetSymbol: "XDAG",
1004
+ blockExplorers: []
1005
+ }, {
1006
+ id: "RONIN",
1007
+ name: "Ronin",
1008
+ coverageType: "MINIMAL",
1009
+ addressRegex: "^(0x)[0-9a-z]{40}$",
1010
+ icon: "ronin-ron.svg",
1011
+ mainAssetSymbol: "RON",
1012
+ blockExplorers: []
1013
+ }, {
1014
+ id: "KLEVER",
1015
+ name: "Klever",
1016
+ coverageType: "MINIMAL",
1017
+ addressRegex: "^(klv)[0-9a-z]{59}$",
1018
+ icon: "klever.svg",
1019
+ mainAssetSymbol: "KLV",
1020
+ blockExplorers: []
1021
+ }, {
1022
+ id: "BAHAMUT",
1023
+ name: "Bahamut",
1024
+ coverageType: "MINIMAL",
1025
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1026
+ icon: "FTN.svg",
1027
+ mainAssetSymbol: "FTN",
1028
+ blockExplorers: []
1029
+ }, {
1030
+ id: "FLARE",
1031
+ name: "Flare",
1032
+ coverageType: "MINIMAL",
1033
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1034
+ icon: "flare-flr.svg",
1035
+ mainAssetSymbol: "FLR",
1036
+ blockExplorers: []
1037
+ }, {
1038
+ id: "CELESTIA",
1039
+ name: "Celestia",
1040
+ coverageType: "MINIMAL",
1041
+ addressRegex: "^(celestia)[0-9A-Za-z]{39}$",
1042
+ icon: "cspr.svg",
1043
+ mainAssetSymbol: "TIA",
1044
+ blockExplorers: []
1045
+ }, {
1046
+ id: "BNBOPTIMISTIC",
1047
+ name: "Bnboptimistic",
1048
+ coverageType: "MINIMAL",
1049
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1050
+ icon: "BNB.svg",
1051
+ mainAssetSymbol: "opBNB",
1052
+ blockExplorers: []
1053
+ }, {
1054
+ id: "OSMOSIS",
1055
+ name: "Osmosis",
1056
+ coverageType: "MINIMAL",
1057
+ addressRegex: "^(osmo1)[0-9a-z]{38}$",
1058
+ icon: "osmosis-osmo.svg",
1059
+ mainAssetSymbol: "OSMO",
1060
+ blockExplorers: []
1061
+ }, {
1062
+ id: "MANTANETWORK",
1063
+ name: "Mantanetwork",
1064
+ coverageType: "MINIMAL",
1065
+ addressRegex: "^(d)[0-9A-Za-z]{48}$",
1066
+ icon: "manta-network.svg",
1067
+ mainAssetSymbol: "MANTA",
1068
+ blockExplorers: []
1069
+ }, {
1070
+ id: "CONFLUX",
1071
+ name: "Conflux",
1072
+ coverageType: "MINIMAL",
1073
+ addressRegex: "^(cfx):[a-hj-km-npr-z0-9]{42}|(0x)[0-9A-Fa-f]{40}$",
1074
+ icon: null,
1075
+ mainAssetSymbol: "CFX",
1076
+ blockExplorers: []
1077
+ }, {
1078
+ id: "IOTA",
1079
+ name: "Iota",
1080
+ coverageType: "MINIMAL",
1081
+ addressRegex: "^(iota)[0-9a-z]{60}$",
1082
+ icon: "iota-miota.svg",
1083
+ mainAssetSymbol: "IOTA",
1084
+ blockExplorers: []
1085
+ }, {
1086
+ id: "STARKNET",
1087
+ name: "Starknet",
1088
+ coverageType: "MINIMAL",
1089
+ addressRegex: "^(0x)[0-9A-Za-z]{64}$",
1090
+ icon: "starknet.svg",
1091
+ mainAssetSymbol: "STRK",
1092
+ blockExplorers: []
1093
+ }, {
1094
+ id: "PARTISIA",
1095
+ name: "Partisia",
1096
+ coverageType: "MINIMAL",
1097
+ addressRegex: "^00[0-9A-Fa-f]{40}$",
1098
+ icon: "partisia.svg",
1099
+ mainAssetSymbol: "MPC",
1100
+ blockExplorers: []
1101
+ }, {
1102
+ id: "LINEA",
1103
+ name: "Linea",
1104
+ coverageType: "MINIMAL",
1105
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1106
+ icon: "linea.svg",
1107
+ mainAssetSymbol: "LINEA",
1108
+ blockExplorers: []
1109
+ }, {
1110
+ id: "NIBIRUCHAIN",
1111
+ name: "Nibiruchain",
1112
+ coverageType: "MINIMAL",
1113
+ addressRegex: "^(cosmos1)[0-9a-z]{38}$",
1114
+ icon: "nibiru.svg",
1115
+ mainAssetSymbol: "NIBI",
1116
+ blockExplorers: []
1117
+ }, {
1118
+ id: "DYDXCHAIN",
1119
+ name: "Dydxchain",
1120
+ coverageType: "MINIMAL",
1121
+ addressRegex: "^(dydx1)[0-9a-z]{38}$|^(ibc\\/)[0-9a-zA-Z]{64}$",
1122
+ icon: "dydx-exchange.svg",
1123
+ mainAssetSymbol: "DYDX",
1124
+ blockExplorers: [{
1125
+ name: "Mintscan.io/dydx",
1126
+ urlAddress: "https://www.mintscan.io/dydx/[ADDRESS]"
1127
+ }]
1128
+ }, {
1129
+ id: "DYMENSION",
1130
+ name: "Dymension",
1131
+ coverageType: "MINIMAL",
1132
+ addressRegex: "^(cosmos1)[0-9a-z]{38}$",
1133
+ icon: "dymension-dym.svg",
1134
+ mainAssetSymbol: "DYM",
1135
+ blockExplorers: []
1136
+ }, {
1137
+ id: "OKB",
1138
+ name: "Okb",
1139
+ coverageType: "MINIMAL",
1140
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1141
+ icon: "okb.svg",
1142
+ mainAssetSymbol: "OKB",
1143
+ blockExplorers: []
1144
+ }, {
1145
+ id: "POLYGONZKEVM",
1146
+ name: "Polygonzkevm",
1147
+ coverageType: "MINIMAL",
1148
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1149
+ icon: "POLYGON.svg",
1150
+ mainAssetSymbol: "zkEVM",
1151
+ blockExplorers: [{
1152
+ name: "Polygon zkEVM",
1153
+ urlAddress: "https://zkevm.polygonscan.com/address/[ADDRESS]"
1154
+ }]
1155
+ }, {
1156
+ id: "LUMIA",
1157
+ name: "Lumia",
1158
+ coverageType: "MINIMAL",
1159
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1160
+ icon: null,
1161
+ mainAssetSymbol: "LUMIA",
1162
+ blockExplorers: []
1163
+ }];
11
1164
 
12
1165
  var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
13
1166
  $BABYDOGEINU:"10914",// Name: BABY DOGE INU, Slug: baby-doge-inu
@@ -9939,12 +11092,41 @@ zkSNP:"10674",// Name: Synapse Network, Slug: synapse-network
9939
11092
  丰:"30808"// Name: SATOSHI•NAKAMOTO, Slug: satoshi-nakamoto-rune
9940
11093
  };
9941
11094
 
11095
+ exports.ANALYSIS_TYPES = vault_schema.ANALYSIS_TYPES;
11096
+ exports.AnalysisType = vault_schema.AnalysisType;
11097
+ exports.Coin = vault_schema.Coin;
11098
+ exports.EntityRiskDefaultsMap = vault_schema.EntityRiskDefaultsMap;
11099
+ exports.EntityRiskDefaultsValues = vault_schema.EntityRiskDefaultsValues;
11100
+ exports.GetActiveBlockchains = vault_schema.GetActiveBlockchains;
11101
+ exports.GetActiveBlockchainsRequest = vault_schema.GetActiveBlockchainsRequest;
11102
+ exports.GetActiveBlockchainsResponse = vault_schema.GetActiveBlockchainsResponse;
11103
+ exports.GetAddressAnalysis = vault_schema.GetAddressAnalysis;
11104
+ exports.GetAddressAnalysisRequest = vault_schema.GetAddressAnalysisRequest;
11105
+ exports.GetAddressAnalysisResponse = vault_schema.GetAddressAnalysisResponse;
11106
+ exports.OBJECT_TYPES = vault_schema.OBJECT_TYPES;
11107
+ exports.ObjectType = vault_schema.ObjectType;
11108
+ exports.RawScorechainResult = vault_schema.RawScorechainResult;
11109
+ exports.RiskExplanation = vault_schema.RiskExplanation;
11110
+ exports.RiskSeverity = vault_schema.RiskSeverity;
11111
+ exports.ScorechainAnalysis = vault_schema.ScorechainAnalysis;
11112
+ exports.ScorechainBlockchain = vault_schema.ScorechainBlockchain;
11113
+ exports.ScorechainBlockchainToNamespace = vault_schema.ScorechainBlockchainToNamespace;
11114
+ exports.ScorechainEntity = vault_schema.ScorechainEntity;
11115
+ exports.ScorechainEntityType = vault_schema.ScorechainEntityType;
11116
+ exports.ScorechainError = vault_schema.ScorechainError;
11117
+ exports.ScorechainErrorResponse = vault_schema.ScorechainErrorResponse;
11118
+ exports.ScorechainRiskToRiskLevel = vault_schema.ScorechainRiskToRiskLevel;
11119
+ exports.ScorechainWalletRiskLevel = vault_schema.ScorechainWalletRiskLevel;
11120
+ exports.ScorechainWalletRiskLevels = vault_schema.ScorechainWalletRiskLevels;
11121
+ exports.ScoringAnalysisApiRequest = vault_schema.ScoringAnalysisApiRequest;
11122
+ exports.ScoringAnalysisRequest = vault_schema.ScoringAnalysisRequest;
11123
+ exports.ScoringAnalysisResponse = vault_schema.ScoringAnalysisResponse;
11124
+ exports.WorkflowsScoringAnalysisRequest = vault_schema.WorkflowsScoringAnalysisRequest;
11125
+ exports.compareRiskLevels = vault_schema.compareRiskLevels;
11126
+ exports.getRiskLevelByRiskScore = vault_schema.getRiskLevelByRiskScore;
9942
11127
  exports.AMLMetadata = CoinMarketCap_schema.AMLMetadata;
9943
- exports.ANALYSIS_TYPES = CoinMarketCap_schema.ANALYSIS_TYPES;
9944
- exports.AnalysisType = CoinMarketCap_schema.AnalysisType;
9945
11128
  exports.ApplicantMemberOfSchema = CoinMarketCap_schema.ApplicantMemberOfSchema;
9946
11129
  exports.BENEFICIARY_TYPES = CoinMarketCap_schema.BENEFICIARY_TYPES;
9947
- exports.BLOCKCHAIN_TYPES = CoinMarketCap_schema.BLOCKCHAIN_TYPES;
9948
11130
  exports.BaseApplicantActionSchema = CoinMarketCap_schema.BaseApplicantActionSchema;
9949
11131
  exports.BaseProvider = CoinMarketCap_schema.BaseProvider;
9950
11132
  exports.BeneficiaryCompanyCustomerClaims = CoinMarketCap_schema.BeneficiaryCompanyCustomerClaims;
@@ -9964,7 +11146,6 @@ exports.BitRankVerified = CoinMarketCap_schema.BitRankVerified;
9964
11146
  exports.BitRankVerifiedError = CoinMarketCap_schema.BitRankVerifiedError;
9965
11147
  exports.BitRankVerifiedErrorResponse = CoinMarketCap_schema.BitRankVerifiedErrorResponse;
9966
11148
  exports.BitRankVerifiedResponse = CoinMarketCap_schema.BitRankVerifiedResponse;
9967
- exports.Blockchain = CoinMarketCap_schema.Blockchain;
9968
11149
  exports.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES = CoinMarketCap_schema.COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES;
9969
11150
  exports.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES = CoinMarketCap_schema.COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES;
9970
11151
  exports.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES = CoinMarketCap_schema.COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES;
@@ -9981,7 +11162,6 @@ exports.ChainalysisRiskAssessmentApiResponse = CoinMarketCap_schema.ChainalysisR
9981
11162
  exports.ChainalysisRiskAssessmentResponse = CoinMarketCap_schema.ChainalysisRiskAssessmentResponse;
9982
11163
  exports.ChainalysisRiskLevel = CoinMarketCap_schema.ChainalysisRiskLevel;
9983
11164
  exports.CoerceDateUTC = CoinMarketCap_schema.CoerceDateUTC;
9984
- exports.Coin = CoinMarketCap_schema.Coin;
9985
11165
  exports.CoinMarketCapApiResponse = CoinMarketCap_schema.CoinMarketCapApiResponse;
9986
11166
  exports.CoinMarketCapFiatId = CoinMarketCap_schema.CoinMarketCapFiatId;
9987
11167
  exports.CoinMarketCapQuote = CoinMarketCap_schema.CoinMarketCapQuote;
@@ -10091,8 +11271,6 @@ exports.MerkleScienceProvider = CoinMarketCap_schema.MerkleScienceProvider;
10091
11271
  exports.NestedSession = CoinMarketCap_schema.NestedSession;
10092
11272
  exports.NexeraIdKYBProvider = CoinMarketCap_schema.NexeraIdKYBProvider;
10093
11273
  exports.NexeraIdSSIDProvider = CoinMarketCap_schema.NexeraIdSSIDProvider;
10094
- exports.OBJECT_TYPES = CoinMarketCap_schema.OBJECT_TYPES;
10095
- exports.ObjectType = CoinMarketCap_schema.ObjectType;
10096
11274
  exports.PhoneMetadata = CoinMarketCap_schema.PhoneMetadata;
10097
11275
  exports.PhoneVerificationAnalysisResponse = CoinMarketCap_schema.PhoneVerificationAnalysisResponse;
10098
11276
  exports.ProofOfAddressDocumentType = CoinMarketCap_schema.ProofOfAddressDocumentType;
@@ -10111,7 +11289,6 @@ exports.ReasonCodes = CoinMarketCap_schema.ReasonCodes;
10111
11289
  exports.RequestProperty = CoinMarketCap_schema.RequestProperty;
10112
11290
  exports.RiskLevel = CoinMarketCap_schema.RiskLevel;
10113
11291
  exports.RiskLevels = CoinMarketCap_schema.RiskLevels;
10114
- exports.RiskSeverity = CoinMarketCap_schema.RiskSeverity;
10115
11292
  exports.SEARCH_FILTER_ADVERSE_MEDIA_TYPE = CoinMarketCap_schema.SEARCH_FILTER_ADVERSE_MEDIA_TYPE;
10116
11293
  exports.SEARCH_FILTER_PEP_TYPE = CoinMarketCap_schema.SEARCH_FILTER_PEP_TYPE;
10117
11294
  exports.SEARCH_FILTER_SANCTION_TYPE = CoinMarketCap_schema.SEARCH_FILTER_SANCTION_TYPE;
@@ -10131,13 +11308,8 @@ exports.SUMSUB_REVIEW_REJECT_TYPES = CoinMarketCap_schema.SUMSUB_REVIEW_REJECT_T
10131
11308
  exports.SUMSUB_REVIEW_STATUSES = CoinMarketCap_schema.SUMSUB_REVIEW_STATUSES;
10132
11309
  exports.SUMSUB_STEPS = CoinMarketCap_schema.SUMSUB_STEPS;
10133
11310
  exports.SUMSUB_WEBHOOK_INTERNAL_STATUS = CoinMarketCap_schema.SUMSUB_WEBHOOK_INTERNAL_STATUS;
10134
- exports.ScorechainAnalysis = CoinMarketCap_schema.ScorechainAnalysis;
10135
11311
  exports.ScorechainConfig = CoinMarketCap_schema.ScorechainConfig;
10136
- exports.ScorechainError = CoinMarketCap_schema.ScorechainError;
10137
- exports.ScorechainErrorResponse = CoinMarketCap_schema.ScorechainErrorResponse;
10138
11312
  exports.ScorechainProvider = CoinMarketCap_schema.ScorechainProvider;
10139
- exports.ScoringAnalysisRequest = CoinMarketCap_schema.ScoringAnalysisRequest;
10140
- exports.ScoringAnalysisResponse = CoinMarketCap_schema.ScoringAnalysisResponse;
10141
11313
  exports.SearchEntityType = CoinMarketCap_schema.SearchEntityType;
10142
11314
  exports.SearchEntityTypes = CoinMarketCap_schema.SearchEntityTypes;
10143
11315
  exports.SearchFilterAdverseMediaType = CoinMarketCap_schema.SearchFilterAdverseMediaType;
@@ -10215,8 +11387,8 @@ exports.WEBHOOK_TYPES = CoinMarketCap_schema.WEBHOOK_TYPES;
10215
11387
  exports.WebhookPayload = CoinMarketCap_schema.WebhookPayload;
10216
11388
  exports.WebhookType = CoinMarketCap_schema.WebhookType;
10217
11389
  exports.WorkflowsScorechainConfig = CoinMarketCap_schema.WorkflowsScorechainConfig;
10218
- exports.WorkflowsScoringAnalysisRequest = CoinMarketCap_schema.WorkflowsScoringAnalysisRequest;
10219
11390
  exports.WrappedIpQualityServiceErrorResponse = CoinMarketCap_schema.WrappedIpQualityServiceErrorResponse;
10220
11391
  exports.mappingMatchTypeToLabel = CoinMarketCap_schema.mappingMatchTypeToLabel;
10221
11392
  exports.typeToHumanReadable = CoinMarketCap_schema.typeToHumanReadable;
11393
+ exports.ALL_SCORECHAIN_BLOCKCHAIN = ALL_SCORECHAIN_BLOCKCHAIN;
10222
11394
  exports.CoinMarketCapCryptoId = CoinMarketCapCryptoId;