@talismn/balances-react 0.0.0-pr2243-20251105093645 → 0.0.0-pr2244-20251106013543
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,7 +194,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
194
194
|
type: "substrate-dtao";
|
|
195
195
|
platform: "polkadot";
|
|
196
196
|
netuid: number;
|
|
197
|
-
isTransferable: boolean;
|
|
198
197
|
isDefault?: boolean | undefined;
|
|
199
198
|
name?: string | undefined;
|
|
200
199
|
logo?: string | undefined;
|
|
@@ -504,7 +503,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
504
503
|
type: "substrate-dtao";
|
|
505
504
|
platform: "polkadot";
|
|
506
505
|
netuid: number;
|
|
507
|
-
isTransferable: boolean;
|
|
508
506
|
isDefault?: boolean | undefined;
|
|
509
507
|
name?: string | undefined;
|
|
510
508
|
logo?: string | undefined;
|
|
@@ -694,7 +692,6 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
694
692
|
type: "substrate-dtao";
|
|
695
693
|
platform: "polkadot";
|
|
696
694
|
netuid: number;
|
|
697
|
-
isTransferable: boolean;
|
|
698
695
|
isDefault?: boolean | undefined;
|
|
699
696
|
name?: string | undefined;
|
|
700
697
|
logo?: string | undefined;
|
|
@@ -196,7 +196,6 @@ export declare const useChaindata: () => {
|
|
|
196
196
|
type: "substrate-dtao";
|
|
197
197
|
platform: "polkadot";
|
|
198
198
|
netuid: number;
|
|
199
|
-
isTransferable: boolean;
|
|
200
199
|
isDefault?: boolean | undefined;
|
|
201
200
|
name?: string | undefined;
|
|
202
201
|
logo?: string | undefined;
|
|
@@ -746,7 +745,6 @@ export declare const useTokens: () => ({
|
|
|
746
745
|
type: "substrate-dtao";
|
|
747
746
|
platform: "polkadot";
|
|
748
747
|
netuid: number;
|
|
749
|
-
isTransferable: boolean;
|
|
750
748
|
isDefault?: boolean | undefined;
|
|
751
749
|
name?: string | undefined;
|
|
752
750
|
logo?: string | undefined;
|
|
@@ -935,7 +933,6 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
935
933
|
type: "substrate-dtao";
|
|
936
934
|
platform: "polkadot";
|
|
937
935
|
netuid: number;
|
|
938
|
-
isTransferable: boolean;
|
|
939
936
|
isDefault?: boolean | undefined;
|
|
940
937
|
name?: string | undefined;
|
|
941
938
|
logo?: string | undefined;
|
|
@@ -1124,7 +1121,6 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1124
1121
|
type: "substrate-dtao";
|
|
1125
1122
|
platform: "polkadot";
|
|
1126
1123
|
netuid: number;
|
|
1127
|
-
isTransferable: boolean;
|
|
1128
1124
|
isDefault?: boolean | undefined;
|
|
1129
1125
|
name?: string | undefined;
|
|
1130
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-
|
|
3
|
+
"version": "0.0.0-pr2244-20251106013543",
|
|
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/
|
|
33
|
-
"@talismn/
|
|
31
|
+
"@talismn/balances": "0.0.0-pr2244-20251106013543",
|
|
32
|
+
"@talismn/chain-connectors": "0.0.0-pr2244-20251106013543",
|
|
33
|
+
"@talismn/connection-meta": "0.0.0-pr2244-20251106013543",
|
|
34
|
+
"@talismn/token-rates": "0.0.0-pr2244-20251106013543",
|
|
35
|
+
"@talismn/chaindata-provider": "0.0.0-pr2244-20251106013543",
|
|
34
36
|
"@talismn/scale": "0.2.2",
|
|
35
|
-
"@talismn/token-rates": "0.0.0-pr2243-20251105093645",
|
|
36
|
-
"@talismn/chaindata-provider": "0.0.0-pr2243-20251105093645",
|
|
37
37
|
"@talismn/util": "0.5.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|