File tree Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=ws
17
17
NEXT_PUBLIC_API_SPEC_URL = https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml
18
18
NEXT_PUBLIC_SEO_ENHANCED_DATA_ENABLED = true
19
19
NEXT_PUBLIC_PROMOTE_BLOCKSCOUT_IN_TITLE = true
20
- NEXT_PUBLIC_OG_DESCRIPTION = " The First FHE-EVM Chain for Confidential Computing"
20
+ NEXT_PUBLIC_OG_DESCRIPTION = " The First Encrypted Transactions Chain for Confidential Computing"
Original file line number Diff line number Diff line change 1
1
import app from './app' ;
2
2
import { getEnvValue , getExternalAssetFilePath } from './utils' ;
3
3
4
- const defaultImageUrl = '/static/og_placeholder.png' ;
4
+ // const defaultImageUrl = '/static/og_placeholder.png';
5
+ const defaultImageUrl = '/static/og_placeholder_3.png' ;
5
6
6
7
const meta = Object . freeze ( {
7
8
promoteBlockscoutInTitle : getEnvValue ( 'NEXT_PUBLIC_PROMOTE_BLOCKSCOUT_IN_TITLE' ) === 'false' ? false : true ,
8
9
og : {
9
- description : "The First FHE-EVM Chain for Confidential Computing" ,
10
+ description : "The First Encrypted Transactions Chain for Confidential Computing" ,
10
11
imageUrl : defaultImageUrl ,
11
12
enhancedDataEnabled : getEnvValue ( 'NEXT_PUBLIC_OG_ENHANCED_DATA_ENABLED' ) === 'true' ,
12
13
} ,
Original file line number Diff line number Diff line change 5
5
network :
6
6
id : 10111
7
7
name : " Cypher Testnet"
8
- shortname : " Cypher"
8
+ shortname : " Cypher"
9
9
currency :
10
- name : " Zero1 Token"
10
+ name : " Zero1 Token"
11
11
symbol : DEAI
12
12
decimals : 18
13
13
dualToken : false
@@ -27,8 +27,8 @@ blockscout:
27
27
replicaCount : 1
28
28
securityContext :
29
29
runAsUser : 0
30
- runAsGroup : 0
31
- allowPrivilegeEscalation : true
30
+ runAsGroup : 0
31
+ allowPrivilegeEscalation : true
32
32
image :
33
33
repository : blockscout/blockscout
34
34
pullPolicy : IfNotPresent
@@ -153,7 +153,7 @@ blockscout:
153
153
INDEXER_INTERNAL_TRANSACTIONS_BATCH_SIZE : 20
154
154
extraEnv : []
155
155
envFrom : []
156
-
156
+
157
157
command :
158
158
- /bin/sh
159
159
args :
@@ -254,7 +254,7 @@ frontend:
254
254
NEXT_PUBLIC_API_BASE_PATH : /
255
255
NEXT_PUBLIC_APP_HOST : " testnet.cypherscan.ai"
256
256
NEXT_PUBLIC_APP_PROTOCOL : https
257
- NEXT_PUBLIC_OG_DESCRIPTION : " The First FHE-EVM Chain for Confidential Computing"
257
+ NEXT_PUBLIC_OG_DESCRIPTION : " The First Encrypted Transactions Chain for Confidential Computing"
258
258
NEXT_PUBLIC_OG_IMAGE_URL : " https://testnet.cypherscan.ai/static/og_placeholder.png"
259
259
NEXT_PUBLIC_VISUALIZE_API_HOST : " https://visualizer.cypherscan.ai"
260
260
NEXT_PUBLIC_IS_TESTNET : true
@@ -280,7 +280,7 @@ stats:
280
280
type : ClusterIP
281
281
ports :
282
282
- protocol : TCP
283
- port : 80
283
+ port : 80
284
284
targetPort : 8050
285
285
metricsPort : 6060
286
286
podAnnotations : {}
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ blockscout:
27
27
replicaCount : 1
28
28
securityContext :
29
29
runAsUser : 0
30
- runAsGroup : 0
31
- allowPrivilegeEscalation : true
30
+ runAsGroup : 0
31
+ allowPrivilegeEscalation : true
32
32
image :
33
33
repository : blockscout/blockscout
34
34
pullPolicy : IfNotPresent
@@ -244,9 +244,9 @@ frontend:
244
244
NEXT_PUBLIC_API_BASE_PATH : /
245
245
NEXT_PUBLIC_APP_HOST : " blockscout-testnet-stage.cypherscan.ai"
246
246
NEXT_PUBLIC_APP_PROTOCOL : https
247
- NEXT_PUBLIC_OG_DESCRIPTION : " The First FHE-EVM Chain for Confidential Computing"
247
+ NEXT_PUBLIC_OG_DESCRIPTION : " The First Encrypted Transactions Chain for Confidential Computing"
248
248
NEXT_PUBLIC_OG_IMAGE_URL : " https://blockscout-testnet-stage.cypherscan.ai/static/og_placeholder.png"
249
- # NEXT_PUBLIC_HOMEPAGE_CHARTS: ["daily_txs", "market_cap"]
249
+ # NEXT_PUBLIC_HOMEPAGE_CHARTS: ["daily_txs", "market_cap"]
250
250
NEXT_PUBLIC_VISUALIZE_API_HOST : " https://blockscout-testnet-stage-visualizer.cypherscan.ai/"
251
251
NEXT_PUBLIC_IS_TESTNET : true
252
252
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL : wss
@@ -270,7 +270,7 @@ stats:
270
270
type : ClusterIP
271
271
ports :
272
272
- protocol : TCP
273
- port : 80
273
+ port : 80
274
274
targetPort : 8050
275
275
metricsPort : 6060
276
276
podAnnotations : {}
You can’t perform that action at this time.
0 commit comments