You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ENVS.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The app instance can be customized by passing the following variables to the Nod
8
8
Please note that in the tables below, the "Compulsoriness" column indicates whether the variable is required for starting up the application, except for the "App Features" section. All features are optional by definition; therefore, the "Compulsoriness" column indicates whether a certain variable is required or optional only within the context of that feature, not for the entire application.
9
9
10
10
### Disclaimer about using variables
11
-
Please be aware that all environment variables prefixed with `NEXT_PUBLIC_` will be exposed to the browser. So any user can obtain its values. Make sure that for all 3rd-party services keys (e.g., Auth0, WalletConnect, etc.) in the services administration panel you have created a whitelist of allowed origins and have added your app domain into it. That will help you prevent using your key by unauthorized app, if someone gets its value.
11
+
Please be aware that all environment variables prefixed with `NEXT_PUBLIC_` will be exposed to the browser. So any user can obtain its values. Make sure that for all 3rd-party services keys (e.g., Auth0, Reown, etc.) in the services administration panel you have created a whitelist of allowed origins and have added your app domain into it. That will help you prevent using your key by unauthorized app, if someone gets its value.
12
12
13
13
### Note about escaping variables values
14
14
All json-like values should be single-quoted. If it contains a hash (`#`) or a dollar-sign (`$`) the whole value should be wrapped in single quotes as well (see `dotenv`[readme](https://github.com/bkeepers/dotenv#variable-substitution) for the reference)
@@ -449,7 +449,8 @@ This feature is **enabled by default**. To switch it off pass `NEXT_PUBLIC_ADVAN
449
449
450
450
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
451
451
| --- | --- | --- | --- | --- | --- | --- |
452
-
| NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID |`string`| Project id for [WalletConnect](https://cloud.walletconnect.com/) integration | Required | - |`<your-secret>`| v1.0.x+ |
452
+
| NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID |`string`| Project id for [Reown AppKit](https://cloud.reown.com//) integration | Required | - |`<your-secret>`| v1.0.x+ |
453
+
| NEXT_PUBLIC_WALLET_CONNECT_FEATURED_WALLET_IDS |`Array<string>`| List of [featured wallet IDs](https://docs.reown.com/appkit/react/core/options#featuredwalletids) in the "Connect your wallet" modal. To obtain the wallet ID, please use [WalletGuild](https://walletguide.walletconnect.network). | - | - |`['c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576']`| upcoming |
453
454
| NEXT_PUBLIC_NETWORK_RPC_URL |`string`| See in [Blockchain parameters](#blockchain-parameters) section | Required | - |`https://core.poa.network`| v1.0.x+ |
454
455
| NEXT_PUBLIC_NETWORK_NAME |`string`| See in [Blockchain parameters](#blockchain-parameters) section | Required | - |`Gnosis Chain`| v1.0.x+ |
455
456
| NEXT_PUBLIC_NETWORK_ID |`number`| See in [Blockchain parameters](#blockchain-parameters) section | Required | - |`99`| v1.0.x+ |
0 commit comments