@talismn/balances-react 0.0.0-pr2216-20251024062625 → 0.0.0-pr2223-20251024063017
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.
|
@@ -53,7 +53,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
53
53
|
} | undefined;
|
|
54
54
|
"substrate-foreignassets"?: undefined;
|
|
55
55
|
"substrate-hydration"?: undefined;
|
|
56
|
-
"substrate-dtao"?: undefined;
|
|
57
56
|
} | undefined;
|
|
58
57
|
} | {
|
|
59
58
|
id: string;
|
|
@@ -186,22 +185,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
186
185
|
noDiscovery?: boolean | undefined;
|
|
187
186
|
mirrorOf?: string | undefined;
|
|
188
187
|
isFrozen?: boolean | undefined;
|
|
189
|
-
} | {
|
|
190
|
-
id: string;
|
|
191
|
-
networkId: string;
|
|
192
|
-
decimals: number;
|
|
193
|
-
symbol: string;
|
|
194
|
-
type: "substrate-dtao";
|
|
195
|
-
platform: "polkadot";
|
|
196
|
-
subnetId: number;
|
|
197
|
-
isDefault?: boolean | undefined;
|
|
198
|
-
name?: string | undefined;
|
|
199
|
-
logo?: string | undefined;
|
|
200
|
-
coingeckoId?: string | undefined;
|
|
201
|
-
noDiscovery?: boolean | undefined;
|
|
202
|
-
mirrorOf?: string | undefined;
|
|
203
|
-
subnetName?: string | undefined;
|
|
204
|
-
hotkey?: string | undefined;
|
|
205
188
|
} | {
|
|
206
189
|
id: string;
|
|
207
190
|
networkId: string;
|
|
@@ -362,7 +345,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
362
345
|
} | undefined;
|
|
363
346
|
"substrate-foreignassets"?: undefined;
|
|
364
347
|
"substrate-hydration"?: undefined;
|
|
365
|
-
"substrate-dtao"?: undefined;
|
|
366
348
|
} | undefined;
|
|
367
349
|
} | {
|
|
368
350
|
id: string;
|
|
@@ -495,22 +477,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
495
477
|
noDiscovery?: boolean | undefined;
|
|
496
478
|
mirrorOf?: string | undefined;
|
|
497
479
|
isFrozen?: boolean | undefined;
|
|
498
|
-
} | {
|
|
499
|
-
id: string;
|
|
500
|
-
networkId: string;
|
|
501
|
-
decimals: number;
|
|
502
|
-
symbol: string;
|
|
503
|
-
type: "substrate-dtao";
|
|
504
|
-
platform: "polkadot";
|
|
505
|
-
subnetId: number;
|
|
506
|
-
isDefault?: boolean | undefined;
|
|
507
|
-
name?: string | undefined;
|
|
508
|
-
logo?: string | undefined;
|
|
509
|
-
coingeckoId?: string | undefined;
|
|
510
|
-
noDiscovery?: boolean | undefined;
|
|
511
|
-
mirrorOf?: string | undefined;
|
|
512
|
-
subnetName?: string | undefined;
|
|
513
|
-
hotkey?: string | undefined;
|
|
514
480
|
} | {
|
|
515
481
|
id: string;
|
|
516
482
|
networkId: string;
|
|
@@ -684,22 +650,6 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
684
650
|
noDiscovery?: boolean | undefined;
|
|
685
651
|
mirrorOf?: string | undefined;
|
|
686
652
|
isFrozen?: boolean | undefined;
|
|
687
|
-
} | {
|
|
688
|
-
id: string;
|
|
689
|
-
networkId: string;
|
|
690
|
-
decimals: number;
|
|
691
|
-
symbol: string;
|
|
692
|
-
type: "substrate-dtao";
|
|
693
|
-
platform: "polkadot";
|
|
694
|
-
subnetId: number;
|
|
695
|
-
isDefault?: boolean | undefined;
|
|
696
|
-
name?: string | undefined;
|
|
697
|
-
logo?: string | undefined;
|
|
698
|
-
coingeckoId?: string | undefined;
|
|
699
|
-
noDiscovery?: boolean | undefined;
|
|
700
|
-
mirrorOf?: string | undefined;
|
|
701
|
-
subnetName?: string | undefined;
|
|
702
|
-
hotkey?: string | undefined;
|
|
703
653
|
} | {
|
|
704
654
|
id: string;
|
|
705
655
|
networkId: string;
|
|
@@ -859,7 +809,6 @@ export declare const networksAtom: import("jotai").Atom<Promise<({
|
|
|
859
809
|
} | undefined;
|
|
860
810
|
"substrate-foreignassets"?: undefined;
|
|
861
811
|
"substrate-hydration"?: undefined;
|
|
862
|
-
"substrate-dtao"?: undefined;
|
|
863
812
|
} | undefined;
|
|
864
813
|
} | {
|
|
865
814
|
id: string;
|
|
@@ -55,7 +55,6 @@ export declare const useChaindata: () => {
|
|
|
55
55
|
} | undefined;
|
|
56
56
|
"substrate-foreignassets"?: undefined;
|
|
57
57
|
"substrate-hydration"?: undefined;
|
|
58
|
-
"substrate-dtao"?: undefined;
|
|
59
58
|
} | undefined;
|
|
60
59
|
} | {
|
|
61
60
|
id: string;
|
|
@@ -188,22 +187,6 @@ export declare const useChaindata: () => {
|
|
|
188
187
|
noDiscovery?: boolean | undefined;
|
|
189
188
|
mirrorOf?: string | undefined;
|
|
190
189
|
isFrozen?: boolean | undefined;
|
|
191
|
-
} | {
|
|
192
|
-
id: string;
|
|
193
|
-
networkId: string;
|
|
194
|
-
decimals: number;
|
|
195
|
-
symbol: string;
|
|
196
|
-
type: "substrate-dtao";
|
|
197
|
-
platform: "polkadot";
|
|
198
|
-
subnetId: number;
|
|
199
|
-
isDefault?: boolean | undefined;
|
|
200
|
-
name?: string | undefined;
|
|
201
|
-
logo?: string | undefined;
|
|
202
|
-
coingeckoId?: string | undefined;
|
|
203
|
-
noDiscovery?: boolean | undefined;
|
|
204
|
-
mirrorOf?: string | undefined;
|
|
205
|
-
subnetName?: string | undefined;
|
|
206
|
-
hotkey?: string | undefined;
|
|
207
190
|
} | {
|
|
208
191
|
id: string;
|
|
209
192
|
networkId: string;
|
|
@@ -364,7 +347,6 @@ export declare const useNetworks: () => ({
|
|
|
364
347
|
} | undefined;
|
|
365
348
|
"substrate-foreignassets"?: undefined;
|
|
366
349
|
"substrate-hydration"?: undefined;
|
|
367
|
-
"substrate-dtao"?: undefined;
|
|
368
350
|
} | undefined;
|
|
369
351
|
} | {
|
|
370
352
|
id: string;
|
|
@@ -484,7 +466,6 @@ export declare const useNetworksById: () => import("lodash").Dictionary<{
|
|
|
484
466
|
} | undefined;
|
|
485
467
|
"substrate-foreignassets"?: undefined;
|
|
486
468
|
"substrate-hydration"?: undefined;
|
|
487
|
-
"substrate-dtao"?: undefined;
|
|
488
469
|
} | undefined;
|
|
489
470
|
} | {
|
|
490
471
|
id: string;
|
|
@@ -604,7 +585,6 @@ export declare const useNetwork: (networkId?: NetworkId) => {
|
|
|
604
585
|
} | undefined;
|
|
605
586
|
"substrate-foreignassets"?: undefined;
|
|
606
587
|
"substrate-hydration"?: undefined;
|
|
607
|
-
"substrate-dtao"?: undefined;
|
|
608
588
|
} | undefined;
|
|
609
589
|
} | {
|
|
610
590
|
id: string;
|
|
@@ -737,22 +717,6 @@ export declare const useTokens: () => ({
|
|
|
737
717
|
noDiscovery?: boolean | undefined;
|
|
738
718
|
mirrorOf?: string | undefined;
|
|
739
719
|
isFrozen?: boolean | undefined;
|
|
740
|
-
} | {
|
|
741
|
-
id: string;
|
|
742
|
-
networkId: string;
|
|
743
|
-
decimals: number;
|
|
744
|
-
symbol: string;
|
|
745
|
-
type: "substrate-dtao";
|
|
746
|
-
platform: "polkadot";
|
|
747
|
-
subnetId: number;
|
|
748
|
-
isDefault?: boolean | undefined;
|
|
749
|
-
name?: string | undefined;
|
|
750
|
-
logo?: string | undefined;
|
|
751
|
-
coingeckoId?: string | undefined;
|
|
752
|
-
noDiscovery?: boolean | undefined;
|
|
753
|
-
mirrorOf?: string | undefined;
|
|
754
|
-
subnetName?: string | undefined;
|
|
755
|
-
hotkey?: string | undefined;
|
|
756
720
|
} | {
|
|
757
721
|
id: string;
|
|
758
722
|
networkId: string;
|
|
@@ -925,22 +889,6 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
925
889
|
noDiscovery?: boolean | undefined;
|
|
926
890
|
mirrorOf?: string | undefined;
|
|
927
891
|
isFrozen?: boolean | undefined;
|
|
928
|
-
} | {
|
|
929
|
-
id: string;
|
|
930
|
-
networkId: string;
|
|
931
|
-
decimals: number;
|
|
932
|
-
symbol: string;
|
|
933
|
-
type: "substrate-dtao";
|
|
934
|
-
platform: "polkadot";
|
|
935
|
-
subnetId: number;
|
|
936
|
-
isDefault?: boolean | undefined;
|
|
937
|
-
name?: string | undefined;
|
|
938
|
-
logo?: string | undefined;
|
|
939
|
-
coingeckoId?: string | undefined;
|
|
940
|
-
noDiscovery?: boolean | undefined;
|
|
941
|
-
mirrorOf?: string | undefined;
|
|
942
|
-
subnetName?: string | undefined;
|
|
943
|
-
hotkey?: string | undefined;
|
|
944
892
|
} | {
|
|
945
893
|
id: string;
|
|
946
894
|
networkId: string;
|
|
@@ -1113,22 +1061,6 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1113
1061
|
noDiscovery?: boolean | undefined;
|
|
1114
1062
|
mirrorOf?: string | undefined;
|
|
1115
1063
|
isFrozen?: boolean | undefined;
|
|
1116
|
-
} | {
|
|
1117
|
-
id: string;
|
|
1118
|
-
networkId: string;
|
|
1119
|
-
decimals: number;
|
|
1120
|
-
symbol: string;
|
|
1121
|
-
type: "substrate-dtao";
|
|
1122
|
-
platform: "polkadot";
|
|
1123
|
-
subnetId: number;
|
|
1124
|
-
isDefault?: boolean | undefined;
|
|
1125
|
-
name?: string | undefined;
|
|
1126
|
-
logo?: string | undefined;
|
|
1127
|
-
coingeckoId?: string | undefined;
|
|
1128
|
-
noDiscovery?: boolean | undefined;
|
|
1129
|
-
mirrorOf?: string | undefined;
|
|
1130
|
-
subnetName?: string | undefined;
|
|
1131
|
-
hotkey?: string | undefined;
|
|
1132
1064
|
} | {
|
|
1133
1065
|
id: string;
|
|
1134
1066
|
networkId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talismn/balances-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-pr2223-20251024063017",
|
|
4
4
|
"author": "Talisman",
|
|
5
5
|
"homepage": "https://talisman.xyz",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"lodash-es": "4.17.21",
|
|
29
29
|
"react-use": "^17.5.1",
|
|
30
30
|
"rxjs": "^7.8.1",
|
|
31
|
-
"@talismn/
|
|
32
|
-
"@talismn/balances": "0.0.0-
|
|
33
|
-
"@talismn/
|
|
34
|
-
"@talismn/chain-connectors": "0.0.0-pr2216-20251024062625",
|
|
31
|
+
"@talismn/chain-connectors": "0.0.0-pr2223-20251024063017",
|
|
32
|
+
"@talismn/balances": "0.0.0-pr2223-20251024063017",
|
|
33
|
+
"@talismn/chaindata-provider": "0.0.0-pr2223-20251024063017",
|
|
35
34
|
"@talismn/scale": "0.2.2",
|
|
36
|
-
"@talismn/
|
|
37
|
-
"@talismn/util": "0.5.5"
|
|
35
|
+
"@talismn/connection-meta": "0.0.0-pr2223-20251024063017",
|
|
36
|
+
"@talismn/util": "0.5.5",
|
|
37
|
+
"@talismn/token-rates": "0.0.0-pr2223-20251024063017"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.14",
|