Skip to content

Commit

Permalink
fix: update version to 1.2.1-beta7 and add readonly chainId to Custom…
Browse files Browse the repository at this point in the history
…ChainInfo interface
  • Loading branch information
vuonghuuhung committed Dec 3, 2024
1 parent a04e41d commit 064acbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/common",
"version": "1.2.1-beta6",
"version": "1.2.1-beta7",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/common/src/chain-infos/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface CustomChainInfo
| "rest"
| "bech32Config"
> {
readonly chainId: NetworkChainId;
readonly networkType: NetworkType;
readonly coinType: CoinType;
readonly bech32Config?: Bech32Config;
Expand Down

0 comments on commit 064acbc

Please sign in to comment.