@talismn/balances-react 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,930 +0,0 @@
1
- export declare const chaindataAtom: import("jotai").Atom<{
2
- networks: ({
3
- id: string;
4
- name: string;
5
- nativeTokenId: string;
6
- nativeCurrency: {
7
- decimals: number;
8
- symbol: string;
9
- name: string;
10
- coingeckoId?: string | undefined;
11
- mirrorOf?: string | undefined;
12
- logo?: string | undefined;
13
- };
14
- blockExplorerUrls: string[];
15
- genesisHash: `0x${string}`;
16
- platform: "polkadot";
17
- chainName: string;
18
- specName: string;
19
- specVersion: number;
20
- account: "secp256k1" | "*25519";
21
- prefix: number;
22
- rpcs: string[];
23
- topology: {
24
- type: "standalone";
25
- } | {
26
- type: "relay";
27
- } | {
28
- type: "parachain";
29
- relayId: string;
30
- paraId: number;
31
- };
32
- isTestnet?: boolean | undefined;
33
- isDefault?: boolean | undefined;
34
- forceScan?: boolean | undefined;
35
- logo?: string | undefined;
36
- themeColor?: string | undefined;
37
- chainspecQrUrl?: string | undefined;
38
- latestMetadataQrUrl?: string | undefined;
39
- oldPrefix?: number | undefined;
40
- registryTypes?: any;
41
- signedExtensions?: any;
42
- hasCheckMetadataHash?: boolean | undefined;
43
- hasExtrinsicSignatureTypePrefix?: boolean | undefined;
44
- isUnknownFeeToken?: boolean | undefined;
45
- balancesConfig?: {
46
- "substrate-native"?: {
47
- disable?: boolean | undefined;
48
- } | undefined;
49
- "substrate-assets"?: Record<string, never> | undefined;
50
- "substrate-psp22"?: Record<string, never> | undefined;
51
- "substrate-tokens"?: {
52
- palletId?: string | undefined;
53
- } | undefined;
54
- "substrate-foreignassets"?: Record<string, never> | undefined;
55
- "substrate-hydration"?: Record<string, never> | undefined;
56
- "substrate-dtao"?: Record<string, never> | undefined;
57
- } | undefined;
58
- } | {
59
- id: string;
60
- name: string;
61
- nativeTokenId: string;
62
- nativeCurrency: {
63
- decimals: number;
64
- symbol: string;
65
- name: string;
66
- coingeckoId?: string | undefined;
67
- mirrorOf?: string | undefined;
68
- logo?: string | undefined;
69
- };
70
- blockExplorerUrls: string[];
71
- platform: "ethereum";
72
- rpcs: string[];
73
- isTestnet?: boolean | undefined;
74
- isDefault?: boolean | undefined;
75
- forceScan?: boolean | undefined;
76
- logo?: string | undefined;
77
- themeColor?: string | undefined;
78
- substrateChainId?: string | undefined;
79
- preserveGasEstimate?: boolean | undefined;
80
- feeType?: "legacy" | "eip-1559" | undefined;
81
- l2FeeType?: {
82
- type: "op-stack";
83
- } | {
84
- type: "scroll";
85
- l1GasPriceOracle: `0x${string}`;
86
- } | undefined;
87
- contracts?: {
88
- Erc20Aggregator?: `0x${string}` | undefined;
89
- Multicall3?: `0x${string}` | undefined;
90
- } | undefined;
91
- balancesConfig?: {
92
- "evm-native"?: Record<string, never> | undefined;
93
- "evm-erc20"?: Record<string, never> | undefined;
94
- "evm-uniswapv2"?: Record<string, never> | undefined;
95
- } | undefined;
96
- } | {
97
- id: string;
98
- name: string;
99
- nativeTokenId: string;
100
- nativeCurrency: {
101
- decimals: number;
102
- symbol: string;
103
- name: string;
104
- coingeckoId?: string | undefined;
105
- mirrorOf?: string | undefined;
106
- logo?: string | undefined;
107
- };
108
- blockExplorerUrls: string[];
109
- platform: "solana";
110
- genesisHash: string;
111
- rpcs: string[];
112
- isTestnet?: boolean | undefined;
113
- isDefault?: boolean | undefined;
114
- forceScan?: boolean | undefined;
115
- logo?: string | undefined;
116
- themeColor?: string | undefined;
117
- balancesConfig?: {
118
- "sol-native"?: Record<string, never> | undefined;
119
- "sol-spl"?: Record<string, never> | undefined;
120
- } | undefined;
121
- })[];
122
- tokens: ({
123
- id: string;
124
- networkId: string;
125
- decimals: number;
126
- symbol: string;
127
- type: "evm-erc20";
128
- platform: "ethereum";
129
- contractAddress: `0x${string}`;
130
- isDefault?: boolean | undefined;
131
- name?: string | undefined;
132
- logo?: string | undefined;
133
- coingeckoId?: string | undefined;
134
- noDiscovery?: boolean | undefined;
135
- mirrorOf?: string | undefined;
136
- } | {
137
- id: string;
138
- networkId: string;
139
- decimals: number;
140
- symbol: string;
141
- type: "evm-native";
142
- platform: "ethereum";
143
- isDefault?: boolean | undefined;
144
- name?: string | undefined;
145
- logo?: string | undefined;
146
- coingeckoId?: string | undefined;
147
- noDiscovery?: boolean | undefined;
148
- mirrorOf?: string | undefined;
149
- } | {
150
- id: string;
151
- networkId: string;
152
- decimals: number;
153
- symbol: string;
154
- type: "evm-uniswapv2";
155
- platform: "ethereum";
156
- contractAddress: `0x${string}`;
157
- symbol0: string;
158
- symbol1: string;
159
- decimals0: number;
160
- decimals1: number;
161
- tokenAddress0: `0x${string}`;
162
- tokenAddress1: `0x${string}`;
163
- isDefault?: boolean | undefined;
164
- name?: string | undefined;
165
- logo?: string | undefined;
166
- coingeckoId?: string | undefined;
167
- noDiscovery?: boolean | undefined;
168
- mirrorOf?: string | undefined;
169
- isCustom?: boolean | undefined;
170
- coingeckoId0?: string | undefined;
171
- coingeckoId1?: string | undefined;
172
- } | {
173
- id: string;
174
- networkId: string;
175
- decimals: number;
176
- symbol: string;
177
- type: "substrate-assets";
178
- platform: "polkadot";
179
- assetId: string;
180
- isSufficient: boolean;
181
- existentialDeposit: string;
182
- isDefault?: boolean | undefined;
183
- name?: string | undefined;
184
- logo?: string | undefined;
185
- coingeckoId?: string | undefined;
186
- noDiscovery?: boolean | undefined;
187
- mirrorOf?: string | undefined;
188
- isFrozen?: boolean | undefined;
189
- } | {
190
- id: string;
191
- networkId: string;
192
- decimals: number;
193
- symbol: string;
194
- type: "substrate-dtao";
195
- platform: "polkadot";
196
- netuid: number;
197
- isTransferable: boolean;
198
- isDefault?: boolean | undefined;
199
- name?: string | undefined;
200
- logo?: string | undefined;
201
- coingeckoId?: string | undefined;
202
- noDiscovery?: boolean | undefined;
203
- mirrorOf?: string | undefined;
204
- subnetName?: string | undefined;
205
- hotkey?: string | undefined;
206
- } | {
207
- id: string;
208
- networkId: string;
209
- decimals: number;
210
- symbol: string;
211
- type: "substrate-foreignassets";
212
- platform: "polkadot";
213
- onChainId: string;
214
- isSufficient: boolean;
215
- existentialDeposit: string;
216
- isDefault?: boolean | undefined;
217
- name?: string | undefined;
218
- logo?: string | undefined;
219
- coingeckoId?: string | undefined;
220
- noDiscovery?: boolean | undefined;
221
- mirrorOf?: string | undefined;
222
- isFrozen?: boolean | undefined;
223
- } | {
224
- id: string;
225
- networkId: string;
226
- decimals: number;
227
- symbol: string;
228
- type: "substrate-native";
229
- platform: "polkadot";
230
- existentialDeposit: string;
231
- isDefault?: boolean | undefined;
232
- name?: string | undefined;
233
- logo?: string | undefined;
234
- coingeckoId?: string | undefined;
235
- noDiscovery?: boolean | undefined;
236
- mirrorOf?: string | undefined;
237
- } | {
238
- id: string;
239
- networkId: string;
240
- decimals: number;
241
- symbol: string;
242
- type: "substrate-psp22";
243
- platform: "polkadot";
244
- contractAddress: string;
245
- isDefault?: boolean | undefined;
246
- name?: string | undefined;
247
- logo?: string | undefined;
248
- coingeckoId?: string | undefined;
249
- noDiscovery?: boolean | undefined;
250
- mirrorOf?: string | undefined;
251
- } | {
252
- id: string;
253
- networkId: string;
254
- decimals: number;
255
- symbol: string;
256
- type: "substrate-tokens";
257
- platform: "polkadot";
258
- onChainId: string | number;
259
- existentialDeposit: string;
260
- isDefault?: boolean | undefined;
261
- name?: string | undefined;
262
- logo?: string | undefined;
263
- coingeckoId?: string | undefined;
264
- noDiscovery?: boolean | undefined;
265
- mirrorOf?: string | undefined;
266
- } | {
267
- id: string;
268
- networkId: string;
269
- decimals: number;
270
- symbol: string;
271
- type: "substrate-hydration";
272
- platform: "polkadot";
273
- onChainId: number;
274
- assetType: "Token" | "Erc20" | "External";
275
- isSufficient: boolean;
276
- existentialDeposit: string;
277
- isDefault?: boolean | undefined;
278
- name?: string | undefined;
279
- logo?: string | undefined;
280
- coingeckoId?: string | undefined;
281
- noDiscovery?: boolean | undefined;
282
- mirrorOf?: string | undefined;
283
- } | {
284
- id: string;
285
- networkId: string;
286
- decimals: number;
287
- symbol: string;
288
- type: "sol-native";
289
- platform: "solana";
290
- isDefault?: boolean | undefined;
291
- name?: string | undefined;
292
- logo?: string | undefined;
293
- coingeckoId?: string | undefined;
294
- noDiscovery?: boolean | undefined;
295
- mirrorOf?: string | undefined;
296
- } | {
297
- id: string;
298
- networkId: string;
299
- decimals: number;
300
- symbol: string;
301
- type: "sol-spl";
302
- platform: "solana";
303
- mintAddress: string;
304
- isDefault?: boolean | undefined;
305
- name?: string | undefined;
306
- logo?: string | undefined;
307
- coingeckoId?: string | undefined;
308
- noDiscovery?: boolean | undefined;
309
- mirrorOf?: string | undefined;
310
- })[];
311
- } | Promise<{
312
- networks: ({
313
- id: string;
314
- name: string;
315
- nativeTokenId: string;
316
- nativeCurrency: {
317
- decimals: number;
318
- symbol: string;
319
- name: string;
320
- coingeckoId?: string | undefined;
321
- mirrorOf?: string | undefined;
322
- logo?: string | undefined;
323
- };
324
- blockExplorerUrls: string[];
325
- genesisHash: `0x${string}`;
326
- platform: "polkadot";
327
- chainName: string;
328
- specName: string;
329
- specVersion: number;
330
- account: "secp256k1" | "*25519";
331
- prefix: number;
332
- rpcs: string[];
333
- topology: {
334
- type: "standalone";
335
- } | {
336
- type: "relay";
337
- } | {
338
- type: "parachain";
339
- relayId: string;
340
- paraId: number;
341
- };
342
- isTestnet?: boolean | undefined;
343
- isDefault?: boolean | undefined;
344
- forceScan?: boolean | undefined;
345
- logo?: string | undefined;
346
- themeColor?: string | undefined;
347
- chainspecQrUrl?: string | undefined;
348
- latestMetadataQrUrl?: string | undefined;
349
- oldPrefix?: number | undefined;
350
- registryTypes?: any;
351
- signedExtensions?: any;
352
- hasCheckMetadataHash?: boolean | undefined;
353
- hasExtrinsicSignatureTypePrefix?: boolean | undefined;
354
- isUnknownFeeToken?: boolean | undefined;
355
- balancesConfig?: {
356
- "substrate-native"?: {
357
- disable?: boolean | undefined;
358
- } | undefined;
359
- "substrate-assets"?: Record<string, never> | undefined;
360
- "substrate-psp22"?: Record<string, never> | undefined;
361
- "substrate-tokens"?: {
362
- palletId?: string | undefined;
363
- } | undefined;
364
- "substrate-foreignassets"?: Record<string, never> | undefined;
365
- "substrate-hydration"?: Record<string, never> | undefined;
366
- "substrate-dtao"?: Record<string, never> | undefined;
367
- } | undefined;
368
- } | {
369
- id: string;
370
- name: string;
371
- nativeTokenId: string;
372
- nativeCurrency: {
373
- decimals: number;
374
- symbol: string;
375
- name: string;
376
- coingeckoId?: string | undefined;
377
- mirrorOf?: string | undefined;
378
- logo?: string | undefined;
379
- };
380
- blockExplorerUrls: string[];
381
- platform: "ethereum";
382
- rpcs: string[];
383
- isTestnet?: boolean | undefined;
384
- isDefault?: boolean | undefined;
385
- forceScan?: boolean | undefined;
386
- logo?: string | undefined;
387
- themeColor?: string | undefined;
388
- substrateChainId?: string | undefined;
389
- preserveGasEstimate?: boolean | undefined;
390
- feeType?: "legacy" | "eip-1559" | undefined;
391
- l2FeeType?: {
392
- type: "op-stack";
393
- } | {
394
- type: "scroll";
395
- l1GasPriceOracle: `0x${string}`;
396
- } | undefined;
397
- contracts?: {
398
- Erc20Aggregator?: `0x${string}` | undefined;
399
- Multicall3?: `0x${string}` | undefined;
400
- } | undefined;
401
- balancesConfig?: {
402
- "evm-native"?: Record<string, never> | undefined;
403
- "evm-erc20"?: Record<string, never> | undefined;
404
- "evm-uniswapv2"?: Record<string, never> | undefined;
405
- } | undefined;
406
- } | {
407
- id: string;
408
- name: string;
409
- nativeTokenId: string;
410
- nativeCurrency: {
411
- decimals: number;
412
- symbol: string;
413
- name: string;
414
- coingeckoId?: string | undefined;
415
- mirrorOf?: string | undefined;
416
- logo?: string | undefined;
417
- };
418
- blockExplorerUrls: string[];
419
- platform: "solana";
420
- genesisHash: string;
421
- rpcs: string[];
422
- isTestnet?: boolean | undefined;
423
- isDefault?: boolean | undefined;
424
- forceScan?: boolean | undefined;
425
- logo?: string | undefined;
426
- themeColor?: string | undefined;
427
- balancesConfig?: {
428
- "sol-native"?: Record<string, never> | undefined;
429
- "sol-spl"?: Record<string, never> | undefined;
430
- } | undefined;
431
- })[];
432
- tokens: ({
433
- id: string;
434
- networkId: string;
435
- decimals: number;
436
- symbol: string;
437
- type: "evm-erc20";
438
- platform: "ethereum";
439
- contractAddress: `0x${string}`;
440
- isDefault?: boolean | undefined;
441
- name?: string | undefined;
442
- logo?: string | undefined;
443
- coingeckoId?: string | undefined;
444
- noDiscovery?: boolean | undefined;
445
- mirrorOf?: string | undefined;
446
- } | {
447
- id: string;
448
- networkId: string;
449
- decimals: number;
450
- symbol: string;
451
- type: "evm-native";
452
- platform: "ethereum";
453
- isDefault?: boolean | undefined;
454
- name?: string | undefined;
455
- logo?: string | undefined;
456
- coingeckoId?: string | undefined;
457
- noDiscovery?: boolean | undefined;
458
- mirrorOf?: string | undefined;
459
- } | {
460
- id: string;
461
- networkId: string;
462
- decimals: number;
463
- symbol: string;
464
- type: "evm-uniswapv2";
465
- platform: "ethereum";
466
- contractAddress: `0x${string}`;
467
- symbol0: string;
468
- symbol1: string;
469
- decimals0: number;
470
- decimals1: number;
471
- tokenAddress0: `0x${string}`;
472
- tokenAddress1: `0x${string}`;
473
- isDefault?: boolean | undefined;
474
- name?: string | undefined;
475
- logo?: string | undefined;
476
- coingeckoId?: string | undefined;
477
- noDiscovery?: boolean | undefined;
478
- mirrorOf?: string | undefined;
479
- isCustom?: boolean | undefined;
480
- coingeckoId0?: string | undefined;
481
- coingeckoId1?: string | undefined;
482
- } | {
483
- id: string;
484
- networkId: string;
485
- decimals: number;
486
- symbol: string;
487
- type: "substrate-assets";
488
- platform: "polkadot";
489
- assetId: string;
490
- isSufficient: boolean;
491
- existentialDeposit: string;
492
- isDefault?: boolean | undefined;
493
- name?: string | undefined;
494
- logo?: string | undefined;
495
- coingeckoId?: string | undefined;
496
- noDiscovery?: boolean | undefined;
497
- mirrorOf?: string | undefined;
498
- isFrozen?: boolean | undefined;
499
- } | {
500
- id: string;
501
- networkId: string;
502
- decimals: number;
503
- symbol: string;
504
- type: "substrate-dtao";
505
- platform: "polkadot";
506
- netuid: number;
507
- isTransferable: boolean;
508
- isDefault?: boolean | undefined;
509
- name?: string | undefined;
510
- logo?: string | undefined;
511
- coingeckoId?: string | undefined;
512
- noDiscovery?: boolean | undefined;
513
- mirrorOf?: string | undefined;
514
- subnetName?: string | undefined;
515
- hotkey?: string | undefined;
516
- } | {
517
- id: string;
518
- networkId: string;
519
- decimals: number;
520
- symbol: string;
521
- type: "substrate-foreignassets";
522
- platform: "polkadot";
523
- onChainId: string;
524
- isSufficient: boolean;
525
- existentialDeposit: string;
526
- isDefault?: boolean | undefined;
527
- name?: string | undefined;
528
- logo?: string | undefined;
529
- coingeckoId?: string | undefined;
530
- noDiscovery?: boolean | undefined;
531
- mirrorOf?: string | undefined;
532
- isFrozen?: boolean | undefined;
533
- } | {
534
- id: string;
535
- networkId: string;
536
- decimals: number;
537
- symbol: string;
538
- type: "substrate-native";
539
- platform: "polkadot";
540
- existentialDeposit: string;
541
- isDefault?: boolean | undefined;
542
- name?: string | undefined;
543
- logo?: string | undefined;
544
- coingeckoId?: string | undefined;
545
- noDiscovery?: boolean | undefined;
546
- mirrorOf?: string | undefined;
547
- } | {
548
- id: string;
549
- networkId: string;
550
- decimals: number;
551
- symbol: string;
552
- type: "substrate-psp22";
553
- platform: "polkadot";
554
- contractAddress: string;
555
- isDefault?: boolean | undefined;
556
- name?: string | undefined;
557
- logo?: string | undefined;
558
- coingeckoId?: string | undefined;
559
- noDiscovery?: boolean | undefined;
560
- mirrorOf?: string | undefined;
561
- } | {
562
- id: string;
563
- networkId: string;
564
- decimals: number;
565
- symbol: string;
566
- type: "substrate-tokens";
567
- platform: "polkadot";
568
- onChainId: string | number;
569
- existentialDeposit: string;
570
- isDefault?: boolean | undefined;
571
- name?: string | undefined;
572
- logo?: string | undefined;
573
- coingeckoId?: string | undefined;
574
- noDiscovery?: boolean | undefined;
575
- mirrorOf?: string | undefined;
576
- } | {
577
- id: string;
578
- networkId: string;
579
- decimals: number;
580
- symbol: string;
581
- type: "substrate-hydration";
582
- platform: "polkadot";
583
- onChainId: number;
584
- assetType: "Token" | "Erc20" | "External";
585
- isSufficient: boolean;
586
- existentialDeposit: string;
587
- isDefault?: boolean | undefined;
588
- name?: string | undefined;
589
- logo?: string | undefined;
590
- coingeckoId?: string | undefined;
591
- noDiscovery?: boolean | undefined;
592
- mirrorOf?: string | undefined;
593
- } | {
594
- id: string;
595
- networkId: string;
596
- decimals: number;
597
- symbol: string;
598
- type: "sol-native";
599
- platform: "solana";
600
- isDefault?: boolean | undefined;
601
- name?: string | undefined;
602
- logo?: string | undefined;
603
- coingeckoId?: string | undefined;
604
- noDiscovery?: boolean | undefined;
605
- mirrorOf?: string | undefined;
606
- } | {
607
- id: string;
608
- networkId: string;
609
- decimals: number;
610
- symbol: string;
611
- type: "sol-spl";
612
- platform: "solana";
613
- mintAddress: string;
614
- isDefault?: boolean | undefined;
615
- name?: string | undefined;
616
- logo?: string | undefined;
617
- coingeckoId?: string | undefined;
618
- noDiscovery?: boolean | undefined;
619
- mirrorOf?: string | undefined;
620
- })[];
621
- }>>;
622
- export declare const tokensAtom: import("jotai").Atom<Promise<({
623
- id: string;
624
- networkId: string;
625
- decimals: number;
626
- symbol: string;
627
- type: "evm-erc20";
628
- platform: "ethereum";
629
- contractAddress: `0x${string}`;
630
- isDefault?: boolean | undefined;
631
- name?: string | undefined;
632
- logo?: string | undefined;
633
- coingeckoId?: string | undefined;
634
- noDiscovery?: boolean | undefined;
635
- mirrorOf?: string | undefined;
636
- } | {
637
- id: string;
638
- networkId: string;
639
- decimals: number;
640
- symbol: string;
641
- type: "evm-native";
642
- platform: "ethereum";
643
- isDefault?: boolean | undefined;
644
- name?: string | undefined;
645
- logo?: string | undefined;
646
- coingeckoId?: string | undefined;
647
- noDiscovery?: boolean | undefined;
648
- mirrorOf?: string | undefined;
649
- } | {
650
- id: string;
651
- networkId: string;
652
- decimals: number;
653
- symbol: string;
654
- type: "evm-uniswapv2";
655
- platform: "ethereum";
656
- contractAddress: `0x${string}`;
657
- symbol0: string;
658
- symbol1: string;
659
- decimals0: number;
660
- decimals1: number;
661
- tokenAddress0: `0x${string}`;
662
- tokenAddress1: `0x${string}`;
663
- isDefault?: boolean | undefined;
664
- name?: string | undefined;
665
- logo?: string | undefined;
666
- coingeckoId?: string | undefined;
667
- noDiscovery?: boolean | undefined;
668
- mirrorOf?: string | undefined;
669
- isCustom?: boolean | undefined;
670
- coingeckoId0?: string | undefined;
671
- coingeckoId1?: string | undefined;
672
- } | {
673
- id: string;
674
- networkId: string;
675
- decimals: number;
676
- symbol: string;
677
- type: "substrate-assets";
678
- platform: "polkadot";
679
- assetId: string;
680
- isSufficient: boolean;
681
- existentialDeposit: string;
682
- isDefault?: boolean | undefined;
683
- name?: string | undefined;
684
- logo?: string | undefined;
685
- coingeckoId?: string | undefined;
686
- noDiscovery?: boolean | undefined;
687
- mirrorOf?: string | undefined;
688
- isFrozen?: boolean | undefined;
689
- } | {
690
- id: string;
691
- networkId: string;
692
- decimals: number;
693
- symbol: string;
694
- type: "substrate-dtao";
695
- platform: "polkadot";
696
- netuid: number;
697
- isTransferable: boolean;
698
- isDefault?: boolean | undefined;
699
- name?: string | undefined;
700
- logo?: string | undefined;
701
- coingeckoId?: string | undefined;
702
- noDiscovery?: boolean | undefined;
703
- mirrorOf?: string | undefined;
704
- subnetName?: string | undefined;
705
- hotkey?: string | undefined;
706
- } | {
707
- id: string;
708
- networkId: string;
709
- decimals: number;
710
- symbol: string;
711
- type: "substrate-foreignassets";
712
- platform: "polkadot";
713
- onChainId: string;
714
- isSufficient: boolean;
715
- existentialDeposit: string;
716
- isDefault?: boolean | undefined;
717
- name?: string | undefined;
718
- logo?: string | undefined;
719
- coingeckoId?: string | undefined;
720
- noDiscovery?: boolean | undefined;
721
- mirrorOf?: string | undefined;
722
- isFrozen?: boolean | undefined;
723
- } | {
724
- id: string;
725
- networkId: string;
726
- decimals: number;
727
- symbol: string;
728
- type: "substrate-native";
729
- platform: "polkadot";
730
- existentialDeposit: string;
731
- isDefault?: boolean | undefined;
732
- name?: string | undefined;
733
- logo?: string | undefined;
734
- coingeckoId?: string | undefined;
735
- noDiscovery?: boolean | undefined;
736
- mirrorOf?: string | undefined;
737
- } | {
738
- id: string;
739
- networkId: string;
740
- decimals: number;
741
- symbol: string;
742
- type: "substrate-psp22";
743
- platform: "polkadot";
744
- contractAddress: string;
745
- isDefault?: boolean | undefined;
746
- name?: string | undefined;
747
- logo?: string | undefined;
748
- coingeckoId?: string | undefined;
749
- noDiscovery?: boolean | undefined;
750
- mirrorOf?: string | undefined;
751
- } | {
752
- id: string;
753
- networkId: string;
754
- decimals: number;
755
- symbol: string;
756
- type: "substrate-tokens";
757
- platform: "polkadot";
758
- onChainId: string | number;
759
- existentialDeposit: string;
760
- isDefault?: boolean | undefined;
761
- name?: string | undefined;
762
- logo?: string | undefined;
763
- coingeckoId?: string | undefined;
764
- noDiscovery?: boolean | undefined;
765
- mirrorOf?: string | undefined;
766
- } | {
767
- id: string;
768
- networkId: string;
769
- decimals: number;
770
- symbol: string;
771
- type: "substrate-hydration";
772
- platform: "polkadot";
773
- onChainId: number;
774
- assetType: "Token" | "Erc20" | "External";
775
- isSufficient: boolean;
776
- existentialDeposit: string;
777
- isDefault?: boolean | undefined;
778
- name?: string | undefined;
779
- logo?: string | undefined;
780
- coingeckoId?: string | undefined;
781
- noDiscovery?: boolean | undefined;
782
- mirrorOf?: string | undefined;
783
- } | {
784
- id: string;
785
- networkId: string;
786
- decimals: number;
787
- symbol: string;
788
- type: "sol-native";
789
- platform: "solana";
790
- isDefault?: boolean | undefined;
791
- name?: string | undefined;
792
- logo?: string | undefined;
793
- coingeckoId?: string | undefined;
794
- noDiscovery?: boolean | undefined;
795
- mirrorOf?: string | undefined;
796
- } | {
797
- id: string;
798
- networkId: string;
799
- decimals: number;
800
- symbol: string;
801
- type: "sol-spl";
802
- platform: "solana";
803
- mintAddress: string;
804
- isDefault?: boolean | undefined;
805
- name?: string | undefined;
806
- logo?: string | undefined;
807
- coingeckoId?: string | undefined;
808
- noDiscovery?: boolean | undefined;
809
- mirrorOf?: string | undefined;
810
- })[]>>;
811
- export declare const networksAtom: import("jotai").Atom<Promise<({
812
- id: string;
813
- name: string;
814
- nativeTokenId: string;
815
- nativeCurrency: {
816
- decimals: number;
817
- symbol: string;
818
- name: string;
819
- coingeckoId?: string | undefined;
820
- mirrorOf?: string | undefined;
821
- logo?: string | undefined;
822
- };
823
- blockExplorerUrls: string[];
824
- genesisHash: `0x${string}`;
825
- platform: "polkadot";
826
- chainName: string;
827
- specName: string;
828
- specVersion: number;
829
- account: "secp256k1" | "*25519";
830
- prefix: number;
831
- rpcs: string[];
832
- topology: {
833
- type: "standalone";
834
- } | {
835
- type: "relay";
836
- } | {
837
- type: "parachain";
838
- relayId: string;
839
- paraId: number;
840
- };
841
- isTestnet?: boolean | undefined;
842
- isDefault?: boolean | undefined;
843
- forceScan?: boolean | undefined;
844
- logo?: string | undefined;
845
- themeColor?: string | undefined;
846
- chainspecQrUrl?: string | undefined;
847
- latestMetadataQrUrl?: string | undefined;
848
- oldPrefix?: number | undefined;
849
- registryTypes?: any;
850
- signedExtensions?: any;
851
- hasCheckMetadataHash?: boolean | undefined;
852
- hasExtrinsicSignatureTypePrefix?: boolean | undefined;
853
- isUnknownFeeToken?: boolean | undefined;
854
- balancesConfig?: {
855
- "substrate-native"?: {
856
- disable?: boolean | undefined;
857
- } | undefined;
858
- "substrate-assets"?: Record<string, never> | undefined;
859
- "substrate-psp22"?: Record<string, never> | undefined;
860
- "substrate-tokens"?: {
861
- palletId?: string | undefined;
862
- } | undefined;
863
- "substrate-foreignassets"?: Record<string, never> | undefined;
864
- "substrate-hydration"?: Record<string, never> | undefined;
865
- "substrate-dtao"?: Record<string, never> | undefined;
866
- } | undefined;
867
- } | {
868
- id: string;
869
- name: string;
870
- nativeTokenId: string;
871
- nativeCurrency: {
872
- decimals: number;
873
- symbol: string;
874
- name: string;
875
- coingeckoId?: string | undefined;
876
- mirrorOf?: string | undefined;
877
- logo?: string | undefined;
878
- };
879
- blockExplorerUrls: string[];
880
- platform: "ethereum";
881
- rpcs: string[];
882
- isTestnet?: boolean | undefined;
883
- isDefault?: boolean | undefined;
884
- forceScan?: boolean | undefined;
885
- logo?: string | undefined;
886
- themeColor?: string | undefined;
887
- substrateChainId?: string | undefined;
888
- preserveGasEstimate?: boolean | undefined;
889
- feeType?: "legacy" | "eip-1559" | undefined;
890
- l2FeeType?: {
891
- type: "op-stack";
892
- } | {
893
- type: "scroll";
894
- l1GasPriceOracle: `0x${string}`;
895
- } | undefined;
896
- contracts?: {
897
- Erc20Aggregator?: `0x${string}` | undefined;
898
- Multicall3?: `0x${string}` | undefined;
899
- } | undefined;
900
- balancesConfig?: {
901
- "evm-native"?: Record<string, never> | undefined;
902
- "evm-erc20"?: Record<string, never> | undefined;
903
- "evm-uniswapv2"?: Record<string, never> | undefined;
904
- } | undefined;
905
- } | {
906
- id: string;
907
- name: string;
908
- nativeTokenId: string;
909
- nativeCurrency: {
910
- decimals: number;
911
- symbol: string;
912
- name: string;
913
- coingeckoId?: string | undefined;
914
- mirrorOf?: string | undefined;
915
- logo?: string | undefined;
916
- };
917
- blockExplorerUrls: string[];
918
- platform: "solana";
919
- genesisHash: string;
920
- rpcs: string[];
921
- isTestnet?: boolean | undefined;
922
- isDefault?: boolean | undefined;
923
- forceScan?: boolean | undefined;
924
- logo?: string | undefined;
925
- themeColor?: string | undefined;
926
- balancesConfig?: {
927
- "sol-native"?: Record<string, never> | undefined;
928
- "sol-spl"?: Record<string, never> | undefined;
929
- } | undefined;
930
- })[]>>;