From ce06e8f0fa088e82c690fed6d2704577ae7da4d6 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Tue, 31 Oct 2023 19:58:07 -0600 Subject: [PATCH] update derivation path to the one for time --- src/libs/crypto/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/crypto/index.ts b/src/libs/crypto/index.ts index 859278984..be8ccefd1 100644 --- a/src/libs/crypto/index.ts +++ b/src/libs/crypto/index.ts @@ -9,7 +9,7 @@ import * as u8a from "uint8arrays"; import { ENDORSER_JWT_URL_LOCATION } from "@/libs/endorserServer"; import { DEFAULT_DID_PROVIDER_NAME } from "../veramo/setup"; -export const DEFAULT_ROOT_DERIVATION_PATH = "m/76798669'/0'/0'/0'"; +export const DEFAULT_ROOT_DERIVATION_PATH = "m/84737769'/0'/0'/0'"; /** *