feat(ledger): add utf-8 message signing support

This commit is contained in:
kyranjamie
2022-07-21 13:24:43 +02:00
committed by kyranjamie
parent fca2545e5d
commit 99239b2648
73 changed files with 937 additions and 496 deletions

View File

@@ -74,9 +74,9 @@ const aliases = {
'@stacks/storage': '@stacks/storage/dist/esm',
'@stacks/transactions': '@stacks/transactions/dist/esm',
'@stacks/wallet-sdk': '@stacks/wallet-sdk/dist/esm',
'lottie-web': path.resolve('node_modules/lottie-web/build/player/lottie_light.js'),
};
const config = {
entry: {
background: path.join(SRC_ROOT_PATH, 'background', 'background.ts'),