File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,10 @@ export default Sentry.wrap(function RootLayout() {
5252 projectId : process . env . EXPO_PUBLIC_PROJECT_ID ! ,
5353 deviceId : "1234567890" ,
5454 metadata : {
55- merchantName : "Mobile POS Terminal" ,
56- description : "Mobile Point of Sale Terminal" ,
57- logoIcon : "https://avatars.githubusercontent.com/u/179229932" ,
55+ merchantName : "WPay" ,
56+ description : "WalletConnect Point of Sale" ,
57+ logoIcon :
58+ "https://raw.githubusercontent.com/reown-com/react-native-examples/refs/heads/main/dapps/pos-app/assets/images/icon.png" ,
5859 url : "https://reown.com/appkit" ,
5960 } ,
6061 loggerOptions : {
Original file line number Diff line number Diff line change @@ -34,9 +34,11 @@ export const appKit = createAppKit({
3434 swaps : false ,
3535 } ,
3636 metadata : {
37- name : "Mobile POS Terminal " ,
38- description : "Mobile POS terminal for crypto payments " ,
37+ name : "WPay " ,
38+ description : "WalletConnect Point of Sale " ,
3939 url : "https://reown.com/appkit" ,
40- icons : [ "https://avatars.githubusercontent.com/u/179229932" ] ,
40+ icons : [
41+ "https://raw.githubusercontent.com/reown-com/react-native-examples/refs/heads/main/dapps/pos-app/assets/images/icon.png" ,
42+ ] ,
4143 } ,
4244} ) ;
You can’t perform that action at this time.
0 commit comments