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: .cursor/commands/prepare-release.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,22 @@ Prepare the next release of the application.
30
30
| Dependencies updates | dependencies |
31
31
| Design updates | design |
32
32
33
-
- Compose the "Changes in ENV variables" section with the following rules:
34
-
- Find all pull requests with the "ENVs" tag.
35
-
- Create a temporary file and paste the pull request numbers along with their descriptions, excluding the "Checklist for PR author" section. Then, remove any content from the descriptions that is unrelated to the enviroment variables or does not describe changes in them. Rephrase sentences if necessary. If pull request description doesn't mention any of these changes, use "Cannot find any changes in ENVs in PR description" as a placeholder.
36
-
- Copy the result to the `./RELEASE_NOTES_<release-tag>.md` file. Group all changes by the pull request number, leaving the link to it. Use the following formatting:
33
+
- Compose the "Changes in ENV Variables" section following these rules:
34
+
- Find all pull requests tagged with "ENVs."
35
+
- Create a temporary file and paste the pull request numbers along with their descriptions, excluding the "Checklist for PR Author" section.
36
+
- Analyze the changes made to the ENV variables based on those descriptions. Feel free to rephrase sentences if necessary. If you cannot determine the correct changes or are unsure of their accuracy, use "Cannot find any changes in ENVs in PR description" as a placeholder in the next step.
37
+
- Compose the section according to the following template (note that changes are grouped by the related pull request number):
37
38
```
38
-
- <link-to-pull-request>:
39
-
- <change-1>
39
+
- <pull-request-number>:
40
40
- <change-1>
41
+
- <change-2>
41
42
```
43
+
Examples:
44
+
- #3005
45
+
- Added `NEXT_PUBLIC_AD_BANNER_ENABLE_SPECIFY` to enable the Specify ad provider for users with a connected wallet.
46
+
- Removed the `hype` option from the `NEXT_PUBLIC_AD_BANNER_PROVIDER` variable values.
47
+
- #2968
48
+
- Added `NEXT_PUBLIC_MEGA_ETH_SOCKET_URL_METRICS` to display information on the uptime dashboard page.
42
49
- Update the "Full list of the ENV variables" and "Full Changelog" with the correct version tags.
43
50
- Update the "New Contributors" section if necessary.
Copy file name to clipboardExpand all lines: docs/DEPRECATED_ENVS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,4 @@
27
27
| NEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY |`string`| Google reCAPTCHA v3 site key | - | - |`<your-secret>`| v1.36.x | v2.4.0+ | Replaced with NEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY |
28
28
| NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR |`string`| Text color of the hero plate on the homepage (escape "#" symbol if you use HEX color codes or use rgba-value instead). | - |`white`|`\#DCFE76`| v1.0.x+ | v2.4.0+ | Replaced by NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG |
29
29
| NEXT_PUBLIC_HOMEPAGE_PLATE_BACKGROUND |`string`| Background css value for hero plate on the homepage (escape "#" symbol if you use HEX color codes or use rgba-value instead). | - |`radial-gradient(103.03% 103.03% at 0% 0%, rgba(183, 148, 244, 0.8) 0%, rgba(0, 163, 196, 0.8) 100%), var(--chakra-colors-blue-400)`|`radial-gradient(at 15% 86%, hsla(350,65%,70%,1) 0px, transparent 50%)`\|`no-repeat bottom 20% right 0px/100% url(https://placekitten/1400/200)`| v1.1.0+ | v2.4.0+ | Replaced by NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG |
30
-
| NEXT_PUBLIC_GRAPHIQL_TRANSACTION |`string`| Txn hash for default query at GraphQl API. | - | - |`0x4a0ed8ddf751a7cb5297f827699117b0f6d21a0b2907594d300dc9fed75c7e62`| v1.0.x+ |<upcoming>| Removed, as the latest transaction hash has now being obtained from the API. |
30
+
| NEXT_PUBLIC_GRAPHIQL_TRANSACTION |`string`| Txn hash for default query at GraphQl API. | - | - |`0x4a0ed8ddf751a7cb5297f827699117b0f6d21a0b2907594d300dc9fed75c7e62`| v1.0.x+ |v2.5.0+| Removed, as the latest transaction hash has now being obtained from the API. |
Copy file name to clipboardExpand all lines: docs/ENVS.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ All json-like values should be single-quoted. If it contains a hash (`#`) or a d
110
110
| NEXT_PUBLIC_NETWORK_RPC_URL |`string \| Array<string>`| Chain public RPC server url, see [https://chainlist.org](https://chainlist.org) for the reference. Can contain a single string value, or an array of urls. | - | - |`https://core.poa.network`| v1.0.x+ |
| NEXT_PUBLIC_NETWORK_CURRENCY_WEI_NAME |`string`| Name of the smallest unit of the native currency (e.g., 'wei' for Ethereum, where 1 ETH = 10^18 wei). Used for displaying gas prices and transaction fees in the smallest denomination. | - |`wei`|`duck`| v1.23.0+ |
113
-
| NEXT_PUBLIC_NETWORK_CURRENCY_GWEI_NAME |`string`| Name of the giga-unit of the native currency (e.g., 'gwei' for Ethereum, where 1 gwei = 10^9 of the smallest unit). Used for displaying gas prices in a more readable format throughout the UI. | - |`gwei`|`gduck`|<upcoming>|
113
+
| NEXT_PUBLIC_NETWORK_CURRENCY_GWEI_NAME |`string`| Name of the giga-unit of the native currency (e.g., 'gwei' for Ethereum, where 1 gwei = 10^9 of the smallest unit). Used for displaying gas prices in a more readable format throughout the UI. | - |`gwei`|`gduck`|v2.5.0+|
@@ -176,7 +176,7 @@ _Note_ Here, all values are arrays of up to two strings. The first string repres
176
176
| --- | --- | --- | --- | --- | --- | --- |
177
177
| NEXT_PUBLIC_FEATURED_NETWORKS |`string`| URL of configuration file (`.json` format only) or file content string representation. It contains list of featured networks that will be shown in the network menu. See [below](#featured-network-configuration-properties) list of available properties for particular network | - | - |`https://example.com/featured_networks_config.json`\|`[{'title':'Astar(EVM)','url':'https://astar.blockscout.com/','group':'Mainnets','icon':'https://example.com/astar.svg'}]`| v1.0.x+ |
178
178
| NEXT_PUBLIC_FEATURED_NETWORKS_ALL_LINK |`string`| Link to the all chains resource. Will be displayed at the bottom of featured networks list. | Works only if NEXT_PUBLIC_FEATURED_NETWORKS is set | - |`https://example.com`| v2.3.0+ |
179
-
| NEXT_PUBLIC_FEATURED_NETWORKS_MODE |`tabs \| list`| Indicates how the networks are presented: in one list or in separate tabs. | Works only if NEXT_PUBLIC_FEATURED_NETWORKS is set |`list`|`tabs`|upcoming|
179
+
| NEXT_PUBLIC_FEATURED_NETWORKS_MODE |`tabs \| list`| Indicates how the networks are presented: in one list or in separate tabs. | Works only if NEXT_PUBLIC_FEATURED_NETWORKS is set |`list`|`tabs`|v2.5.0+|
180
180
181
181
#### Featured network configuration properties
182
182
@@ -589,8 +589,8 @@ Ads are enabled by default on all self-hosted instances. If you would like to di
589
589
| NEXT_PUBLIC_MARKETPLACE_BANNER_LINK_URL |`string`| URL of the page the banner leads to | - | - |`https://example.com`| v1.29.0+ |
590
590
| NEXT_PUBLIC_MARKETPLACE_GRAPH_LINKS_URL |`string`| URL of the file (`.json` format only) which contains the list of The Graph links to be displayed on the Marketplace page | - | - |`https://example.com/graph_links.json`| v1.36.0+ |
591
591
| NEXT_PUBLIC_MARKETPLACE_ESSENTIAL_DAPPS_CONFIG |`EssentialDappsConfig`, see details [below](#essential-dapps-configuration-properties)| Configuration of the essential dapps to be displayed on the Marketplace page | - | - |`{'swap': {'chains': ['1', '10', '100', '11155111'], 'fee': '0.004', 'integrator': 'blockscout'}}`| v2.4.0+ |
592
-
| NEXT_PUBLIC_MARKETPLACE_ESSENTIAL_DAPPS_AD_ENABLED |`boolean`| The flag enables ad in essential dapps. *Feature is enabled by default; pass `false` to disable it.*| - |`true`|`false`|upcoming|
| NEXT_PUBLIC_MARKETPLACE_ESSENTIAL_DAPPS_AD_ENABLED |`boolean`| The flag enables ad in essential dapps. *Feature is enabled by default; pass `false` to disable it.*| - |`true`|`false`|v2.5.0+|
@@ -1032,10 +1032,10 @@ This feature enables the application to act as an explorer of multiple blockchai
1032
1032
1033
1033
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
1034
1034
| --- | --- | --- | --- | --- | --- | --- |
1035
-
| NEXT_PUBLIC_MULTICHAIN_ENABLED |`boolean`| The flag that enables the feature | Required | - |`true`|upcoming|
1036
-
| NEXT_PUBLIC_MULTICHAIN_CLUSTER |`string`| Chain's cluster name; used to construct the full URL for requests to the aggregator API service | Required | - |`interop`|upcoming|
1037
-
| NEXT_PUBLIC_MULTICHAIN_AGGREGATOR_API_HOST |`string`| Multichain aggregator API service host | Required | - |`https://multichain-aggregator.k8s-dev.blockscout.com`|upcoming|
1038
-
| NEXT_PUBLIC_MULTICHAIN_STATS_API_HOST |`string`| Multichain statistics API service host | Required | - |`http://multichain-search-stats.k8s-dev.blockscout.com`|upcoming|
1035
+
| NEXT_PUBLIC_MULTICHAIN_ENABLED |`boolean`| The flag that enables the feature | Required | - |`true`|v2.5.0+|
1036
+
| NEXT_PUBLIC_MULTICHAIN_CLUSTER |`string`| Chain's cluster name; used to construct the full URL for requests to the aggregator API service | Required | - |`interop`|v2.5.0+|
1037
+
| NEXT_PUBLIC_MULTICHAIN_AGGREGATOR_API_HOST |`string`| Multichain aggregator API service host | Required | - |`https://multichain-aggregator.k8s-dev.blockscout.com`|v2.5.0+|
1038
+
| NEXT_PUBLIC_MULTICHAIN_STATS_API_HOST |`string`| Multichain statistics API service host | Required | - |`http://multichain-search-stats.k8s-dev.blockscout.com`|v2.5.0+|
0 commit comments