@talismn/balances-react 0.0.0-pr2075-20250710125117 → 0.0.0-pr2075-20250710131942

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.
@@ -52,7 +52,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
52
52
  palletId?: string | undefined;
53
53
  } | undefined;
54
54
  "substrate-foreignassets"?: undefined;
55
- "substrate-hydration"?: any;
55
+ "substrate-hydration"?: undefined;
56
56
  } | undefined;
57
57
  } | {
58
58
  id: string;
@@ -289,7 +289,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
289
289
  palletId?: string | undefined;
290
290
  } | undefined;
291
291
  "substrate-foreignassets"?: undefined;
292
- "substrate-hydration"?: any;
292
+ "substrate-hydration"?: undefined;
293
293
  } | undefined;
294
294
  } | {
295
295
  id: string;
@@ -671,7 +671,7 @@ export declare const networksAtom: import("jotai").Atom<Promise<({
671
671
  palletId?: string | undefined;
672
672
  } | undefined;
673
673
  "substrate-foreignassets"?: undefined;
674
- "substrate-hydration"?: any;
674
+ "substrate-hydration"?: undefined;
675
675
  } | undefined;
676
676
  } | {
677
677
  id: string;
@@ -54,7 +54,7 @@ export declare const useChaindata: () => {
54
54
  palletId?: string | undefined;
55
55
  } | undefined;
56
56
  "substrate-foreignassets"?: undefined;
57
- "substrate-hydration"?: any;
57
+ "substrate-hydration"?: undefined;
58
58
  } | undefined;
59
59
  } | {
60
60
  id: string;
@@ -291,7 +291,7 @@ export declare const useNetworks: () => ({
291
291
  palletId?: string | undefined;
292
292
  } | undefined;
293
293
  "substrate-foreignassets"?: undefined;
294
- "substrate-hydration"?: any;
294
+ "substrate-hydration"?: undefined;
295
295
  } | undefined;
296
296
  } | {
297
297
  id: string;
@@ -382,7 +382,7 @@ export declare const useNetworksById: () => import("lodash").Dictionary<{
382
382
  palletId?: string | undefined;
383
383
  } | undefined;
384
384
  "substrate-foreignassets"?: undefined;
385
- "substrate-hydration"?: any;
385
+ "substrate-hydration"?: undefined;
386
386
  } | undefined;
387
387
  } | {
388
388
  id: string;
@@ -473,7 +473,7 @@ export declare const useNetwork: (networkId?: NetworkId) => {
473
473
  palletId?: string | undefined;
474
474
  } | undefined;
475
475
  "substrate-foreignassets"?: undefined;
476
- "substrate-hydration"?: any;
476
+ "substrate-hydration"?: undefined;
477
477
  } | undefined;
478
478
  } | {
479
479
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances-react",
3
- "version": "0.0.0-pr2075-20250710125117",
3
+ "version": "0.0.0-pr2075-20250710131942",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -30,14 +30,14 @@
30
30
  "lodash-es": "4.17.21",
31
31
  "react-use": "^17.5.1",
32
32
  "rxjs": "^7.8.1",
33
- "@talismn/balances": "0.0.0-pr2075-20250710125117",
34
- "@talismn/chain-connector": "0.0.0-pr2075-20250710125117",
35
- "@talismn/chain-connector-evm": "0.0.0-pr2075-20250710125117",
36
- "@talismn/chaindata-provider": "0.0.0-pr2075-20250710125117",
37
- "@talismn/connection-meta": "0.0.0-pr2075-20250710125117",
38
- "@talismn/scale": "0.0.0-pr2075-20250710125117",
39
- "@talismn/token-rates": "0.0.0-pr2075-20250710125117",
40
- "@talismn/util": "0.0.0-pr2075-20250710125117"
33
+ "@talismn/balances": "0.0.0-pr2075-20250710131942",
34
+ "@talismn/chain-connector": "0.0.0-pr2075-20250710131942",
35
+ "@talismn/chain-connector-evm": "0.0.0-pr2075-20250710131942",
36
+ "@talismn/chaindata-provider": "0.0.0-pr2075-20250710131942",
37
+ "@talismn/connection-meta": "0.0.0-pr2075-20250710131942",
38
+ "@talismn/token-rates": "0.0.0-pr2075-20250710131942",
39
+ "@talismn/scale": "0.0.0-pr2075-20250710131942",
40
+ "@talismn/util": "0.0.0-pr2075-20250710131942"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/jest": "^29.5.14",
@@ -48,8 +48,8 @@
48
48
  "react": "^18.3.1",
49
49
  "ts-jest": "^29.2.5",
50
50
  "typescript": "^5.6.3",
51
- "@talismn/eslint-config": "0.0.3",
52
- "@talismn/tsconfig": "0.0.2"
51
+ "@talismn/tsconfig": "0.0.2",
52
+ "@talismn/eslint-config": "0.0.3"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@polkadot/util-crypto": "*",