Skip to content

Commit

Permalink
Merge pull request wemixarchive#56 from cp-yoonjin/dev
Browse files Browse the repository at this point in the history
params: Gwemix v0.10.4
  • Loading branch information
wm-jsong1230 committed May 30, 2023
2 parents 783951f + e761c69 commit 08ab37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ var (
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
PangyoBlock: big.NewInt(0),
ApplepieBlock: big.NewInt(20_476_911),
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 = 0 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 08ab37d

Please sign in to comment.