@talismn/balances-react 0.0.0-pr2216-20251024080653 → 0.0.0-pr2216-20251024084740
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.
|
@@ -193,7 +193,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
193
193
|
symbol: string;
|
|
194
194
|
type: "substrate-dtao";
|
|
195
195
|
platform: "polkadot";
|
|
196
|
-
|
|
196
|
+
netuid: number;
|
|
197
197
|
isDefault?: boolean | undefined;
|
|
198
198
|
name?: string | undefined;
|
|
199
199
|
logo?: string | undefined;
|
|
@@ -502,7 +502,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
502
502
|
symbol: string;
|
|
503
503
|
type: "substrate-dtao";
|
|
504
504
|
platform: "polkadot";
|
|
505
|
-
|
|
505
|
+
netuid: number;
|
|
506
506
|
isDefault?: boolean | undefined;
|
|
507
507
|
name?: string | undefined;
|
|
508
508
|
logo?: string | undefined;
|
|
@@ -691,7 +691,7 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
691
691
|
symbol: string;
|
|
692
692
|
type: "substrate-dtao";
|
|
693
693
|
platform: "polkadot";
|
|
694
|
-
|
|
694
|
+
netuid: number;
|
|
695
695
|
isDefault?: boolean | undefined;
|
|
696
696
|
name?: string | undefined;
|
|
697
697
|
logo?: string | undefined;
|
|
@@ -195,7 +195,7 @@ export declare const useChaindata: () => {
|
|
|
195
195
|
symbol: string;
|
|
196
196
|
type: "substrate-dtao";
|
|
197
197
|
platform: "polkadot";
|
|
198
|
-
|
|
198
|
+
netuid: number;
|
|
199
199
|
isDefault?: boolean | undefined;
|
|
200
200
|
name?: string | undefined;
|
|
201
201
|
logo?: string | undefined;
|
|
@@ -744,7 +744,7 @@ export declare const useTokens: () => ({
|
|
|
744
744
|
symbol: string;
|
|
745
745
|
type: "substrate-dtao";
|
|
746
746
|
platform: "polkadot";
|
|
747
|
-
|
|
747
|
+
netuid: number;
|
|
748
748
|
isDefault?: boolean | undefined;
|
|
749
749
|
name?: string | undefined;
|
|
750
750
|
logo?: string | undefined;
|
|
@@ -932,7 +932,7 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
932
932
|
symbol: string;
|
|
933
933
|
type: "substrate-dtao";
|
|
934
934
|
platform: "polkadot";
|
|
935
|
-
|
|
935
|
+
netuid: number;
|
|
936
936
|
isDefault?: boolean | undefined;
|
|
937
937
|
name?: string | undefined;
|
|
938
938
|
logo?: string | undefined;
|
|
@@ -1120,7 +1120,7 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1120
1120
|
symbol: string;
|
|
1121
1121
|
type: "substrate-dtao";
|
|
1122
1122
|
platform: "polkadot";
|
|
1123
|
-
|
|
1123
|
+
netuid: number;
|
|
1124
1124
|
isDefault?: boolean | undefined;
|
|
1125
1125
|
name?: string | undefined;
|
|
1126
1126
|
logo?: string | undefined;
|
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-20251024084740",
|
|
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/chaindata-provider": "0.0.0-pr2216-20251024080653",
|
|
31
|
+
"@talismn/chain-connectors": "0.0.0-pr2216-20251024084740",
|
|
32
|
+
"@talismn/balances": "0.0.0-pr2216-20251024084740",
|
|
34
33
|
"@talismn/scale": "0.2.2",
|
|
35
|
-
"@talismn/
|
|
34
|
+
"@talismn/chaindata-provider": "0.0.0-pr2216-20251024084740",
|
|
35
|
+
"@talismn/connection-meta": "0.0.0-pr2216-20251024084740",
|
|
36
36
|
"@talismn/util": "0.5.5",
|
|
37
|
-
"@talismn/
|
|
37
|
+
"@talismn/token-rates": "0.0.0-pr2216-20251024084740"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.14",
|