Skip to content

Commit

Permalink
chore: version package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 8ac740e commit 94c9d34
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 103 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-lies-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-zoos-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-ravens-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-cows-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-rockets-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-ads-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-dots-cry.md

This file was deleted.

48 changes: 24 additions & 24 deletions pnpm-lock.yaml

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

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

## 2.20.1

### Patch Changes

- [#2646](https://github.com/wevm/viem/pull/2646) [`50bde96b`](https://github.com/wevm/viem/commit/50bde96b39e4e2980e995f5288ea9b6a2f62a530) Thanks [@thobbyAk](https://github.com/thobbyAk)! - Added Botanix Testnet.

- [#2644](https://github.com/wevm/viem/pull/2644) [`2eb817a2`](https://github.com/wevm/viem/commit/2eb817a25bfe0bfdb36df02c7907f38b889f474a) Thanks [@RobbyUitbeijerse](https://github.com/RobbyUitbeijerse)! - Added Sophon Testnet.

- [#2656](https://github.com/wevm/viem/pull/2656) [`df905fe5`](https://github.com/wevm/viem/commit/df905fe5dd87e1a2a78494eba1845c6012606a51) Thanks [@Jabher](https://github.com/Jabher)! - Added Holesky API URL.

- [#2654](https://github.com/wevm/viem/pull/2654) [`02415bce`](https://github.com/wevm/viem/commit/02415bcef331eeeee18f5e427766048b6fb33a96) Thanks [@lyszhang](https://github.com/lyszhang)! - Added Hashkey Chain testnet.

- [#2657](https://github.com/wevm/viem/pull/2657) [`f31e93ec`](https://github.com/wevm/viem/commit/f31e93ec5ad65e551bb3a152f138aff3a157b9f6) Thanks [@jeanregisser](https://github.com/jeanregisser)! - Exported `portuguese` wordlist.

- [#2643](https://github.com/wevm/viem/pull/2643) [`8ac740e9`](https://github.com/wevm/viem/commit/8ac740e9cec18a3138a771053eeb45397179885a) Thanks [@0oooooooo0](https://github.com/0oooooooo0)! - Added kaia chain.

- [#2655](https://github.com/wevm/viem/pull/2655) [`4d874283`](https://github.com/wevm/viem/commit/4d8742836f53753e3ab1312c8aa3a66284253d22) Thanks [@RobbyUitbeijerse](https://github.com/RobbyUitbeijerse)! - Added multicall3 to Sophon Testnet.

## 2.20.0

### Minor Changes
Expand Down
38 changes: 19 additions & 19 deletions src/chains/definitions/klaytn.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
import { defineChain } from '../../utils/chain/defineChain.js'

export const klaytn = /*#__PURE__*/ defineChain({
id: 8_217,
id: 8_217,
name: 'Klaytn',
nativeCurrency: {
decimals: 18,
name: 'Klaytn',
nativeCurrency: {
decimals: 18,
name: 'Klaytn',
symbol: 'KLAY',
symbol: 'KLAY',
},
rpcUrls: {
default: { http: ['https://public-en-cypress.klaytn.net'] },
},
blockExplorers: {
default: {
name: 'KlaytnScope',
url: 'https://scope.klaytn.com',
},
rpcUrls: {
default: { http: ['https://public-en-cypress.klaytn.net'] },
},
blockExplorers: {
default: {
name: 'KlaytnScope',
url: 'https://scope.klaytn.com',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 96002415,
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 96002415,
},
},
})
44 changes: 22 additions & 22 deletions src/chains/definitions/klaytnBaobab.ts
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
import { defineChain } from '../../utils/chain/defineChain.js'

export const klaytnBaobab = /*#__PURE__*/ defineChain({
id: 1_001,
name: 'Klaytn Baobab Testnet',
network: 'klaytn-baobab',
nativeCurrency: {
decimals: 18,
name: 'Baobab Klaytn',
symbol: 'KLAY',
id: 1_001,
name: 'Klaytn Baobab Testnet',
network: 'klaytn-baobab',
nativeCurrency: {
decimals: 18,
name: 'Baobab Klaytn',
symbol: 'KLAY',
},
rpcUrls: {
default: { http: ['https://public-en-baobab.klaytn.net'] },
},
blockExplorers: {
default: {
name: 'KlaytnScope',
url: 'https://baobab.klaytnscope.com',
},
rpcUrls: {
default: { http: ['https://public-en-baobab.klaytn.net'] },
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 123390593,
},
blockExplorers: {
default: {
name: 'KlaytnScope',
url: 'https://baobab.klaytnscope.com',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 123390593,
},
},
testnet: true,
},
testnet: true,
})
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.20.0'
export const version = '2.20.1'
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.20.0",
"version": "2.20.1",
"exports": {
".": "./index.ts",
"./accounts": "./accounts/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.20.0",
"version": "2.20.1",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 94c9d34

Please sign in to comment.