From c75ad999453cc72686bffcdd96a38068c4330227 Mon Sep 17 00:00:00 2001 From: n4l5u0r <59141606+n4l5u0r@users.noreply.github.com> Date: Sat, 9 Nov 2024 10:38:07 +0100 Subject: [PATCH] fix: Update app-load-params-db.json for Acre app alignement of the required derivation path for Acre App --- app-load-params-db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-load-params-db.json b/app-load-params-db.json index 5171362..f8a32cf 100644 --- a/app-load-params-db.json +++ b/app-load-params-db.json @@ -621,13 +621,13 @@ "appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"}, "appName": "Acre", "curve": ["secp256k1"], - "path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"] + "path": [null] }, "acre_testnet": { "appFlags": {"flex": "0xa10", "nanos2": "0xa10", "nanox": "0xa10", "stax": "0xa10"}, "appName": "Acre Test", "curve": ["secp256k1"], - "path": ["44'/0'", "44'/1'", "48'/0'", "48'/1'", "49'/0'", "49'/1'", "84'/0'", "84'/1'", "86'/0'", "86'/1'"] + "path": [null] }, "aeternity": { "appFlags": {"nanos": "0x240", "nanos2": "0x240", "nanox": "0x240"},