Skip to content

Commit

Permalink
fix: update vault
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Nov 21, 2022
1 parent 8052721 commit c22b807
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .tikici.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ deployment_config:
paths:
- path: /
port: '3000'
envFrom:
- secretRef:
name: explorer-fe
optional: false
replicaCount: 1
prod:
ingress:
Expand All @@ -89,4 +93,8 @@ deployment_config:
paths:
- path: /
port: '3000'
envFrom:
- secretRef:
name: explorer-fe
optional: false
replicaCount: 1
12 changes: 6 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ const { withSentryConfig } = require('@sentry/nextjs')
const nextConfig = {
reactStrictMode: false,
env: {
NEXT_PUBLIC_COSMOS_API: 'https://chainindexing.astranaut.dev',
NEXT_PUBLIC_EVM_API: 'https://blockscout.astranaut.dev',
NEXT_PUBLIC_URL: 'https://explorer.astranaut.dev',
NEXT_PUBLIC_CHAIN_ID: 11115,
NEXT_PUBLIC_TITLE: 'Astra Explorer Testnet',
NEXT_PUBLIC_GA_MEASUREMENT_ID: 'G-XNDN41NMWF',
// NEXT_PUBLIC_COSMOS_API: 'https://chainindexing.astranaut.dev',
// NEXT_PUBLIC_EVM_API: 'https://blockscout.astranaut.dev',
// NEXT_PUBLIC_URL: 'https://explorer.astranaut.dev',
// NEXT_PUBLIC_CHAIN_ID: 11115,
// NEXT_PUBLIC_TITLE: 'Astra Explorer Testnet',
// NEXT_PUBLIC_GA_MEASUREMENT_ID: 'G-XNDN41NMWF',

NEXT_PUBLIC_BLOCK_INTERVAL: '5000',
NEXT_PUBLIC_TRANSACTION_INTERVAL: '5000',
Expand Down

0 comments on commit c22b807

Please sign in to comment.