@@ -13,6 +13,8 @@ WHERE product = 'arm-oeth'
1313 ' mainnet_collect_usd_fees' ,
1414 ' mainnet_allocate_usd' ,
1515 ' mainnet_set_prices_usd' ,
16+ ' mainnet_set_prices_weth' ,
17+ ' mainnet_auto_request_etherfi_withdraw' ,
1618 ' mainnet_pause_usd' ,
1719 ' mainnet_pause_lido' ,
1820 ' mainnet_pause_etherfi' ,
@@ -24,7 +26,6 @@ INSERT INTO schedules (product, name, command, cron_expr, timezone, enabled, not
2426(' arm-oeth' , ' healthcheck' , ' cd /app && pnpm hardhat healthcheck' , ' */5 * * * *' , ' UTC' , false, NULL ),
2527(' arm-oeth' , ' mainnet_auto_request_lido_withdraw' , ' cd /app && pnpm hardhat autoRequestLidoWithdraw --network mainnet' , ' 29,58 12-23,0-8 * * *' , ' UTC' , false, NULL ),
2628(' arm-oeth' , ' mainnet_auto_claim_lido_withdraw' , ' cd /app && pnpm hardhat autoClaimLidoWithdraw --network mainnet' , ' 32 0,12 * * *' , ' UTC' , false, NULL ),
27- (' arm-oeth' , ' mainnet_auto_request_etherfi_withdraw' ,' cd /app && pnpm hardhat autoRequestEtherFiWithdraw --network mainnet' , ' 10,40 * * * *' , ' UTC' , false, NULL ),
2829(' arm-oeth' , ' mainnet_auto_claim_etherfi_withdraw' , ' cd /app && pnpm hardhat autoClaimEtherFiWithdraw --network mainnet' , ' 40 * * * *' , ' UTC' , false, NULL ),
2930(' arm-oeth' , ' mainnet_auto_request_ethena_withdraw' , ' cd /app && pnpm hardhat autoRequestEthenaWithdraw --network mainnet' , ' 12 * * * *' , ' UTC' , false, NULL ),
3031(' arm-oeth' , ' mainnet_auto_claim_ethena_withdraw' , ' cd /app && pnpm hardhat autoClaimEthenaWithdraw --network mainnet' , ' 40 * * * *' , ' UTC' , false, NULL ),
@@ -48,7 +49,8 @@ INSERT INTO schedules (product, name, command, cron_expr, timezone, enabled, not
4849(' arm-oeth' , ' mainnet_auto_claim_weth_etherfi_withdraw' , ' cd /app && pnpm hardhat autoClaimWETHEtherFiWithdraw --network mainnet' , ' 40 * * * *' , ' UTC' , false, NULL ),
4950(' arm-oeth' , ' mainnet_collect_weth_fees' , ' cd /app && pnpm hardhat collectWETHFees --network mainnet' , ' 30 12 * * *' , ' UTC' , false, NULL ),
5051(' arm-oeth' , ' mainnet_allocate_weth' , ' cd /app && pnpm hardhat allocateWETH --network mainnet' , ' 38,08 * * * *' , ' UTC' , false, NULL ),
51- (' arm-oeth' , ' mainnet_set_prices_weth' , ' cd /app && pnpm hardhat setPricesWETH --network mainnet' , ' */30 * * * *' , ' UTC' , false, NULL ),
52+ (' arm-oeth' , ' mainnet_set_prices_weth_lido' , ' cd /app && pnpm hardhat setPricesWETH --bases STETH,WSTETH --network mainnet --fee 0.6 --inch false --kyber true --tolerance 0.1 --amount 30 --offset 0.3 --max-buy-price 0.99996 --min-sell-price 0.99998' , ' */10 * * * *' , ' UTC' , false, NULL ),
53+ (' arm-oeth' , ' mainnet_set_prices_weth_etherfi' , ' cd /app && pnpm hardhat setPricesWETH --bases EETH,WEETH --network mainnet --fee 0.6 --inch false --kyber true --tolerance 0.1 --amount 30 --offset 0.3 --max-buy-price 0.99996 --min-sell-price 0.99998' , ' 2-59/10 * * * *' , ' UTC' , false, NULL ),
5254-- Emergency pause action: manual-only (enabled=false). Edit `--arm` before
5355-- using "Run now". The supported Ethereum ARMs are lido, etherfi, ethena,
5456-- oeth, usdc, and weth. cron_expr is a placeholder and never fires while disabled.
0 commit comments