aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-05-07 00:50:13 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-05-07 00:50:13 +0800
commit553ab142c878849ef44655a52f30f06a2fd45331 (patch)
treeac23cb496aa6d92fe145454c933c3f361f763950
parent8a9bc7e14f2631907fe75d876a8d61b4527ac201 (diff)
downloaddexon-wallet-553ab142c878849ef44655a52f30f06a2fd45331.tar.gz
dexon-wallet-553ab142c878849ef44655a52f30f06a2fd45331.tar.zst
dexon-wallet-553ab142c878849ef44655a52f30f06a2fd45331.zip
Preserve provider name
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 1249d061..1767e66a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -594,7 +594,7 @@ function bundleTask (opts) {
buildStream = buildStream
.pipe(uglify({
mangle: {
- reserved: [ 'MetamaskInpageProvider' ],
+ reserved: [ 'DekuSanInpageProvider' ],
},
}))
}