Skip to content

Commit 8fa0e8b

Browse files
chore: version package (#3589)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb9398a commit 8fa0e8b

File tree

8 files changed

+33
-41
lines changed

8 files changed

+33
-41
lines changed

Diff for: .changeset/metal-cats-protect.md

-5
This file was deleted.

Diff for: .changeset/thick-carrots-refuse.md

-5
This file was deleted.

Diff for: pnpm-lock.yaml

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

Diff for: src/CHANGELOG.md

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

3+
## 2.27.3
4+
5+
### Patch Changes
6+
7+
- [#3581](https://github.com/wevm/viem/pull/3581) [`bb9398a43ebbb8d9af52832a845c0ebe19495a2e`](https://github.com/wevm/viem/commit/bb9398a43ebbb8d9af52832a845c0ebe19495a2e) Thanks [@Yutaro-Mori-eng](https://github.com/Yutaro-Mori-eng)! - Added Gunz Mainnet.
8+
9+
- [#3588](https://github.com/wevm/viem/pull/3588) [`0098740f4930a80744efc218303fb986f961d4db`](https://github.com/wevm/viem/commit/0098740f4930a80744efc218303fb986f961d4db) Thanks [@talentlessguy](https://github.com/talentlessguy)! - Updated noble dependencies.
10+
311
## 2.27.2
412

513
### Patch Changes

Diff for: src/chains/definitions/gunz.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export const gunz = /*#__PURE__*/ defineChain({
66
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
77
rpcUrls: {
88
default: {
9-
http: ['https://rpc.gunzchain.io/ext/bc/2M47TxWHGnhNtq6pM5zPXdATBtuqubxn5EPFgFmEawCQr9WFML/rpc'],
9+
http: [
10+
'https://rpc.gunzchain.io/ext/bc/2M47TxWHGnhNtq6pM5zPXdATBtuqubxn5EPFgFmEawCQr9WFML/rpc',
11+
],
1012
},
1113
},
1214
blockExplorers: {

Diff for: src/errors/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.27.2'
1+
export const version = '2.27.3'

Diff for: 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.27.2",
3+
"version": "2.27.3",
44
"exports": {
55
".": "./index.ts",
66
"./accounts-abstraction": "./account-abstraction/index.ts",

Diff for: 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.27.2",
4+
"version": "2.27.3",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)