viem 2.35.0-canary-20250821110759 → 2.35.0-canary-20250821143721

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,6 +1,6 @@
1
1
  # viem
2
2
 
3
- ## 2.35.0-canary-20250821110759
3
+ ## 2.35.0-canary-20250821143721
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,6 +12,8 @@
12
12
 
13
13
  - [#3874](https://github.com/wevm/viem/pull/3874) [`59fd7d5f7f02c0d3eb12ac6d497e5edd5ebc8b77`](https://github.com/wevm/viem/commit/59fd7d5f7f02c0d3eb12ac6d497e5edd5ebc8b77) Thanks [@BigtoMantraDev](https://github.com/BigtoMantraDev)! - Add MANTRA DuKong EVM Testnet
14
14
 
15
+ - [#3878](https://github.com/wevm/viem/pull/3878) [`bed2a38f6c6de5b17a5b325758061b8b352a3d94`](https://github.com/wevm/viem/commit/bed2a38f6c6de5b17a5b325758061b8b352a3d94) Thanks [@matt-opencampus](https://github.com/matt-opencampus)! - Updated EDU Chain details to include multicall3 deployment
16
+
15
17
  - [#3876](https://github.com/wevm/viem/pull/3876) [`77901c8fa3d8868d26e3821ccc1650457b07092c`](https://github.com/wevm/viem/commit/77901c8fa3d8868d26e3821ccc1650457b07092c) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fixed `_unwatch is not a function` error in `waitForTransactionReceipt`.
16
18
 
17
19
  - [#3870](https://github.com/wevm/viem/pull/3870) [`f9a10532b4cd8fd8f9dc1430a966a9fad87962df`](https://github.com/wevm/viem/commit/f9a10532b4cd8fd8f9dc1430a966a9fad87962df) Thanks [@essserrr](https://github.com/essserrr)! - Added `blockTime` for:
@@ -21,6 +21,12 @@ exports.eduChain = (0, defineChain_js_1.defineChain)({
21
21
  url: 'https://educhain.blockscout.com/',
22
22
  },
23
23
  },
24
+ contracts: {
25
+ multicall3: {
26
+ address: '0xcA11bde05977b3631167028862bE2a173976CA11',
27
+ blockCreated: 16410660,
28
+ },
29
+ },
24
30
  testnet: false,
25
31
  });
26
32
  //# sourceMappingURL=eduChain.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"eduChain.js","sourceRoot":"","sources":["../../../chains/definitions/eduChain.ts"],"names":[],"mappings":";;;AAAA,qEAA8D;AAEjD,QAAA,QAAQ,GAAiB,IAAA,4BAAW,EAAC;IAChD,EAAE,EAAE,KAAK;IACT,IAAI,EAAE,WAAW;IACjB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,yCAAyC,CAAC;SAClD;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,oBAAoB;YAC1B,GAAG,EAAE,kCAAkC;SACxC;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
1
+ {"version":3,"file":"eduChain.js","sourceRoot":"","sources":["../../../chains/definitions/eduChain.ts"],"names":[],"mappings":";;;AAAA,qEAA8D;AAEjD,QAAA,QAAQ,GAAiB,IAAA,4BAAW,EAAC;IAChD,EAAE,EAAE,KAAK;IACT,IAAI,EAAE,WAAW;IACjB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,yCAAyC,CAAC;SAClD;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,oBAAoB;YAC1B,GAAG,EAAE,kCAAkC;SACxC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAQ;SACvB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
@@ -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 = '2.35.0-canary-20250821110759';
4
+ exports.version = '2.35.0-canary-20250821143721';
5
5
  //# sourceMappingURL=version.js.map
@@ -18,6 +18,12 @@ export const eduChain = /*#__PURE__*/ defineChain({
18
18
  url: 'https://educhain.blockscout.com/',
19
19
  },
20
20
  },
21
+ contracts: {
22
+ multicall3: {
23
+ address: '0xcA11bde05977b3631167028862bE2a173976CA11',
24
+ blockCreated: 16410660,
25
+ },
26
+ },
21
27
  testnet: false,
22
28
  });
23
29
  //# sourceMappingURL=eduChain.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"eduChain.js","sourceRoot":"","sources":["../../../chains/definitions/eduChain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,WAAW,CAAC;IAChD,EAAE,EAAE,KAAK;IACT,IAAI,EAAE,WAAW;IACjB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,yCAAyC,CAAC;SAClD;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,oBAAoB;YAC1B,GAAG,EAAE,kCAAkC;SACxC;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
1
+ {"version":3,"file":"eduChain.js","sourceRoot":"","sources":["../../../chains/definitions/eduChain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAE9D,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,WAAW,CAAC;IAChD,EAAE,EAAE,KAAK;IACT,IAAI,EAAE,WAAW;IACjB,cAAc,EAAE;QACd,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;KACd;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,IAAI,EAAE,CAAC,yCAAyC,CAAC;SAClD;KACF;IACD,cAAc,EAAE;QACd,OAAO,EAAE;YACP,IAAI,EAAE,oBAAoB;YAC1B,GAAG,EAAE,kCAAkC;SACxC;KACF;IACD,SAAS,EAAE;QACT,UAAU,EAAE;YACV,OAAO,EAAE,4CAA4C;YACrD,YAAY,EAAE,QAAQ;SACvB;KACF;IACD,OAAO,EAAE,KAAK;CACf,CAAC,CAAA"}
@@ -1,2 +1,2 @@
1
- export const version = '2.35.0-canary-20250821110759';
1
+ export const version = '2.35.0-canary-20250821143721';
2
2
  //# sourceMappingURL=version.js.map
@@ -6,15 +6,12 @@ export declare const eduChain: {
6
6
  };
7
7
  };
8
8
  blockTime?: number | undefined | undefined;
9
- contracts?: {
10
- [x: string]: import("../../index.js").ChainContract | {
11
- [sourceId: number]: import("../../index.js").ChainContract | undefined;
12
- } | undefined;
13
- ensRegistry?: import("../../index.js").ChainContract | undefined;
14
- ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
15
- multicall3?: import("../../index.js").ChainContract | undefined;
16
- universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
17
- } | undefined;
9
+ contracts: {
10
+ readonly multicall3: {
11
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
12
+ readonly blockCreated: 16410660;
13
+ };
14
+ };
18
15
  ensTlds?: readonly string[] | undefined;
19
16
  id: 41923;
20
17
  name: "EDU Chain";
@@ -1 +1 @@
1
- {"version":3,"file":"eduChain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/eduChain.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBnB,CAAA"}
1
+ {"version":3,"file":"eduChain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/eduChain.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BnB,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const version = "2.35.0-canary-20250821110759";
1
+ export declare const version = "2.35.0-canary-20250821143721";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -19,5 +19,11 @@ export const eduChain = /*#__PURE__*/ defineChain({
19
19
  url: 'https://educhain.blockscout.com/',
20
20
  },
21
21
  },
22
+ contracts: {
23
+ multicall3: {
24
+ address: '0xcA11bde05977b3631167028862bE2a173976CA11',
25
+ blockCreated: 16410660,
26
+ },
27
+ },
22
28
  testnet: false,
23
29
  })
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '2.35.0-canary-20250821110759'
1
+ export const version = '2.35.0-canary-20250821143721'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "2.35.0-canary-20250821110759",
4
+ "version": "2.35.0-canary-20250821143721",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
7
7
  "types": "./_types/index.d.ts",