-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvercel.fra1.json
More file actions
97 lines (97 loc) · 1.84 KB
/
vercel.fra1.json
File metadata and controls
97 lines (97 loc) · 1.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"git": {
"deploymentEnabled": false
},
"functions": {
"api/read/ethereum.py": {
"memory": 400,
"maxDuration": 59
},
"api/read/base.py": {
"memory": 400,
"maxDuration": 59
},
"api/read/solana.py": {
"memory": 300,
"maxDuration": 59
},
"api/read/ton.py": {
"memory": 200,
"maxDuration": 59
},
"api/read/arbitrum.py": {
"memory": 400,
"maxDuration": 59
},
"api/read/bnbsc.py": {
"memory": 400,
"maxDuration": 59
},
"api/read/hyperliquid.py": {
"memory": 400,
"maxDuration": 59
},
"api/read/monad.py": {
"memory": 400,
"maxDuration": 59
},
"api/read/test_blockchain.py": {
"memory": 150,
"maxDuration": 59
},
"api/write/solana.py": {
"memory": 160,
"maxDuration": 65
},
"api/support/update_state.py": {
"memory": 128,
"maxDuration": 59
}
},
"crons": [
{
"path": "/api/read/ethereum",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/base",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/solana",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/ton",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/arbitrum",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/bnbsc",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/hyperliquid",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/monad",
"schedule": "*/3 * * * *"
},
{
"path": "/api/read/test_blockchain",
"schedule": "*/5 * * * *"
},
{
"path": "/api/write/solana",
"schedule": "*/15 * * * *"
},
{
"path": "/api/support/update_state",
"schedule": "*/15 * * * *"
}
]
}