Skip to content

Commit

Permalink
feat: expose incentive query and tx (#19)
Browse files Browse the repository at this point in the history
* feat: expose incentive query and tx
  • Loading branch information
jrwbabylonlab authored Nov 30, 2024
1 parent ab494ce commit ef42d04
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.3",
"version": "0.0.3-canary.4",
"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
@@ -1,4 +1,6 @@
export * as btcstakingtx from './generated/babylon/btcstaking/v1/tx';
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 btccheckpoint from './generated/babylon/btccheckpoint/v1/btccheckpoint';
export * as incentivetx from './generated/babylon/incentive/tx';
export * as incentivequery from './generated/babylon/incentive/query';

0 comments on commit ef42d04

Please sign in to comment.