@talismn/balances-react 0.0.0-pr2216-20251021015254 → 0.0.0-pr2216-20251021081211
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
|
+
subnetName?: string | undefined;
|
|
203
204
|
hotkey?: string | undefined;
|
|
204
205
|
} | {
|
|
205
206
|
id: string;
|
|
@@ -508,6 +509,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
508
509
|
coingeckoId?: string | undefined;
|
|
509
510
|
noDiscovery?: boolean | undefined;
|
|
510
511
|
mirrorOf?: string | undefined;
|
|
512
|
+
subnetName?: string | undefined;
|
|
511
513
|
hotkey?: string | undefined;
|
|
512
514
|
} | {
|
|
513
515
|
id: string;
|
|
@@ -696,6 +698,7 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
696
698
|
coingeckoId?: string | undefined;
|
|
697
699
|
noDiscovery?: boolean | undefined;
|
|
698
700
|
mirrorOf?: string | undefined;
|
|
701
|
+
subnetName?: string | undefined;
|
|
699
702
|
hotkey?: string | undefined;
|
|
700
703
|
} | {
|
|
701
704
|
id: 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
|
+
subnetName?: string | undefined;
|
|
205
206
|
hotkey?: string | undefined;
|
|
206
207
|
} | {
|
|
207
208
|
id: string;
|
|
@@ -750,6 +751,7 @@ export declare const useTokens: () => ({
|
|
|
750
751
|
coingeckoId?: string | undefined;
|
|
751
752
|
noDiscovery?: boolean | undefined;
|
|
752
753
|
mirrorOf?: string | undefined;
|
|
754
|
+
subnetName?: string | undefined;
|
|
753
755
|
hotkey?: string | undefined;
|
|
754
756
|
} | {
|
|
755
757
|
id: string;
|
|
@@ -937,6 +939,7 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
937
939
|
coingeckoId?: string | undefined;
|
|
938
940
|
noDiscovery?: boolean | undefined;
|
|
939
941
|
mirrorOf?: string | undefined;
|
|
942
|
+
subnetName?: string | undefined;
|
|
940
943
|
hotkey?: string | undefined;
|
|
941
944
|
} | {
|
|
942
945
|
id: string;
|
|
@@ -1124,6 +1127,7 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1124
1127
|
coingeckoId?: string | undefined;
|
|
1125
1128
|
noDiscovery?: boolean | undefined;
|
|
1126
1129
|
mirrorOf?: string | undefined;
|
|
1130
|
+
subnetName?: string | undefined;
|
|
1127
1131
|
hotkey?: string | undefined;
|
|
1128
1132
|
} | {
|
|
1129
1133
|
id: string;
|
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-20251021081211",
|
|
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/
|
|
34
|
-
"@talismn/connection-meta": "0.0.0-pr2216-20251021015254",
|
|
31
|
+
"@talismn/chaindata-provider": "0.0.0-pr2216-20251021081211",
|
|
32
|
+
"@talismn/balances": "0.0.0-pr2216-20251021081211",
|
|
33
|
+
"@talismn/chain-connectors": "0.0.0-pr2216-20251021081211",
|
|
35
34
|
"@talismn/scale": "0.2.2",
|
|
36
|
-
"@talismn/token-rates": "0.0.0-pr2216-
|
|
37
|
-
"@talismn/util": "0.5.5"
|
|
35
|
+
"@talismn/token-rates": "0.0.0-pr2216-20251021081211",
|
|
36
|
+
"@talismn/util": "0.5.5",
|
|
37
|
+
"@talismn/connection-meta": "0.0.0-pr2216-20251021081211"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.14",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"react": "^18.3.1",
|
|
46
46
|
"ts-jest": "^29.2.5",
|
|
47
47
|
"typescript": "^5.6.3",
|
|
48
|
-
"@talismn/
|
|
49
|
-
"@talismn/
|
|
48
|
+
"@talismn/tsconfig": "0.0.3",
|
|
49
|
+
"@talismn/eslint-config": "0.0.3"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@polkadot/util-crypto": "*",
|