Skip to content

Commit e180319

Browse files
chore: version package
1 parent cc625d2 commit e180319

File tree

7 files changed

+34
-33
lines changed

7 files changed

+34
-33
lines changed

.changeset/honest-needles-draw.md

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

pnpm-lock.yaml

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

src/CHANGELOG.md

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

3+
## 2.30.7
4+
5+
### Patch Changes
6+
7+
- [#3695](https://github.com/wevm/viem/pull/3695) [`20b1ed2a08a4728e6b6e20b4e3ce1f2124fef20d`](https://github.com/wevm/viem/commit/20b1ed2a08a4728e6b6e20b4e3ce1f2124fef20d) Thanks [@ersanyakit](https://github.com/ersanyakit)! - Added multicall3 to Chiliz chain.
8+
39
## 2.30.6
410

511
### Patch Changes

src/chains/definitions/chiliz.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ export const chiliz = /*#__PURE__*/ defineChain({
2121
apiUrl: 'https://scan.chiliz.com/api',
2222
},
2323
},
24-
contracts: {
24+
contracts: {
2525
multicall3: {
2626
address: '0xca11bde05977b3631167028862be2a173976ca11',
2727
blockCreated: 8080847,
2828
},
29-
}
29+
},
3030
})

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

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

0 commit comments

Comments
 (0)