Skip to content

Commit 28bd26c

Browse files
authored
Merge pull request #65 from aeternity/feature/update-app-description
refactor: use correct walletConnect metadata
2 parents 8337673 + af74686 commit 28bd26c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/context/AppKitProvider.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { AppKitNetwork, mainnet } from '@reown/appkit/networks';
44

55
const networks = [mainnet] as [AppKitNetwork, ...AppKitNetwork[]];
66
const metadata = {
7-
name: 'AE Bridge and Swap',
8-
description: 'aeternity/aepp-bridge-and-swap',
9-
url: 'https://bridge-and-swap.aepps.com/',
10-
icons: [],
7+
name: 'Superhero Swap',
8+
description: 'Superhero Swap is a simple Web3 DEX bridge on the æternity blockchain. It allows users to swap ETH and aeTH quickly and securely across chains, with low fees and no KYC. Designed for fast cross-chain swaps, it is available within your Superhero wallet and works seamlessly on both desktop and mobile browsers',
9+
url: window.location.origin,
10+
icons: ['https://swap.superhero.com/favicon.ico'],
1111
};
1212

1313
createAppKit({

0 commit comments

Comments
 (0)