-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Apply BSC Gibbs upgrade for mainnet #6211
Conversation
}, | ||
{ | ||
ContractAddr: StakingContract, | ||
CommitUrl: "https://github.com/bnb-chain/bsc-genesis-contract/commit/8cfa94e657670d60ac1ff0563cddcf4664f77227", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same, CommitUrl & Code may mismatch.
Configs: []*UpgradeConfig{ | ||
{ | ||
ContractAddr: TokenHubContract, | ||
CommitUrl: "https://github.com/bnb-chain/bsc-genesis-contract/commit/8cfa94e657670d60ac1ff0563cddcf4664f77227", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the CommitUrl refers to mainNet, but the Code is rialtoNet?
pls check: https://github.com/bnb-chain/bsc/blob/master/core/systemcontracts/upgrade.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just double-checked with this link, the code for mainNet and rialtoNet seemed the same, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
For issue #6163, based on pr #5359 of Gibbs , Supported BSC mainnet Gibbs hardfork