viem 0.0.0-main.20240222T203443 → 0.0.0-main.20240222T214750

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # viem
2
2
 
3
+ ## 2.7.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0c2b6b2e574e95fe5cb900030c46251cb405bef2`](https://github.com/wevm/viem/commit/0c2b6b2e574e95fe5cb900030c46251cb405bef2) Thanks [@jxom](https://github.com/jxom)! - Exported chain types required for inference.
8
+
9
+ - [#1838](https://github.com/wevm/viem/pull/1838) [`66a421d1592040a39bd5dce4ce8e8555d1dcbd86`](https://github.com/wevm/viem/commit/66a421d1592040a39bd5dce4ce8e8555d1dcbd86) Thanks [@Fluffynorth](https://github.com/Fluffynorth)! - Added Phoenix chain.
10
+
11
+ - [#1833](https://github.com/wevm/viem/pull/1833) [`3677a5ad783eff85bebcf4e0d41c393db06737af`](https://github.com/wevm/viem/commit/3677a5ad783eff85bebcf4e0d41c393db06737af) Thanks [@wk0](https://github.com/wk0)! - Added `sourceId` to Blast Sepolia chain.
12
+
13
+ - [#1837](https://github.com/wevm/viem/pull/1837) [`9023409423583b09cf8b6129ddcd8e7f2136c95a`](https://github.com/wevm/viem/commit/9023409423583b09cf8b6129ddcd8e7f2136c95a) Thanks [@monodyle](https://github.com/monodyle)! - Updated Saigon explorer URL.
14
+
3
15
  ## 2.7.12
4
16
 
5
17
  ### Patch Changes
@@ -29,6 +29,6 @@ exports.blastSepolia = (0, defineChain_js_1.defineChain)({
29
29
  },
30
30
  },
31
31
  testnet: true,
32
- sourceId
32
+ sourceId,
33
33
  });
34
34
  //# sourceMappingURL=blastSepolia.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.0-main.20240222T203443';
4
+ exports.version = '0.0.0-main.20240222T214750';
5
5
  //# sourceMappingURL=version.js.map
@@ -26,6 +26,6 @@ export const blastSepolia = /*#__PURE__*/ defineChain({
26
26
  },
27
27
  },
28
28
  testnet: true,
29
- sourceId
29
+ sourceId,
30
30
  });
31
31
  //# sourceMappingURL=blastSepolia.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240222T203443';
1
+ export const version = '0.0.0-main.20240222T214750';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240222T203443";
1
+ export declare const version = "0.0.0-main.20240222T214750";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -28,5 +28,5 @@ export const blastSepolia = /*#__PURE__*/ defineChain({
28
28
  },
29
29
  },
30
30
  testnet: true,
31
- sourceId
31
+ sourceId,
32
32
  })
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240222T203443'
1
+ export const version = '0.0.0-main.20240222T214750'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "0.0.0-main.20240222T203443",
4
+ "version": "0.0.0-main.20240222T214750",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",