@talismn/balances 1.0.0 → 1.0.2

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.
@@ -212,7 +212,10 @@ export declare class Balance {
212
212
  type: "scroll";
213
213
  l1GasPriceOracle: `0x${string}`;
214
214
  } | undefined;
215
- contracts?: Partial<Record<"Erc20Aggregator" | "Multicall3", `0x${string}`>> | undefined;
215
+ contracts?: {
216
+ Erc20Aggregator?: `0x${string}` | undefined;
217
+ Multicall3?: `0x${string}` | undefined;
218
+ } | undefined;
216
219
  balancesConfig?: {
217
220
  "evm-native"?: undefined;
218
221
  "evm-erc20"?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -33,20 +33,20 @@
33
33
  "rxjs": "^7.8.1",
34
34
  "scale-ts": "^1.6.1",
35
35
  "viem": "^2.27.3",
36
- "zod": "^3.25.62",
37
- "@talismn/chain-connector": "1.0.0",
38
- "@talismn/chaindata-provider": "1.0.0",
39
- "@talismn/chain-connector-evm": "1.0.0",
40
- "@talismn/token-rates": "3.0.0",
36
+ "zod": "^3.25.76",
37
+ "@talismn/chain-connector": "1.0.2",
38
+ "@talismn/chain-connector-evm": "1.0.2",
39
+ "@talismn/chaindata-provider": "1.0.2",
40
+ "@talismn/sapi": "0.0.9",
41
41
  "@talismn/scale": "0.2.0",
42
- "@talismn/sapi": "0.0.7",
43
- "@talismn/util": "0.5.0"
42
+ "@talismn/util": "0.5.0",
43
+ "@talismn/token-rates": "3.0.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@polkadot/api-contract": "16.1.2",
47
47
  "@polkadot/types": "16.1.2",
48
48
  "@polkadot/util": "13.5.1",
49
- "@polkadot/util-crypto": "13.5.1",
49
+ "@polkadot/util-crypto": "13.5.3",
50
50
  "@substrate/txwrapper-core": "7.5.3",
51
51
  "@types/jest": "^29.5.14",
52
52
  "@types/lodash-es": "^4.17.12",