viem 2.43.4 → 2.43.5

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,11 @@
1
1
  # viem
2
2
 
3
+ ## 2.43.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4203](https://github.com/wevm/viem/pull/4203) [`d4875f4c0ffc191ddb1f11b7acae27e928329bff`](https://github.com/wevm/viem/commit/d4875f4c0ffc191ddb1f11b7acae27e928329bff) Thanks [@o-az](https://github.com/o-az)! - Updated Tempo Devnet chain id to 31318
8
+
3
9
  ## 2.43.4
4
10
 
5
11
  ### Patch Changes
@@ -5,7 +5,7 @@ const chainConfig_js_1 = require("../../tempo/chainConfig.js");
5
5
  const defineChain_js_1 = require("../../utils/chain/defineChain.js");
6
6
  exports.tempoDevnet = (0, defineChain_js_1.defineChain)({
7
7
  ...chainConfig_js_1.chainConfig,
8
- id: 42429,
8
+ id: 31318,
9
9
  name: 'Tempo Devnet',
10
10
  nativeCurrency: {
11
11
  name: 'USD',
@@ -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.43.4';
4
+ exports.version = '2.43.5';
5
5
  //# sourceMappingURL=version.js.map
@@ -2,7 +2,7 @@ import { chainConfig } from '../../tempo/chainConfig.js';
2
2
  import { defineChain } from '../../utils/chain/defineChain.js';
3
3
  export const tempoDevnet = /*#__PURE__*/ defineChain({
4
4
  ...chainConfig,
5
- id: 42429,
5
+ id: 31318,
6
6
  name: 'Tempo Devnet',
7
7
  nativeCurrency: {
8
8
  name: 'USD',
@@ -1,2 +1,2 @@
1
- export const version = '2.43.4';
1
+ export const version = '2.43.5';
2
2
  //# sourceMappingURL=version.js.map
@@ -22,7 +22,7 @@ export declare const tempoDevnet: {
22
22
  erc6492Verifier?: import("../../index.js").ChainContract | undefined;
23
23
  } | undefined;
24
24
  ensTlds?: readonly string[] | undefined;
25
- id: 42429;
25
+ id: 31318;
26
26
  name: "Tempo Devnet";
27
27
  nativeCurrency: {
28
28
  readonly name: "USD";
@@ -470,7 +470,7 @@ export declare const tempoDevnet: {
470
470
  extend: <const extended_1 extends {
471
471
  feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
472
472
  }>(extended: extended_1) => import("../index.js").Assign<import("../index.js").Assign<import("../index.js").Chain<undefined>, {
473
- readonly id: 42429;
473
+ readonly id: 31318;
474
474
  readonly name: "Tempo Devnet";
475
475
  readonly nativeCurrency: {
476
476
  readonly name: "USD";
@@ -1,2 +1,2 @@
1
- export declare const version = "2.43.4";
1
+ export declare const version = "2.43.5";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -3,7 +3,7 @@ import { defineChain } from '../../utils/chain/defineChain.js'
3
3
 
4
4
  export const tempoDevnet = /*#__PURE__*/ defineChain({
5
5
  ...chainConfig,
6
- id: 42429,
6
+ id: 31318,
7
7
  name: 'Tempo Devnet',
8
8
  nativeCurrency: {
9
9
  name: 'USD',
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '2.43.4'
1
+ export const version = '2.43.5'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "2.43.4",
4
+ "version": "2.43.5",
5
5
  "main": "./_cjs/index.js",
6
6
  "module": "./_esm/index.js",
7
7
  "types": "./_types/index.d.ts",