We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af1d7d + c192e20 commit ecb357dCopy full SHA for ecb357d
app/upgrades/v300/constants.go
@@ -17,7 +17,7 @@ var (
17
GlobalLiquidStakingCap = sdk.MustNewDecFromStr("0.25") // 25%
18
19
// BeaconContractAddress is the address of the beacon contract
20
- BeaconContractAddress = ""
+ BeaconContractAddress = "0xce3d3e91a49ff35b316e7eb84d9fecb067611150"
21
22
// MinDepositRatio is the minimum deposit ratio
23
MinDepositRatio = sdk.MustNewDecFromStr("0.01")
0 commit comments