File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const walletType: WalletType = searchParams.get('type') === 'universal' ? 'unive
1515const isDebugMode = searchParams . has ( 'debug' )
1616// @ts -ignore
1717const isDev = __SEQUENCE_WEB_SDK_IS_DEV__
18- const projectAccessKey = isDev ? 'AQAAAAAAAAbRfXdDS5e-ZD2pNeMcCtNnij4' : 'AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI '
18+ const projectAccessKey = isDev ? 'AQAAAAAAAAbRfXdDS5e-ZD2pNeMcCtNnij4' : 'AQAAAAAAAKqC8tV0Mgsd0BGlI2bzanNTdEE '
1919const walletConnectProjectId = 'c65a6cb1aa83c4e24500130f23a437d8'
2020
2121export const sponsoredContractAddresses : Record < number , `0x${string } `> = {
Original file line number Diff line number Diff line change @@ -2500,6 +2500,4 @@ export const styles = String.raw`
25002500 --tw-gradient-to-position: 100%;
25012501 }
25022502 }
2503- }
2504-
2505- `
2503+ }`
You can’t perform that action at this time.
0 commit comments