@talismn/balances-react 0.0.0-pr2075-20250703111149 → 0.0.0-pr2075-20250707031602
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.
|
@@ -249,7 +249,6 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
249
249
|
coingeckoId?: string | undefined;
|
|
250
250
|
noDiscovery?: boolean | undefined;
|
|
251
251
|
mirrorOf?: string | undefined;
|
|
252
|
-
isCustom?: boolean | undefined;
|
|
253
252
|
} | {
|
|
254
253
|
id: string;
|
|
255
254
|
networkId: string;
|
|
@@ -294,6 +293,7 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
294
293
|
type: "substrate-assets";
|
|
295
294
|
platform: "polkadot";
|
|
296
295
|
assetId: string;
|
|
296
|
+
isSufficient: boolean;
|
|
297
297
|
existentialDeposit: string;
|
|
298
298
|
isDefault?: boolean | undefined;
|
|
299
299
|
name?: string | undefined;
|
|
@@ -310,6 +310,7 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
310
310
|
type: "substrate-foreignassets";
|
|
311
311
|
platform: "polkadot";
|
|
312
312
|
onChainId: string;
|
|
313
|
+
isSufficient: boolean;
|
|
313
314
|
existentialDeposit: string;
|
|
314
315
|
isDefault?: boolean | undefined;
|
|
315
316
|
name?: string | undefined;
|
|
@@ -394,7 +395,6 @@ export declare const tokensByIdAtom: import("jotai").Atom<Promise<{
|
|
|
394
395
|
coingeckoId?: string | undefined;
|
|
395
396
|
noDiscovery?: boolean | undefined;
|
|
396
397
|
mirrorOf?: string | undefined;
|
|
397
|
-
isCustom?: boolean | undefined;
|
|
398
398
|
} | {
|
|
399
399
|
id: string;
|
|
400
400
|
networkId: string;
|
|
@@ -439,6 +439,7 @@ export declare const tokensByIdAtom: import("jotai").Atom<Promise<{
|
|
|
439
439
|
type: "substrate-assets";
|
|
440
440
|
platform: "polkadot";
|
|
441
441
|
assetId: string;
|
|
442
|
+
isSufficient: boolean;
|
|
442
443
|
existentialDeposit: string;
|
|
443
444
|
isDefault?: boolean | undefined;
|
|
444
445
|
name?: string | undefined;
|
|
@@ -455,6 +456,7 @@ export declare const tokensByIdAtom: import("jotai").Atom<Promise<{
|
|
|
455
456
|
type: "substrate-foreignassets";
|
|
456
457
|
platform: "polkadot";
|
|
457
458
|
onChainId: string;
|
|
459
|
+
isSufficient: boolean;
|
|
458
460
|
existentialDeposit: string;
|
|
459
461
|
isDefault?: boolean | undefined;
|
|
460
462
|
name?: string | undefined;
|
|
@@ -958,7 +960,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
958
960
|
coingeckoId?: string | undefined;
|
|
959
961
|
noDiscovery?: boolean | undefined;
|
|
960
962
|
mirrorOf?: string | undefined;
|
|
961
|
-
isCustom?: boolean | undefined;
|
|
962
963
|
} | {
|
|
963
964
|
id: string;
|
|
964
965
|
networkId: string;
|
|
@@ -1003,6 +1004,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1003
1004
|
type: "substrate-assets";
|
|
1004
1005
|
platform: "polkadot";
|
|
1005
1006
|
assetId: string;
|
|
1007
|
+
isSufficient: boolean;
|
|
1006
1008
|
existentialDeposit: string;
|
|
1007
1009
|
isDefault?: boolean | undefined;
|
|
1008
1010
|
name?: string | undefined;
|
|
@@ -1019,6 +1021,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1019
1021
|
type: "substrate-foreignassets";
|
|
1020
1022
|
platform: "polkadot";
|
|
1021
1023
|
onChainId: string;
|
|
1024
|
+
isSufficient: boolean;
|
|
1022
1025
|
existentialDeposit: string;
|
|
1023
1026
|
isDefault?: boolean | undefined;
|
|
1024
1027
|
name?: string | undefined;
|
|
@@ -1103,7 +1106,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1103
1106
|
coingeckoId?: string | undefined;
|
|
1104
1107
|
noDiscovery?: boolean | undefined;
|
|
1105
1108
|
mirrorOf?: string | undefined;
|
|
1106
|
-
isCustom?: boolean | undefined;
|
|
1107
1109
|
} | {
|
|
1108
1110
|
id: string;
|
|
1109
1111
|
networkId: string;
|
|
@@ -1148,6 +1150,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1148
1150
|
type: "substrate-assets";
|
|
1149
1151
|
platform: "polkadot";
|
|
1150
1152
|
assetId: string;
|
|
1153
|
+
isSufficient: boolean;
|
|
1151
1154
|
existentialDeposit: string;
|
|
1152
1155
|
isDefault?: boolean | undefined;
|
|
1153
1156
|
name?: string | undefined;
|
|
@@ -1164,6 +1167,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1164
1167
|
type: "substrate-foreignassets";
|
|
1165
1168
|
platform: "polkadot";
|
|
1166
1169
|
onChainId: string;
|
|
1170
|
+
isSufficient: boolean;
|
|
1167
1171
|
existentialDeposit: string;
|
|
1168
1172
|
isDefault?: boolean | undefined;
|
|
1169
1173
|
name?: string | undefined;
|
|
@@ -1667,7 +1671,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1667
1671
|
coingeckoId?: string | undefined;
|
|
1668
1672
|
noDiscovery?: boolean | undefined;
|
|
1669
1673
|
mirrorOf?: string | undefined;
|
|
1670
|
-
isCustom?: boolean | undefined;
|
|
1671
1674
|
} | {
|
|
1672
1675
|
id: string;
|
|
1673
1676
|
networkId: string;
|
|
@@ -1712,6 +1715,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1712
1715
|
type: "substrate-assets";
|
|
1713
1716
|
platform: "polkadot";
|
|
1714
1717
|
assetId: string;
|
|
1718
|
+
isSufficient: boolean;
|
|
1715
1719
|
existentialDeposit: string;
|
|
1716
1720
|
isDefault?: boolean | undefined;
|
|
1717
1721
|
name?: string | undefined;
|
|
@@ -1728,6 +1732,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1728
1732
|
type: "substrate-foreignassets";
|
|
1729
1733
|
platform: "polkadot";
|
|
1730
1734
|
onChainId: string;
|
|
1735
|
+
isSufficient: boolean;
|
|
1731
1736
|
existentialDeposit: string;
|
|
1732
1737
|
isDefault?: boolean | undefined;
|
|
1733
1738
|
name?: string | undefined;
|
|
@@ -1812,7 +1817,6 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1812
1817
|
coingeckoId?: string | undefined;
|
|
1813
1818
|
noDiscovery?: boolean | undefined;
|
|
1814
1819
|
mirrorOf?: string | undefined;
|
|
1815
|
-
isCustom?: boolean | undefined;
|
|
1816
1820
|
} | {
|
|
1817
1821
|
id: string;
|
|
1818
1822
|
networkId: string;
|
|
@@ -1857,6 +1861,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1857
1861
|
type: "substrate-assets";
|
|
1858
1862
|
platform: "polkadot";
|
|
1859
1863
|
assetId: string;
|
|
1864
|
+
isSufficient: boolean;
|
|
1860
1865
|
existentialDeposit: string;
|
|
1861
1866
|
isDefault?: boolean | undefined;
|
|
1862
1867
|
name?: string | undefined;
|
|
@@ -1873,6 +1878,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
1873
1878
|
type: "substrate-foreignassets";
|
|
1874
1879
|
platform: "polkadot";
|
|
1875
1880
|
onChainId: string;
|
|
1881
|
+
isSufficient: boolean;
|
|
1876
1882
|
existentialDeposit: string;
|
|
1877
1883
|
isDefault?: boolean | undefined;
|
|
1878
1884
|
name?: string | undefined;
|
|
@@ -432,7 +432,6 @@ export declare const useChaindata: () => {
|
|
|
432
432
|
coingeckoId?: string | undefined;
|
|
433
433
|
noDiscovery?: boolean | undefined;
|
|
434
434
|
mirrorOf?: string | undefined;
|
|
435
|
-
isCustom?: boolean | undefined;
|
|
436
435
|
} | {
|
|
437
436
|
id: string;
|
|
438
437
|
networkId: string;
|
|
@@ -477,6 +476,7 @@ export declare const useChaindata: () => {
|
|
|
477
476
|
type: "substrate-assets";
|
|
478
477
|
platform: "polkadot";
|
|
479
478
|
assetId: string;
|
|
479
|
+
isSufficient: boolean;
|
|
480
480
|
existentialDeposit: string;
|
|
481
481
|
isDefault?: boolean | undefined;
|
|
482
482
|
name?: string | undefined;
|
|
@@ -493,6 +493,7 @@ export declare const useChaindata: () => {
|
|
|
493
493
|
type: "substrate-foreignassets";
|
|
494
494
|
platform: "polkadot";
|
|
495
495
|
onChainId: string;
|
|
496
|
+
isSufficient: boolean;
|
|
496
497
|
existentialDeposit: string;
|
|
497
498
|
isDefault?: boolean | undefined;
|
|
498
499
|
name?: string | undefined;
|
|
@@ -577,7 +578,6 @@ export declare const useChaindata: () => {
|
|
|
577
578
|
coingeckoId?: string | undefined;
|
|
578
579
|
noDiscovery?: boolean | undefined;
|
|
579
580
|
mirrorOf?: string | undefined;
|
|
580
|
-
isCustom?: boolean | undefined;
|
|
581
581
|
} | {
|
|
582
582
|
id: string;
|
|
583
583
|
networkId: string;
|
|
@@ -622,6 +622,7 @@ export declare const useChaindata: () => {
|
|
|
622
622
|
type: "substrate-assets";
|
|
623
623
|
platform: "polkadot";
|
|
624
624
|
assetId: string;
|
|
625
|
+
isSufficient: boolean;
|
|
625
626
|
existentialDeposit: string;
|
|
626
627
|
isDefault?: boolean | undefined;
|
|
627
628
|
name?: string | undefined;
|
|
@@ -638,6 +639,7 @@ export declare const useChaindata: () => {
|
|
|
638
639
|
type: "substrate-foreignassets";
|
|
639
640
|
platform: "polkadot";
|
|
640
641
|
onChainId: string;
|
|
642
|
+
isSufficient: boolean;
|
|
641
643
|
existentialDeposit: string;
|
|
642
644
|
isDefault?: boolean | undefined;
|
|
643
645
|
name?: string | undefined;
|
|
@@ -871,7 +873,6 @@ export declare const useTokens: () => {
|
|
|
871
873
|
coingeckoId?: string | undefined;
|
|
872
874
|
noDiscovery?: boolean | undefined;
|
|
873
875
|
mirrorOf?: string | undefined;
|
|
874
|
-
isCustom?: boolean | undefined;
|
|
875
876
|
} | {
|
|
876
877
|
id: string;
|
|
877
878
|
networkId: string;
|
|
@@ -916,6 +917,7 @@ export declare const useTokens: () => {
|
|
|
916
917
|
type: "substrate-assets";
|
|
917
918
|
platform: "polkadot";
|
|
918
919
|
assetId: string;
|
|
920
|
+
isSufficient: boolean;
|
|
919
921
|
existentialDeposit: string;
|
|
920
922
|
isDefault?: boolean | undefined;
|
|
921
923
|
name?: string | undefined;
|
|
@@ -932,6 +934,7 @@ export declare const useTokens: () => {
|
|
|
932
934
|
type: "substrate-foreignassets";
|
|
933
935
|
platform: "polkadot";
|
|
934
936
|
onChainId: string;
|
|
937
|
+
isSufficient: boolean;
|
|
935
938
|
existentialDeposit: string;
|
|
936
939
|
isDefault?: boolean | undefined;
|
|
937
940
|
name?: string | undefined;
|
|
@@ -1108,7 +1111,6 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1108
1111
|
coingeckoId?: string | undefined;
|
|
1109
1112
|
noDiscovery?: boolean | undefined;
|
|
1110
1113
|
mirrorOf?: string | undefined;
|
|
1111
|
-
isCustom?: boolean | undefined;
|
|
1112
1114
|
} | {
|
|
1113
1115
|
id: string;
|
|
1114
1116
|
networkId: string;
|
|
@@ -1153,6 +1155,7 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1153
1155
|
type: "substrate-assets";
|
|
1154
1156
|
platform: "polkadot";
|
|
1155
1157
|
assetId: string;
|
|
1158
|
+
isSufficient: boolean;
|
|
1156
1159
|
existentialDeposit: string;
|
|
1157
1160
|
isDefault?: boolean | undefined;
|
|
1158
1161
|
name?: string | undefined;
|
|
@@ -1169,6 +1172,7 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1169
1172
|
type: "substrate-foreignassets";
|
|
1170
1173
|
platform: "polkadot";
|
|
1171
1174
|
onChainId: string;
|
|
1175
|
+
isSufficient: boolean;
|
|
1172
1176
|
existentialDeposit: string;
|
|
1173
1177
|
isDefault?: boolean | undefined;
|
|
1174
1178
|
name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talismn/balances-react",
|
|
3
|
-
"version": "0.0.0-pr2075-
|
|
3
|
+
"version": "0.0.0-pr2075-20250707031602",
|
|
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": "4.17.21",
|
|
31
31
|
"react-use": "^17.5.1",
|
|
32
32
|
"rxjs": "^7.8.1",
|
|
33
|
-
"@talismn/balances": "0.0.0-pr2075-
|
|
34
|
-
"@talismn/chain-connector": "0.0.0-pr2075-
|
|
35
|
-
"@talismn/
|
|
36
|
-
"@talismn/connection-meta": "0.0.0-pr2075-
|
|
37
|
-
"@talismn/chaindata-provider": "0.0.0-pr2075-20250703111149",
|
|
33
|
+
"@talismn/balances": "0.0.0-pr2075-20250707031602",
|
|
34
|
+
"@talismn/chain-connector-evm": "0.0.0-pr2075-20250707031602",
|
|
35
|
+
"@talismn/chaindata-provider": "0.0.0-pr2075-20250707031602",
|
|
36
|
+
"@talismn/connection-meta": "0.0.0-pr2075-20250707031602",
|
|
38
37
|
"@talismn/scale": "0.1.2",
|
|
39
|
-
"@talismn/
|
|
40
|
-
"@talismn/token-rates": "0.0.0-pr2075-
|
|
38
|
+
"@talismn/chain-connector": "0.0.0-pr2075-20250707031602",
|
|
39
|
+
"@talismn/token-rates": "0.0.0-pr2075-20250707031602",
|
|
40
|
+
"@talismn/util": "0.0.0-pr2075-20250707031602"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/jest": "^29.5.14",
|