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 Oct 19, 2024
1 parent 1a4c081 commit 62d3656
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-hotels-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-moles-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-oranges-juggle.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.

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

## 2.21.30

### Patch Changes

- [#2883](https://github.com/wevm/viem/pull/2883) [`67e664c88b74e16b1b93894911c5453063387db3`](https://github.com/wevm/viem/commit/67e664c88b74e16b1b93894911c5453063387db3) Thanks [@realwater](https://github.com/realwater)! - Added tiktrixTestnet chain

- [#2884](https://github.com/wevm/viem/pull/2884) [`1a4c08170e2caf0c2f23208c4cc9200eab3ec54a`](https://github.com/wevm/viem/commit/1a4c08170e2caf0c2f23208c4cc9200eab3ec54a) Thanks [@fengbaolong](https://github.com/fengbaolong)! - Added ThunderCore Mainnet.

- [`c2cd08162b81c64f4fc5812d4f4f863408eb4afa`](https://github.com/wevm/viem/commit/c2cd08162b81c64f4fc5812d4f4f863408eb4afa) Thanks [@jxom](https://github.com/jxom)! - Added validation to typed data type references.

## 2.21.29

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions src/chains/definitions/tiktrixTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import { defineChain } from "../../utils/chain/defineChain.js";
import { defineChain } from '../../utils/chain/defineChain.js'

export const tiktrixTestnet = /*#__PURE__*/ defineChain({
id: 62092,
name: "TikTrix Testnet",
name: 'TikTrix Testnet',
nativeCurrency: {
name: "tTTX",
symbol: "tTTX",
name: 'tTTX',
symbol: 'tTTX',
decimals: 18,
},
rpcUrls: {
default: {
http: ["https://tiktrix-rpc.xyz"],
http: ['https://tiktrix-rpc.xyz'],
},
},
blockExplorers: {
default: {
name: "TikTrix Testnet Explorer",
url: "https://tiktrix.xyz",
name: 'TikTrix Testnet Explorer',
url: 'https://tiktrix.xyz',
},
},
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.21.29'
export const version = '2.21.30'
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.29",
"version": "2.21.30",
"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.29",
"version": "2.21.30",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 62d3656

Please sign in to comment.