viem 0.1.11 → 0.1.12

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.
@@ -17,7 +17,7 @@ import {
17
17
  var package_default = {
18
18
  name: "viem",
19
19
  description: "TypeScript Interface for Ethereum",
20
- version: "0.1.11",
20
+ version: "0.1.12",
21
21
  scripts: {
22
22
  anvil: "source .env && anvil --fork-url $VITE_ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME",
23
23
  bench: "vitest bench --no-threads",
@@ -52,6 +52,7 @@ var package_default = {
52
52
  "src/chains.ts",
53
53
  "src/contract.ts",
54
54
  "src/ens.ts",
55
+ "src/ethers.ts",
55
56
  "src/public.ts",
56
57
  "src/test.ts",
57
58
  "src/utils/index.ts",
@@ -65,6 +66,7 @@ var package_default = {
65
66
  "/chains",
66
67
  "/contract",
67
68
  "/ens",
69
+ "/ethers",
68
70
  "/public",
69
71
  "/test",
70
72
  "/utils",
@@ -97,6 +99,11 @@ var package_default = {
97
99
  module: "./dist/ens.mts",
98
100
  default: "./dist/ens.js"
99
101
  },
102
+ "./ethers": {
103
+ types: "./dist/ethers.d.ts",
104
+ module: "./dist/ethers.mts",
105
+ default: "./dist/ethers.js"
106
+ },
100
107
  "./public": {
101
108
  types: "./dist/public.d.ts",
102
109
  module: "./dist/public.mts",
@@ -5485,4 +5492,4 @@ export {
5485
5492
  formatGwei,
5486
5493
  parseEther
5487
5494
  };
5488
- //# sourceMappingURL=chunk-H6AQHA74.mjs.map
5495
+ //# sourceMappingURL=chunk-XULBGJK5.mjs.map