Skip to content

Commit

Permalink
feat: update Euler Fork blockNumber
Browse files Browse the repository at this point in the history
(cherry picked from commit 0080707)
  • Loading branch information
cosinlink committed Jun 14, 2022
1 parent 4a1fdf9 commit 15190f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ var (
NielsBlock: big.NewInt(0),
MirrorSyncBlock: big.NewInt(5184000),
BrunoBlock: big.NewInt(13082000),

// TODO modify blockNumber
EulerBlock: nil,
EulerBlock: big.NewInt(18907621),

Parlia: &ParliaConfig{
Period: 3,
Expand Down Expand Up @@ -303,9 +301,7 @@ var (
NielsBlock: big.NewInt(0),
MirrorSyncBlock: big.NewInt(400),
BrunoBlock: big.NewInt(400),

// TODO
EulerBlock: nil,
EulerBlock: nil,

Parlia: &ParliaConfig{
Period: 3,
Expand Down

0 comments on commit 15190f3

Please sign in to comment.