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
| NEXT_PUBLIC_ROLLUP_L1_BASE_URL |`string`| Blockscout base URL for parent network. **DEPRECATED**_Use `NEXT_PUBLIC_ROLLUP_PARENT_CHAIN` instead_| Required | - |`'http://eth-goerli.blockscout.com'`| v1.24.0+ |
533
+
| NEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL |`string`| URL for rollup to parent chain withdrawals (Optimistic stack only) | - | - |`https://app.optimism.io/bridge/withdraw`| v1.24.0+ |
534
+
| NEXT_PUBLIC_ROLLUP_LAYER_NUMBER |`number`| Layer number of the rollup | - |`2`|`3`| upcoming |
534
535
| NEXT_PUBLIC_ROLLUP_STAGE_INDEX |`1 \| 2`| Reflects the maturity and decentralization level of the chain based on [L2BEAT's framework](https://medium.com/l2beat/introducing-stages-a-framework-to-evaluate-rollups-maturity-d290bb22befe). The label will be added to the sidebar according to the provided stage index. Not applicable for testnets. | - | - |`1`| v2.1.0+ |
535
536
| NEXT_PUBLIC_FAULT_PROOF_ENABLED |`boolean`| Set to `true` for chains with fault proof system enabled (Optimistic stack only) | - | - |`true`| v1.31.0+ |
536
537
| NEXT_PUBLIC_HAS_MUD_FRAMEWORK |`boolean`| Set to `true` for instances that use MUD framework (Optimistic stack only) | - | - |`true`| v1.33.0+ |
@@ -546,7 +547,7 @@ Ads are enabled by default on all self-hosted instances. If you would like to di
546
547
| Variable | Type| Description | Compulsoriness | Default value | Example value |
547
548
| --- | --- | --- | --- | --- | --- |
548
549
| id |`number`| Chain id, see [https://chainlist.org](https://chainlist.org) for the reference. | - | - |`42`|
549
-
| name |`string`| Displayed name of the chain. Set to customize L1 transaction status labels in the UI (e.g., "Sent to <chain-name>"). Currently, this setting is applicable only for Arbitrum-based chains. | - | - |`DuckChain`|
550
+
| name |`string`| Displayed name of the chain. Set to customize parent chain transaction status labels in the UI (e.g., "Sent to <chain-name>"). Currently, this setting is applicable only for Arbitrum-based chains. | - | - |`DuckChain`|
550
551
| baseUrl |`string`| Base url of the chain explorer. | Required | - |`https://explorer.duckchain.io`|
551
552
| rpcUrls |`Array<string>`| Chain public RPC server urls, see [https://chainlist.org](https://chainlist.org) for the reference. | - | - |`['https://rpc.duckchain.io']`|
0 commit comments