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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,9 +463,9 @@ This feature is **enabled by default**. To switch it off pass `NEXT_PUBLIC_ADVAN
463
463
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
464
464
| --- | --- | --- | --- | --- | --- | --- |
465
465
| NEXT_PUBLIC_CONTRACT_INFO_API_HOST |`string`| Contract Info API endpoint url | Required | - |`https://contracts-info.services.blockscout.com`| v1.1.0+ |
466
-
| NEXT_PUBLIC_CONTRACT_INFO_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <upcoming> |
466
+
| NEXT_PUBLIC_CONTRACT_INFO_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <v2.8.0+> |
467
467
| NEXT_PUBLIC_ADMIN_SERVICE_API_HOST |`string`| Admin Service API endpoint url | Required | - |`https://admin-rs.services.blockscout.com`| v1.1.0+ |
468
-
| NEXT_PUBLIC_ADMIN_RS_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <upcoming> |
468
+
| NEXT_PUBLIC_ADMIN_RS_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <v2.8.0+> |
469
469
470
470
471
471
@@ -492,7 +492,7 @@ Ads are enabled by default on all self-hosted instances. If you would like to di
| NEXT_PUBLIC_AD_ADBUTLER_CONFIG_MOBILE |`{ id: string; width: number; height: number }`| Placement config for mobile Adbutler banner | - | - |`{'id':'654321','width':'300','height':'100'}`| v1.3.0+ |
498
498
| NEXT_PUBLIC_AD_BANNER_ENABLE_SPECIFY |`boolean`| Enables Specify ads in addition to the main ad banner provider | - | - |`true`| v2.4.0+ |
@@ -609,7 +609,7 @@ Ads are enabled by default on all self-hosted instances. If you would like to di
609
609
| NEXT_PUBLIC_MARKETPLACE_ENABLED |`boolean`|`true` means that the marketplace page will be enabled | Required | - |`true`| v1.24.1+ |
610
610
| NEXT_PUBLIC_MARKETPLACE_CONFIG_URL |`string`| URL of configuration file (`.json` format only) which contains list of apps that will be shown on the marketplace page. See [below](#marketplace-app-configuration-properties) list of available properties for an app. Can be replaced with NEXT_PUBLIC_ADMIN_SERVICE_API_HOST | Required | - |`https://example.com/marketplace_config.json`| v1.0.x+ |
611
611
| NEXT_PUBLIC_ADMIN_SERVICE_API_HOST |`string`| Admin Service API endpoint url. Can be used instead of NEXT_PUBLIC_MARKETPLACE_CONFIG_URL | - | - |`https://admin-rs.services.blockscout.com`| v1.1.0+ |
612
-
| NEXT_PUBLIC_ADMIN_RS_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <upcoming> |
612
+
| NEXT_PUBLIC_ADMIN_RS_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <v2.8.0+> |
613
613
| NEXT_PUBLIC_MARKETPLACE_SUBMIT_FORM |`string`| Link to form where authors can submit their dapps to the marketplace | Required | - |`https://airtable.com/shrqUAcjgGJ4jU88C`| v1.0.x+ |
614
614
| NEXT_PUBLIC_MARKETPLACE_SUGGEST_IDEAS_FORM |`string`| Link to form where users can suggest ideas for the marketplace | - | - |`https://airtable.com/appiy5yijZpMMSKjT/pag3t82DUCyhGRZZO/form`| v1.24.0+ |
615
615
| NEXT_PUBLIC_NETWORK_RPC_URL |`string`| See in [Blockchain parameters](#blockchain-parameters) section | Required | - |`https://core.poa.network`| v1.0.x+ |
@@ -706,7 +706,7 @@ This feature is **enabled by default** with the `['metamask']` value. To switch
706
706
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
707
707
| --- | --- | --- | --- | --- | --- | --- |
708
708
| NEXT_PUBLIC_CONTRACT_INFO_API_HOST |`string`| Contract Info API endpoint url | Required | - |`https://contracts-info.services.blockscout.com`| v1.0.x+ |
709
-
| NEXT_PUBLIC_CONTRACT_INFO_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <upcoming> |
709
+
| NEXT_PUBLIC_CONTRACT_INFO_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <v2.8.0+> |
710
710
711
711
712
712
@@ -751,7 +751,7 @@ This feature allows you to submit an application with a public address tag.
751
751
| --- | --- | --- | --- | --- | --- | --- |
752
752
| NEXT_PUBLIC_METADATA_SERVICE_API_HOST |`string`| Metadata Service API endpoint url | Required | - |`https://metadata.services.blockscout.com`| v1.30.0+ |
753
753
| NEXT_PUBLIC_ADMIN_SERVICE_API_HOST |`string`| Admin Service API endpoint url | Required | - |`https://admin-rs.services.blockscout.com`| v1.1.0+ |
754
-
| NEXT_PUBLIC_ADMIN_RS_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <upcoming> |
754
+
| NEXT_PUBLIC_ADMIN_RS_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <v2.8.0+> |
@@ -987,7 +987,7 @@ This feature enables Blockscout Merits program. It requires that the [My account
987
987
| --- | --- | --- | --- | --- | --- | --- |
988
988
| NEXT_PUBLIC_DEX_POOLS_ENABLED |`boolean`| Set to true to enable the feature | Required | - |`true`| v1.37.0+ |
989
989
| NEXT_PUBLIC_CONTRACT_INFO_API_HOST |`string`| Contract Info API endpoint url | Required | - |`https://contracts-info.services.blockscout.com`| v1.0.x+ |
990
-
| NEXT_PUBLIC_CONTRACT_INFO_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <upcoming> |
990
+
| NEXT_PUBLIC_CONTRACT_INFO_INSTANCE_ID |`string`| Instance ID to use in the service resource paths | - | same as `NEXT_PUBLIC_NETWORK_ID`|`420:duck`| <v2.8.0+> |
0 commit comments