diff --git a/src/lib/account-discovery.js b/src/lib/account-discovery.js
index b2e24b29..022fbaba 100755
--- a/src/lib/account-discovery.js
+++ b/src/lib/account-discovery.js
@@ -16,7 +16,7 @@ const walkDerivationPath = async node => {
 
   if (window.location.href.indexOf('extgap=s') > -1) gapLimit = 30;
   if (window.location.href.indexOf('extgap=m') > -1) gapLimit = 40;
-  if (window.location.href.indexOf('extgap=l') > -1) gapLimit = 50;
+  if (window.location.href.indexOf('extgap=l') > -1) gapLimit = 60;
   if (window.location.href.indexOf('extgap=xl') > -1) gapLimit = 100;
 
   if (window.location.href.indexOf('timeout=s') > -1) addressConcurrency = 2;