Skip to content

Commit

Permalink
update StakePlanHubAddress and AllowList for bnblightclient module
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonleedev committed Aug 22, 2024
1 parent ff61a81 commit ca61845
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/upgrades/v300/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ func upgradeHandlerConstructor(

// bnb light client module init
// 1. set params
// TODO: StakePlanHubAddress, EventName, RetainedBlocks, AllowList, ChainId should be updated according to the mainnet.
// Note: StakePlanHubAddress is Binance Smart Chain testnet address. It should be updated to mainnet address for mainnet.
// Note: ChainId Is Binance Smart Chain testnet chain id. It should be updated to mainnet chain id for mainnet.
bnbLightClientParams := &bnblightclienttypes.Params{
StakePlanHubAddress: "",
StakePlanHubAddress: "0x8BCd1CCDA853677Ac865C882B60FBaF5030EeF50",
EventName: "StakeBTC2JoinStakePlan",
RetainedBlocks: 1000000,
AllowList: []string{"lrz1xa40j022h2rcmnte47gyjg8688grln94pp84lc"},
AllowList: []string{"lrz1lh79r9v0gtzljm6wa4ya6dfrz2jappy406wflw"},
ChainId: 56,
}

Expand Down

0 comments on commit ca61845

Please sign in to comment.