Skip to content

Commit

Permalink
fix array
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Oct 23, 2024
1 parent 1976486 commit 1b556d1
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions kubernetes/devnet-4/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,21 @@ blockscout-stack:
NEXT_PUBLIC_AD_TEXT_PROVIDER: none
NEXT_PUBLIC_IS_TESTNET: true
NEXT_PUBLIC_GAS_TRACKER_ENABLED: true
NEXT_PUBLIC_GAS_TRACKER_UNITS: [gwei]
NEXT_PUBLIC_GAS_TRACKER_UNITS:
- gwei
NEXT_PUBLIC_HAS_BEACON_CHAIN: true
NEXT_PUBLIC_WEB3_WALLETS: [metamask]
NEXT_PUBLIC_WEB3_WALLETS:
- metamask
NEXT_PUBLIC_NETWORK_VERIFICATION_TYPE: validation
NEXT_PUBLIC_HOMEPAGE_STATS: [
latest_batch,
total_blocks,
average_block_time,
total_txs,
latest_l1_state_batch,
wallet_addresses,
gas_tracker,
current_epoch,
]
NEXT_PUBLIC_HOMEPAGE_STATS:
- latest_batch
- total_blocks
- average_block_time
- total_txs
- latest_l1_state_batch
- wallet_addresses
- gas_tracker
- current_epoch

postgresql:
enabled: true
Expand Down

0 comments on commit 1b556d1

Please sign in to comment.