Skip to content

Commit 3cf1b4f

Browse files
chore: changed app metadata (#256)
1 parent 1a30873 commit 3cf1b4f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

dapps/pos-app/app/_layout.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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: {

dapps/pos-app/utils/appkit.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)