Skip to content

Commit ecb357d

Browse files
authored
Merge pull request #2937 from irisnet/add-beacon-contract
chore: add beacon contract
2 parents 1af1d7d + c192e20 commit ecb357d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/upgrades/v300/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
GlobalLiquidStakingCap = sdk.MustNewDecFromStr("0.25") // 25%
1818

1919
// BeaconContractAddress is the address of the beacon contract
20-
BeaconContractAddress = ""
20+
BeaconContractAddress = "0xce3d3e91a49ff35b316e7eb84d9fecb067611150"
2121

2222
// MinDepositRatio is the minimum deposit ratio
2323
MinDepositRatio = sdk.MustNewDecFromStr("0.01")

0 commit comments

Comments
 (0)