Skip to content

Commit 3b83281

Browse files
authored
updated project access key (#534)
1 parent 4e67334 commit 3b83281

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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 walletType: WalletType = searchParams.get('type') === 'universal' ? 'unive
1515
const isDebugMode = searchParams.has('debug')
1616
// @ts-ignore
1717
const isDev = __SEQUENCE_WEB_SDK_IS_DEV__
18-
const projectAccessKey = isDev ? 'AQAAAAAAAAbRfXdDS5e-ZD2pNeMcCtNnij4' : 'AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI'
18+
const projectAccessKey = isDev ? 'AQAAAAAAAAbRfXdDS5e-ZD2pNeMcCtNnij4' : 'AQAAAAAAAKqC8tV0Mgsd0BGlI2bzanNTdEE'
1919
const walletConnectProjectId = 'c65a6cb1aa83c4e24500130f23a437d8'
2020

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

packages/connect/src/styles.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,6 +2500,4 @@ export const styles = String.raw`
25002500
--tw-gradient-to-position: 100%;
25012501
}
25022502
}
2503-
}
2504-
2505-
`
2503+
}`

0 commit comments

Comments
 (0)