@nexeraid/identity-schemas 2.65.0 → 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 +2 -2
  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
@@ -1,9 +1,1162 @@
1
- export { a5 as AMLMetadata, A as ANALYSIS_TYPES, e as AnalysisType, bM as ApplicantMemberOfSchema, b$ as BENEFICIARY_TYPES, g as BLOCKCHAIN_TYPES, bO as BaseApplicantActionSchema, bm as BaseProvider, c1 as BeneficiaryCompanyCustomerClaims, c2 as BeneficiaryCompanyCustomerClaimsArray, c0 as BeneficiaryType, d8 as BeneficiaryVerificationStatus, d9 as BeneficiaryVerificationStatusArray, x as BigCSErrorCodes, bj as BigConfig, s as BigCryptoChain, u as BigProperties, t as BigPropertiesLiteral, v as BigProperty, bp as BigProvider, y as BitRankRequest, z as BitRankVerified, F as BitRankVerifiedError, D as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, h as Blockchain, aF as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aH as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aD as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, aw as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, ds as ChainalysisApiError, bf as ChainalysisConfig, dq as ChainalysisErrorCodes, bs as ChainalysisProvider, dn as ChainalysisRegisterApiResponse, dt as ChainalysisRegisterResponse, dm as ChainalysisRequest, dr as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dp as ChainalysisRiskLevel, ak as CoerceDateUTC, i as Coin, dx as CoinMarketCapApiResponse, dy as CoinMarketCapFiatId, dv as CoinMarketCapQuote, dw as CoinMarketCapQuotes, du as CoinMarketCapRequest, d7 as CompanyDocumentMetaData, aX as ComplyAdvantageAmlFullListing, aW as ComplyAdvantageAmlItemSource, aG as ComplyAdvantageCountryFieldSources, aI as ComplyAdvantageDateOfBirthFieldSources, aV as ComplyAdvantageKeyInformation, aS as ComplyAdvantageMedia, b5 as ComplyAdvantageMonitorSearchDataResponse, b7 as ComplyAdvantageMonitorSearchResponse, b6 as ComplyAdvantageMonitorSearchSuccessResponse, b8 as ComplyAdvantageMonitoredSearchUpdate, aE as ComplyAdvantageNationalityFieldSources, bx as ComplyAdvantageProvider, bw as ComplyAdvantageProviderConfigElement, bv as ComplyAdvantageProviderConfigFilters, bu as ComplyAdvantageProviderConfigTypes, ax as ComplyAdvantageReponseMatchStatus, au as ComplyAdvantageResponseMatchType, aU as ComplyAdvantageSearchDataResponse, aT as ComplyAdvantageSearchDataResponseHit, aY as ComplyAdvantageSearchEntitiesDataResponse, a_ as ComplyAdvantageSearchEntitiesResponse, aZ as ComplyAdvantageSearchEntitiesSuccessResponse, c as ComplyAdvantageSearchErrorResponse, a$ as ComplyAdvantageSearchRequest, b0 as ComplyAdvantageSearchRequests, b as ComplyAdvantageSearchResponse, d as ComplyAdvantageSearchSuccessResponse, b2 as ComplyAdvantageUpdateSearchEntitiesRequest, b4 as ComplyAdvantageUpdateSearchEntitiesResponse, b3 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, b1 as ComplyAdvantageUpdateSearchRequest, aQ as ComplyAdvantageUser, bD as CreateProviderInput, bE as CreateProviderResponse, aJ as CreateSearchInput, c$ as CredentialMetadata, c_ as CustomerContactInformationOutput, de as CustomerDocumentMetaData, df as CustomerStatusResults, bd as DataProvider, bc as DataProviderOptions, bI as DeleteProviderInput, bJ as DeleteProviderResponse, _ as DocumentIdMetadata, Z as DocumentIdType, Y as DocumentIdTypes, cr as DocumentMetadataSchema, a4 as EmailMetadata, E as EmailVerificationAnalysisResponse, cP as EmailVerificationResponse, X as File, cZ as GetCredentialsOutput, db as GetKybSessionInput, dc as GetKybSessionResponse, cT as GetKycSessionInput, cU as GetKycSessionResponse, d0 as GetKycSessionResponseWithCredentialsMetadata, bC as GetProviderResponse, bB as GetProvidersResponse, ar as HIGH_RISK_TYPES, bZ as INDIVIDUAL_BENEFICIARY_RELATIONS, bb as IdentityProvider, ba as IdentityProviderOptions, b_ as IndividualBeneficiaryRelation, n as IpQualityAnalysisRequest, o as IpQualityAnalysisResponse, bi as IpQualityConfig, p as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, q as IpQualityServiceErrorResponse, bt as IpqualityscoreProvider, d3 as KYB_RESULTS, d5 as KYB_SESSION_STATUSES, d1 as KYB_STEP_TYPES, cL as KYC_RESULTS, cN as KYC_SESSION_STATUSES, cH as KYC_STEP_TYPES, d4 as KybResult, d6 as KybSessionStatus, d2 as KybStep, cM as KycResult, cO as KycSessionStatus, cI as KycStep, cK as KycStepStatus, cJ as KycStepStatuses, a2 as LivenessMetadata, as as MEDIUM_RISK_TYPES, aL as MatchStatus, aK as MatchStatuses, aR as MatchTypeDetail, M as MergedProviders, dl as MerkleAddressApiError, dk as MerkleAddressApiResponse, dj as MerkleAddressRequest, a as MerkleAddressResponse, di as MerkleBlockChainCodes, dh as MerkleBlockChainName, dg as MerkleBlockChainTypes, be as MerkleScienceConfig, br as MerkleScienceProvider, N as NestedSession, bo as NexeraIdKYBProvider, bn as NexeraIdSSIDProvider, O as OBJECT_TYPES, f as ObjectType, a3 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, a0 as ProofOfAddressDocumentType, $ as ProofOfAddressDocumentTypes, a1 as ProofOfAddressMetadata, cY as ProofOfResidenceDocumentType, cX as ProofOfResidenceMetaData, bz as ProviderData, bA as ProviderDataProject, bl as ProviderIntegrationType, bk as ProviderIntegrationTypeOptions, b9 as ProviderWithoutConfig, ad as RESULT_PARSER_ERROR, V as ReasonCode, U as ReasonCodes, w as RequestProperty, aN as RiskLevel, aM as RiskLevels, R as RiskSeverity, ap as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, an as SEARCH_FILTER_PEP_TYPE, al as SEARCH_FILTER_SANCTION_TYPE, ay as SEARCH_FILTER_TYPES, ab as SESSION_NOT_FOUND, ah as STEP_NOT_FOUND, bR as SUMSUB_APPLICANT_TYPES, ck as SUMSUB_COMPANY_BENEFICIARY_GROUP, c8 as SUMSUB_DOC_TYPES, ca as SUMSUB_FLOW_LEVEL, cz as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cp as SUMSUB_MEDIA_CONTENT_TYPES, bT as SUMSUB_REVIEW_ANSWERS, cE as SUMSUB_REVIEW_REJECT_LABELS, cG as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bV as SUMSUB_REVIEW_REJECT_TYPES, c6 as SUMSUB_REVIEW_STATUSES, bP as SUMSUB_STEPS, c4 as SUMSUB_WEBHOOK_INTERNAL_STATUS, l as ScorechainAnalysis, bg as ScorechainConfig, k as ScorechainError, j as ScorechainErrorResponse, bq as ScorechainProvider, m as ScoringAnalysisRequest, S as ScoringAnalysisResponse, aB as SearchEntityType, aA as SearchEntityTypes, aq as SearchFilterAdverseMediaType, ao as SearchFilterPepType, am as SearchFilterSanctionType, az as SearchFilterType, aC as SearchFilters, da as SelectKybSession, cR as SelectKycSession, cQ as SelectKycSessionStep, cS as SelectKycSessionWithCompletedSteps, K as Session, L as SessionWithoutSteps, H as Status, G as Statuses, a6 as Step, T as StepType, Q as StepTypes, bX as SumSubAddress, bY as SumSubApplicantInfo, ct as SumSubApplicantResetSchema, cs as SumSubApplicantReviewStatusSchema, cy as SumSubApplicantSchema, bS as SumSubApplicantType, co as SumSubApplicantVerificationStepSchema, c3 as SumSubCompanyApplicantInfo, ci as SumSubCompanyApplicantSchema, c9 as SumSubDocType, cb as SumSubFlowLevel, cu as SumSubGenerateExternalWebSdkLinkSchema, cj as SumSubImageId, ce as SumSubImageReviewResultSchema, ch as SumSubIndividualApplicantSchema, cq as SumSubMediaContentType, cc as SumSubRequiredIdDoc, bU as SumSubReviewAnswer, cF as SumSubReviewRejectLabel, bW as SumSubReviewRejectType, cd as SumSubReviewResultSchema, c7 as SumSubReviewStatus, cD as SumSubSimilarApplicantsSchema, bQ as SumSubStep, cn as SumSubVerificationStepSchema, bN as SumSubWebhookSchema, cg as SumsubApplicantType, cf as SumsubApplicantTypes, cl as SumsubCompanyBeneficiaryGroup, cx as SumsubKybDataSchema, cC as SumsubKybSessionFlowSection, cB as SumsubKybSessionFlowSectionItem, cA as SumsubKybSessionFlowSectionStatus, cw as SumsubKycDataSchema, cm as SumsubStepStatus, cv as SumsubVideoCallData, c5 as SumsubWebhookInternalStatus, by as SynapsProvider, ae as SynapsSessionErrorResponse, a7 as SynapsSessionEvent, aa as SynapsSessionRequest, af as SynapsSessionResponse, ai as SynapsStepErrorResponse, a8 as SynapsStepEvent, ag as SynapsStepRequest, aj as SynapsStepResponse, bH as ToggleProviderInput, ac as UNKNOWN_ERROR, dd as UpdateKybSessionOutput, cV as UpdateKycSessionOutput, bF as UpdateProviderInput, bG as UpdateProviderResponse, aP as UpdateSearchEntitiesInput, aO as UpdateSearchInput, cW as VideoKycMetaData, bK as WEBHOOK_TYPES, J as WebhookPayload, bL as WebhookType, bh as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, r as WrappedIpQualityServiceErrorResponse, av as mappingMatchTypeToLabel, a9 as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-9200bd52.esm.mjs';
1
+ export { d$ as ANALYSIS_TYPES, e0 as AnalysisType, e9 as Coin, ee as EntityRiskDefaultsMap, ed as EntityRiskDefaultsValues, el as GetActiveBlockchains, ek as GetActiveBlockchainsRequest, em as GetActiveBlockchainsResponse, ep as GetAddressAnalysis, en as GetAddressAnalysisRequest, eq as GetAddressAnalysisResponse, e1 as OBJECT_TYPES, e2 as ObjectType, er as RawScorechainResult, ec as RiskExplanation, ea as RiskSeverity, eh as ScorechainAnalysis, e3 as ScorechainBlockchain, e4 as ScorechainBlockchainToNamespace, eo as ScorechainEntity, eb as ScorechainEntityType, eg as ScorechainError, ef as ScorechainErrorResponse, es as ScorechainRiskToRiskLevel, e6 as ScorechainWalletRiskLevel, e5 as ScorechainWalletRiskLevels, ej as ScoringAnalysisApiRequest, dY as ScoringAnalysisRequest, ei as ScoringAnalysisResponse, dZ as WorkflowsScoringAnalysisRequest, e8 as compareRiskLevels, e7 as getRiskLevelByRiskScore } from '../../dist/vault.schema-1c1dcdb7.esm.mjs';
2
+ export { K as AMLMetadata, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, cU as BeneficiaryVerificationStatus, cV as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dc as ChainalysisApiError, a$ as ChainalysisConfig, da as ChainalysisErrorCodes, bc as ChainalysisProvider, d8 as ChainalysisRegisterApiResponse, dd as ChainalysisRegisterResponse, d7 as ChainalysisRequest, db as ChainalysisRiskAssessmentApiResponse, de as ChainalysisRiskAssessmentResponse, d9 as ChainalysisRiskLevel, a4 as CoerceDateUTC, di as CoinMarketCapApiResponse, dj as CoinMarketCapFiatId, dg as CoinMarketCapQuote, dh as CoinMarketCapQuotes, df as CoinMarketCapRequest, cT as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, c_ as CustomerDocumentMetaData, c$ as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, cX as GetKybSessionInput, cY as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cP as KYB_RESULTS, cR as KYB_SESSION_STATUSES, cN as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cQ as KybResult, cS as KybSessionStatus, cO as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, d5 as MerkleAddressApiError, d4 as MerkleAddressApiResponse, d3 as MerkleAddressRequest, d6 as MerkleAddressResponse, d2 as MerkleBlockChainCodes, d1 as MerkleBlockChainName, d0 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, cW as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, cZ as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-863fe4bf.esm.mjs';
2
3
  import 'zod';
3
- import '../../dist/vault.schema-cc3c5ffc.esm.mjs';
4
- import 'decimal.js';
5
- import '../../dist/identity-api.schema-60af6079.esm.mjs';
6
4
  import 'nanoid';
5
+ import 'decimal.js';
6
+ import '../../dist/identity-api.schema-36a2a1b2.esm.mjs';
7
+
8
+ var ALL_SCORECHAIN_BLOCKCHAIN = [{
9
+ id: "BITCOIN",
10
+ name: "Bitcoin",
11
+ coverageType: "FULL",
12
+ addressRegex: "^[13][1-9A-HJ-NP-Za-km-z]{25,34}$|^bc1q|bc1p[0-9A-Za-z]{37,62}$",
13
+ icon: "BITCOIN.svg",
14
+ mainAssetSymbol: "BTC",
15
+ blockExplorers: [{
16
+ name: "explorer.btc",
17
+ urlAddress: "https://explorer.btc.com/en/[ADDRESS]"
18
+ }]
19
+ }, {
20
+ id: "ETHEREUM",
21
+ name: "Ethereum",
22
+ coverageType: "FULL",
23
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
24
+ icon: "ETHEREUM.svg",
25
+ mainAssetSymbol: "ETH",
26
+ blockExplorers: [{
27
+ name: "etherscan",
28
+ urlAddress: "https://etherscan.io/[ADDRESS]"
29
+ }]
30
+ }, {
31
+ id: "BITCOINCASH",
32
+ name: "Bitcoincash",
33
+ coverageType: "FULL",
34
+ addressRegex: "^[13][1-9A-HJ-NP-Za-km-z]{25,34}$|((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$",
35
+ icon: "BITCOINCASH.svg",
36
+ mainAssetSymbol: "BCH",
37
+ blockExplorers: [{
38
+ name: "explorer.btc.com/bch",
39
+ urlAddress: "https://explorer.btc.com/bch/[ADDRESS]"
40
+ }]
41
+ }, {
42
+ id: "LITECOIN",
43
+ name: "Litecoin",
44
+ coverageType: "FULL",
45
+ addressRegex: "^([LM3]{1}[1-9A-HJ-NP-Za-km-z]{26,33})|(ltc1[a-z0-9]{39,59})$",
46
+ icon: "LITECOIN.svg",
47
+ mainAssetSymbol: "LTC",
48
+ blockExplorers: [{
49
+ name: "litecoinblockexplorer",
50
+ urlAddress: "https://litecoinblockexplorer.net/[ADDRESS]"
51
+ }]
52
+ }, {
53
+ id: "DASH",
54
+ name: "Dash",
55
+ coverageType: "FULL",
56
+ addressRegex: "^[X7][1-9A-HJ-NP-Za-km-z]{33}$",
57
+ icon: "DASH.svg",
58
+ mainAssetSymbol: "DASH",
59
+ blockExplorers: [{
60
+ name: "explorer.dash",
61
+ urlAddress: "https://explorer.dash.org/insight/[ADDRESS]"
62
+ }]
63
+ }, {
64
+ id: "RIPPLE",
65
+ name: "Ripple",
66
+ coverageType: "FULL",
67
+ addressRegex: "^r[1-9A-HJ-NP-Za-km-z]{25,34}$",
68
+ icon: "RIPPLE.svg",
69
+ mainAssetSymbol: "XRP",
70
+ blockExplorers: []
71
+ }, {
72
+ id: "TEZOS",
73
+ name: "Tezos",
74
+ coverageType: "FULL",
75
+ addressRegex: "^((tz[1-3])[a-zA-Z0-9]{33})|(KT1[1-9A-HJ-NP-Za-km-z]{33})$",
76
+ icon: "TEZOS.svg",
77
+ mainAssetSymbol: "XTZ",
78
+ blockExplorers: []
79
+ }, {
80
+ id: "TRON",
81
+ name: "Tron",
82
+ coverageType: "FULL",
83
+ addressRegex: "^T[a-zA-Z0-9]{33}/g",
84
+ icon: "TRON.svg",
85
+ mainAssetSymbol: "TRX",
86
+ blockExplorers: []
87
+ }, {
88
+ id: "BSC",
89
+ name: "Bsc",
90
+ coverageType: "FULL",
91
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
92
+ icon: "BSC.svg",
93
+ mainAssetSymbol: "BNB",
94
+ blockExplorers: [{
95
+ name: "bscscan",
96
+ urlAddress: "https://bscscan.com/[ADDRESS]"
97
+ }]
98
+ }, {
99
+ id: "STELLAR",
100
+ name: "Stellar",
101
+ coverageType: "MINIMAL",
102
+ addressRegex: "^G[A-D]{1}[A-Z2-7]{54}$",
103
+ icon: "STELLAR.svg",
104
+ mainAssetSymbol: "XLM",
105
+ blockExplorers: [{
106
+ name: "Stellarchain",
107
+ urlAddress: "https://stellarchain.io/accounts/[ADDRESS]"
108
+ }, {
109
+ name: "Stellar Expert",
110
+ urlAddress: "https://stellar.expert/explorer/public/account/[ADDRESS]"
111
+ }]
112
+ }, {
113
+ id: "CARDANO",
114
+ name: "Cardano",
115
+ coverageType: "MINIMAL",
116
+ addressRegex: "^(([0-9A-Za-z]{57,59})|([0-9A-Za-z]{100,104}))$",
117
+ icon: "CARDANO.svg",
118
+ mainAssetSymbol: "ADA",
119
+ blockExplorers: [{
120
+ name: "Cardano Explorer",
121
+ urlAddress: "https://explorer.cardano.org/en/address?address=[ADDRESS]"
122
+ }, {
123
+ name: "Cardanoscan",
124
+ urlAddress: "https://cardanoscan.io/address/[ADDRESS]"
125
+ }, {
126
+ name: "Cexplorer",
127
+ urlAddress: "https://cexplorer.io/address/[ADDRESS]"
128
+ }]
129
+ }, {
130
+ id: "ZCASH",
131
+ name: "Zcash",
132
+ coverageType: "MINIMAL",
133
+ addressRegex: "^(t)[A-Za-z0-9]{34}$",
134
+ icon: "ZCASH.svg",
135
+ mainAssetSymbol: "ZEC",
136
+ blockExplorers: [{
137
+ name: "ZCHAIN",
138
+ urlAddress: "https://explorer.zcha.in/accounts/[ADDRESS]"
139
+ }, {
140
+ name: "Blockchair",
141
+ urlAddress: "https://blockchair.com/zcash/address/[ADDRESS]"
142
+ }]
143
+ }, {
144
+ id: "MONERO",
145
+ name: "Monero",
146
+ coverageType: "MINIMAL",
147
+ addressRegex: "^[48][a-zA-Z|\\d]{94}([a-zA-Z|\\d]{11})?$",
148
+ icon: "MONERO.svg",
149
+ mainAssetSymbol: "XMR",
150
+ blockExplorers: [{
151
+ name: "Monero explorer",
152
+ urlAddress: "https://www.exploremonero.com/[ADDRESS]"
153
+ }, {
154
+ name: "Local Monero",
155
+ urlAddress: "https://localmonero.co/blocks/[ADDRESS]"
156
+ }, {
157
+ name: "Blockchair",
158
+ urlAddress: "https://blockchair.com/monero/address/[ADDRESS]"
159
+ }]
160
+ }, {
161
+ id: "SOLANA",
162
+ name: "Solana",
163
+ coverageType: "FULL",
164
+ addressRegex: "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
165
+ icon: "SOLANA.svg",
166
+ mainAssetSymbol: "SOL",
167
+ blockExplorers: [{
168
+ name: "Explorer Solana",
169
+ urlAddress: "https://explorer.solana.com/address/[ADDRESS]"
170
+ }, {
171
+ name: "SolanaFM",
172
+ urlAddress: "https://solana.fm/address/[ADDRESS]"
173
+ }]
174
+ }, {
175
+ id: "POLKADOT",
176
+ name: "Polkadot",
177
+ coverageType: "MINIMAL",
178
+ addressRegex: "^(1)[0-9a-z-A-Z]{44,50}$",
179
+ icon: "POLKADOT.svg",
180
+ mainAssetSymbol: "DOT",
181
+ blockExplorers: [{
182
+ name: "Explorer Polkascan",
183
+ urlAddress: "https://explorer.polkascan.io/polkadot/account/[ADDRESS]"
184
+ }, {
185
+ name: "Polkadot Subscan",
186
+ urlAddress: "https://polkadot.subscan.io/extrinsic/[ADDRESS]"
187
+ }, {
188
+ name: "Polkastats",
189
+ urlAddress: "https://polkastats.io/account/[ADDRESS]"
190
+ }]
191
+ }, {
192
+ id: "ICON",
193
+ name: "Icon",
194
+ coverageType: "MINIMAL",
195
+ addressRegex: "^(hx|cx)[A-Za-z0-9]{40}$",
196
+ icon: "icx.svg",
197
+ mainAssetSymbol: "ICX",
198
+ blockExplorers: [{
199
+ name: "Iconwat",
200
+ urlAddress: "https://iconwat.ch/[ADDRESS]"
201
+ }]
202
+ }, {
203
+ id: "DOGECOIN",
204
+ name: "Dogecoin",
205
+ coverageType: "MINIMAL",
206
+ addressRegex: "^(D|A|9)[a-km-zA-HJ-NP-Z1-9]{33,34}$",
207
+ icon: "DOGECOIN.svg",
208
+ mainAssetSymbol: "DOGE",
209
+ blockExplorers: [{
210
+ name: "Dogechain",
211
+ urlAddress: "https://dogechain.info/[ADDRESS]"
212
+ }]
213
+ }, {
214
+ id: "FILECOIN",
215
+ name: "Filecoin",
216
+ coverageType: "MINIMAL",
217
+ addressRegex: "^(f0)[0-9]+|(f1)[a-z0-9]{39}|(f3)[a-z0-9]{84}$",
218
+ icon: "FILECOIN.svg",
219
+ mainAssetSymbol: "FIL",
220
+ blockExplorers: [{
221
+ name: "Filfox.info",
222
+ urlAddress: "https://filfox.info/en/[ADDRESS]"
223
+ }, {
224
+ name: "Filscout",
225
+ urlAddress: "https://filscout.com/en/[ADDRESS]/"
226
+ }]
227
+ }, {
228
+ id: "ARBITRUMONE",
229
+ name: "Arbitrumone",
230
+ coverageType: "MINIMAL",
231
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
232
+ icon: "ARBITRUM.svg",
233
+ mainAssetSymbol: "ARB",
234
+ blockExplorers: []
235
+ }, {
236
+ id: "COSMOS",
237
+ name: "Cosmos",
238
+ coverageType: "MINIMAL",
239
+ addressRegex: "^(cosmos1)[0-9a-z]{38}$",
240
+ icon: "COSMOS.svg",
241
+ mainAssetSymbol: "ATOM",
242
+ blockExplorers: [{
243
+ name: "Atomscan",
244
+ urlAddress: "https://atomscan.com/[ADDRESS]"
245
+ }, {
246
+ name: "Mintscan",
247
+ urlAddress: "https://hub.mintscan.io/chains/overview/[ADDRESS]/"
248
+ }]
249
+ }, {
250
+ id: "ALGORAND",
251
+ name: "Algorand",
252
+ coverageType: "MINIMAL",
253
+ addressRegex: "^[A-Z0-9]{6,58}$",
254
+ icon: "ALGOLAND.svg",
255
+ mainAssetSymbol: "ALGO",
256
+ blockExplorers: [{
257
+ name: "algoexplorer",
258
+ urlAddress: "https://algoexplorer.io/[ADDRESS]"
259
+ }]
260
+ }, {
261
+ id: "CELO",
262
+ name: "Celo",
263
+ coverageType: "MINIMAL",
264
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
265
+ icon: "CELLO.svg",
266
+ mainAssetSymbol: "CELO",
267
+ blockExplorers: [{
268
+ name: "explorer.celo.org/mainnet/",
269
+ urlAddress: "https://explorer.celo.org/mainnet/[ADDRESS]"
270
+ }]
271
+ }, {
272
+ id: "POLYGON",
273
+ name: "Polygon",
274
+ coverageType: "FULL",
275
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
276
+ icon: "POLYGON.svg",
277
+ mainAssetSymbol: "POL",
278
+ blockExplorers: [{
279
+ name: "polygonscan",
280
+ urlAddress: "https://polygonscan.com/address/[ADDRESS]"
281
+ }]
282
+ }, {
283
+ id: "EOS",
284
+ name: "Eos",
285
+ coverageType: "MINIMAL",
286
+ addressRegex: "(^[a-z1-5.]{1,11}[a-z1-5]$)|(^[a-z1-5.]{12}[a-j1-5]$)",
287
+ icon: "EOS.svg",
288
+ mainAssetSymbol: "EOS",
289
+ blockExplorers: [{
290
+ name: "bloks",
291
+ urlAddress: "https://bloks.io/account/[ADDRESS]"
292
+ }]
293
+ }, {
294
+ id: "ETHEREUMCLASSIC",
295
+ name: "Ethereumclassic",
296
+ coverageType: "MINIMAL",
297
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
298
+ icon: "ETHEREUM_CLASSIC.svg",
299
+ mainAssetSymbol: "ETC",
300
+ blockExplorers: [{
301
+ name: "blockscout.com/etc/mainnet",
302
+ urlAddress: "https://blockscout.com/etc/mainnet/address/[ADDRESS]"
303
+ }]
304
+ }, {
305
+ id: "FLOW",
306
+ name: "Flow",
307
+ coverageType: "MINIMAL",
308
+ addressRegex: "^(0x)[0-9A-Fa-f]{16}$",
309
+ icon: "FLOW.svg",
310
+ mainAssetSymbol: "FLOW",
311
+ blockExplorers: [{
312
+ name: "flowscan",
313
+ urlAddress: "https://flowscan.org/[ADDRESS]"
314
+ }]
315
+ }, {
316
+ id: "FANTOM",
317
+ name: "Fantom",
318
+ coverageType: "MINIMAL",
319
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
320
+ icon: "FANTOM.svg",
321
+ mainAssetSymbol: "FTM",
322
+ blockExplorers: [{
323
+ name: "ftmscan",
324
+ urlAddress: "https://ftmscan.com/address/[ADDRESS]"
325
+ }]
326
+ }, {
327
+ id: "MOONBEAM",
328
+ name: "Moonbeam",
329
+ coverageType: "MINIMAL",
330
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
331
+ icon: "MOONBEAM.svg",
332
+ mainAssetSymbol: "GLMR",
333
+ blockExplorers: [{
334
+ name: "moonscan",
335
+ urlAddress: "https://moonscan.io/address/[ADDRESS]"
336
+ }]
337
+ }, {
338
+ id: "GROESTLCOIN",
339
+ name: "Groestlcoin",
340
+ coverageType: "MINIMAL",
341
+ addressRegex: "^(F|3)[0-9A-za-z]{33}|grs1[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{39}$",
342
+ icon: "GROESTICOIN.svg",
343
+ mainAssetSymbol: "GRS",
344
+ blockExplorers: [{
345
+ name: "chainz.cryptoid.info/grs",
346
+ urlAddress: "https://chainz.cryptoid.info/grs/[ADDRESS]"
347
+ }]
348
+ }, {
349
+ id: "INTERNETCOMPUTERPROTOCOL",
350
+ name: "Internetcomputerprotocol",
351
+ coverageType: "MINIMAL",
352
+ addressRegex: "^[0-9a-fA-F]{64}$",
353
+ icon: "ICP.svg",
354
+ mainAssetSymbol: "ICP",
355
+ blockExplorers: [{
356
+ name: "icpexplorer",
357
+ urlAddress: "https://www.icpexplorer.org/#/acct/[ADDRESS]"
358
+ }]
359
+ }, {
360
+ id: "INJECTIVEPROTOCOL",
361
+ name: "Injectiveprotocol",
362
+ coverageType: "MINIMAL",
363
+ addressRegex: "^(inj1)[0-9a-z]{38}$",
364
+ icon: "INJ.svg",
365
+ mainAssetSymbol: "INJ",
366
+ blockExplorers: [{
367
+ name: "explorer.injective.network",
368
+ urlAddress: "https://explorer.injective.network/[ADDRESS]"
369
+ }]
370
+ }, {
371
+ id: "KUSAMA",
372
+ name: "Kusama",
373
+ coverageType: "MINIMAL",
374
+ addressRegex: "^[1-9A-HJ-NP-Za-km-z]{48}$",
375
+ icon: "KUSAMA.svg",
376
+ mainAssetSymbol: "KSM",
377
+ blockExplorers: [{
378
+ name: "kusama.subscan",
379
+ urlAddress: "https://kusama.subscan.io/[ADDRESS]"
380
+ }]
381
+ }, {
382
+ id: "LISK",
383
+ name: "Lisk",
384
+ coverageType: "MINIMAL",
385
+ addressRegex: "^([0-9]{19,20}(L))|((lsk)[0-9A-Za-z]{38})$",
386
+ icon: "LISK.svg",
387
+ mainAssetSymbol: "LSK",
388
+ blockExplorers: [{
389
+ name: "liskscan",
390
+ urlAddress: "https://liskscan.com/[ADDRESS]"
391
+ }]
392
+ }, {
393
+ id: "TERRACLASSIC",
394
+ name: "Terraclassic",
395
+ coverageType: "MINIMAL",
396
+ addressRegex: "^(terra1)[0-9a-z]{38}$",
397
+ icon: "TERRA_CLASSIC.svg",
398
+ mainAssetSymbol: "LUNA",
399
+ blockExplorers: [{
400
+ name: "atomscan.com/terra",
401
+ urlAddress: "https://atomscan.com/terra/[ADDRESS]"
402
+ }]
403
+ }, {
404
+ id: "MOONRIVER",
405
+ name: "Moonriver",
406
+ coverageType: "MINIMAL",
407
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
408
+ icon: "MOONRIVER.svg",
409
+ mainAssetSymbol: "MOVR",
410
+ blockExplorers: [{
411
+ name: "moonriver.moonscan",
412
+ urlAddress: "https://moonriver.moonscan.io/address/[ADDRESS]"
413
+ }]
414
+ }, {
415
+ id: "NEARPROTOCOL",
416
+ name: "Nearprotocol",
417
+ coverageType: "MINIMAL",
418
+ addressRegex: "^(([a-zA-Z0-9-]{1,64}\\.){0,3}(near|registrar|aurora|usn|ukraine|sweat|calimero|social|vrtx))$|^([0-9a-fA-F-]{64})$",
419
+ icon: "NEAR.svg",
420
+ mainAssetSymbol: "NEAR",
421
+ blockExplorers: [{
422
+ name: "explorer.near",
423
+ urlAddress: "https://explorer.near.org/[ADDRESS]"
424
+ }]
425
+ }, {
426
+ id: "BITCOINGOLD",
427
+ name: "Bitcoingold",
428
+ coverageType: "MINIMAL",
429
+ addressRegex: "^(G|A)([a-km-zA-HJ-NP-Z1-9]{25,34})$",
430
+ icon: "BITCOINGOLD.svg",
431
+ mainAssetSymbol: "BTG",
432
+ blockExplorers: [{
433
+ name: "btgexplorer",
434
+ urlAddress: "https://btgexplorer.com/address/[ADDRESS]"
435
+ }]
436
+ }, {
437
+ id: "THORCHAIN",
438
+ name: "Thorchain",
439
+ coverageType: "MINIMAL",
440
+ addressRegex: "^(thor1)[0-9a-z]{38}$",
441
+ icon: "THORCHAIN.svg",
442
+ mainAssetSymbol: "RUNE",
443
+ blockExplorers: [{
444
+ name: "thorchain",
445
+ urlAddress: "https://thorchain.net/dashboard/[ADDRESS]"
446
+ }]
447
+ }, {
448
+ id: "SIACOIN",
449
+ name: "Siacoin",
450
+ coverageType: "MINIMAL",
451
+ addressRegex: "^[A-Za-z0-9]{76}$",
452
+ icon: "SIACOIN.svg",
453
+ mainAssetSymbol: "SC",
454
+ blockExplorers: [{
455
+ name: "explore.sia.tech",
456
+ urlAddress: "https://explore.sia.tech/[ADDRESS]"
457
+ }]
458
+ }, {
459
+ id: "ECREDITS",
460
+ name: "Ecredits",
461
+ coverageType: "MINIMAL",
462
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
463
+ icon: "ECREDITS.svg",
464
+ mainAssetSymbol: "ECS",
465
+ blockExplorers: [{
466
+ name: "explorer.ecredits",
467
+ urlAddress: "https://explorer.ecredits.com/address/[ADDRESS]"
468
+ }]
469
+ }, {
470
+ id: "BITCOINSV",
471
+ name: "Bitcoinsv",
472
+ coverageType: "MINIMAL",
473
+ addressRegex: "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$",
474
+ icon: "BITCOINSV.svg",
475
+ mainAssetSymbol: "BSV",
476
+ blockExplorers: [{
477
+ name: "Whatsonchain",
478
+ urlAddress: "https://whatsonchain.com/address/[ADDRESS]"
479
+ }]
480
+ }, {
481
+ id: "RADIX",
482
+ name: "Radix",
483
+ coverageType: "MINIMAL",
484
+ addressRegex: "^rdx([a-hj-np-z0-9]{62})$",
485
+ icon: "RADIX.svg",
486
+ mainAssetSymbol: "XRD",
487
+ blockExplorers: [{
488
+ name: "radixscan",
489
+ urlAddress: "https://www.radixscan.io/[ADDRESS]"
490
+ }]
491
+ }, {
492
+ id: "STACKS",
493
+ name: "Stacks",
494
+ coverageType: "MINIMAL",
495
+ addressRegex: "^S[PM][0-9A-Z]{38,39}$",
496
+ icon: "STACKS.svg",
497
+ mainAssetSymbol: "STX",
498
+ blockExplorers: [{
499
+ name: "explorer.stacks",
500
+ urlAddress: "https://explorer.stacks.co/?chain=mainnet/[ADDRESS]"
501
+ }]
502
+ }, {
503
+ id: "THETANETWORK",
504
+ name: "Thetanetwork",
505
+ coverageType: "MINIMAL",
506
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
507
+ icon: "THETA.svg",
508
+ mainAssetSymbol: "THETA",
509
+ blockExplorers: [{
510
+ name: "explorer.thetatoken",
511
+ urlAddress: "https://explorer.thetatoken.org/[ADDRESS]"
512
+ }]
513
+ }, {
514
+ id: "VECHAIN",
515
+ name: "Vechain",
516
+ coverageType: "MINIMAL",
517
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
518
+ icon: "VET.svg",
519
+ mainAssetSymbol: "VET",
520
+ blockExplorers: [{
521
+ name: "explore.vechain",
522
+ urlAddress: "https://explore.vechain.org/[ADDRESS]"
523
+ }]
524
+ }, {
525
+ id: "VITE",
526
+ name: "Vite",
527
+ coverageType: "MINIMAL",
528
+ addressRegex: "^(vite_)[a-z0-9]{50}$",
529
+ icon: "VITE.svg",
530
+ mainAssetSymbol: "VITE",
531
+ blockExplorers: [{
532
+ name: "vitescan",
533
+ urlAddress: "https://vitescan.io/[ADDRESS]"
534
+ }]
535
+ }, {
536
+ id: "ZILLIQA",
537
+ name: "Zilliqa",
538
+ coverageType: "MINIMAL",
539
+ addressRegex: "zil1[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{38}",
540
+ icon: "ZILLIQA.svg",
541
+ mainAssetSymbol: "ZIL",
542
+ blockExplorers: [{
543
+ name: "viewblock.io/zilliqa",
544
+ urlAddress: "https://viewblock.io/zilliqa/[ADDRESS]"
545
+ }, {
546
+ name: "devex.zilliqa",
547
+ urlAddress: "https://devex.zilliqa.com/?network=https%3A%2F%2Fapi.zilliqa.com/[ADDRESS]"
548
+ }]
549
+ }, {
550
+ id: "NEM",
551
+ name: "Nem",
552
+ coverageType: "MINIMAL",
553
+ addressRegex: "^N[A-Z0-9-]{39,45}$",
554
+ icon: "xem.svg",
555
+ mainAssetSymbol: "XEM",
556
+ blockExplorers: []
557
+ }, {
558
+ id: "NEO",
559
+ name: "Neo",
560
+ coverageType: "MINIMAL",
561
+ addressRegex: "^[A][a-km-zA-HJ-NP-Z1-9]{25,34}$",
562
+ icon: "neo.svg",
563
+ mainAssetSymbol: "NEO",
564
+ blockExplorers: []
565
+ }, {
566
+ id: "VERGE",
567
+ name: "Verge",
568
+ coverageType: "MINIMAL",
569
+ addressRegex: "^D[a-zA-Z0-9]{33}$",
570
+ icon: "xvg.svg",
571
+ mainAssetSymbol: "XVG",
572
+ blockExplorers: []
573
+ }, {
574
+ id: "AVALANCHE",
575
+ name: "Avalanche",
576
+ coverageType: "FULL",
577
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
578
+ icon: "AVALANCHE.svg",
579
+ mainAssetSymbol: "AVAX",
580
+ blockExplorers: [{
581
+ name: "Snowtrace",
582
+ urlAddress: "https://snowtrace.io/address/[ADDRESS]"
583
+ }, {
584
+ name: "avax",
585
+ urlAddress: "https://avascan.info/blockchain/c/address/[ADDRESS]"
586
+ }]
587
+ }, {
588
+ id: "GNOSIS",
589
+ name: "Gnosis",
590
+ coverageType: "MINIMAL",
591
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
592
+ icon: "GNOSIS.svg",
593
+ mainAssetSymbol: "GNO",
594
+ blockExplorers: []
595
+ }, {
596
+ id: "APTOS",
597
+ name: "Aptos",
598
+ coverageType: "MINIMAL",
599
+ addressRegex: "^(0x)[0-9A-Fa-f]{64}$",
600
+ icon: "aptos.svg",
601
+ mainAssetSymbol: "APT",
602
+ blockExplorers: []
603
+ }, {
604
+ id: "BNBBEACONCHAIN",
605
+ name: "Bnbbeaconchain",
606
+ coverageType: "MINIMAL",
607
+ addressRegex: "^(bnb1)[0-9a-z]{38}$",
608
+ icon: "BNB.svg",
609
+ mainAssetSymbol: "BC",
610
+ blockExplorers: []
611
+ }, {
612
+ id: "OPTIMISM",
613
+ name: "Optimism",
614
+ coverageType: "MINIMAL",
615
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
616
+ icon: "OPTIMISM.svg",
617
+ mainAssetSymbol: "OP",
618
+ blockExplorers: []
619
+ }, {
620
+ id: "VENIDIUM",
621
+ name: "Venidium",
622
+ coverageType: "MINIMAL",
623
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}|(xvm)[0-9A-Za-z]{59}$",
624
+ icon: null,
625
+ mainAssetSymbol: "XVM",
626
+ blockExplorers: []
627
+ }, {
628
+ id: "MULTIVERSX",
629
+ name: "Multiversx",
630
+ coverageType: "MINIMAL",
631
+ addressRegex: "^(erd)[a-z-A-Z0-9]{59}$",
632
+ icon: "ELROND.svg",
633
+ mainAssetSymbol: "EGLD",
634
+ blockExplorers: [{
635
+ name: "explorer.elrond",
636
+ urlAddress: "https://explorer.elrond.com/[ADDRESS]"
637
+ }]
638
+ }, {
639
+ id: "HARMONY",
640
+ name: "Harmony",
641
+ coverageType: "MINIMAL",
642
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}|(one1)[0-9A-Za-z]{38}$",
643
+ icon: "one.svg",
644
+ mainAssetSymbol: "ONE",
645
+ blockExplorers: []
646
+ }, {
647
+ id: "TON",
648
+ name: "Ton",
649
+ coverageType: "FULL",
650
+ addressRegex: "^[A-Za-z0-9_-]{48}$",
651
+ icon: "ton.svg",
652
+ mainAssetSymbol: "TON",
653
+ blockExplorers: []
654
+ }, {
655
+ id: "WEMIX",
656
+ name: "Wemix",
657
+ coverageType: "MINIMAL",
658
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
659
+ icon: "WEMIX.svg",
660
+ mainAssetSymbol: "WEMIX",
661
+ blockExplorers: []
662
+ }, {
663
+ id: "CRONOS",
664
+ name: "Cronos",
665
+ coverageType: "MINIMAL",
666
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
667
+ icon: null,
668
+ mainAssetSymbol: "CRO",
669
+ blockExplorers: []
670
+ }, {
671
+ id: "AVALANCHEP-XCHAIN",
672
+ name: "Avalanchep-xchain",
673
+ coverageType: "MINIMAL",
674
+ addressRegex: "^([XxPp]-avax)[0-9A-Za-z]{39}$",
675
+ icon: "AVALANCHE.svg",
676
+ mainAssetSymbol: "XAVAX",
677
+ blockExplorers: []
678
+ }, {
679
+ id: "SUI",
680
+ name: "Sui",
681
+ coverageType: "MINIMAL",
682
+ addressRegex: "^(0x)[0-9A-Fa-f]{64}$",
683
+ icon: "SUI.svg",
684
+ mainAssetSymbol: "SUI",
685
+ blockExplorers: []
686
+ }, {
687
+ id: "METIS",
688
+ name: "Metis",
689
+ coverageType: "MINIMAL",
690
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
691
+ icon: "metis.svg",
692
+ mainAssetSymbol: "METIS",
693
+ blockExplorers: []
694
+ }, {
695
+ id: "AETERNITY",
696
+ name: "Aeternity",
697
+ coverageType: "MINIMAL",
698
+ addressRegex: "^(ak_)[0-9A-Za-z]{49}$",
699
+ icon: "ae.svg",
700
+ mainAssetSymbol: "AE",
701
+ blockExplorers: []
702
+ }, {
703
+ id: "COTI",
704
+ name: "Coti",
705
+ coverageType: "MINIMAL",
706
+ addressRegex: "^[0-9A-Za-z]{136}$",
707
+ icon: "coti.svg",
708
+ mainAssetSymbol: "COTI",
709
+ blockExplorers: []
710
+ }, {
711
+ id: "CASPER",
712
+ name: "Casper",
713
+ coverageType: "MINIMAL",
714
+ addressRegex: "^[0-9a-z]{66,68}$",
715
+ icon: "cspr.svg",
716
+ mainAssetSymbol: "CSPR",
717
+ blockExplorers: []
718
+ }, {
719
+ id: "CONSTELLATION",
720
+ name: "Constellation",
721
+ coverageType: "MINIMAL",
722
+ addressRegex: "^(DAG)[0-9A-Za-z]{37}$",
723
+ icon: "dag.svg",
724
+ mainAssetSymbol: "DAG",
725
+ blockExplorers: []
726
+ }, {
727
+ id: "ELECTRONEUM",
728
+ name: "Electroneum",
729
+ coverageType: "MINIMAL",
730
+ addressRegex: "^(etn)[0-9A-Za-z]{95}$",
731
+ icon: "etn.svg",
732
+ mainAssetSymbol: "ETN",
733
+ blockExplorers: []
734
+ }, {
735
+ id: "EVERSCALE",
736
+ name: "Everscale",
737
+ coverageType: "MINIMAL",
738
+ addressRegex: "^(0:)[0-9A-Fa-f]{64}$",
739
+ icon: "ever.svg",
740
+ mainAssetSymbol: "EVER",
741
+ blockExplorers: []
742
+ }, {
743
+ id: "DECENTRALIZEDPICTURES",
744
+ name: "Decentralizedpictures",
745
+ coverageType: "MINIMAL",
746
+ addressRegex: "^((tz[1-3])|(KT1))[A-HJ-NP-Za-km-z0-9]{33}$",
747
+ icon: null,
748
+ mainAssetSymbol: "FILM",
749
+ blockExplorers: []
750
+ }, {
751
+ id: "HEDERA",
752
+ name: "Hedera",
753
+ coverageType: "MINIMAL",
754
+ addressRegex: "^(0.0.)[0-9]{1,7}$",
755
+ icon: "hedera-hbar.svg",
756
+ mainAssetSymbol: "HBAR",
757
+ blockExplorers: []
758
+ }, {
759
+ id: "CIRRUS",
760
+ name: "Cirrus",
761
+ coverageType: "MINIMAL",
762
+ addressRegex: "^(C|c)[0-9A-Za-z]{33}$",
763
+ icon: null,
764
+ mainAssetSymbol: "CIRRUS",
765
+ blockExplorers: []
766
+ }, {
767
+ id: "HATHOR",
768
+ name: "Hathor",
769
+ coverageType: "MINIMAL",
770
+ addressRegex: "^(H)[0-9A-Za-z]{33}$",
771
+ icon: "hathor.svg",
772
+ mainAssetSymbol: "HTR",
773
+ blockExplorers: []
774
+ }, {
775
+ id: "KADENA",
776
+ name: "Kadena",
777
+ coverageType: "MINIMAL",
778
+ addressRegex: "^(k:)[0-9A-Za-z]{64}$",
779
+ icon: "kadena-kda.svg",
780
+ mainAssetSymbol: "KDA",
781
+ blockExplorers: []
782
+ }, {
783
+ id: "STRATIS",
784
+ name: "Stratis",
785
+ coverageType: "MINIMAL",
786
+ addressRegex: "^(X|S)[0-9A-Za-z]{33}$",
787
+ icon: "stratis-strax.svg",
788
+ mainAssetSymbol: "STRAX",
789
+ blockExplorers: []
790
+ }, {
791
+ id: "IOST",
792
+ name: "Iost",
793
+ coverageType: "MINIMAL",
794
+ addressRegex: "^[a-z0-9]{11}$",
795
+ icon: "iost.svg",
796
+ mainAssetSymbol: "IOST",
797
+ blockExplorers: []
798
+ }, {
799
+ id: "DIGIBYTE",
800
+ name: "Digibyte",
801
+ coverageType: "MINIMAL",
802
+ addressRegex: "^(D|A|9)[a-km-zA-HJ-NP-Z1-9]{24,33}$|^dgb1[ac-hj-np-z02-9]{38,59}$",
803
+ icon: "dgb.svg",
804
+ mainAssetSymbol: "DGB",
805
+ blockExplorers: []
806
+ }, {
807
+ id: "KOMODO",
808
+ name: "Komodo",
809
+ coverageType: "MINIMAL",
810
+ addressRegex: "^(R)[a-zA-Z0-9]{33}$",
811
+ icon: "komodo-kmd.svg",
812
+ mainAssetSymbol: "KMD",
813
+ blockExplorers: []
814
+ }, {
815
+ id: "RAVENCOIN",
816
+ name: "Ravencoin",
817
+ coverageType: "MINIMAL",
818
+ addressRegex: "^(R)[0-9A-Za-z]{33}$",
819
+ icon: "rvn.svg",
820
+ mainAssetSymbol: "RVN",
821
+ blockExplorers: []
822
+ }, {
823
+ id: "TELOS",
824
+ name: "Telos",
825
+ coverageType: "MINIMAL",
826
+ addressRegex: "^[a-z0-9\\.]{1,12}$|^(0x)[0-9A-Fa-f]{40}$",
827
+ icon: "telos.svg",
828
+ mainAssetSymbol: "TLOS",
829
+ blockExplorers: []
830
+ }, {
831
+ id: "DIGITALBITS",
832
+ name: "Digitalbits",
833
+ coverageType: "MINIMAL",
834
+ addressRegex: "^(G)[0-9A-Z]{55}$",
835
+ icon: "digitalbits-xdb.svg",
836
+ mainAssetSymbol: "XDB",
837
+ blockExplorers: []
838
+ }, {
839
+ id: "NERVOS",
840
+ name: "Nervos",
841
+ coverageType: "MINIMAL",
842
+ addressRegex: "^(ckb)[0-9a-z]{43}$",
843
+ icon: "nervos-ckb.svg",
844
+ mainAssetSymbol: "CKB",
845
+ blockExplorers: []
846
+ }, {
847
+ id: "DIVI",
848
+ name: "Divi",
849
+ coverageType: "MINIMAL",
850
+ addressRegex: "^(D)[0-9A-Za-z]{33}$",
851
+ icon: null,
852
+ mainAssetSymbol: "DIVI",
853
+ blockExplorers: []
854
+ }, {
855
+ id: "HIVE",
856
+ name: "Hive",
857
+ coverageType: "MINIMAL",
858
+ addressRegex: "^[a-z0-9]{1,13}$",
859
+ icon: "hive.svg",
860
+ mainAssetSymbol: "HIVE",
861
+ blockExplorers: []
862
+ }, {
863
+ id: "NANO",
864
+ name: "Nano",
865
+ coverageType: "MINIMAL",
866
+ addressRegex: "^(nano_)[0-9A-Za-z]{60}$",
867
+ icon: "nano.svg",
868
+ mainAssetSymbol: "XNO",
869
+ blockExplorers: []
870
+ }, {
871
+ id: "XDCNETWORK",
872
+ name: "Xdcnetwork",
873
+ coverageType: "MINIMAL",
874
+ addressRegex: "^(xdc)[0-9A-Fa-f]{40}$",
875
+ icon: null,
876
+ mainAssetSymbol: "XDC",
877
+ blockExplorers: []
878
+ }, {
879
+ id: "FUSE",
880
+ name: "Fuse",
881
+ coverageType: "MINIMAL",
882
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
883
+ icon: "fuse.svg",
884
+ mainAssetSymbol: "FUSE",
885
+ blockExplorers: []
886
+ }, {
887
+ id: "ZKSYNC",
888
+ name: "Zksync",
889
+ coverageType: "MINIMAL",
890
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
891
+ icon: "zksync.svg",
892
+ mainAssetSymbol: "ZK",
893
+ blockExplorers: []
894
+ }, {
895
+ id: "BOBA",
896
+ name: "Boba",
897
+ coverageType: "MINIMAL",
898
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
899
+ icon: "boba-network.svg",
900
+ mainAssetSymbol: "BOBA",
901
+ blockExplorers: []
902
+ }, {
903
+ id: "HECO",
904
+ name: "Heco",
905
+ coverageType: "MINIMAL",
906
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
907
+ icon: "heco.svg",
908
+ mainAssetSymbol: "HECO",
909
+ blockExplorers: []
910
+ }, {
911
+ id: "PULSECHAIN",
912
+ name: "Pulsechain",
913
+ coverageType: "MINIMAL",
914
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
915
+ icon: "pulse.svg",
916
+ mainAssetSymbol: "PLS",
917
+ blockExplorers: []
918
+ }, {
919
+ id: "BASE",
920
+ name: "Base",
921
+ coverageType: "FULL",
922
+ addressRegex: "^0x[a-fA-F0-9]{40}$",
923
+ icon: "BASE.svg",
924
+ mainAssetSymbol: "ETH",
925
+ blockExplorers: []
926
+ }, {
927
+ id: "HELIUM",
928
+ name: "Helium",
929
+ coverageType: "MINIMAL",
930
+ addressRegex: "^1[3-4A-HJ-NP-Za-km-z1-9]{33,50}$",
931
+ icon: "helium-hnt.svg",
932
+ mainAssetSymbol: "HNT",
933
+ blockExplorers: []
934
+ }, {
935
+ id: "DOGECHAIN",
936
+ name: "Dogechain",
937
+ coverageType: "MINIMAL",
938
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
939
+ icon: null,
940
+ mainAssetSymbol: "DC",
941
+ blockExplorers: []
942
+ }, {
943
+ id: "KASPA",
944
+ name: "Kaspa",
945
+ coverageType: "MINIMAL",
946
+ addressRegex: "^(kaspa:)[0-9A-Za-z]{61}$",
947
+ icon: "kaspa.svg",
948
+ mainAssetSymbol: "KAS",
949
+ blockExplorers: []
950
+ }, {
951
+ id: "MANTLE",
952
+ name: "Mantle",
953
+ coverageType: "MINIMAL",
954
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
955
+ icon: "mantle-mnt.svg",
956
+ mainAssetSymbol: "MNT",
957
+ blockExplorers: []
958
+ }, {
959
+ id: "SEI",
960
+ name: "Sei",
961
+ coverageType: "MINIMAL",
962
+ addressRegex: "^(sei)[a-zA-HJ-NP-Z0-9]{39,61}$",
963
+ icon: "sei.svg",
964
+ mainAssetSymbol: "SEI",
965
+ blockExplorers: [{
966
+ name: "Seiscan",
967
+ urlAddress: "https://www.seiscan.app/pacific-1/accounts/[ADDRESS]"
968
+ }]
969
+ }, {
970
+ id: "COMDEX",
971
+ name: "Comdex",
972
+ coverageType: "MINIMAL",
973
+ addressRegex: "^(comdex1)[0-9a-z]{38}$",
974
+ icon: null,
975
+ mainAssetSymbol: "CMDX",
976
+ blockExplorers: []
977
+ }, {
978
+ id: "FIRO",
979
+ name: "Firo",
980
+ coverageType: "MINIMAL",
981
+ addressRegex: "^(a)[0-9A-Za-z]{33}$",
982
+ icon: "firo.svg",
983
+ mainAssetSymbol: "FIRO",
984
+ blockExplorers: []
985
+ }, {
986
+ id: "ECASH",
987
+ name: "Ecash",
988
+ coverageType: "MINIMAL",
989
+ addressRegex: "^(ecash:)[0-9A-Za-z]{42}$",
990
+ icon: "xec.svg",
991
+ mainAssetSymbol: "XEC",
992
+ blockExplorers: []
993
+ }, {
994
+ id: "XDAG",
995
+ name: "Xdag",
996
+ coverageType: "MINIMAL",
997
+ addressRegex: "^[a-zA-Z0-9]{32,33}$",
998
+ icon: "xdc.svg",
999
+ mainAssetSymbol: "XDAG",
1000
+ blockExplorers: []
1001
+ }, {
1002
+ id: "RONIN",
1003
+ name: "Ronin",
1004
+ coverageType: "MINIMAL",
1005
+ addressRegex: "^(0x)[0-9a-z]{40}$",
1006
+ icon: "ronin-ron.svg",
1007
+ mainAssetSymbol: "RON",
1008
+ blockExplorers: []
1009
+ }, {
1010
+ id: "KLEVER",
1011
+ name: "Klever",
1012
+ coverageType: "MINIMAL",
1013
+ addressRegex: "^(klv)[0-9a-z]{59}$",
1014
+ icon: "klever.svg",
1015
+ mainAssetSymbol: "KLV",
1016
+ blockExplorers: []
1017
+ }, {
1018
+ id: "BAHAMUT",
1019
+ name: "Bahamut",
1020
+ coverageType: "MINIMAL",
1021
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1022
+ icon: "FTN.svg",
1023
+ mainAssetSymbol: "FTN",
1024
+ blockExplorers: []
1025
+ }, {
1026
+ id: "FLARE",
1027
+ name: "Flare",
1028
+ coverageType: "MINIMAL",
1029
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1030
+ icon: "flare-flr.svg",
1031
+ mainAssetSymbol: "FLR",
1032
+ blockExplorers: []
1033
+ }, {
1034
+ id: "CELESTIA",
1035
+ name: "Celestia",
1036
+ coverageType: "MINIMAL",
1037
+ addressRegex: "^(celestia)[0-9A-Za-z]{39}$",
1038
+ icon: "cspr.svg",
1039
+ mainAssetSymbol: "TIA",
1040
+ blockExplorers: []
1041
+ }, {
1042
+ id: "BNBOPTIMISTIC",
1043
+ name: "Bnboptimistic",
1044
+ coverageType: "MINIMAL",
1045
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1046
+ icon: "BNB.svg",
1047
+ mainAssetSymbol: "opBNB",
1048
+ blockExplorers: []
1049
+ }, {
1050
+ id: "OSMOSIS",
1051
+ name: "Osmosis",
1052
+ coverageType: "MINIMAL",
1053
+ addressRegex: "^(osmo1)[0-9a-z]{38}$",
1054
+ icon: "osmosis-osmo.svg",
1055
+ mainAssetSymbol: "OSMO",
1056
+ blockExplorers: []
1057
+ }, {
1058
+ id: "MANTANETWORK",
1059
+ name: "Mantanetwork",
1060
+ coverageType: "MINIMAL",
1061
+ addressRegex: "^(d)[0-9A-Za-z]{48}$",
1062
+ icon: "manta-network.svg",
1063
+ mainAssetSymbol: "MANTA",
1064
+ blockExplorers: []
1065
+ }, {
1066
+ id: "CONFLUX",
1067
+ name: "Conflux",
1068
+ coverageType: "MINIMAL",
1069
+ addressRegex: "^(cfx):[a-hj-km-npr-z0-9]{42}|(0x)[0-9A-Fa-f]{40}$",
1070
+ icon: null,
1071
+ mainAssetSymbol: "CFX",
1072
+ blockExplorers: []
1073
+ }, {
1074
+ id: "IOTA",
1075
+ name: "Iota",
1076
+ coverageType: "MINIMAL",
1077
+ addressRegex: "^(iota)[0-9a-z]{60}$",
1078
+ icon: "iota-miota.svg",
1079
+ mainAssetSymbol: "IOTA",
1080
+ blockExplorers: []
1081
+ }, {
1082
+ id: "STARKNET",
1083
+ name: "Starknet",
1084
+ coverageType: "MINIMAL",
1085
+ addressRegex: "^(0x)[0-9A-Za-z]{64}$",
1086
+ icon: "starknet.svg",
1087
+ mainAssetSymbol: "STRK",
1088
+ blockExplorers: []
1089
+ }, {
1090
+ id: "PARTISIA",
1091
+ name: "Partisia",
1092
+ coverageType: "MINIMAL",
1093
+ addressRegex: "^00[0-9A-Fa-f]{40}$",
1094
+ icon: "partisia.svg",
1095
+ mainAssetSymbol: "MPC",
1096
+ blockExplorers: []
1097
+ }, {
1098
+ id: "LINEA",
1099
+ name: "Linea",
1100
+ coverageType: "MINIMAL",
1101
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1102
+ icon: "linea.svg",
1103
+ mainAssetSymbol: "LINEA",
1104
+ blockExplorers: []
1105
+ }, {
1106
+ id: "NIBIRUCHAIN",
1107
+ name: "Nibiruchain",
1108
+ coverageType: "MINIMAL",
1109
+ addressRegex: "^(cosmos1)[0-9a-z]{38}$",
1110
+ icon: "nibiru.svg",
1111
+ mainAssetSymbol: "NIBI",
1112
+ blockExplorers: []
1113
+ }, {
1114
+ id: "DYDXCHAIN",
1115
+ name: "Dydxchain",
1116
+ coverageType: "MINIMAL",
1117
+ addressRegex: "^(dydx1)[0-9a-z]{38}$|^(ibc\\/)[0-9a-zA-Z]{64}$",
1118
+ icon: "dydx-exchange.svg",
1119
+ mainAssetSymbol: "DYDX",
1120
+ blockExplorers: [{
1121
+ name: "Mintscan.io/dydx",
1122
+ urlAddress: "https://www.mintscan.io/dydx/[ADDRESS]"
1123
+ }]
1124
+ }, {
1125
+ id: "DYMENSION",
1126
+ name: "Dymension",
1127
+ coverageType: "MINIMAL",
1128
+ addressRegex: "^(cosmos1)[0-9a-z]{38}$",
1129
+ icon: "dymension-dym.svg",
1130
+ mainAssetSymbol: "DYM",
1131
+ blockExplorers: []
1132
+ }, {
1133
+ id: "OKB",
1134
+ name: "Okb",
1135
+ coverageType: "MINIMAL",
1136
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1137
+ icon: "okb.svg",
1138
+ mainAssetSymbol: "OKB",
1139
+ blockExplorers: []
1140
+ }, {
1141
+ id: "POLYGONZKEVM",
1142
+ name: "Polygonzkevm",
1143
+ coverageType: "MINIMAL",
1144
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1145
+ icon: "POLYGON.svg",
1146
+ mainAssetSymbol: "zkEVM",
1147
+ blockExplorers: [{
1148
+ name: "Polygon zkEVM",
1149
+ urlAddress: "https://zkevm.polygonscan.com/address/[ADDRESS]"
1150
+ }]
1151
+ }, {
1152
+ id: "LUMIA",
1153
+ name: "Lumia",
1154
+ coverageType: "MINIMAL",
1155
+ addressRegex: "^(0x)[0-9A-Fa-f]{40}$",
1156
+ icon: null,
1157
+ mainAssetSymbol: "LUMIA",
1158
+ blockExplorers: []
1159
+ }];
7
1160
 
8
1161
  var CoinMarketCapCryptoId={$BABA:"30040",// Name: Baba, Slug: baba
9
1162
  $BABYDOGEINU:"10914",// Name: BABY DOGE INU, Slug: baby-doge-inu
@@ -9935,4 +11088,4 @@ zkSNP:"10674",// Name: Synapse Network, Slug: synapse-network
9935
11088
  丰:"30808"// Name: SATOSHI•NAKAMOTO, Slug: satoshi-nakamoto-rune
9936
11089
  };
9937
11090
 
9938
- export { CoinMarketCapCryptoId };
11091
+ export { ALL_SCORECHAIN_BLOCKCHAIN, CoinMarketCapCryptoId };