@talismn/balances-react 0.0.0-pr2211-20251017042354 → 0.0.0-pr2216-20251018130905
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,6 +53,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
53
53
|
} | undefined;
|
|
54
54
|
"substrate-foreignassets"?: undefined;
|
|
55
55
|
"substrate-hydration"?: undefined;
|
|
56
|
+
"substrate-dtao"?: undefined;
|
|
56
57
|
} | undefined;
|
|
57
58
|
} | {
|
|
58
59
|
id: string;
|
|
@@ -185,6 +186,20 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
185
186
|
noDiscovery?: boolean | undefined;
|
|
186
187
|
mirrorOf?: string | undefined;
|
|
187
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
|
+
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;
|
|
188
203
|
} | {
|
|
189
204
|
id: string;
|
|
190
205
|
networkId: string;
|
|
@@ -345,6 +360,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
345
360
|
} | undefined;
|
|
346
361
|
"substrate-foreignassets"?: undefined;
|
|
347
362
|
"substrate-hydration"?: undefined;
|
|
363
|
+
"substrate-dtao"?: undefined;
|
|
348
364
|
} | undefined;
|
|
349
365
|
} | {
|
|
350
366
|
id: string;
|
|
@@ -477,6 +493,20 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
477
493
|
noDiscovery?: boolean | undefined;
|
|
478
494
|
mirrorOf?: string | undefined;
|
|
479
495
|
isFrozen?: boolean | undefined;
|
|
496
|
+
} | {
|
|
497
|
+
id: string;
|
|
498
|
+
networkId: string;
|
|
499
|
+
decimals: number;
|
|
500
|
+
symbol: string;
|
|
501
|
+
type: "substrate-dtao";
|
|
502
|
+
platform: "polkadot";
|
|
503
|
+
subnetId: number;
|
|
504
|
+
isDefault?: boolean | undefined;
|
|
505
|
+
name?: string | undefined;
|
|
506
|
+
logo?: string | undefined;
|
|
507
|
+
coingeckoId?: string | undefined;
|
|
508
|
+
noDiscovery?: boolean | undefined;
|
|
509
|
+
mirrorOf?: string | undefined;
|
|
480
510
|
} | {
|
|
481
511
|
id: string;
|
|
482
512
|
networkId: string;
|
|
@@ -650,6 +680,20 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
650
680
|
noDiscovery?: boolean | undefined;
|
|
651
681
|
mirrorOf?: string | undefined;
|
|
652
682
|
isFrozen?: boolean | undefined;
|
|
683
|
+
} | {
|
|
684
|
+
id: string;
|
|
685
|
+
networkId: string;
|
|
686
|
+
decimals: number;
|
|
687
|
+
symbol: string;
|
|
688
|
+
type: "substrate-dtao";
|
|
689
|
+
platform: "polkadot";
|
|
690
|
+
subnetId: number;
|
|
691
|
+
isDefault?: boolean | undefined;
|
|
692
|
+
name?: string | undefined;
|
|
693
|
+
logo?: string | undefined;
|
|
694
|
+
coingeckoId?: string | undefined;
|
|
695
|
+
noDiscovery?: boolean | undefined;
|
|
696
|
+
mirrorOf?: string | undefined;
|
|
653
697
|
} | {
|
|
654
698
|
id: string;
|
|
655
699
|
networkId: string;
|
|
@@ -809,6 +853,7 @@ export declare const networksAtom: import("jotai").Atom<Promise<({
|
|
|
809
853
|
} | undefined;
|
|
810
854
|
"substrate-foreignassets"?: undefined;
|
|
811
855
|
"substrate-hydration"?: undefined;
|
|
856
|
+
"substrate-dtao"?: undefined;
|
|
812
857
|
} | undefined;
|
|
813
858
|
} | {
|
|
814
859
|
id: string;
|
|
@@ -55,6 +55,7 @@ export declare const useChaindata: () => {
|
|
|
55
55
|
} | undefined;
|
|
56
56
|
"substrate-foreignassets"?: undefined;
|
|
57
57
|
"substrate-hydration"?: undefined;
|
|
58
|
+
"substrate-dtao"?: undefined;
|
|
58
59
|
} | undefined;
|
|
59
60
|
} | {
|
|
60
61
|
id: string;
|
|
@@ -187,6 +188,20 @@ export declare const useChaindata: () => {
|
|
|
187
188
|
noDiscovery?: boolean | undefined;
|
|
188
189
|
mirrorOf?: string | undefined;
|
|
189
190
|
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;
|
|
190
205
|
} | {
|
|
191
206
|
id: string;
|
|
192
207
|
networkId: string;
|
|
@@ -347,6 +362,7 @@ export declare const useNetworks: () => ({
|
|
|
347
362
|
} | undefined;
|
|
348
363
|
"substrate-foreignassets"?: undefined;
|
|
349
364
|
"substrate-hydration"?: undefined;
|
|
365
|
+
"substrate-dtao"?: undefined;
|
|
350
366
|
} | undefined;
|
|
351
367
|
} | {
|
|
352
368
|
id: string;
|
|
@@ -466,6 +482,7 @@ export declare const useNetworksById: () => import("lodash").Dictionary<{
|
|
|
466
482
|
} | undefined;
|
|
467
483
|
"substrate-foreignassets"?: undefined;
|
|
468
484
|
"substrate-hydration"?: undefined;
|
|
485
|
+
"substrate-dtao"?: undefined;
|
|
469
486
|
} | undefined;
|
|
470
487
|
} | {
|
|
471
488
|
id: string;
|
|
@@ -585,6 +602,7 @@ export declare const useNetwork: (networkId?: NetworkId) => {
|
|
|
585
602
|
} | undefined;
|
|
586
603
|
"substrate-foreignassets"?: undefined;
|
|
587
604
|
"substrate-hydration"?: undefined;
|
|
605
|
+
"substrate-dtao"?: undefined;
|
|
588
606
|
} | undefined;
|
|
589
607
|
} | {
|
|
590
608
|
id: string;
|
|
@@ -717,6 +735,20 @@ export declare const useTokens: () => ({
|
|
|
717
735
|
noDiscovery?: boolean | undefined;
|
|
718
736
|
mirrorOf?: string | undefined;
|
|
719
737
|
isFrozen?: boolean | undefined;
|
|
738
|
+
} | {
|
|
739
|
+
id: string;
|
|
740
|
+
networkId: string;
|
|
741
|
+
decimals: number;
|
|
742
|
+
symbol: string;
|
|
743
|
+
type: "substrate-dtao";
|
|
744
|
+
platform: "polkadot";
|
|
745
|
+
subnetId: number;
|
|
746
|
+
isDefault?: boolean | undefined;
|
|
747
|
+
name?: string | undefined;
|
|
748
|
+
logo?: string | undefined;
|
|
749
|
+
coingeckoId?: string | undefined;
|
|
750
|
+
noDiscovery?: boolean | undefined;
|
|
751
|
+
mirrorOf?: string | undefined;
|
|
720
752
|
} | {
|
|
721
753
|
id: string;
|
|
722
754
|
networkId: string;
|
|
@@ -889,6 +921,20 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
889
921
|
noDiscovery?: boolean | undefined;
|
|
890
922
|
mirrorOf?: string | undefined;
|
|
891
923
|
isFrozen?: boolean | undefined;
|
|
924
|
+
} | {
|
|
925
|
+
id: string;
|
|
926
|
+
networkId: string;
|
|
927
|
+
decimals: number;
|
|
928
|
+
symbol: string;
|
|
929
|
+
type: "substrate-dtao";
|
|
930
|
+
platform: "polkadot";
|
|
931
|
+
subnetId: number;
|
|
932
|
+
isDefault?: boolean | undefined;
|
|
933
|
+
name?: string | undefined;
|
|
934
|
+
logo?: string | undefined;
|
|
935
|
+
coingeckoId?: string | undefined;
|
|
936
|
+
noDiscovery?: boolean | undefined;
|
|
937
|
+
mirrorOf?: string | undefined;
|
|
892
938
|
} | {
|
|
893
939
|
id: string;
|
|
894
940
|
networkId: string;
|
|
@@ -1061,6 +1107,20 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1061
1107
|
noDiscovery?: boolean | undefined;
|
|
1062
1108
|
mirrorOf?: string | undefined;
|
|
1063
1109
|
isFrozen?: boolean | undefined;
|
|
1110
|
+
} | {
|
|
1111
|
+
id: string;
|
|
1112
|
+
networkId: string;
|
|
1113
|
+
decimals: number;
|
|
1114
|
+
symbol: string;
|
|
1115
|
+
type: "substrate-dtao";
|
|
1116
|
+
platform: "polkadot";
|
|
1117
|
+
subnetId: number;
|
|
1118
|
+
isDefault?: boolean | undefined;
|
|
1119
|
+
name?: string | undefined;
|
|
1120
|
+
logo?: string | undefined;
|
|
1121
|
+
coingeckoId?: string | undefined;
|
|
1122
|
+
noDiscovery?: boolean | undefined;
|
|
1123
|
+
mirrorOf?: string | undefined;
|
|
1064
1124
|
} | {
|
|
1065
1125
|
id: string;
|
|
1066
1126
|
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-pr2216-20251018130905",
|
|
4
4
|
"author": "Talisman",
|
|
5
5
|
"homepage": "https://talisman.xyz",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"lodash-es": "4.17.21",
|
|
29
29
|
"react-use": "^17.5.1",
|
|
30
30
|
"rxjs": "^7.8.1",
|
|
31
|
-
"@talismn/balances": "0.0.0-
|
|
32
|
-
"@talismn/chain-connectors": "0.0.0-
|
|
33
|
-
"@talismn/
|
|
34
|
-
"@talismn/
|
|
31
|
+
"@talismn/balances": "0.0.0-pr2216-20251018130905",
|
|
32
|
+
"@talismn/chain-connectors": "0.0.0-pr2216-20251018130905",
|
|
33
|
+
"@talismn/chaindata-provider": "0.0.0-pr2216-20251018130905",
|
|
34
|
+
"@talismn/connection-meta": "0.0.0-pr2216-20251018130905",
|
|
35
35
|
"@talismn/scale": "0.2.2",
|
|
36
|
-
"@talismn/token-rates": "0.0.0-
|
|
36
|
+
"@talismn/token-rates": "0.0.0-pr2216-20251018130905",
|
|
37
37
|
"@talismn/util": "0.5.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"react": "^18.3.1",
|
|
46
46
|
"ts-jest": "^29.2.5",
|
|
47
47
|
"typescript": "^5.6.3",
|
|
48
|
-
"@talismn/
|
|
49
|
-
"@talismn/
|
|
48
|
+
"@talismn/eslint-config": "0.0.3",
|
|
49
|
+
"@talismn/tsconfig": "0.0.3"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@polkadot/util-crypto": "*",
|