File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ import { getEmitterContractAddress } from './constants/permissions'
1010
1111const searchParams = typeof window !== 'undefined' ? new URLSearchParams ( window . location . search ) : new URLSearchParams ( )
1212
13- // append ?type=waas|universal to url to switch between wallet types
14-
1513// append ?debug to url to enable debug mode
1614const isDebugMode = searchParams . has ( 'debug' )
1715const isDev = true
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import { getEmitterContractAddress } from './constants/permissions'
99
1010const searchParams = new URLSearchParams ( location . search )
1111
12- // append ?type=waas|universal to url to switch between wallet types
13-
1412// append ?debug to url to enable debug mode
1513const isDebugMode = searchParams . has ( 'debug' )
1614// @ts -ignore
You can’t perform that action at this time.
0 commit comments