-
Notifications
You must be signed in to change notification settings - Fork 1
/
netlify.toml
44 lines (40 loc) · 1.58 KB
/
netlify.toml
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
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[context.master.environment]
NODE_ENV = "prod"
QUICKSILVER_API = "https://lcd.quicksilver.zone"
ZONE_URL = "quicksilver.zone"
REACT_APP_WHITELISTED_ZONES = "stargaze-1,cosmoshub-4,regen-1,osmosis-1,sommelier-3,juno-1"
REACT_APP_ENABLE_UNBONDING="false"
REACT_APP_ENABLE_SET_INTENT="false"
REACT_APP_ENABLE_CLAIMS="false"
APY_ZONES_ENDPOINT="https://chains.cosmos.directory"
[context.preprod.environment]
NODE_ENV = "preprod"
QUICKSILVER_API = "https://lcd.quicksilver.zone"
ZONE_URL = "quicksilver.zone"
REACT_APP_WHITELISTED_ZONES = "stargaze-1,cosmoshub-4,regen-1,osmosis-1,sommelier-3,juno-1"
REACT_APP_ENABLE_UNBONDING="false"
REACT_APP_ENABLE_SET_INTENT="false"
REACT_APP_ENABLE_CLAIMS="false"
APY_ZONES_ENDPOINT="https://chains.cosmos.directory"
[context.test.environment]
NODE_ENV = "test"
QUICKSILVER_API = "https://lcd.test.quicksilver.zone"
ZONE_URL = "test.quicksilver.zone"
REACT_APP_WHITELISTED_ZONES = "uni-6,elgafar-1,osmo-test-4,theta-testnet-001,regen-redwood-1"
REACT_APP_ENABLE_UNBONDING="true"
REACT_APP_ENABLE_SET_INTENT="false"
REACT_APP_ENABLE_CLAIMS="true"
APY_ZONES_ENDPOINT="https://chains.cosmos.directory"
[context.develop.environment]
NODE_ENV = "dev"
QUICKSILVER_API = "https://lcd.dev.quicksilver.zone"
ZONE_URL = "dev.quicksilver.zone"
REACT_APP_WHITELISTED_ZONES = "quickstar-1,quickgaia-1,quickosmo-1"
REACT_APP_ENABLE_UNBONDING="true"
REACT_APP_ENABLE_SET_INTENT="false"
REACT_APP_ENABLE_CLAIMS="true"
APY_ZONES_ENDPOINT="https://chains.cosmos.directory"