Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
345035a1
Commit
345035a1
authored
Sep 01, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add envs to new ci flow
parent
98e8458d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
values-frontend.yaml
charts/values-frontend.yaml
+12
-2
No files found.
charts/values-frontend.yaml
View file @
345035a1
...
...
@@ -22,8 +22,18 @@ resources:
_default
:
"
0.2"
environment
:
{}
# ENV_NAME:
# _default: value
NEXT_PUBLIC_BLOCKSCOUT_VERSION
:
_default
:
v4.1.7-beta
NEXT_PUBLIC_FOOTER_GITHUB_LINK
:
_default
:
https://github.com/blockscout/blockscout
NEXT_PUBLIC_FOOTER_TWITTER_LINK
:
_default
:
https://www.twitter.com/blockscoutcom
NEXT_PUBLIC_FOOTER_TELEGRAM_LINK
:
_default
:
https://t.me/poa_network
NEXT_PUBLIC_FOOTER_STAKING_LINK
:
_default
:
https://duneanalytics.com/maxaleks/xdai-staking
NEXT_PUBLIC_SUPPORTED_NETWORKS
:
_default
:
[{
"
name"
:
"
Gnosis
Chain"
,
"
type"
:
"
xdai"
,
"
subType"
:
"
mainnet"
,
"
group"
:
"
mainnets"
,
"
isAccountSupported"
:
true
},{
"
name"
:
"
Optimism
on
Gnosis
Chain"
,
"
type"
:
"
xdai"
,
"
subType"
:
"
optimism"
,
"
group"
:
"
mainnets"
},{
"
name"
:
"
Arbitrum
on
xDai"
,
"
type"
:
"
xdai"
,
"
subType"
:
"
aox"
,
"
group"
:
"
mainnets"
},{
"
name"
:
"
Ethereum"
,
"
type"
:
"
eth"
,
"
subType"
:
"
mainnet"
,
"
group"
:
"
mainnets"
},{
"
name"
:
"
Ethereum
Classic"
,
"
type"
:
"
etc"
,
"
subType"
:
"
mainnet"
,
"
group"
:
"
mainnets"
},{
"
name"
:
"
POA"
,
"
type"
:
"
poa"
,
"
subType"
:
"
core"
,
"
group"
:
"
mainnets"
},{
"
name"
:
"
RSK"
,
"
type"
:
"
rsk"
,
"
subType"
:
"
mainnet"
,
"
group"
:
"
mainnets"
},{
"
name"
:
"
Gnosis
Chain
Testnet"
,
"
type"
:
"
xdai"
,
"
subType"
:
"
testnet"
,
"
group"
:
"
testnets"
,
"
isAccountSupported"
:
true
},{
"
name"
:
"
POA
Sokol"
,
"
type"
:
"
poa"
,
"
subType"
:
"
sokol"
,
"
group"
:
"
testnets"
},{
"
name"
:
"
ARTIS
Σ1"
,
"
type"
:
"
artis"
,
"
subType"
:
"
sigma1"
,
"
group"
:
"
other"
},{
"
name"
:
"
LUKSO
L14"
,
"
type"
:
"
lukso"
,
"
subType"
:
"
l14"
,
"
group"
:
"
other"
}]
global
:
env
:
test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment