File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import W3iContextProvider from '@/contexts/W3iContext'
1212import ConfiguredRoutes from '@/routes'
1313import { polyfill } from '@/utils/polyfill'
1414import { initSentry } from '@/utils/sentry'
15- import { wagmiConfig } from '@/utils/wagmiConfig'
15+ import { metadata , wagmiConfig } from '@/utils/wagmiConfig'
1616
1717import { Modals } from './Modals'
1818import DevTimeStamp from './components/dev/DevTimeStamp'
@@ -32,12 +32,7 @@ createWeb3Modal({
3232 privacyPolicyUrl : PRIVACY_POLICY_URL ,
3333 themeMode : 'light' ,
3434 themeVariables : { '--w3m-z-index' : 9999 } ,
35- metadata : {
36- name : 'Web3Inbox' ,
37- description : 'Web3Inbox App' ,
38- url : 'https://web3inbox.com' ,
39- icons : [ 'https://assets.web3inbox.com/images/w3i-app-logo.png' ]
40- }
35+ metadata
4136} )
4237
4338const queryClient = new QueryClient ( )
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import { defaultWagmiConfig } from '@web3modal/wagmi'
33
44const projectId = import . meta. env . VITE_PROJECT_ID
55
6- const metadata = {
6+ export const metadata = {
77 name : 'Web3Inbox' ,
8- description : 'Notification Hub ' ,
9- url : 'https://app. web3inbox.com' ,
10- icons : [ 'https://app .web3inbox.com/logo.png' ]
8+ description : 'Web3Inbox App ' ,
9+ url : 'https://web3inbox.com' ,
10+ icons : [ 'https://assets .web3inbox.com/images/w3i-app- logo.png' ]
1111}
1212
1313export const wagmiConfig = defaultWagmiConfig ( {
You can’t perform that action at this time.
0 commit comments