-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
70 lines (58 loc) · 1.52 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[[plugins]]
package = "@netlify/plugin-nextjs"
[build]
base = "./"
publish = "./packages/ui/.next"
command = "yarn build:deploy:ui"
[build.environment]
YARN_CHECKSUM_BEHAVIOR = "update"
SUPABASE_URL="https://xdjnvsfkwtkwfuayzmtm.supabase.co"
ICON_SERVER="https://d1912tcoux65lj.cloudfront.net"
PRODUCT_URL='https://app.midascapital.xyz'
FEATURE_CREATE_POOL="0x2680D8f1ED3BEe1c731cFeedcDa2A74bB7317828,0x7dB8d33114462e032E5bf636D271f8680619Ba25,0xb6c11605e971ab46B9BE4fDC48C9650A257075db"
FEATURE_DEPLOY_FLYWHEEL="false"
[context.preview.environment]
NEXT_PUBLIC_SHOW_TESTNETS = "true"
EVMOS = "true"
BSC = "true"
MOONBEAM = "true"
POLYGON = "true"
ARBITRUM = "true"
FANTOM = "true"
ETHEREUM = "true"
IS_SENTRY_ENABLED = "false"
[context.development.environment]
NEXT_PUBLIC_SHOW_TESTNETS = "true"
EVMOS = "true"
BSC = "true"
MOONBEAM = "true"
POLYGON = "true"
ARBITRUM = "true"
FANTOM = "true"
ETHEREUM = "true"
IS_SENTRY_ENABLED = "false"
[context.production.environment]
NEXT_PUBLIC_SHOW_TESTNETS = "false"
EVMOS = "true"
BSC = "true"
MOONBEAM = "true"
POLYGON = "true"
ARBITRUM = "true"
FANTOM = "true"
ETHEREUM = "true"
IS_SENTRY_ENABLED = "true"
[functions]
directory = "./packages/functions/dist/functions/src/functions"
node_bundler = "esbuild"
[functions."plugin-rewards-*"]
schedule = "@hourly"
[functions."asset-apys-*"]
schedule = "@hourly"
[functions."vault-data-*"]
schedule = "@hourly"
[functions."asset-price-*"]
schedule = "@hourly"
[functions."asset-tvl-*"]
schedule = "@hourly"
[functions."asset-total-apy-*"]
schedule = "@hourly"