@talismn/balances-react 0.0.0-pr2216-20251021014426 → 0.0.0-pr2216-20251021041325
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.
|
@@ -194,12 +194,14 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
194
194
|
type: "substrate-dtao";
|
|
195
195
|
platform: "polkadot";
|
|
196
196
|
subnetId: number;
|
|
197
|
+
tokenSymbol: string;
|
|
197
198
|
isDefault?: boolean | undefined;
|
|
198
199
|
name?: string | undefined;
|
|
199
200
|
logo?: string | undefined;
|
|
200
201
|
coingeckoId?: string | undefined;
|
|
201
202
|
noDiscovery?: boolean | undefined;
|
|
202
203
|
mirrorOf?: string | undefined;
|
|
204
|
+
subnetName?: string | undefined;
|
|
203
205
|
hotkey?: string | undefined;
|
|
204
206
|
} | {
|
|
205
207
|
id: string;
|
|
@@ -502,12 +504,14 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
502
504
|
type: "substrate-dtao";
|
|
503
505
|
platform: "polkadot";
|
|
504
506
|
subnetId: number;
|
|
507
|
+
tokenSymbol: string;
|
|
505
508
|
isDefault?: boolean | undefined;
|
|
506
509
|
name?: string | undefined;
|
|
507
510
|
logo?: string | undefined;
|
|
508
511
|
coingeckoId?: string | undefined;
|
|
509
512
|
noDiscovery?: boolean | undefined;
|
|
510
513
|
mirrorOf?: string | undefined;
|
|
514
|
+
subnetName?: string | undefined;
|
|
511
515
|
hotkey?: string | undefined;
|
|
512
516
|
} | {
|
|
513
517
|
id: string;
|
|
@@ -690,12 +694,14 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
690
694
|
type: "substrate-dtao";
|
|
691
695
|
platform: "polkadot";
|
|
692
696
|
subnetId: number;
|
|
697
|
+
tokenSymbol: string;
|
|
693
698
|
isDefault?: boolean | undefined;
|
|
694
699
|
name?: string | undefined;
|
|
695
700
|
logo?: string | undefined;
|
|
696
701
|
coingeckoId?: string | undefined;
|
|
697
702
|
noDiscovery?: boolean | undefined;
|
|
698
703
|
mirrorOf?: string | undefined;
|
|
704
|
+
subnetName?: string | undefined;
|
|
699
705
|
hotkey?: string | undefined;
|
|
700
706
|
} | {
|
|
701
707
|
id: string;
|
|
@@ -196,12 +196,14 @@ export declare const useChaindata: () => {
|
|
|
196
196
|
type: "substrate-dtao";
|
|
197
197
|
platform: "polkadot";
|
|
198
198
|
subnetId: number;
|
|
199
|
+
tokenSymbol: string;
|
|
199
200
|
isDefault?: boolean | undefined;
|
|
200
201
|
name?: string | undefined;
|
|
201
202
|
logo?: string | undefined;
|
|
202
203
|
coingeckoId?: string | undefined;
|
|
203
204
|
noDiscovery?: boolean | undefined;
|
|
204
205
|
mirrorOf?: string | undefined;
|
|
206
|
+
subnetName?: string | undefined;
|
|
205
207
|
hotkey?: string | undefined;
|
|
206
208
|
} | {
|
|
207
209
|
id: string;
|
|
@@ -744,12 +746,14 @@ export declare const useTokens: () => ({
|
|
|
744
746
|
type: "substrate-dtao";
|
|
745
747
|
platform: "polkadot";
|
|
746
748
|
subnetId: number;
|
|
749
|
+
tokenSymbol: string;
|
|
747
750
|
isDefault?: boolean | undefined;
|
|
748
751
|
name?: string | undefined;
|
|
749
752
|
logo?: string | undefined;
|
|
750
753
|
coingeckoId?: string | undefined;
|
|
751
754
|
noDiscovery?: boolean | undefined;
|
|
752
755
|
mirrorOf?: string | undefined;
|
|
756
|
+
subnetName?: string | undefined;
|
|
753
757
|
hotkey?: string | undefined;
|
|
754
758
|
} | {
|
|
755
759
|
id: string;
|
|
@@ -931,12 +935,14 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
931
935
|
type: "substrate-dtao";
|
|
932
936
|
platform: "polkadot";
|
|
933
937
|
subnetId: number;
|
|
938
|
+
tokenSymbol: string;
|
|
934
939
|
isDefault?: boolean | undefined;
|
|
935
940
|
name?: string | undefined;
|
|
936
941
|
logo?: string | undefined;
|
|
937
942
|
coingeckoId?: string | undefined;
|
|
938
943
|
noDiscovery?: boolean | undefined;
|
|
939
944
|
mirrorOf?: string | undefined;
|
|
945
|
+
subnetName?: string | undefined;
|
|
940
946
|
hotkey?: string | undefined;
|
|
941
947
|
} | {
|
|
942
948
|
id: string;
|
|
@@ -1118,12 +1124,14 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1118
1124
|
type: "substrate-dtao";
|
|
1119
1125
|
platform: "polkadot";
|
|
1120
1126
|
subnetId: number;
|
|
1127
|
+
tokenSymbol: string;
|
|
1121
1128
|
isDefault?: boolean | undefined;
|
|
1122
1129
|
name?: string | undefined;
|
|
1123
1130
|
logo?: string | undefined;
|
|
1124
1131
|
coingeckoId?: string | undefined;
|
|
1125
1132
|
noDiscovery?: boolean | undefined;
|
|
1126
1133
|
mirrorOf?: string | undefined;
|
|
1134
|
+
subnetName?: string | undefined;
|
|
1127
1135
|
hotkey?: string | undefined;
|
|
1128
1136
|
} | {
|
|
1129
1137
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talismn/balances-react",
|
|
3
|
-
"version": "0.0.0-pr2216-
|
|
3
|
+
"version": "0.0.0-pr2216-20251021041325",
|
|
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/
|
|
33
|
-
"@talismn/connection-meta": "0.0.0-pr2216-
|
|
31
|
+
"@talismn/balances": "0.0.0-pr2216-20251021041325",
|
|
32
|
+
"@talismn/chaindata-provider": "0.0.0-pr2216-20251021041325",
|
|
33
|
+
"@talismn/connection-meta": "0.0.0-pr2216-20251021041325",
|
|
34
34
|
"@talismn/scale": "0.2.2",
|
|
35
|
-
"@talismn/
|
|
36
|
-
"@talismn/
|
|
37
|
-
"@talismn/
|
|
35
|
+
"@talismn/chain-connectors": "0.0.0-pr2216-20251021041325",
|
|
36
|
+
"@talismn/token-rates": "0.0.0-pr2216-20251021041325",
|
|
37
|
+
"@talismn/util": "0.5.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.14",
|
|
@@ -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/tsconfig": "0.0.3",
|
|
49
|
+
"@talismn/eslint-config": "0.0.3"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@polkadot/util-crypto": "*",
|