1
+ # Set of ENVs for Arbitrum Sepolia network explorer
2
+ # https://arbitrum-sepolia.blockscout.com
3
+ # This is an auto-generated file. To update all values, run "yarn dev:preset:sync --name=arbitrum_sepolia"
4
+
5
+ # Local ENVs
6
+ NEXT_PUBLIC_APP_PROTOCOL=http
7
+ NEXT_PUBLIC_APP_HOST=localhost
8
+ NEXT_PUBLIC_APP_PORT=3000
9
+ NEXT_PUBLIC_APP_ENV=development
10
+ NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=ws
11
+
12
+ # Instance ENVs
13
+ NEXT_PUBLIC_ADMIN_SERVICE_API_HOST=https://admin-rs.services.blockscout.com
14
+ NEXT_PUBLIC_API_BASE_PATH=/
15
+ NEXT_PUBLIC_API_HOST=arbitrum-sepolia.blockscout.com
16
+ NEXT_PUBLIC_API_SPEC_URL=https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml
17
+ NEXT_PUBLIC_CONTRACT_CODE_IDES=[{'title':'Remix IDE','url':'https://remix.ethereum.org/?address={hash}&blockscout={domain}','icon_url':'https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/ide-icons/remix.png'}]
18
+ NEXT_PUBLIC_CONTRACT_INFO_API_HOST=https://contracts-info.services.blockscout.com
19
+ NEXT_PUBLIC_FEATURED_NETWORKS=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/featured-networks/arbitrum-sepolia.json
20
+ NEXT_PUBLIC_GRAPHIQL_TRANSACTION=0xb730960249381c72588024f5e213abd8e032d968aeb9629103e70677b0850bfa
21
+ NEXT_PUBLIC_HAS_USER_OPS=true
22
+ NEXT_PUBLIC_HOMEPAGE_CHARTS=['daily_txs']
23
+ NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG={'background':['rgba(27, 74, 221, 1)']}
24
+ NEXT_PUBLIC_IS_ACCOUNT_SUPPORTED=true
25
+ NEXT_PUBLIC_IS_TESTNET=true
26
+ NEXT_PUBLIC_LOGOUT_URL=https://blockscout-arbitrum.us.auth0.com/v2/logout
27
+ NEXT_PUBLIC_MARKETPLACE_ENABLED=false
28
+ NEXT_PUBLIC_METADATA_SERVICE_API_HOST=https://metadata.services.blockscout.com
29
+ NEXT_PUBLIC_NETWORK_CURRENCY_DECIMALS=18
30
+ NEXT_PUBLIC_NETWORK_CURRENCY_NAME=ETH
31
+ NEXT_PUBLIC_NETWORK_CURRENCY_SYMBOL=ETH
32
+ NEXT_PUBLIC_NETWORK_ICON=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/arbitrum-sepolia.svg
33
+ NEXT_PUBLIC_NETWORK_ICON_DARK=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/arbitrum-sepolia-dark.svg
34
+ NEXT_PUBLIC_NETWORK_ID=421614
35
+ NEXT_PUBLIC_NETWORK_LOGO=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-logos/arbitrum-sepolia.svg
36
+ NEXT_PUBLIC_NETWORK_LOGO_DARK=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-logos/arbitrum-sepolia-dark.svg
37
+ NEXT_PUBLIC_NETWORK_NAME=Arbitrum Sepolia
38
+ NEXT_PUBLIC_NETWORK_RPC_URL=https://sepolia-rollup.arbitrum.io/rpc
39
+ NEXT_PUBLIC_NETWORK_SHORT_NAME=Arbitrum Sepolia
40
+ NEXT_PUBLIC_OG_ENHANCED_DATA_ENABLED=true
41
+ NEXT_PUBLIC_OG_IMAGE_URL=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/og-images/arbitrum-sepolia.png
42
+ NEXT_PUBLIC_ROLLUP_L1_BASE_URL=https://eth-sepolia.blockscout.com
43
+ NEXT_PUBLIC_ROLLUP_TYPE=arbitrum
44
+ NEXT_PUBLIC_SENTRY_DSN=https://
[email protected] /4503902500421632
45
+ NEXT_PUBLIC_STATS_API_HOST=https://stats-arbitrum-sepolia.k8s-prod-2.blockscout.com
46
+ NEXT_PUBLIC_TRANSACTION_INTERPRETATION_PROVIDER=blockscout
47
+ NEXT_PUBLIC_VISUALIZE_API_HOST=https://visualizer.services.blockscout.com
0 commit comments