Skip to content

Commit

Permalink
chore: version package (#3249)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 21, 2025
1 parent b868dfa commit 0e36706
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-queens-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-items-deliver.md

This file was deleted.

44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# viem

## 2.22.11

### Patch Changes

- [#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

- [#3246](https://github.com/wevm/viem/pull/3246) [`6a3e4073b018eb7b7f40aa420f89c1b376301227`](https://github.com/wevm/viem/commit/6a3e4073b018eb7b7f40aa420f89c1b376301227) Thanks [@aliberkhsl](https://github.com/aliberkhsl)! - Added Swellchain.

## 2.22.10

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion src/chains/definitions/swellchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ export const swellchain = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://swell-mainnet.alt.technology', 'https://rpc.ankr.com/swell'],
http: [
'https://swell-mainnet.alt.technology',
'https://rpc.ankr.com/swell',
],
},
},
blockExplorers: {
Expand Down
2 changes: 1 addition & 1 deletion src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.22.10'
export const version = '2.22.11'
2 changes: 1 addition & 1 deletion src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/viem",
"version": "2.22.10",
"version": "2.22.11",
"exports": {
".": "./index.ts",
"./accounts-abstraction": "./account-abstraction/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "2.22.10",
"version": "2.22.11",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 0e36706

Please sign in to comment.