@talismn/balances-react 0.0.0-pr2091-20250731092111 → 0.0.0-pr2091-20250801033330

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.
@@ -103,13 +103,13 @@ export declare const chaindataAtom: import("jotai").Atom<{
103
103
  };
104
104
  blockExplorerUrls: string[];
105
105
  platform: "solana";
106
+ genesisHash: string;
106
107
  rpcs: string[];
107
108
  isTestnet?: boolean | undefined;
108
109
  isDefault?: boolean | undefined;
109
110
  forceScan?: boolean | undefined;
110
111
  logo?: string | undefined;
111
112
  themeColor?: string | undefined;
112
- genesisHash?: string | undefined;
113
113
  balancesConfig?: {
114
114
  "sol-native"?: undefined;
115
115
  "sol-spl"?: undefined;
@@ -392,13 +392,13 @@ export declare const chaindataAtom: import("jotai").Atom<{
392
392
  };
393
393
  blockExplorerUrls: string[];
394
394
  platform: "solana";
395
+ genesisHash: string;
395
396
  rpcs: string[];
396
397
  isTestnet?: boolean | undefined;
397
398
  isDefault?: boolean | undefined;
398
399
  forceScan?: boolean | undefined;
399
400
  logo?: string | undefined;
400
401
  themeColor?: string | undefined;
401
- genesisHash?: string | undefined;
402
402
  balancesConfig?: {
403
403
  "sol-native"?: undefined;
404
404
  "sol-spl"?: undefined;
@@ -853,13 +853,13 @@ export declare const networksAtom: import("jotai").Atom<Promise<({
853
853
  };
854
854
  blockExplorerUrls: string[];
855
855
  platform: "solana";
856
+ genesisHash: string;
856
857
  rpcs: string[];
857
858
  isTestnet?: boolean | undefined;
858
859
  isDefault?: boolean | undefined;
859
860
  forceScan?: boolean | undefined;
860
861
  logo?: string | undefined;
861
862
  themeColor?: string | undefined;
862
- genesisHash?: string | undefined;
863
863
  balancesConfig?: {
864
864
  "sol-native"?: undefined;
865
865
  "sol-spl"?: undefined;
@@ -105,13 +105,13 @@ export declare const useChaindata: () => {
105
105
  };
106
106
  blockExplorerUrls: string[];
107
107
  platform: "solana";
108
+ genesisHash: string;
108
109
  rpcs: string[];
109
110
  isTestnet?: boolean | undefined;
110
111
  isDefault?: boolean | undefined;
111
112
  forceScan?: boolean | undefined;
112
113
  logo?: string | undefined;
113
114
  themeColor?: string | undefined;
114
- genesisHash?: string | undefined;
115
115
  balancesConfig?: {
116
116
  "sol-native"?: undefined;
117
117
  "sol-spl"?: undefined;
@@ -394,13 +394,13 @@ export declare const useNetworks: () => ({
394
394
  };
395
395
  blockExplorerUrls: string[];
396
396
  platform: "solana";
397
+ genesisHash: string;
397
398
  rpcs: string[];
398
399
  isTestnet?: boolean | undefined;
399
400
  isDefault?: boolean | undefined;
400
401
  forceScan?: boolean | undefined;
401
402
  logo?: string | undefined;
402
403
  themeColor?: string | undefined;
403
- genesisHash?: string | undefined;
404
404
  balancesConfig?: {
405
405
  "sol-native"?: undefined;
406
406
  "sol-spl"?: undefined;
@@ -510,13 +510,13 @@ export declare const useNetworksById: () => import("lodash").Dictionary<{
510
510
  };
511
511
  blockExplorerUrls: string[];
512
512
  platform: "solana";
513
+ genesisHash: string;
513
514
  rpcs: string[];
514
515
  isTestnet?: boolean | undefined;
515
516
  isDefault?: boolean | undefined;
516
517
  forceScan?: boolean | undefined;
517
518
  logo?: string | undefined;
518
519
  themeColor?: string | undefined;
519
- genesisHash?: string | undefined;
520
520
  balancesConfig?: {
521
521
  "sol-native"?: undefined;
522
522
  "sol-spl"?: undefined;
@@ -626,13 +626,13 @@ export declare const useNetwork: (networkId?: NetworkId) => {
626
626
  };
627
627
  blockExplorerUrls: string[];
628
628
  platform: "solana";
629
+ genesisHash: string;
629
630
  rpcs: string[];
630
631
  isTestnet?: boolean | undefined;
631
632
  isDefault?: boolean | undefined;
632
633
  forceScan?: boolean | undefined;
633
634
  logo?: string | undefined;
634
635
  themeColor?: string | undefined;
635
- genesisHash?: string | undefined;
636
636
  balancesConfig?: {
637
637
  "sol-native"?: undefined;
638
638
  "sol-spl"?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances-react",
3
- "version": "0.0.0-pr2091-20250731092111",
3
+ "version": "0.0.0-pr2091-20250801033330",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -30,13 +30,13 @@
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-pr2091-20250731092111",
34
- "@talismn/chain-connectors": "0.0.0-pr2091-20250731092111",
35
- "@talismn/connection-meta": "0.0.0-pr2091-20250731092111",
36
- "@talismn/scale": "0.2.0",
37
- "@talismn/token-rates": "0.0.0-pr2091-20250731092111",
38
- "@talismn/util": "0.0.0-pr2091-20250731092111",
39
- "@talismn/chaindata-provider": "0.0.0-pr2091-20250731092111"
33
+ "@talismn/balances": "0.0.0-pr2091-20250801033330",
34
+ "@talismn/chaindata-provider": "0.0.0-pr2091-20250801033330",
35
+ "@talismn/connection-meta": "0.0.0-pr2091-20250801033330",
36
+ "@talismn/chain-connectors": "0.0.0-pr2091-20250801033330",
37
+ "@talismn/util": "0.0.0-pr2091-20250801033330",
38
+ "@talismn/token-rates": "0.0.0-pr2091-20250801033330",
39
+ "@talismn/scale": "0.2.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/jest": "^29.5.14",