Skip to content

Commit 7898ff2

Browse files
feat: enable l1-explorer on scroll-sdk
1 parent 472aefb commit 7898ff2

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

charts/l1-explorer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: l1-explorer helm charts
44
name: l1-explorer
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:
@@ -14,4 +14,4 @@ dependencies:
1414
version: 0.0.3
1515
- name: blockscout-stack
1616
repository: https://blockscout.github.io/helm-charts
17-
version: 1.6.8
17+
version: 1.7.1

charts/l1-explorer/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# l1-explorer
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
l1-explorer helm charts
66

@@ -16,7 +16,7 @@ Kubernetes: `>=1.22.0-0`
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| https://blockscout.github.io/helm-charts | blockscout-stack | 1.6.8 |
19+
| https://blockscout.github.io/helm-charts | blockscout-stack | 1.7.1 |
2020
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | external-secrets-lib | 0.0.3 |
2121

2222
## Values
@@ -41,11 +41,13 @@ Kubernetes: `>=1.22.0-0`
4141
| blockscout-stack.blockscout.ingress.enabled | bool | `true` | |
4242
| blockscout-stack.blockscout.ingress.hostname | string | `"l1-explorer-backend.scrollsdk"` | |
4343
| blockscout-stack.frontend.env.FAVICON_MASTER_URL | string | `"https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/favicons/scroll_180x180.png"` | |
44+
| blockscout-stack.frontend.env.INDEXER_DISABLE_BLOCK_REWARD_FETCHER | bool | `true` | |
4445
| blockscout-stack.frontend.env.NEXT_PUBLIC_AD_BANNER_PROVIDER | string | `"none"` | |
4546
| blockscout-stack.frontend.env.NEXT_PUBLIC_AD_TEXT_PROVIDER | string | `"none"` | |
4647
| blockscout-stack.frontend.env.NEXT_PUBLIC_API_HOST | string | `"l1-explorer-backend.scrollsdk"` | |
4748
| blockscout-stack.frontend.env.NEXT_PUBLIC_API_PROTOCOL | string | `"http"` | |
4849
| blockscout-stack.frontend.env.NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL | string | `"ws"` | |
50+
| blockscout-stack.frontend.env.NEXT_PUBLIC_APP_HOST | string | `"l1-explorer.scrollsdk"` | |
4951
| blockscout-stack.frontend.env.NEXT_PUBLIC_APP_PROTOCOL | string | `"http"` | |
5052
| blockscout-stack.frontend.env.NEXT_PUBLIC_HOMEPAGE_CHARTS | string | `"[\"daily_txs\"]"` | |
5153
| blockscout-stack.frontend.env.NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG | string | `"{'background':['rgba(255, 238, 218, 1)'],'text_color':['rgba(25, 6, 2, 1)']}"` | |

charts/l1-explorer/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ blockscout-stack:
4242
NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG: "{'background':['rgba(255, 238, 218, 1)'],'text_color':['rgba(25, 6, 2, 1)']}"
4343
NEXT_PUBLIC_OG_IMAGE_URL: 'https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/og-images/scroll-sepolia.png'
4444
FAVICON_MASTER_URL: "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/favicons/scroll_180x180.png"
45+
INDEXER_DISABLE_BLOCK_REWARD_FETCHER: true
4546
NEXT_PUBLIC_HOMEPAGE_CHARTS: '["daily_txs"]'
4647
NEXT_PUBLIC_HOMEPAGE_STATS: '["total_blocks", "average_block_time", "total_txs", "wallet_addresses", "gas_tracker"]'
4748
NEXT_PUBLIC_API_PROTOCOL: http
4849
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL: ws
4950
NEXT_PUBLIC_API_HOST: "l1-explorer-backend.scrollsdk"
51+
NEXT_PUBLIC_APP_HOST: "l1-explorer.scrollsdk"
5052
NEXT_PUBLIC_APP_PROTOCOL: http
5153
NEXT_PUBLIC_AD_BANNER_PROVIDER: none
5254
NEXT_PUBLIC_AD_TEXT_PROVIDER: none

charts/scroll-sdk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: scroll helm charts to deploy scroll sdk
44
name: scroll-sdk
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/scroll-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scroll-sdk
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
scroll helm charts to deploy scroll sdk
66

@@ -85,7 +85,7 @@ Kubernetes: `>=1.22.0-0`
8585
| l1-devnet.ingress.main.hosts[0].host | string | `"l1-devnet.scrollsdk"` | |
8686
| l1-devnet.ingress.main.hosts[0].paths[0].path | string | `"/"` | |
8787
| l1-devnet.ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | |
88-
| l1-explorer.enabled | bool | `false` | |
88+
| l1-explorer.enabled | bool | `true` | |
8989
| l1-explorer.ingress.main.enabled | bool | `true` | |
9090
| l1-explorer.ingress.main.hosts[0].host | string | `"l1-explorer.scrollsdk"` | |
9191
| l1-explorer.ingress.main.hosts[0].paths[0].path | string | `"/"` | |

charts/scroll-sdk/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ rollup-node:
8282
enabled: true
8383

8484
l1-explorer:
85-
enabled: false
85+
enabled: true
8686
ingress:
8787
main:
8888
enabled: true

0 commit comments

Comments
 (0)