Skip to content

Commit c8a4132

Browse files
committed
chore: Set mainnet genesis hash
1 parent 9cee7ce commit c8a4132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neuron-wallet/src/types/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export enum NetworkType {
1313
Normal,
1414
}
1515

16-
export const MAINNET_GENESIS_HASH = "0xeeee" // TODO: set this when mainnet launches!
16+
export const MAINNET_GENESIS_HASH = "0x92b197aa1fba0f63633922c61c92375c9c074a93e85963554f5499fe1450d0e5"
1717
export const EMPTY_GENESIS_HASH = "0x"
1818

1919
export interface Network {

0 commit comments

Comments
 (0)