Skip to content

Commit 2d1c0d2

Browse files
Update example projectAccessKey
1 parent 6f57c1b commit 2d1c0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const searchParams = new URLSearchParams(location.search)
1515
const isDebugMode = searchParams.has('debug')
1616
// @ts-ignore
1717
const isDev = false
18-
const projectAccessKey = isDev ? 'AQAAAAAAAAVBcvNU0sTXiBQmgnL-uVm929Y' : 'AQAAAAAAAKqC8tV0Mgsd0BGlI2bzanNTdEE'
18+
const projectAccessKey = isDev ? 'AQAAAAAAAAVBcvNU0sTXiBQmgnL-uVm929Y' : 'AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI'
1919
const walletConnectProjectId = 'c65a6cb1aa83c4e24500130f23a437d8'
2020

2121
export const sponsoredContractAddresses: Record<number, `0x${string}`> = {

0 commit comments

Comments
 (0)