Skip to content

Commit f4f428b

Browse files
feat(proto-ts): support BABY staking by exposing the cosmos staking module (#27)
1 parent beafcb7 commit f4f428b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
],
5959
"release": {
6060
"projects": [
61-
"packages/*",
62-
"!@babylonlabs-io/babylon-proto-ts"
61+
"packages/*"
6362
],
6463
"projectsRelationship": "independent",
6564
"releaseTagPattern": "{projectName}/{version}",

packages/babylon-proto-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babylonlabs-io/babylon-proto-ts",
3-
"version": "1.1.0",
3+
"version": "1.0.2",
44
"private": "true",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/babylon-proto-ts/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ export * as epochingquery from './generated/babylon/epoching/v1/query';
77
export * as incentivetx from './generated/babylon/incentive/tx';
88
export * as incentivequery from './generated/babylon/incentive/query';
99
export * as btclightclient from './generated/babylon/btclightclient/v1/btclightclient';
10-
export * as btclightclientquery from './generated/babylon/btclightclient/v1/query';
10+
export * as btclightclientquery from './generated/babylon/btclightclient/v1/query';
11+
export * as cosmosstakingtx from './generated/cosmos/staking/v1beta1/tx';
12+
export * as cosmosstaking from './generated/cosmos/staking/v1beta1/staking';

0 commit comments

Comments
 (0)