this is a cloudflare worker used to scrap data about funding rate arbitrage by dex (decentralize exchanges) puting the data in a D1 database and sending the message to a discord funging rate arbitrage channel to monitor the execution.
# this proces is executed every hour by a cron
cron 50 * * * *# install dependencies
npm i
# login incloudflare
npx wrangler login# run in dev enviroument
npm run devnpx wrangler deploy