@talismn/balances-react 0.0.0-pr2216-20251018130905 → 0.0.0-pr2216-20251020052405

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.
@@ -200,6 +200,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
200
200
  coingeckoId?: string | undefined;
201
201
  noDiscovery?: boolean | undefined;
202
202
  mirrorOf?: string | undefined;
203
+ hotkey?: string | undefined;
203
204
  } | {
204
205
  id: string;
205
206
  networkId: string;
@@ -507,6 +508,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
507
508
  coingeckoId?: string | undefined;
508
509
  noDiscovery?: boolean | undefined;
509
510
  mirrorOf?: string | undefined;
511
+ hotkey?: string | undefined;
510
512
  } | {
511
513
  id: string;
512
514
  networkId: string;
@@ -694,6 +696,7 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
694
696
  coingeckoId?: string | undefined;
695
697
  noDiscovery?: boolean | undefined;
696
698
  mirrorOf?: string | undefined;
699
+ hotkey?: string | undefined;
697
700
  } | {
698
701
  id: string;
699
702
  networkId: string;
@@ -202,6 +202,7 @@ export declare const useChaindata: () => {
202
202
  coingeckoId?: string | undefined;
203
203
  noDiscovery?: boolean | undefined;
204
204
  mirrorOf?: string | undefined;
205
+ hotkey?: string | undefined;
205
206
  } | {
206
207
  id: string;
207
208
  networkId: string;
@@ -749,6 +750,7 @@ export declare const useTokens: () => ({
749
750
  coingeckoId?: string | undefined;
750
751
  noDiscovery?: boolean | undefined;
751
752
  mirrorOf?: string | undefined;
753
+ hotkey?: string | undefined;
752
754
  } | {
753
755
  id: string;
754
756
  networkId: string;
@@ -935,6 +937,7 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
935
937
  coingeckoId?: string | undefined;
936
938
  noDiscovery?: boolean | undefined;
937
939
  mirrorOf?: string | undefined;
940
+ hotkey?: string | undefined;
938
941
  } | {
939
942
  id: string;
940
943
  networkId: string;
@@ -1121,6 +1124,7 @@ export declare const useToken: (tokenId?: TokenId) => {
1121
1124
  coingeckoId?: string | undefined;
1122
1125
  noDiscovery?: boolean | undefined;
1123
1126
  mirrorOf?: string | undefined;
1127
+ hotkey?: string | undefined;
1124
1128
  } | {
1125
1129
  id: string;
1126
1130
  networkId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances-react",
3
- "version": "0.0.0-pr2216-20251018130905",
3
+ "version": "0.0.0-pr2216-20251020052405",
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-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",
31
+ "@talismn/balances": "0.0.0-pr2216-20251020052405",
32
+ "@talismn/chain-connectors": "0.0.0-pr2216-20251020052405",
33
+ "@talismn/chaindata-provider": "0.0.0-pr2216-20251020052405",
34
+ "@talismn/connection-meta": "0.0.0-pr2216-20251020052405",
35
35
  "@talismn/scale": "0.2.2",
36
- "@talismn/token-rates": "0.0.0-pr2216-20251018130905",
36
+ "@talismn/token-rates": "0.0.0-pr2216-20251020052405",
37
37
  "@talismn/util": "0.5.5"
38
38
  },
39
39
  "devDependencies": {