diff --git a/package-lock.json b/package-lock.json index 34035f3..eccddb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@babylonlabs-io/babylon-proto-ts", - "version": "0.0.3-canary.3", + "version": "0.0.3-canary.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@babylonlabs-io/babylon-proto-ts", - "version": "0.0.3-canary.3", + "version": "0.0.3-canary.4", "license": "ISC", "dependencies": { "@bufbuild/protobuf": "^2.2.0" diff --git a/package.json b/package.json index 0ec02d1..979f5e0 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/index.ts b/src/index.ts index 3031f9a..33bf82d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'; \ No newline at end of file +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'; \ No newline at end of file