Skip to content

Commit 0e36706

Browse files
chore: version package (#3249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b868dfa commit 0e36706

File tree

8 files changed

+37
-36
lines changed

8 files changed

+37
-36
lines changed

.changeset/kind-queens-think.md

-5
This file was deleted.

.changeset/rare-items-deliver.md

-5
This file was deleted.

pnpm-lock.yaml

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

src/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# viem
22

3+
## 2.22.11
4+
5+
### Patch Changes
6+
7+
- [#3242](https://github.com/wevm/viem/pull/3242) [`2a2239e0b4efd8a62121ac87fcb17931cd403c16`](https://github.com/wevm/viem/commit/2a2239e0b4efd8a62121ac87fcb17931cd403c16) Thanks [@Duncan-Ultra](https://github.com/Duncan-Ultra)! - Added Ultra EVM Testnet chain
8+
9+
- [#3246](https://github.com/wevm/viem/pull/3246) [`6a3e4073b018eb7b7f40aa420f89c1b376301227`](https://github.com/wevm/viem/commit/6a3e4073b018eb7b7f40aa420f89c1b376301227) Thanks [@aliberkhsl](https://github.com/aliberkhsl)! - Added Swellchain.
10+
311
## 2.22.10
412

513
### Patch Changes

src/chains/definitions/swellchain.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ export const swellchain = /*#__PURE__*/ defineChain({
88
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
99
rpcUrls: {
1010
default: {
11-
http: ['https://swell-mainnet.alt.technology', 'https://rpc.ankr.com/swell'],
11+
http: [
12+
'https://swell-mainnet.alt.technology',
13+
'https://rpc.ankr.com/swell',
14+
],
1215
},
1316
},
1417
blockExplorers: {

src/errors/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.22.10'
1+
export const version = '2.22.11'

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.10",
3+
"version": "2.22.11",
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.10",
4+
"version": "2.22.11",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)