Skip to content

Commit 5689b08

Browse files
chore: version package (#3317)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c37c4b commit 5689b08

12 files changed

+52
-87
lines changed

.changeset/beige-chicken-approve.md

-5
This file was deleted.

.changeset/dry-ducks-love.md

-5
This file was deleted.

.changeset/khaki-eyes-argue.md

-5
This file was deleted.

.changeset/tricky-moles-dance.md

-5
This file was deleted.

.changeset/yellow-clocks-brake.md

-5
This file was deleted.

pnpm-lock.yaml

+21-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# viem
22

3+
## 2.22.23
4+
5+
### Patch Changes
6+
7+
- [#3319](https://github.com/wevm/viem/pull/3319) [`099e7dded0fe1be817a30b9a8706eda017f1cf5a`](https://github.com/wevm/viem/commit/099e7dded0fe1be817a30b9a8706eda017f1cf5a) Thanks [@nidhinakranii](https://github.com/nidhinakranii)! - Added Metis Sepolia testnet chain and deprecated metisGoerli
8+
9+
- [#3315](https://github.com/wevm/viem/pull/3315) [`c39d2896ba08fc8804268c5456d14cd9794c4e23`](https://github.com/wevm/viem/commit/c39d2896ba08fc8804268c5456d14cd9794c4e23) Thanks [@michelebruno](https://github.com/michelebruno)! - Added Berachain multicall.
10+
11+
- [#3320](https://github.com/wevm/viem/pull/3320) [`3c37c4b800f5fa6a9932d0dbbad619db5aa55a8b`](https://github.com/wevm/viem/commit/3c37c4b800f5fa6a9932d0dbbad619db5aa55a8b) Thanks [@yongjun925](https://github.com/yongjun925)! - Added Birdlayer Chain.
12+
13+
- [#3311](https://github.com/wevm/viem/pull/3311) [`149d4060d9d71a1fa2c106bfc3c5c817dba9860c`](https://github.com/wevm/viem/commit/149d4060d9d71a1fa2c106bfc3c5c817dba9860c) Thanks [@hello-jdj](https://github.com/hello-jdj)! - Added HashKey Chain.
14+
15+
- [#3313](https://github.com/wevm/viem/pull/3313) [`15bec5dce10fabb451ddf25e6682082f77b7c631`](https://github.com/wevm/viem/commit/15bec5dce10fabb451ddf25e6682082f77b7c631) Thanks [@holic](https://github.com/holic)! - Closed socket on cleanup for RPC transport.
16+
317
## 2.22.22
418

519
### Patch Changes

src/chains/definitions/metis.ts

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ export const metis = /*#__PURE__*/ defineChain({
1111
rpcUrls: {
1212
default: {
1313
http: [
14-
'https://metis.rpc.hypersync.xyz',
15-
'https://metis-pokt.nodies.app',
16-
'https://api.blockeden.xyz/metis/67nCBdZQSH9z3YqDDjdm',
17-
'https://metis-andromeda.rpc.thirdweb.com',
18-
'https://metis-andromeda.gateway.tenderly.co',
19-
'https://metis.api.onfinality.io/public',
20-
'wss://metis-rpc.publicnode.com',
21-
'https://andromeda.metis.io/?owner=1088',
22-
'wss://metis.drpc.org',
23-
'https://metis-mainnet.public.blastapi.io',
14+
'https://metis.rpc.hypersync.xyz',
15+
'https://metis-pokt.nodies.app',
16+
'https://api.blockeden.xyz/metis/67nCBdZQSH9z3YqDDjdm',
17+
'https://metis-andromeda.rpc.thirdweb.com',
18+
'https://metis-andromeda.gateway.tenderly.co',
19+
'https://metis.api.onfinality.io/public',
20+
'wss://metis-rpc.publicnode.com',
21+
'https://andromeda.metis.io/?owner=1088',
22+
'wss://metis.drpc.org',
23+
'https://metis-mainnet.public.blastapi.io',
2424
],
25+
},
2526
},
26-
},
2727
blockExplorers: {
2828
default: {
2929
name: 'Metis Explorer',

src/chains/definitions/metisSepolia.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineChain } from '../../utils/chain/defineChain.js'
22

33
export const metisSepolia = /*#__PURE__*/ defineChain({
4-
id: 59902,
4+
id: 59902,
55
name: 'Metis Sepolia',
66
nativeCurrency: {
77
decimals: 18,
@@ -14,14 +14,14 @@ export const metisSepolia = /*#__PURE__*/ defineChain({
1414
'wss://metis-sepolia-rpc.publicnode.com',
1515
'https://sepolia.metisdevops.link',
1616
'https://metis-sepolia-rpc.publicnode.com',
17-
'https://metis-sepolia.gateway.tenderly.co'
17+
'https://metis-sepolia.gateway.tenderly.co',
1818
],
1919
},
2020
},
2121
blockExplorers: {
2222
default: {
2323
name: 'Metis Sepolia Explorer',
24-
url: 'https://sepolia-explorer.metisdevops.link',
24+
url: 'https://sepolia-explorer.metisdevops.link',
2525
apiUrl: 'https://sepolia-explorer.metisdevops.link/api-docs',
2626
},
2727
},

src/errors/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.22.22'
1+
export const version = '2.22.23'

src/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/viem",
3-
"version": "2.22.22",
3+
"version": "2.22.23",
44
"exports": {
55
".": "./index.ts",
66
"./accounts-abstraction": "./account-abstraction/index.ts",

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viem",
33
"description": "TypeScript Interface for Ethereum",
4-
"version": "2.22.22",
4+
"version": "2.22.23",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)