From 7409c94c3716df160d11beaf64fafde931bd8e4c Mon Sep 17 00:00:00 2001 From: danny Date: Sun, 18 Mar 2018 00:32:48 -0400 Subject: [PATCH] add new blockie package --- webpack_config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack_config/config.js b/webpack_config/config.js index c39ee7d4..ff1528cf 100644 --- a/webpack_config/config.js +++ b/webpack_config/config.js @@ -43,7 +43,7 @@ module.exports = { 'bip39', 'bn.js', 'classnames', - 'ethereum-blockies', + 'ethereum-blockies-base64', 'ethereumjs-abi', 'ethereumjs-tx', 'ethereumjs-util',