viem 0.0.0-main.20240111T023312 → 0.0.0-main.20240111T023447

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.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1677](https://github.com/wevm/viem/pull/1677) [`e74a80c9`](https://github.com/wevm/viem/commit/e74a80c9f90abb60d1bc88501892bcfd83930baf) Thanks [@cong1223](https://github.com/cong1223)! - Added Etherscan link for zkSync.
8
+
9
+ - [#1661](https://github.com/wevm/viem/pull/1661) [`4fdc1d9f`](https://github.com/wevm/viem/commit/4fdc1d9fe25b4ff7d9583188f2450c3ed144026c) Thanks [@zkgggggame](https://github.com/zkgggggame)! - Added multicall3 to Mantle Testnet.
10
+
11
+ - [#1674](https://github.com/wevm/viem/pull/1674) [`c3bcf486`](https://github.com/wevm/viem/commit/c3bcf4868d76c1535dfa3802cd37baf778cb5494) Thanks [@mr-kenikh](https://github.com/mr-kenikh)! - Added multicall3 for zkFair Mainnet
12
+
13
+ - [#1667](https://github.com/wevm/viem/pull/1667) [`d697cf99`](https://github.com/wevm/viem/commit/d697cf996eca039e429bff91024179f27dc32f77) Thanks [@mehmetraufoguz](https://github.com/mehmetraufoguz)! - Added MetaChain chain.
14
+
3
15
  ## 2.0.6
4
16
 
5
17
  ### Patch Changes
@@ -22,7 +22,7 @@ exports.mantleTestnet = (0, defineChain_js_1.defineChain)({
22
22
  contracts: {
23
23
  multicall3: {
24
24
  address: '0xcA11bde05977b3631167028862bE2a173976CA11',
25
- blockCreated: 561333
25
+ blockCreated: 561333,
26
26
  },
27
27
  },
28
28
  testnet: true,
@@ -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.20240111T023312';
4
+ exports.version = '0.0.0-main.20240111T023447';
5
5
  //# sourceMappingURL=version.js.map
@@ -19,7 +19,7 @@ export const mantleTestnet = /*#__PURE__*/ defineChain({
19
19
  contracts: {
20
20
  multicall3: {
21
21
  address: '0xcA11bde05977b3631167028862bE2a173976CA11',
22
- blockCreated: 561333
22
+ blockCreated: 561333,
23
23
  },
24
24
  },
25
25
  testnet: true,
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240111T023312';
1
+ export const version = '0.0.0-main.20240111T023447';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240111T023312";
1
+ export declare const version = "0.0.0-main.20240111T023447";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -20,7 +20,7 @@ export const mantleTestnet = /*#__PURE__*/ defineChain({
20
20
  contracts: {
21
21
  multicall3: {
22
22
  address: '0xcA11bde05977b3631167028862bE2a173976CA11',
23
- blockCreated: 561333
23
+ blockCreated: 561333,
24
24
  },
25
25
  },
26
26
  testnet: true,
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240111T023312'
1
+ export const version = '0.0.0-main.20240111T023447'
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.20240111T023312",
4
+ "version": "0.0.0-main.20240111T023447",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",