Skip to content

Commit

Permalink
chore: Set mainnet genesis hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Nov 15, 2019
1 parent 9cee7ce commit c8a4132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neuron-wallet/src/types/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum NetworkType {
Normal,
}

export const MAINNET_GENESIS_HASH = "0xeeee" // TODO: set this when mainnet launches!
export const MAINNET_GENESIS_HASH = "0x92b197aa1fba0f63633922c61c92375c9c074a93e85963554f5499fe1450d0e5"
export const EMPTY_GENESIS_HASH = "0x"

export interface Network {
Expand Down

0 comments on commit c8a4132

Please sign in to comment.