Skip to content

Commit

Permalink
chore: version package (#3022)
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 Nov 21, 2024
1 parent 649cd92 commit a49c100
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-cars-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-knives-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-waves-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-pianos-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-suits-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-teachers-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-owls-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-carrots-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-yaks-film.md

This file was deleted.

63 changes: 19 additions & 44 deletions pnpm-lock.yaml

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

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

## 2.21.49

### Patch Changes

- [#3004](https://github.com/wevm/viem/pull/3004) [`0c98d991b5ec6990251486d860349718f8e7ea04`](https://github.com/wevm/viem/commit/0c98d991b5ec6990251486d860349718f8e7ea04) Thanks [@atarpara](https://github.com/atarpara)! - **ZKsync:** Fixed `TransactionReceipt` formatter & type.

- [`c4ba3cf8145dd0e6b4f9e14f2b414063fbeeefe0`](https://github.com/wevm/viem/commit/c4ba3cf8145dd0e6b4f9e14f2b414063fbeeefe0) Thanks [@jxom](https://github.com/jxom)! - Added ability to set a nullish `account` on `simulateContract`.

- [#3034](https://github.com/wevm/viem/pull/3034) [`9c1db8933ce6dab1e9dde4c7159f7cb582a78a2d`](https://github.com/wevm/viem/commit/9c1db8933ce6dab1e9dde4c7159f7cb582a78a2d) Thanks [@qi-0826](https://github.com/qi-0826)! - Added Metadium Network.

- [#3033](https://github.com/wevm/viem/pull/3033) [`817023fe2de3edeff30e9454410d4ba346594e7e`](https://github.com/wevm/viem/commit/817023fe2de3edeff30e9454410d4ba346594e7e) Thanks [@qi-0826](https://github.com/qi-0826)! - Added Six Protocol.

- [`459e444a1061a264568904db8a26398bc8d4ecf5`](https://github.com/wevm/viem/commit/459e444a1061a264568904db8a26398bc8d4ecf5) Thanks [@jxom](https://github.com/jxom)! - Added `setSignEntropy` export to improve security of signature generation.

- [#3038](https://github.com/wevm/viem/pull/3038) [`349143282c9cbd21abe0b07b05b7f78c699d8672`](https://github.com/wevm/viem/commit/349143282c9cbd21abe0b07b05b7f78c699d8672) Thanks [@isabelle817](https://github.com/isabelle817)! - Added DisChain.

- [#3035](https://github.com/wevm/viem/pull/3035) [`a598b5a80167609ca0b1f6597fe6ca9fd0ca47fe`](https://github.com/wevm/viem/commit/a598b5a80167609ca0b1f6597fe6ca9fd0ca47fe) Thanks [@SilverPokerKing](https://github.com/SilverPokerKing)! - Added Multicall address to Bitgert.

- [#3040](https://github.com/wevm/viem/pull/3040) [`649cd921090b2273b90fa2aa4226732e501eb3a3`](https://github.com/wevm/viem/commit/649cd921090b2273b90fa2aa4226732e501eb3a3) Thanks [@Kharabet](https://github.com/Kharabet)! - Added Guru Network.

- [#3039](https://github.com/wevm/viem/pull/3039) [`f016b161d078c2de36d5b8fd5b6788ef5773e543`](https://github.com/wevm/viem/commit/f016b161d078c2de36d5b8fd5b6788ef5773e543) Thanks [@isabelle817](https://github.com/isabelle817)! - Added iSunCoin Mainnet.

## 2.21.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/disChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const disChain = /*#__PURE__*/ defineChain({
symbol: 'DIS',
},
rpcUrls: {
default: {
default: {
http: ['https://rpc.dischain.xyz'],
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/iSunCoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const iSunCoin = /*#__PURE__*/ defineChain({
symbol: 'ISC',
},
rpcUrls: {
default: {
default: {
http: ['https://mainnet.isuncoin.com'],
},
},
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.21.48'
export const version = '2.21.49'
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.21.48",
"version": "2.21.49",
"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.21.48",
"version": "2.21.49",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit a49c100

Please sign in to comment.