Skip to content

Commit 503c6f3

Browse files
committed
chore: schedule hyperliquid function
1 parent 982aa06 commit 503c6f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"memory": 400,
2525
"maxDuration": 59
2626
},
27+
"api/read/hyperliquid.py": {
28+
"memory": 400,
29+
"maxDuration": 59
30+
},
2731
"api/read/test_blockchain.py": {
2832
"memory": 150,
2933
"maxDuration": 59
@@ -62,6 +66,10 @@
6266
"path": "/api/read/bnbsc",
6367
"schedule": "*/2 * * * *"
6468
},
69+
{
70+
"path": "/api/read/hyperliquid",
71+
"schedule": "*/2 * * * *"
72+
},
6573
{
6674
"path": "/api/read/test_blockchain",
6775
"schedule": "*/5 * * * *"

0 commit comments

Comments
 (0)