diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 903e9d12..56972bc7 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -357,7 +357,8 @@ "BIP32Derive", "Public Key To ETH Style Address", "Public Key To TRX Style Address", - "ETH / TRX Conversion" + "ETH / TRX Conversion", + "Key To Extended Key" ] }, { diff --git a/tests/operations/index.mjs b/tests/operations/index.mjs index efb45a57..5b4e85d3 100644 --- a/tests/operations/index.mjs +++ b/tests/operations/index.mjs @@ -185,6 +185,8 @@ import "./tests/DeserializeExtendedKey.mjs"; import "./tests/PublicKeyToETHStyleAddress.mjs"; import "./tests/PublicKeyToTRXStyleAddress.mjs"; import "./tests/ETHTRXConversion.mjs"; +import "./tests/KeyToExtendedKey.mjs"; +import "./tests/SeedToAddress.mjs"; import "./tests/GetAllCasings.mjs"; import "./tests/SIGABA.mjs"; import "./tests/ELFInfo.mjs";