@talismn/balances 0.0.0-pr2091-20250715012835 → 0.0.0-pr2092-20250715131755
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.
@@ -218,30 +218,6 @@ export declare class Balance {
|
|
218
218
|
"evm-erc20"?: undefined;
|
219
219
|
"evm-uniswapv2"?: undefined;
|
220
220
|
} | undefined;
|
221
|
-
} | {
|
222
|
-
id: string;
|
223
|
-
name: string;
|
224
|
-
nativeTokenId: string;
|
225
|
-
nativeCurrency: {
|
226
|
-
decimals: number;
|
227
|
-
symbol: string;
|
228
|
-
name: string;
|
229
|
-
coingeckoId?: string | undefined;
|
230
|
-
mirrorOf?: string | undefined;
|
231
|
-
logo?: string | undefined;
|
232
|
-
};
|
233
|
-
blockExplorerUrls: string[];
|
234
|
-
platform: "solana";
|
235
|
-
rpcs: string[];
|
236
|
-
isTestnet?: boolean | undefined;
|
237
|
-
isDefault?: boolean | undefined;
|
238
|
-
forceScan?: boolean | undefined;
|
239
|
-
logo?: string | undefined;
|
240
|
-
themeColor?: string | undefined;
|
241
|
-
genesisHash?: string | undefined;
|
242
|
-
balancesConfig?: {
|
243
|
-
"sol-native"?: undefined;
|
244
|
-
} | undefined;
|
245
221
|
} | null;
|
246
222
|
get tokenId(): string;
|
247
223
|
get token(): {
|
@@ -388,19 +364,6 @@ export declare class Balance {
|
|
388
364
|
coingeckoId?: string | undefined;
|
389
365
|
noDiscovery?: boolean | undefined;
|
390
366
|
mirrorOf?: string | undefined;
|
391
|
-
} | {
|
392
|
-
id: string;
|
393
|
-
networkId: string;
|
394
|
-
decimals: number;
|
395
|
-
symbol: string;
|
396
|
-
type: "sol-native";
|
397
|
-
platform: "solana";
|
398
|
-
isDefault?: boolean | undefined;
|
399
|
-
name?: string | undefined;
|
400
|
-
logo?: string | undefined;
|
401
|
-
coingeckoId?: string | undefined;
|
402
|
-
noDiscovery?: boolean | undefined;
|
403
|
-
mirrorOf?: string | undefined;
|
404
367
|
} | null;
|
405
368
|
get decimals(): number | null;
|
406
369
|
get rates(): TokenRates | null;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/balances",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-pr2092-20250715131755",
|
4
4
|
"author": "Talisman",
|
5
5
|
"homepage": "https://talisman.xyz",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -34,13 +34,13 @@
|
|
34
34
|
"scale-ts": "^1.6.1",
|
35
35
|
"viem": "^2.27.3",
|
36
36
|
"zod": "^3.25.62",
|
37
|
-
"@talismn/chain-connector": "0.0.0-
|
38
|
-
"@talismn/chain-connector-evm": "0.0.0-
|
39
|
-
"@talismn/
|
40
|
-
"@talismn/
|
41
|
-
"@talismn/
|
42
|
-
"@talismn/
|
43
|
-
"@talismn/
|
37
|
+
"@talismn/chain-connector": "0.0.0-pr2092-20250715131755",
|
38
|
+
"@talismn/chain-connector-evm": "0.0.0-pr2092-20250715131755",
|
39
|
+
"@talismn/chaindata-provider": "0.0.0-pr2092-20250715131755",
|
40
|
+
"@talismn/sapi": "0.0.0-pr2092-20250715131755",
|
41
|
+
"@talismn/token-rates": "0.0.0-pr2092-20250715131755",
|
42
|
+
"@talismn/util": "0.0.0-pr2092-20250715131755",
|
43
|
+
"@talismn/scale": "0.0.0-pr2092-20250715131755"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@polkadot/api-contract": "16.1.2",
|
@@ -55,8 +55,8 @@
|
|
55
55
|
"jest": "^29.7.0",
|
56
56
|
"ts-jest": "^29.2.5",
|
57
57
|
"typescript": "^5.6.3",
|
58
|
-
"@talismn/
|
59
|
-
"@talismn/
|
58
|
+
"@talismn/tsconfig": "0.0.2",
|
59
|
+
"@talismn/eslint-config": "0.0.3"
|
60
60
|
},
|
61
61
|
"peerDependencies": {
|
62
62
|
"@polkadot/api-contract": "*",
|