From f96504af6d25821111b1d70deaf6fd462669c8bb Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Fri, 22 Nov 2024 19:09:08 +0100 Subject: [PATCH] Add missing curve to iotex --- app-load-params-db.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-load-params-db.json b/app-load-params-db.json index 7c1eb82..3c52edd 100644 --- a/app-load-params-db.json +++ b/app-load-params-db.json @@ -1224,7 +1224,8 @@ "iotex": { "appFlags": {"flex": "0xa40", "nanos": "0xa40", "nanos2": "0xa40", "nanox": "0xa40", "stax": "0xa40"}, "appName": "IoTeX", - "path": ["45'", "44'/304'", "44'/1'"] + "curve": ["secp256k1"], + "path": ["44'/304'", "45'", "44'/1'"] }, "ironfish-dkg": { "appFlags": {"flex": "0x200", "nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},