Skip to content

Commit 01f8b47

Browse files
committed
update blockscout
1 parent 64ef89e commit 01f8b47

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

charts/blockscout/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ blockscout-stack:
99
image:
1010
repository: blockscout/blockscout-scroll
1111
pullPolicy: IfNotPresent
12-
tag: 6.9.0-alpha.1
12+
tag: latest
1313

1414
env:
1515
ETHEREUM_JSONRPC_HTTP_URL: scroll-mainnet.g.alchemy.com/v2/uFWDEQJgyTiUYSbbIQlbf
1616
ETHEREUM_JSONRPC_TRACE_URL: scroll-mainnet.g.alchemy.com/v2/uFWDEQJgyTiUYSbbIQlbf
1717
ETHEREUM_JSONRPC_VARIANT: geth
18-
ETHEREUM_JSONRPC_WS_URL: ws://l2-rpc:8546
18+
ETHEREUM_JSONRPC_WS_URL: wss://scroll-mainnet.g.alchemy.com/v2/HW2VCwz7wdNygi43EcQ7R
1919
BLOCK_TRANSFORMER: clique
2020
INDEXER_DISABLE_PENDING_TRANSACTIONS_FETCHER: true
2121
CHAIN_TYPE: scroll

charts/blockscout/values/devnet.yaml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ blockscout-stack:
1313
env:
1414
ETHEREUM_JSONRPC_HTTP_URL: "https://scroll-mainnet.g.alchemy.com/v2/HW2VCwz7wdNygi43EcQ7R" # RPC Layer 2
1515
ETHEREUM_JSONRPC_TRACE_URL: "https://scroll-mainnet.g.alchemy.com/v2/HW2VCwz7wdNygi43EcQ7R" # RPC Layer 2
16-
ETHEREUM_JSONRPC_VARIANT: geth
16+
ETHEREUM_JSONRPC_VARIANT: "geth"
1717
ETHEREUM_JSONRPC_WS_URL: "wss://scroll-mainnet.g.alchemy.com/v2/HW2VCwz7wdNygi43EcQ7R"
18+
SECRET_KEY_BASE: "F9CB8125-360D-4A22-922C-8E00D53E095C" # The value used to sign cookies.
1819

1920
BLOCK_TRANSFORMER: clique
2021

@@ -25,7 +26,7 @@ blockscout-stack:
2526
INDEXER_SCROLL_L1_MESSENGER_START_BLOCK: 18306934
2627
INDEXER_SCROLL_L1_CHAIN_CONTRACT: 0xa13BAF47339d63B743e7Da8741db5456DAc1E556
2728
INDEXER_SCROLL_L1_BATCH_START_BLOCK: 18306934
28-
INDEXER_SCROLL_L1_BATCH_BLOCKSCOUT_BLOBS_API_URL: ""
29+
INDEXER_SCROLL_L1_BATCH_BLOCKSCOUT_BLOBS_API_URL: "https://eth.blockscout.com/api/v2/blobs"
2930
INDEXER_SCROLL_L2_MESSENGER_CONTRACT: 0x781e90f1c8Fc4611c9b7497C3B47F99Ef6969CbC
3031
INDEXER_SCROLL_L2_MESSENGER_START_BLOCK: 0
3132
INDEXER_SCROLL_L2_GAS_ORACLE_CONTRACT: 0x5300000000000000000000000000000000000002
@@ -63,12 +64,12 @@ blockscout-stack:
6364
enabled: true
6465
className: "nginx"
6566
annotations: # Add annotations here. Might be necessary to allow CORS from updated-gas-oracle. Example below
66-
cert-manager.io/cluster-issuer: letsencrypt-prod
67-
nginx.ingress.kubernetes.io/enable-cors: "true"
68-
nginx.ingress.kubernetes.io/cors-allow-origin: "https://blockscout.devnet.aws.scroll.io"
69-
nginx.ingress.kubernetes.io/cors-allow-headers: "updated-gas-oracle, Content-Type, Authorization"
70-
nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, OPTIONS"
71-
nginx.ingress.kubernetes.io/cors-max-age: "86400"
67+
cert-manager.io/cluster-issuer: letsencrypt-prod
68+
nginx.ingress.kubernetes.io/enable-cors: "true"
69+
nginx.ingress.kubernetes.io/cors-allow-origin: "https://blockscout.devnet.aws.scroll.io"
70+
nginx.ingress.kubernetes.io/cors-allow-headers: "updated-gas-oracle, Content-Type, Authorization"
71+
nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, OPTIONS"
72+
nginx.ingress.kubernetes.io/cors-max-age: "86400"
7273
hostname: "blockscout-backend.devnet.aws.scroll.io"
7374
tls:
7475
enabled: true
@@ -86,12 +87,12 @@ blockscout-stack:
8687
enabled: true
8788
className: "nginx"
8889
annotations: # Add annotations here. Might be necessary to allow CORS from updated-gas-oracle. Example below
89-
cert-manager.io/cluster-issuer: letsencrypt-prod
90-
nginx.ingress.kubernetes.io/enable-cors: "true"
91-
nginx.ingress.kubernetes.io/cors-allow-origin: "https://blockscout.devnet.aws.scroll.io"
92-
nginx.ingress.kubernetes.io/cors-allow-headers: "updated-gas-oracle, Content-Type, Authorization"
93-
nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, OPTIONS"
94-
nginx.ingress.kubernetes.io/cors-max-age: "86400"
90+
cert-manager.io/cluster-issuer: letsencrypt-prod
91+
nginx.ingress.kubernetes.io/enable-cors: "true"
92+
nginx.ingress.kubernetes.io/cors-allow-origin: "https://blockscout.devnet.aws.scroll.io"
93+
nginx.ingress.kubernetes.io/cors-allow-headers: "updated-gas-oracle, Content-Type, Authorization"
94+
nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, OPTIONS"
95+
nginx.ingress.kubernetes.io/cors-max-age: "86400"
9596
hostname: "blockscout.devnet.aws.scroll.io"
9697
tls:
9798
enabled: true

0 commit comments

Comments
 (0)