@talismn/balances-react 0.0.0-pr2075-20250710131942 → 0.0.0-pr2075-20250710142256
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.
|
@@ -225,7 +225,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
225
225
|
type: "substrate-hydration";
|
|
226
226
|
platform: "polkadot";
|
|
227
227
|
onChainId: number;
|
|
228
|
-
assetType: "Token" | "Erc20";
|
|
228
|
+
assetType: "Token" | "Erc20" | "External";
|
|
229
229
|
isSufficient: boolean;
|
|
230
230
|
existentialDeposit: string;
|
|
231
231
|
isDefault?: boolean | undefined;
|
|
@@ -462,7 +462,7 @@ export declare const chaindataAtom: import("jotai").Atom<{
|
|
|
462
462
|
type: "substrate-hydration";
|
|
463
463
|
platform: "polkadot";
|
|
464
464
|
onChainId: number;
|
|
465
|
-
assetType: "Token" | "Erc20";
|
|
465
|
+
assetType: "Token" | "Erc20" | "External";
|
|
466
466
|
isSufficient: boolean;
|
|
467
467
|
existentialDeposit: string;
|
|
468
468
|
isDefault?: boolean | undefined;
|
|
@@ -608,7 +608,7 @@ export declare const tokensAtom: import("jotai").Atom<Promise<({
|
|
|
608
608
|
type: "substrate-hydration";
|
|
609
609
|
platform: "polkadot";
|
|
610
610
|
onChainId: number;
|
|
611
|
-
assetType: "Token" | "Erc20";
|
|
611
|
+
assetType: "Token" | "Erc20" | "External";
|
|
612
612
|
isSufficient: boolean;
|
|
613
613
|
existentialDeposit: string;
|
|
614
614
|
isDefault?: boolean | undefined;
|
|
@@ -227,7 +227,7 @@ export declare const useChaindata: () => {
|
|
|
227
227
|
type: "substrate-hydration";
|
|
228
228
|
platform: "polkadot";
|
|
229
229
|
onChainId: number;
|
|
230
|
-
assetType: "Token" | "Erc20";
|
|
230
|
+
assetType: "Token" | "Erc20" | "External";
|
|
231
231
|
isSufficient: boolean;
|
|
232
232
|
existentialDeposit: string;
|
|
233
233
|
isDefault?: boolean | undefined;
|
|
@@ -646,7 +646,7 @@ export declare const useTokens: () => ({
|
|
|
646
646
|
type: "substrate-hydration";
|
|
647
647
|
platform: "polkadot";
|
|
648
648
|
onChainId: number;
|
|
649
|
-
assetType: "Token" | "Erc20";
|
|
649
|
+
assetType: "Token" | "Erc20" | "External";
|
|
650
650
|
isSufficient: boolean;
|
|
651
651
|
existentialDeposit: string;
|
|
652
652
|
isDefault?: boolean | undefined;
|
|
@@ -791,7 +791,7 @@ export declare const useTokensById: () => import("lodash").Dictionary<{
|
|
|
791
791
|
type: "substrate-hydration";
|
|
792
792
|
platform: "polkadot";
|
|
793
793
|
onChainId: number;
|
|
794
|
-
assetType: "Token" | "Erc20";
|
|
794
|
+
assetType: "Token" | "Erc20" | "External";
|
|
795
795
|
isSufficient: boolean;
|
|
796
796
|
existentialDeposit: string;
|
|
797
797
|
isDefault?: boolean | undefined;
|
|
@@ -936,7 +936,7 @@ export declare const useToken: (tokenId?: TokenId) => {
|
|
|
936
936
|
type: "substrate-hydration";
|
|
937
937
|
platform: "polkadot";
|
|
938
938
|
onChainId: number;
|
|
939
|
-
assetType: "Token" | "Erc20";
|
|
939
|
+
assetType: "Token" | "Erc20" | "External";
|
|
940
940
|
isSufficient: boolean;
|
|
941
941
|
existentialDeposit: string;
|
|
942
942
|
isDefault?: boolean | 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-20250710142256",
|
|
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-
|
|
34
|
-
"@talismn/
|
|
35
|
-
"@talismn/chain-connector
|
|
36
|
-
"@talismn/
|
|
37
|
-
"@talismn/
|
|
38
|
-
"@talismn/
|
|
39
|
-
"@talismn/
|
|
40
|
-
"@talismn/util": "0.0.0-pr2075-
|
|
33
|
+
"@talismn/balances": "0.0.0-pr2075-20250710142256",
|
|
34
|
+
"@talismn/chaindata-provider": "0.0.0-pr2075-20250710142256",
|
|
35
|
+
"@talismn/chain-connector": "0.0.0-pr2075-20250710142256",
|
|
36
|
+
"@talismn/connection-meta": "0.0.0-pr2075-20250710142256",
|
|
37
|
+
"@talismn/scale": "0.0.0-pr2075-20250710142256",
|
|
38
|
+
"@talismn/chain-connector-evm": "0.0.0-pr2075-20250710142256",
|
|
39
|
+
"@talismn/token-rates": "0.0.0-pr2075-20250710142256",
|
|
40
|
+
"@talismn/util": "0.0.0-pr2075-20250710142256"
|
|
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/
|
|
52
|
-
"@talismn/
|
|
51
|
+
"@talismn/eslint-config": "0.0.3",
|
|
52
|
+
"@talismn/tsconfig": "0.0.2"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@polkadot/util-crypto": "*",
|