Skip to content

Commit de1a687

Browse files
chore: version package
1 parent afa61bb commit de1a687

File tree

9 files changed

+40
-45
lines changed

9 files changed

+40
-45
lines changed

.changeset/hungry-wombats-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-pants-impress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-zebras-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# viem
22

3+
## 2.22.9
4+
5+
### Patch Changes
6+
7+
- [#3226](https://github.com/wevm/viem/pull/3226) [`6f1e1090d2e3513b3e1056482b4caefa2f02235e`](https://github.com/wevm/viem/commit/6f1e1090d2e3513b3e1056482b4caefa2f02235e) Thanks [@Maar-io](https://github.com/Maar-io)! - Adding Soneium mainnet
8+
9+
- [#3228](https://github.com/wevm/viem/pull/3228) [`06316558a3a968acd216d241fc76a956a6b062b4`](https://github.com/wevm/viem/commit/06316558a3a968acd216d241fc76a956a6b062b4) Thanks [@hello-jdj](https://github.com/hello-jdj)! - Added Arthera Testnet.
10+
11+
- [#3224](https://github.com/wevm/viem/pull/3224) [`1a235e6cb2b6aaf61c69e1ac4c24f3c4f0e383ac`](https://github.com/wevm/viem/commit/1a235e6cb2b6aaf61c69e1ac4c24f3c4f0e383ac) Thanks [@paouvrard](https://github.com/paouvrard)! - Added NEAR Protocol chains.
12+
313
## 2.22.8
414

515
### Patch Changes

src/chains/definitions/soneium.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ export const soneium = /*#__PURE__*/ defineChain({
2424
...chainConfig.contracts,
2525
disputeGameFactory: {
2626
[sourceId]: {
27-
address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0",
27+
address: '0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0',
2828
},
2929
},
3030
l2OutputOracle: {
3131
[sourceId]: {
32-
address: "0x0000000000000000000000000000000000000000",
32+
address: '0x0000000000000000000000000000000000000000',
3333
},
3434
},
3535
portal: {
3636
[sourceId]: {
37-
address: "0x88e529a6ccd302c948689cd5156c83d4614fae92",
37+
address: '0x88e529a6ccd302c948689cd5156c83d4614fae92',
3838
blockCreated: 7061266,
3939
},
4040
},
4141
l1StandardBridge: {
4242
[sourceId]: {
43-
address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
43+
address: '0xeb9bf100225c214efc3e7c651ebbadcf85177607',
4444
blockCreated: 7061266,
4545
},
4646
},
4747
multicall3: {
48-
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
48+
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
4949
blockCreated: 1,
5050
},
5151
},

src/errors/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.22.8'
1+
export const version = '2.22.9'

src/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/viem",
3-
"version": "2.22.8",
3+
"version": "2.22.9",
44
"exports": {
55
".": "./index.ts",
66
"./accounts-abstraction": "./account-abstraction/index.ts",

src/package.json

Lines changed: 1 addition & 1 deletion
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.8",
4+
"version": "2.22.9",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)