Skip to content

Commit

Permalink
Merge pull request #2937 from irisnet/add-beacon-contract
Browse files Browse the repository at this point in the history
chore: add beacon contract
  • Loading branch information
mitch1024 authored May 11, 2024
2 parents 1af1d7d + c192e20 commit ecb357d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v300/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
GlobalLiquidStakingCap = sdk.MustNewDecFromStr("0.25") // 25%

// BeaconContractAddress is the address of the beacon contract
BeaconContractAddress = ""
BeaconContractAddress = "0xce3d3e91a49ff35b316e7eb84d9fecb067611150"

// MinDepositRatio is the minimum deposit ratio
MinDepositRatio = sdk.MustNewDecFromStr("0.01")
Expand Down

0 comments on commit ecb357d

Please sign in to comment.