From c8a4132c32c733936c4cde9c9d078a08d02251ea Mon Sep 17 00:00:00 2001 From: James Chen Date: Sat, 16 Nov 2019 05:17:50 +0800 Subject: [PATCH] chore: Set mainnet genesis hash --- packages/neuron-wallet/src/types/network.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/neuron-wallet/src/types/network.ts b/packages/neuron-wallet/src/types/network.ts index bbb144ffd6..75506766e1 100644 --- a/packages/neuron-wallet/src/types/network.ts +++ b/packages/neuron-wallet/src/types/network.ts @@ -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 {