Skip to content

Commit f26834c

Browse files
committed
updated for clarity
1 parent 9d1d26e commit f26834c

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

docs/mini-apps/troubleshooting/base-app-compatibility.mdx

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
22
title: Base App Compatibility
3-
description: Which Mini App features are supported in Base app (TBA) today
3+
description: Build Mini Apps with features that work seamlessly across the Base App and Farcaster.
44
---
55

66
Base App is working towards full compatibility with the Farcaster Mini App SDK. During beta, some features are not yet supported.
77

88

99
# Notifications
1010

11-
The Base App now supports Mini App notifications to re-engage users with your application. Base uses the same notification specification as [Farcaster](https://miniapps.farcaster.xyz/docs/guides/notifications).
11+
The Base app now supports Mini App notifications to re-engage users with your application. Base uses the same notification specification as [Farcaster](https://miniapps.farcaster.xyz/docs/guides/notifications).
1212

1313
To implement notifications in your Mini App, see the [notifications guide](/mini-apps/core-concepts/notifications).
1414

15-
Please note the following limitation:
16-
- Notifications are currently in-app only. Push notification support will be added in the coming weeks.
15+
<Note>
16+
Notifications are currently in-app only. Push notification support will be added in the coming weeks.
17+
</Note>
1718

1819
Future notification features will not require code changes to your Mini App.
1920

@@ -41,7 +42,7 @@ function MyComponent() {
4142

4243
## Wallet Interactions
4344

44-
Base App provides multiple wallet integration methods:
45+
In order to ensure a seamless experience across the Base App and Farcaster, we recommend using the users connected wallet.
4546

4647
### Method 1: OnchainKit (Recommended)
4748
```tsx App.tsx
@@ -94,13 +95,13 @@ function Navigation() {
9495

9596
## Supported Chains
9697

97-
- Base,
98-
- Mainnet,
99-
- Optimism,
100-
- Arbitrum,
101-
- Polygon,
102-
- Zora,
103-
- BNB,
98+
- Base
99+
- Mainnet
100+
- Optimism
101+
- Arbitrum
102+
- Polygon
103+
- Zora
104+
- BNB
104105
- Avalanche C‑Chain
105106

106107
## Development Notes

0 commit comments

Comments
 (0)