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
c1de6710
Commit
c1de6710
authored
May 16, 2024
by
Max Alekseenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update envs schema
parent
67771c3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
schema.ts
deploy/tools/envs-validator/schema.ts
+1
-0
.env.base
deploy/tools/envs-validator/test/.env.base
+1
-0
No files found.
deploy/tools/envs-validator/schema.ts
View file @
c1de6710
...
...
@@ -620,6 +620,7 @@ const schema = yup
NEXT_PUBLIC_HAS_USER_OPS
:
yup
.
boolean
(),
NEXT_PUBLIC_METASUITES_ENABLED
:
yup
.
boolean
(),
NEXT_PUBLIC_SWAP_BUTTON_URL
:
yup
.
string
(),
NEXT_PUBLIC_PAYMENT_LINK_URL
:
yup
.
string
(),
NEXT_PUBLIC_VALIDATORS_CHAIN_TYPE
:
yup
.
string
<
ValidatorsChainType
>
().
oneOf
(
VALIDATORS_CHAIN_TYPE
),
NEXT_PUBLIC_GAS_TRACKER_ENABLED
:
yup
.
boolean
(),
NEXT_PUBLIC_GAS_TRACKER_UNITS
:
yup
.
array
().
transform
(
replaceQuotes
).
json
().
of
(
yup
.
string
<
GasUnit
>
().
oneOf
(
GAS_UNITS
)),
...
...
deploy/tools/envs-validator/test/.env.base
View file @
c1de6710
...
...
@@ -73,4 +73,5 @@ NEXT_PUBLIC_VISUALIZE_API_BASE_PATH=https://example.com
NEXT_PUBLIC_WEB3_DISABLE_ADD_TOKEN_TO_WALLET=false
NEXT_PUBLIC_WEB3_WALLETS=['coinbase','metamask','token_pocket']
NEXT_PUBLIC_SWAP_BUTTON_URL=uniswap
NEXT_PUBLIC_PAYMENT_LINK_URL=peanut-protocol
NEXT_PUBLIC_VALIDATORS_CHAIN_TYPE=stability
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