Skip to content

Commit 0e95ed0

Browse files
authored
feat(packages): initial implementation of btc staking expansion (#39)
* feat(packages): initial implementation of btc staking expansion
1 parent cb5277c commit 0e95ed0

File tree

36 files changed

+8823
-1533
lines changed

36 files changed

+8823
-1533
lines changed

packages/babylon-proto-ts/scripts/build-proto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const BABYLON_REPO_URL = "https://github.com/babylonlabs-io/babylon.git";
55
const BABYLON_REPO_DIR = "babylon";
66
const PROTO_DIR = "proto";
77

8-
const BABYLON_REPO_TAG = "v1.0.0";
8+
const BABYLON_REPO_TAG = "v3.0.0-snapshot.250717";
99

1010
const generateProto = async () => {
1111
try {

packages/babylon-proto-ts/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export const REWARD_GAUGE_KEY_BTC_DELEGATION = "BTC_STAKER";
22
export const BTC_STAKER = "btc_staker";
33
export const REGISTRY_TYPE_URLS = {
44
MsgCreateBTCDelegation: "/babylon.btcstaking.v1.MsgCreateBTCDelegation",
5+
MsgBtcStakeExpand: "/babylon.btcstaking.v1.MsgBtcStakeExpand",
56
MsgWithdrawRewardForBTCStaking: "/babylon.incentive.MsgWithdrawReward",
67
MsgStakeBABY: "/babylon.epoching.v1.MsgWrappedDelegate",
78
MsgUnstakeBABY: "/babylon.epoching.v1.MsgWrappedUndelegate",

packages/babylon-proto-ts/src/generated/babylon/btccheckpoint/v1/genesis.ts

Lines changed: 255 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)