Skip to content

Commit

Permalink
feat: expose btclightclient query (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Dec 11, 2024
1 parent ef42d04 commit 5f30f28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonlabs-io/babylon-proto-ts",
"version": "0.0.3-canary.4",
"version": "0.0.3-canary.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ export * as btcstaking from './generated/babylon/btcstaking/v1/btcstaking';
export * as btcstakingpop from './generated/babylon/btcstaking/v1/pop';
export * as btccheckpoint from './generated/babylon/btccheckpoint/v1/btccheckpoint';
export * as incentivetx from './generated/babylon/incentive/tx';
export * as incentivequery from './generated/babylon/incentive/query';
export * as incentivequery from './generated/babylon/incentive/query';
export * as btclightclient from './generated/babylon/btclightclient/v1/btclightclient';
export * as btclightclientquery from './generated/babylon/btclightclient/v1/query';

0 comments on commit 5f30f28

Please sign in to comment.