Skip to content

Commit

Permalink
Update Zinken deployment block (#7507)
Browse files Browse the repository at this point in the history
* Simplify comparisons

* Update Zinken deployment block
  • Loading branch information
terencechain committed Oct 12, 2020
1 parent 3d0fc8b commit 9434d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/params/testnet_zinken_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package params
// network config.
func UseZinkenNetworkConfig() {
cfg := BeaconNetworkConfig().Copy()
cfg.ContractDeploymentBlock = 3384340
cfg.ContractDeploymentBlock = 3488417
cfg.ChainID = 5
cfg.NetworkID = 5
cfg.DepositContractAddress = "0x99F0Ec06548b086E46Cb0019C78D0b9b9F36cD53"
Expand Down

0 comments on commit 9434d66

Please sign in to comment.