From 971da3051f13353eeaefc6d611c88bd6084c0ecc Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Wed, 9 Jul 2025 11:21:07 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d50593..667fa80 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ This repo contains example automated smart-contracts built with the [**Clockwork - [**Recurring payments**](https://github.com/clockwork-xyz/examples/tree/main/payments) – Executes an SPL token transfer on a user-defined schedule. - [**Token distributor**](https://github.com/clockwork-xyz/examples/tree/main/distributor) – Mints a new token and sends it to a target user every 60 seconds. - [**Dollar cost averaging**](https://github.com/clockwork-xyz/examples/tree/main/investments) – Executes a swap on Serum on a user-defined schedule. -- [**Serum crank**](https://github.com/clockwork-xyz/examples/tree/main/serum_crank) – Indefinitely processes open orders on a permissioned Serum market. +- [**Serum crank**](https://github.com/clockwork-xyz/examples/tree/elias/dca-serum-crank/serum_crank) – Indefinitely processes open orders on a permissioned Serum market. - [**Subscriptions**](https://github.com/clockwork-xyz/examples/tree/main/subscriptions) – Allow users to subscribe to subscriptions by paying on a recurrent schedule.