diff --git a/package-lock.json b/package-lock.json index 2bd8365..34035f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@babylonlabs-io/babylon-proto-ts", - "version": "0.0.3-canary.1", + "version": "0.0.3-canary.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@babylonlabs-io/babylon-proto-ts", - "version": "0.0.3-canary.1", + "version": "0.0.3-canary.3", "license": "ISC", "dependencies": { "@bufbuild/protobuf": "^2.2.0" diff --git a/package.json b/package.json index 87dc366..0ec02d1 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/index.ts b/src/index.ts index 1dc9bff..3031f9a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'; \ No newline at end of file +export * as btcstakingpop from './generated/babylon/btcstaking/v1/pop'; +export * as btccheckpoint from './generated/babylon/btccheckpoint/v1/btccheckpoint'; \ No newline at end of file