Skip to content

Commit

Permalink
Merge branch 'main' of github.com:EIYARO-Project/core
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed May 18, 2024
2 parents 725f2ca + 2337032 commit 3df2eca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions consensus/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ var MainNetParams = Params{
Checkpoints: []Checkpoint{
{10000, bc.NewHash([32]byte{0xb9, 0xf3, 0x0e, 0x72, 0x29, 0xc0, 0xbf, 0x6b, 0x7b, 0x74, 0x01, 0xc1, 0x4a, 0xf2, 0x67, 0x52, 0xf7, 0xe9, 0x06, 0xe2, 0x3c, 0x6a, 0x56, 0x81, 0x07, 0x92, 0xb8, 0x79, 0x0a, 0x56, 0xc2, 0x5d})},
{20000, bc.NewHash([32]byte{0x92, 0x97, 0x78, 0x53, 0x4a, 0xa3, 0x5f, 0xa3, 0x09, 0x81, 0x56, 0x4f, 0xce, 0xca, 0xb9, 0x10, 0x54, 0x2b, 0xcd, 0xa8, 0x41, 0x5d, 0xb7, 0xd4, 0x27, 0xc3, 0x73, 0xe9, 0x22, 0x8a, 0x41, 0xb8})},
{30000, bc.NewHash([32]byte{0xf7, 0xdc, 0xe3, 0x6c, 0xef, 0xaf, 0xb3, 0xd0, 0xb6, 0x02, 0x92, 0x00, 0x33, 0xdd, 0x21, 0x9d, 0x7a, 0xcf, 0x91, 0xfc, 0xa2, 0x8f, 0x3b, 0xf2, 0xbb, 0xd8, 0x6b, 0x80, 0xf1, 0xdb, 0x36, 0xca})},
},
}

Expand Down
Loading

0 comments on commit 3df2eca

Please sign in to comment.