We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cee7ce commit c8a4132Copy full SHA for c8a4132
packages/neuron-wallet/src/types/network.ts
@@ -13,7 +13,7 @@ export enum NetworkType {
13
Normal,
14
}
15
16
-export const MAINNET_GENESIS_HASH = "0xeeee" // TODO: set this when mainnet launches!
+export const MAINNET_GENESIS_HASH = "0x92b197aa1fba0f63633922c61c92375c9c074a93e85963554f5499fe1450d0e5"
17
export const EMPTY_GENESIS_HASH = "0x"
18
19
export interface Network {
0 commit comments