Skip to content

Commit 3745ffc

Browse files
committed
update envs.md
1 parent 71c16f9 commit 3745ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ENVS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Settings for meta tags, OG tags and SEO
322322
| NEXT_PUBLIC_VIEWS_TX_HIDDEN_FIELDS | `Array<TxFieldsId>` | Array of the transaction fields ids that should be hidden. See below the list of the possible id values. | - | - | `'["value","tx_fee"]'` | v1.15.0+ |
323323
| NEXT_PUBLIC_VIEWS_TX_ADDITIONAL_FIELDS | `Array<TxAdditionalFieldsId>` | Array of the additional fields ids that should be added to the transaction details. See below the list of the possible id values. | - | - | `'["fee_per_gas"]'` | v1.15.0+ |
324324
| NEXT_PUBLIC_VIEWS_TX_GROUPED_FEES | `boolean` | In the detailed view group transaction fees under one collapsible section. | - | - | `true` | v2.3.5+ |
325-
| NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS | `Array<TxViewId>` | Transaction views that should be hidden. See below the list of the possible id values. | - | - | `'["pending_txs"]'` | <upcoming> |
325+
| NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS | `Array<TxViewId>` | Transaction views that should be hidden. See below the list of the possible id values. | - | - | `'["pending_txs"]'` | v2.8.0+ |
326326

327327
##### Transaction fields list
328328
| Id | Description |
@@ -352,7 +352,7 @@ Settings for meta tags, OG tags and SEO
352352
#### Internal transactions
353353
| Variable | Type | Description | Compulsoriness | Default value | Example value | Version |
354354
| --- | --- | --- | --- | --- | --- | --- |
355-
| NEXT_PUBLIC_INTERNAL_TXS_ENABLED | `boolean` | Set to `false` to hide all internal transaction UI in the explorer, including the global list page and tabs on transaction, address, and block detail pages. | - | `true` | `false` | <upcoming> |
355+
| NEXT_PUBLIC_INTERNAL_TXS_ENABLED | `boolean` | Set to `false` to hide all internal transaction UI in the explorer, including the global list page and tabs on transaction, address, and block detail pages. | - | `true` | `false` | v2.8.0+ |
356356

357357
&nbsp;
358358

0 commit comments

Comments
 (0)