Skip to content

Commit 71cb5fc

Browse files
chore: changed metadata of wagmi app
1 parent 8cf7f66 commit 71cb5fc

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ React Native examples implementing Reown AppKit and WalletKit
1212
- WalletConnect Modal + Ethers v5: `dapps/ModalEthers`
1313
- WalletConnect Modal + Universal Provider: `dapps/ModalUProvider`
1414

15-
- AppKit + Wagmi: `dapps/W3MWagmi`
15+
- AppKit + Wagmi + Multichain: `dapps/W3MWagmi`
1616
- AppKit + Ethers: `dapps/W3MEthers`
1717
- AppKit + Ethers v5: `dapps/W3MEthers5`
1818

dapps/W3MWagmi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AppKit + Wagmi example
1+
# AppKit + Multichain example
22

33
## Getting Started
44

dapps/W3MWagmi/scripts/misc_debug.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const getMetadata = () => {
22
return {
3-
name: 'AppKit + wagmi (debug)',
4-
description: 'AppKit + wagmi (debug)',
3+
name: 'AppKit + Multichain (debug)',
4+
description: 'AppKit + Multichain (debug)',
55
url: 'https://reown.com/appkit',
66
icons: ['https://avatars.githubusercontent.com/u/179229932'],
77
redirect: {

dapps/W3MWagmi/scripts/misc_internal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const getMetadata = () => {
22
return {
3-
name: 'AppKit + wagmi (internal)',
4-
description: 'AppKit + wagmi (internal)',
3+
name: 'AppKit + Multichain (internal)',
4+
description: 'AppKit + Multichain (internal)',
55
url: 'https://reown.com/appkit',
66
icons: ['https://avatars.githubusercontent.com/u/179229932'],
77
redirect: {

dapps/W3MWagmi/scripts/misc_prod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const getMetadata = () => {
22
return {
3-
name: 'AppKit + wagmi',
4-
description: 'AppKit + wagmi',
3+
name: 'AppKit + Multichain',
4+
description: 'AppKit + Multichain',
55
url: 'https://reown.com/appkit',
66
icons: ['https://avatars.githubusercontent.com/u/179229932'],
77
redirect: {

dapps/W3MWagmi/src/utils/misc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const getMetadata = () => {
22
return {
3-
name: 'AppKit + wagmi (debug)',
4-
description: 'AppKit + wagmi (debug)',
3+
name: 'AppKit + Multichain (debug)',
4+
description: 'AppKit + Multichain (debug)',
55
url: 'https://reown.com/appkit',
66
icons: ['https://avatars.githubusercontent.com/u/179229932'],
77
redirect: {

0 commit comments

Comments
 (0)