Skip to content

Commit 667c5b5

Browse files
committed
adding packages to externals
1 parent d1016ec commit 667c5b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

rollup.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,14 @@ export default [
4444
'@polkadot/keyring',
4545
'@solana/web3.js',
4646
'avalanche',
47-
'axios'
47+
'axios',
48+
'bs58',
49+
'sha.js',
50+
'bip39',
51+
'bip32',
52+
'elliptic',
53+
'eciesjs',
54+
'ethers'
4855
],
4956
output: [
5057
{ file: pkg.main, format: 'cjs' },

0 commit comments

Comments
 (0)