Skip to content

Commit

Permalink
chore(genesis): change alloc data for Homer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHansLee committed Dec 13, 2024
1 parent e0e5af2 commit 10e7223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func DefaultStoryGenesisBlock() *Genesis {
GasLimit: 0x7A1200,
Nonce: 0x42,
Timestamp: 0,
Alloc: decodePrealloc(odysseyAllocData), // TODO: change to Story mainnet alloc data
Alloc: decodePrealloc(homerAllocData), // TODO: change to Story mainnet alloc data
}
}

Expand Down
Loading

0 comments on commit 10e7223

Please sign in to comment.