From d81aa83ff25fb42153fdbf84236466c028c5ec03 Mon Sep 17 00:00:00 2001 From: ehanoc Date: Wed, 15 Feb 2023 09:38:58 +0000 Subject: [PATCH] update GetUnusedAddresses, GetCollateral support levels --- src/wallets/Lace.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallets/Lace.ts b/src/wallets/Lace.ts index f8d9f91..926a1a0 100644 --- a/src/wallets/Lace.ts +++ b/src/wallets/Lace.ts @@ -14,14 +14,14 @@ export default { [Api.GetUtxos]: SupportLevel.Supported, [Api.GetBalance]: SupportLevel.Supported, [Api.GetUsedAddresses]: SupportLevel.Supported, - [Api.GetUnusedAddresses]: SupportLevel.Supported, + [Api.GetUnusedAddresses]: SupportLevel.Unsupported, [Api.GetChangeAddress]: SupportLevel.Supported, [Api.GetRewardAddress]: SupportLevel.Unsupported, [Api.GetRewardAddresses]: SupportLevel.Supported, [Api.SignTx]: SupportLevel.Supported, [Api.SignData]: SupportLevel.Supported, [Api.SubmitTx]: SupportLevel.Supported, - [Api.GetCollateral]: SupportLevel.Experimental, + [Api.GetCollateral]: SupportLevel.Supported, [Api.On]: SupportLevel.Unsupported, [Api.Off]: SupportLevel.Unsupported }