We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6046645 commit 23b3f7dCopy full SHA for 23b3f7d
constants/abi/fluid-proposal.js
@@ -1 +1 @@
1
-export default ["function sync()", "function testFunction()"]
+export default ["function sync()", "function syncSupertoken()"]
vercel.json
@@ -6,7 +6,7 @@
6
"schedule": "0 * * * *"
7
},
8
{
9
- "path": "/api/cron/fluid-proposal/testFunction",
+ "path": "/api/cron/fluid-proposal/syncSupertoken",
10
"schedule": "* * * * *"
11
}
12
]
0 commit comments