-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
61 lines (49 loc) · 1.83 KB
/
Copy path.env.example
File metadata and controls
61 lines (49 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# RPC URLs
NEXT_PUBLIC_MAINNET_NETWORK_URL=
NEXT_PUBLIC_MAINNET_FALLBACK_URL=
NEXT_PUBLIC_GNOSIS_NETWORK_URL=https://rpc.gnosischain.com
NEXT_PUBLIC_HOODI_NETWORK_URL=https://ethereum-hoodi-rpc.publicnode.com
# Add wallet connect id to support WalletConnect
NEXT_PUBLIC_WALLET_CONNECT_ID=
# VAULT CONFIGURATION
# Set the addresses of the vaults for each network (skip if not needed)
NEXT_PUBLIC_MAINNET_VAULT_ADDRESS=0xAC0F906E433d58FA868F936E8A43230473652885
NEXT_PUBLIC_GNOSIS_VAULT_ADDRESS=0x4b4406Ed8659D03423490D8b62a1639206dA0A7a
NEXT_PUBLIC_HOODI_VAULT_ADDRESS=0xba447498DC4c169f2b4f427B2c4D532320457E89
NEXT_PUBLIC_TITLE=StakeWise
NEXT_PUBLIC_OWNER_DOMAIN=app.stakewise.io
NEXT_PUBLIC_OWNER_X_ACCOUNT=@stakewise_io
# Optional referrer address, will be provided to stake and mint actions
NEXT_PUBLIC_REFERRER=0x0000000000000000000000000000000000000000
# UI CONFIGURATION
# Remove the languages that you don't want to support
# Supported languages:
# en - English
# ru - Russian
# fr - French
# es - Spanish
# pt - Portuguese
# de - Deutsch
# zh - Chinese
NEXT_PUBLIC_LOCALES=en, ru, fr, es, pt, de, zh
# Remove the currencies that you don't want to support
# Supported currencies:
# usd - US Dollar
# eur - Euro
# gbp - British Pound
# cny - Chinese Yuan
# jpy - Japanese Yen
# krw - South Korean Won
# aud - Australian Dollar
NEXT_PUBLIC_CURRENCIES=usd, eur, gbp, cny, jpy, krw, aud
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP
NEXT_PUBLIC_CONTENT_SECURITY_POLICY=https://app.safe.global https://*.blockscout.com
# Blocking variables must have any value that Boolean(value) returns true.
# NEXT_PUBLIC_DISABLE_STAKE=
# NEXT_PUBLIC_DISABLE_UNSTAKE=
# NEXT_PUBLIC_DISABLE_MINT=
# NEXT_PUBLIC_DISABLE_BURN=
# NEXT_PUBLIC_DISABLE_BOOST=
# NEXT_PUBLIC_DISABLE_UNBOOST=
# NEXT_PUBLIC_DISABLE_UNBOOST_QUEUE=
# NEXT_PUBLIC_DISABLE_UNSTAKE_QUEUE=