Skip to content

chore: fix doc issue in gov #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/bc_fusion/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ There will be several pahses to retrie Beacon Chain:
TimeRelockMsg,
FreezeMsg, IssueMsg, MintMsg, IssueMiniMsg, HTLTMsg, DepositHTLTMsg, MsgCreateValidatorOpen,
MsgCreateSideChainValidator, MsgCreateSideChainValidatorWithVoteAddr, MsgEditSideChainValidatorWithVoteAddr,
MsgSideChainDelegate, MsgSideChainReDelegate. (Estimated time on mainnet: 2024 Feb)
MsgSideChainDelegate, MsgSideChainReDelegate.
- **BSC Feynman Hardfork** - Native validators and staking, native goverenance will be enabled on BNB Smart Chain.
The BSC validators/delegators can start migrations after the Feynman upgrade. (Estimated time on mainnet: 2024 Apr)
The BSC validators/delegators can start migrations after the Feynman upgrade.
- **Second Sunset Fork** - More Beacon chain transactions will be disabled, for example,MsgSideChainSubmitProposal. All
TimeLock and AtomicSwap will automatically be refunded to the user's
wallet. All the BSC delegation will be undelegated automatically. (Estimated time on mainnet: 2024 Jun)
wallet. All the BSC delegation will be undelegated automatically. (Estimated time on mainnet: 2024 Jul)
- **Final Sunset Fork** - Cross-chain communication between the Beacon Chain and BSC will be completely stopped. (
Estimated time on mainnet: 2024 Jun)
Estimated time on mainnet: 2024 Aug)
- **Post BC Fusion** - Beacon Chain will be dumped and and a merkle tree will be generated for recover the assets, which
are binded to BSC however not transffered to BSC yet.

Expand Down
2 changes: 1 addition & 1 deletion docs/bc_fusion/users/gov.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You need to connect to your Web3 wallet (e.g., TrustWallet, BEW, Metamask) for t
### Delegate Voting Power

After you have delegated your BNB to a BSC validator, you can start participating in the BSC governance.
To participate in BSC governance, you first need to delegate your voting power to a validator or yourself if you wish to
To participate in BSC governance, you first need to delegate your voting power to someone or yourself if you wish to
vote directly.

![](../../assets/bcfusion/tally1.png){:style="width:800px"}
Expand Down
Loading