Though the line where I generate the update key fails with the following message:
(node:52954) UnhandledPromiseRejectionWarning: Error: key: Is not extractable at EcdsaProvider.checkExportKey
Are you aware of this or am I missing something? Would also be cool if you could update the demo App that shows the right approach.
I saw that you recently changed that we need to include an update key.
I implemented it like you suggested:
Though the line where I generate the
update
key fails with the following message:(node:52954) UnhandledPromiseRejectionWarning: Error: key: Is not extractable at EcdsaProvider.checkExportKey
Are you aware of this or am I missing something? Would also be cool if you could update the demo App that shows the right approach.