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'
12
12
import ConfiguredRoutes from '@/routes'
13
13
import { polyfill } from '@/utils/polyfill'
14
14
import { initSentry } from '@/utils/sentry'
15
- import { wagmiConfig } from '@/utils/wagmiConfig'
15
+ import { metadata , wagmiConfig } from '@/utils/wagmiConfig'
16
16
17
17
import { Modals } from './Modals'
18
18
import DevTimeStamp from './components/dev/DevTimeStamp'
@@ -32,12 +32,7 @@ createWeb3Modal({
32
32
privacyPolicyUrl : PRIVACY_POLICY_URL ,
33
33
themeMode : 'light' ,
34
34
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
41
36
} )
42
37
43
38
const queryClient = new QueryClient ( )
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import { defaultWagmiConfig } from '@web3modal/wagmi'
3
3
4
4
const projectId = import . meta. env . VITE_PROJECT_ID
5
5
6
- const metadata = {
6
+ export const metadata = {
7
7
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' ]
11
11
}
12
12
13
13
export const wagmiConfig = defaultWagmiConfig ( {
You can’t perform that action at this time.
0 commit comments