Skip to content

Commit 44b6473

Browse files
chore: version package (#5104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1dfad6e commit 44b6473

8 files changed

Lines changed: 16 additions & 27 deletions

File tree

.changeset/add-e-canna.md

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

.changeset/arc-mainnet-tokens.md

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

.changeset/modern-multisig-configs.md

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

.changeset/quiet-hoods-listen.md

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

.changeset/zagros-chain.md

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

src/CHANGELOG.md

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

3+
## 2.56.7
4+
5+
### Patch Changes
6+
7+
- [#5098](https://github.com/wevm/viem/pull/5098) [`5a6b1e8ef72b8eabd237e0b3bb836108dc3654da`](https://github.com/wevm/viem/commit/5a6b1e8ef72b8eabd237e0b3bb836108dc3654da) Thanks [@deepakansh11nov](https://github.com/deepakansh11nov)! - Added E Canna Mainnet (4111) and E Canna Testnet (4112).
8+
9+
- [#5106](https://github.com/wevm/viem/pull/5106) [`ed37560943385e6636153c0d8db7ac81f2013757`](https://github.com/wevm/viem/commit/ed37560943385e6636153c0d8db7ac81f2013757) Thanks [@hjchen-circle](https://github.com/hjchen-circle)! - Added Arc mainnet addresses for EURC and cirBTC.
10+
11+
- [#5107](https://github.com/wevm/viem/pull/5107) [`1dfad6e684d635b5775812a219dc27b51ee4a081`](https://github.com/wevm/viem/commit/1dfad6e684d635b5775812a219dc27b51ee4a081) Thanks [@jxom](https://github.com/jxom)! - Updated experimental multisig for the latest protocol, including recovery-factory addresses, initial config caching, and primitive-only approvals.
12+
13+
- [#5093](https://github.com/wevm/viem/pull/5093) [`6b4be93c6e95cab9ec47079c10df1d91d8cffc99`](https://github.com/wevm/viem/commit/6b4be93c6e95cab9ec47079c10df1d91d8cffc99) Thanks [@canopyhub](https://github.com/canopyhub)! - Added OrdoFi public RPC (HTTP + WebSocket) to Robinhood Chain.
14+
15+
- [#5097](https://github.com/wevm/viem/pull/5097) [`f43b66920158db6a2093e9982957d5f5f2a09408`](https://github.com/wevm/viem/commit/f43b66920158db6a2093e9982957d5f5f2a09408) Thanks [@2bsrwjskys-coder](https://github.com/2bsrwjskys-coder)! - Added Zagros chain.
16+
317
## 2.56.6
418

519
### Patch Changes

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.56.6'
1+
export const version = '2.56.7'

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

0 commit comments

Comments
 (0)