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