Skip to content

Commit

Permalink
update testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson-ton committed Mar 16, 2023
1 parent e81cb35 commit a5ebdec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ var (
GrayGlacierBlock: big.NewInt(0),
TerminalTotalDifficulty: MainnetTerminalTotalDifficulty, //
RomeBlock: big.NewInt(0),
InitiateBlock: big.NewInt(10),
MilanoBlock: big.NewInt(100),
InitiateBlock: big.NewInt(10000),
MilanoBlock: big.NewInt(30000),
Ethash: new(EthashConfig),
}

Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit a5ebdec

Please sign in to comment.