Skip to content

Commit

Permalink
feat: expose checkpoint proto methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Nov 13, 2024
1 parent 5baa482 commit c8434f3
Show file tree
Hide file tree
Showing 3 changed files with 5 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.2",
"version": "0.0.3-canary.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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 btcstakingpop from './generated/babylon/btcstaking/v1/pop';
export * as btccheckpoint from './generated/babylon/btccheckpoint/v1/btccheckpoint';

0 comments on commit c8434f3

Please sign in to comment.