Skip to content

Commit 9ace13c

Browse files
Revert docs image, remove some old comments
1 parent 2d1c0d2 commit 9ace13c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

examples/next/src/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { getEmitterContractAddress } from './constants/permissions'
1010

1111
const 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
1614
const isDebugMode = searchParams.has('debug')
1715
const isDev = true

examples/react/src/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { getEmitterContractAddress } from './constants/permissions'
99

1010
const 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
1513
const isDebugMode = searchParams.has('debug')
1614
// @ts-ignore

public/docs/checkout-modal.png

-89.9 KB
Loading

0 commit comments

Comments
 (0)