Skip to content

Commit

Permalink
split upgrade heights
Browse files Browse the repository at this point in the history
  • Loading branch information
forcodedancing committed May 31, 2023
1 parent dbf47b5 commit 2e22c63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ const (
BEP171 = "BEP171" //https://github.com/bnb-chain/BEPs/pull/171
BEP173 = "BEP173" // https://github.com/bnb-chain/BEPs/pull/173
FixDoubleSignChainId = "FixDoubleSignChainId"
BEP126 = "BEP126" //https://github.com/binance-chain/BEPs/pull/126
SecurityEnhancement = "SecurityEnhancement" //TODO: update name
BEP126 = "BEP126" //https://github.com/binance-chain/BEPs/pull/126
EnableReconciliation = "EnableReconciliation" // enable blockchain reconciliation
DisableMessagesPhase1 = "DisableMessagePhase1" // disable message types
)

var MainNetConfig = UpgradeConfig{
Expand Down

0 comments on commit 2e22c63

Please sign in to comment.