@talismn/balances 0.0.0-pr2043-20250628091117 → 0.0.0-pr2043-20250628134441
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.
- package/dist/declarations/src/modules/EvmErc20Module.d.ts +2 -2
- package/dist/declarations/src/modules/EvmUniswapV2Module.d.ts +2 -2
- package/dist/declarations/src/modules/index.d.ts +0 -38
- package/dist/talismn-balances.cjs.dev.js +1 -1
- package/dist/talismn-balances.cjs.prod.js +1 -1
- package/dist/talismn-balances.esm.js +1 -1
- package/package.json +7 -7
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { EvmErc20Token } from "@talismn/chaindata-provider";
|
2
2
|
import z from "zod/v4";
|
3
3
|
import { DefaultChainMeta, DefaultModuleConfig, NewBalanceModule } from "../BalanceModule";
|
4
4
|
import { NewBalanceType } from "../types";
|
@@ -27,4 +27,4 @@ declare module "@talismn/balances/plugins" {
|
|
27
27
|
"evm-erc20": EvmErc20Balance;
|
28
28
|
}
|
29
29
|
}
|
30
|
-
export declare const EvmErc20Module: NewBalanceModule<ModuleType, EvmErc20Token
|
30
|
+
export declare const EvmErc20Module: NewBalanceModule<ModuleType, EvmErc20Token, EvmErc20ChainMeta, EvmErc20ModuleConfig, EvmErc20TokenConfig>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { EvmUniswapV2Token } from "@talismn/chaindata-provider";
|
2
2
|
import z from "zod/v4";
|
3
3
|
import { DefaultChainMeta, DefaultModuleConfig, NewBalanceModule } from "../BalanceModule";
|
4
4
|
import { NewBalanceType } from "../types";
|
@@ -34,4 +34,4 @@ declare module "@talismn/balances/plugins" {
|
|
34
34
|
"evm-uniswapv2": EvmUniswapV2Balance;
|
35
35
|
}
|
36
36
|
}
|
37
|
-
export declare const EvmUniswapV2Module: NewBalanceModule<ModuleType, EvmUniswapV2Token
|
37
|
+
export declare const EvmUniswapV2Module: NewBalanceModule<ModuleType, EvmUniswapV2Token, EvmUniswapV2ChainMeta, EvmUniswapV2ModuleConfig, EvmUniswapV2TokenConfig>;
|
@@ -13,21 +13,6 @@ export declare const defaultBalanceModules: (import("..").NewBalanceModule<"evm-
|
|
13
13
|
noDiscovery?: boolean | undefined;
|
14
14
|
mirrorOf?: string | undefined;
|
15
15
|
isCustom?: boolean | undefined;
|
16
|
-
} | {
|
17
|
-
id: string;
|
18
|
-
networkId: string;
|
19
|
-
decimals: number;
|
20
|
-
symbol: string;
|
21
|
-
type: "evm-erc20";
|
22
|
-
platform: "ethereum";
|
23
|
-
contractAddress: `0x${string}`;
|
24
|
-
isCustom: true;
|
25
|
-
isDefault?: boolean | undefined;
|
26
|
-
name?: string | undefined;
|
27
|
-
logo?: string | undefined;
|
28
|
-
coingeckoId?: string | undefined;
|
29
|
-
noDiscovery?: boolean | undefined;
|
30
|
-
mirrorOf?: string | undefined;
|
31
16
|
}, import("..").DefaultChainMeta, undefined, {
|
32
17
|
contractAddress: `0x${string}`;
|
33
18
|
symbol?: string | undefined;
|
@@ -99,29 +84,6 @@ export declare const defaultBalanceModules: (import("..").NewBalanceModule<"evm-
|
|
99
84
|
isCustom?: boolean | undefined;
|
100
85
|
coingeckoId0?: string | undefined;
|
101
86
|
coingeckoId1?: string | undefined;
|
102
|
-
} | {
|
103
|
-
id: string;
|
104
|
-
networkId: string;
|
105
|
-
decimals: number;
|
106
|
-
symbol: string;
|
107
|
-
type: "evm-uniswapv2";
|
108
|
-
platform: "ethereum";
|
109
|
-
contractAddress: `0x${string}`;
|
110
|
-
symbol0: string;
|
111
|
-
symbol1: string;
|
112
|
-
decimals0: number;
|
113
|
-
decimals1: number;
|
114
|
-
tokenAddress0: `0x${string}`;
|
115
|
-
tokenAddress1: `0x${string}`;
|
116
|
-
isCustom: true;
|
117
|
-
isDefault?: boolean | undefined;
|
118
|
-
name?: string | undefined;
|
119
|
-
logo?: string | undefined;
|
120
|
-
coingeckoId?: string | undefined;
|
121
|
-
noDiscovery?: boolean | undefined;
|
122
|
-
mirrorOf?: string | undefined;
|
123
|
-
coingeckoId0?: string | undefined;
|
124
|
-
coingeckoId1?: string | undefined;
|
125
87
|
}, import("..").DefaultChainMeta, undefined, {
|
126
88
|
contractAddress: `0x${string}`;
|
127
89
|
symbol0?: string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/balances",
|
3
|
-
"version": "0.0.0-pr2043-
|
3
|
+
"version": "0.0.0-pr2043-20250628134441",
|
4
4
|
"author": "Talisman",
|
5
5
|
"homepage": "https://talisman.xyz",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -35,13 +35,13 @@
|
|
35
35
|
"scale-ts": "^1.6.1",
|
36
36
|
"viem": "^2.27.3",
|
37
37
|
"zod": "^3.25.62",
|
38
|
-
"@talismn/chain-connector": "0.0.0-pr2043-
|
39
|
-
"@talismn/chain-connector-evm": "0.0.0-pr2043-
|
40
|
-
"@talismn/chaindata-provider": "0.0.0-pr2043-
|
41
|
-
"@talismn/token-rates": "0.0.0-pr2043-20250628091117",
|
42
|
-
"@talismn/sapi": "0.0.0-pr2043-20250628091117",
|
38
|
+
"@talismn/chain-connector": "0.0.0-pr2043-20250628134441",
|
39
|
+
"@talismn/chain-connector-evm": "0.0.0-pr2043-20250628134441",
|
40
|
+
"@talismn/chaindata-provider": "0.0.0-pr2043-20250628134441",
|
43
41
|
"@talismn/scale": "0.1.2",
|
44
|
-
"@talismn/
|
42
|
+
"@talismn/token-rates": "0.0.0-pr2043-20250628134441",
|
43
|
+
"@talismn/util": "0.0.0-pr2043-20250628134441",
|
44
|
+
"@talismn/sapi": "0.0.0-pr2043-20250628134441"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@polkadot/api-contract": "16.1.2",
|