@talismn/balances-react 0.0.0-pr2091-20250721015613 → 0.0.0-pr2091-20250727080457
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.
|
@@ -112,6 +112,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
112
112
|
genesisHash?: string | undefined;
|
|
113
113
|
balancesConfig?: {
|
|
114
114
|
"sol-native"?: undefined;
|
|
115
|
+
"sol-spl"?: undefined;
|
|
115
116
|
} | undefined;
|
|
116
117
|
})[];
|
|
117
118
|
tokens: ({
|
|
@@ -271,6 +272,20 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
271
272
|
coingeckoId?: string | undefined;
|
|
272
273
|
noDiscovery?: boolean | undefined;
|
|
273
274
|
mirrorOf?: string | undefined;
|
|
275
|
+
} | {
|
|
276
|
+
id: string;
|
|
277
|
+
networkId: string;
|
|
278
|
+
decimals: number;
|
|
279
|
+
symbol: string;
|
|
280
|
+
type: "sol-spl";
|
|
281
|
+
platform: "solana";
|
|
282
|
+
mintAddress: string;
|
|
283
|
+
isDefault?: boolean | undefined;
|
|
284
|
+
name?: string | undefined;
|
|
285
|
+
logo?: string | undefined;
|
|
286
|
+
coingeckoId?: string | undefined;
|
|
287
|
+
noDiscovery?: boolean | undefined;
|
|
288
|
+
mirrorOf?: string | undefined;
|
|
274
289
|
})[];
|
|
275
290
|
} | Promise<{
|
|
276
291
|
networks: ({
|
|
@@ -386,6 +401,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
386
401
|
genesisHash?: string | undefined;
|
|
387
402
|
balancesConfig?: {
|
|
388
403
|
"sol-native"?: undefined;
|
|
404
|
+
"sol-spl"?: undefined;
|
|
389
405
|
} | undefined;
|
|
390
406
|
})[];
|
|
391
407
|
tokens: ({
|
|
@@ -545,6 +561,20 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
545
561
|
coingeckoId?: string | undefined;
|
|
546
562
|
noDiscovery?: boolean | undefined;
|
|
547
563
|
mirrorOf?: string | undefined;
|
|
564
|
+
} | {
|
|
565
|
+
id: string;
|
|
566
|
+
networkId: string;
|
|
567
|
+
decimals: number;
|
|
568
|
+
symbol: string;
|
|
569
|
+
type: "sol-spl";
|
|
570
|
+
platform: "solana";
|
|
571
|
+
mintAddress: string;
|
|
572
|
+
isDefault?: boolean | undefined;
|
|
573
|
+
name?: string | undefined;
|
|
574
|
+
logo?: string | undefined;
|
|
575
|
+
coingeckoId?: string | undefined;
|
|
576
|
+
noDiscovery?: boolean | undefined;
|
|
577
|
+
mirrorOf?: string | undefined;
|
|
548
578
|
})[];
|
|
549
579
|
}>>;
|
|
550
580
|
export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
@@ -704,6 +734,20 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
704
734
|
coingeckoId?: string | undefined;
|
|
705
735
|
noDiscovery?: boolean | undefined;
|
|
706
736
|
mirrorOf?: string | undefined;
|
|
737
|
+
} | {
|
|
738
|
+
id: string;
|
|
739
|
+
networkId: string;
|
|
740
|
+
decimals: number;
|
|
741
|
+
symbol: string;
|
|
742
|
+
type: "sol-spl";
|
|
743
|
+
platform: "solana";
|
|
744
|
+
mintAddress: string;
|
|
745
|
+
isDefault?: boolean | undefined;
|
|
746
|
+
name?: string | undefined;
|
|
747
|
+
logo?: string | undefined;
|
|
748
|
+
coingeckoId?: string | undefined;
|
|
749
|
+
noDiscovery?: boolean | undefined;
|
|
750
|
+
mirrorOf?: string | undefined;
|
|
707
751
|
})[]>>;
|
|
708
752
|
export declare const networksAtom: import("jotai").Atom<Promise<({
|
|
709
753
|
id: string;
|
|
@@ -818,5 +862,6 @@ export declare const networksAtom: import("jotai").Atom<Promise<({
|
|
|
818
862
|
genesisHash?: string | undefined;
|
|
819
863
|
balancesConfig?: {
|
|
820
864
|
"sol-native"?: undefined;
|
|
865
|
+
"sol-spl"?: undefined;
|
|
821
866
|
} | undefined;
|
|
822
867
|
})[]>>;
|
|
@@ -114,6 +114,7 @@ export declare const useChaindata: () => {
|
|
|
114
114
|
genesisHash?: string | undefined;
|
|
115
115
|
balancesConfig?: {
|
|
116
116
|
"sol-native"?: undefined;
|
|
117
|
+
"sol-spl"?: undefined;
|
|
117
118
|
} | undefined;
|
|
118
119
|
})[];
|
|
119
120
|
tokens: ({
|
|
@@ -273,6 +274,20 @@ export declare const useChaindata: () => {
|
|
|
273
274
|
coingeckoId?: string | undefined;
|
|
274
275
|
noDiscovery?: boolean | undefined;
|
|
275
276
|
mirrorOf?: string | undefined;
|
|
277
|
+
} | {
|
|
278
|
+
id: string;
|
|
279
|
+
networkId: string;
|
|
280
|
+
decimals: number;
|
|
281
|
+
symbol: string;
|
|
282
|
+
type: "sol-spl";
|
|
283
|
+
platform: "solana";
|
|
284
|
+
mintAddress: string;
|
|
285
|
+
isDefault?: boolean | undefined;
|
|
286
|
+
name?: string | undefined;
|
|
287
|
+
logo?: string | undefined;
|
|
288
|
+
coingeckoId?: string | undefined;
|
|
289
|
+
noDiscovery?: boolean | undefined;
|
|
290
|
+
mirrorOf?: string | undefined;
|
|
276
291
|
})[];
|
|
277
292
|
};
|
|
278
293
|
export declare const useNetworks: () => ({
|
|
@@ -388,6 +403,7 @@ export declare const useNetworks: () => ({
|
|
|
388
403
|
genesisHash?: string | undefined;
|
|
389
404
|
balancesConfig?: {
|
|
390
405
|
"sol-native"?: undefined;
|
|
406
|
+
"sol-spl"?: undefined;
|
|
391
407
|
} | undefined;
|
|
392
408
|
})[];
|
|
393
409
|
export declare const useNetworksById: () => import("lodash").Dictionary<{
|
|
@@ -503,6 +519,7 @@ export declare const useNetworksById: () => import("lodash").Dictionary<{
|
|
|
503
519
|
genesisHash?: string | undefined;
|
|
504
520
|
balancesConfig?: {
|
|
505
521
|
"sol-native"?: undefined;
|
|
522
|
+
"sol-spl"?: undefined;
|
|
506
523
|
} | undefined;
|
|
507
524
|
}>;
|
|
508
525
|
export declare const useNetwork: (networkId?: NetworkId) => {
|
|
@@ -618,6 +635,7 @@ export declare const useNetwork: (networkId?: NetworkId) => {
|
|
|
618
635
|
genesisHash?: string | undefined;
|
|
619
636
|
balancesConfig?: {
|
|
620
637
|
"sol-native"?: undefined;
|
|
638
|
+
"sol-spl"?: undefined;
|
|
621
639
|
} | undefined;
|
|
622
640
|
};
|
|
623
641
|
export declare const useTokens: () => ({
|
|
@@ -777,6 +795,20 @@ export declare const useTokens: () => ({
|
|
|
777
795
|
coingeckoId?: string | undefined;
|
|
778
796
|
noDiscovery?: boolean | undefined;
|
|
779
797
|
mirrorOf?: string | undefined;
|
|
798
|
+
} | {
|
|
799
|
+
id: string;
|
|
800
|
+
networkId: string;
|
|
801
|
+
decimals: number;
|
|
802
|
+
symbol: string;
|
|
803
|
+
type: "sol-spl";
|
|
804
|
+
platform: "solana";
|
|
805
|
+
mintAddress: string;
|
|
806
|
+
isDefault?: boolean | undefined;
|
|
807
|
+
name?: string | undefined;
|
|
808
|
+
logo?: string | undefined;
|
|
809
|
+
coingeckoId?: string | undefined;
|
|
810
|
+
noDiscovery?: boolean | undefined;
|
|
811
|
+
mirrorOf?: string | undefined;
|
|
780
812
|
})[];
|
|
781
813
|
export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
782
814
|
id: string;
|
|
@@ -935,6 +967,20 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
935
967
|
coingeckoId?: string | undefined;
|
|
936
968
|
noDiscovery?: boolean | undefined;
|
|
937
969
|
mirrorOf?: string | undefined;
|
|
970
|
+
} | {
|
|
971
|
+
id: string;
|
|
972
|
+
networkId: string;
|
|
973
|
+
decimals: number;
|
|
974
|
+
symbol: string;
|
|
975
|
+
type: "sol-spl";
|
|
976
|
+
platform: "solana";
|
|
977
|
+
mintAddress: string;
|
|
978
|
+
isDefault?: boolean | undefined;
|
|
979
|
+
name?: string | undefined;
|
|
980
|
+
logo?: string | undefined;
|
|
981
|
+
coingeckoId?: string | undefined;
|
|
982
|
+
noDiscovery?: boolean | undefined;
|
|
983
|
+
mirrorOf?: string | undefined;
|
|
938
984
|
}>;
|
|
939
985
|
export declare const useToken: (tokenId?: TokenId) => {
|
|
940
986
|
id: string;
|
|
@@ -1093,4 +1139,18 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
1093
1139
|
coingeckoId?: string | undefined;
|
|
1094
1140
|
noDiscovery?: boolean | undefined;
|
|
1095
1141
|
mirrorOf?: string | undefined;
|
|
1142
|
+
} | {
|
|
1143
|
+
id: string;
|
|
1144
|
+
networkId: string;
|
|
1145
|
+
decimals: number;
|
|
1146
|
+
symbol: string;
|
|
1147
|
+
type: "sol-spl";
|
|
1148
|
+
platform: "solana";
|
|
1149
|
+
mintAddress: string;
|
|
1150
|
+
isDefault?: boolean | undefined;
|
|
1151
|
+
name?: string | undefined;
|
|
1152
|
+
logo?: string | undefined;
|
|
1153
|
+
coingeckoId?: string | undefined;
|
|
1154
|
+
noDiscovery?: boolean | undefined;
|
|
1155
|
+
mirrorOf?: string | undefined;
|
|
1096
1156
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talismn/balances-react",
|
|
3
|
-
"version": "0.0.0-pr2091-
|
|
3
|
+
"version": "0.0.0-pr2091-20250727080457",
|
|
4
4
|
"author": "Talisman",
|
|
5
5
|
"homepage": "https://talisman.xyz",
|
|
6
6
|
"license": "GPL-3.0-or-later",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"lodash-es": "4.17.21",
|
|
31
31
|
"react-use": "^17.5.1",
|
|
32
32
|
"rxjs": "^7.8.1",
|
|
33
|
-
"@talismn/
|
|
34
|
-
"@talismn/
|
|
35
|
-
"@talismn/
|
|
36
|
-
"@talismn/
|
|
33
|
+
"@talismn/chain-connectors": "0.0.0-pr2091-20250727080457",
|
|
34
|
+
"@talismn/chaindata-provider": "0.0.0-pr2091-20250727080457",
|
|
35
|
+
"@talismn/connection-meta": "0.0.0-pr2091-20250727080457",
|
|
36
|
+
"@talismn/balances": "0.0.0-pr2091-20250727080457",
|
|
37
37
|
"@talismn/scale": "0.2.0",
|
|
38
|
-
"@talismn/token-rates": "0.0.0-pr2091-
|
|
38
|
+
"@talismn/token-rates": "0.0.0-pr2091-20250727080457",
|
|
39
39
|
"@talismn/util": "0.5.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|