From 08a8f3135217ab5eebf58f4ac1f793ee9c3e4633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?javier=20ram=C3=ADrez?= Date: Tue, 17 Feb 2026 10:45:08 +0100 Subject: [PATCH] Add 'twap' to the list of functions new function --- src/functions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.ts b/src/functions.ts index 535a573..635d3e5 100644 --- a/src/functions.ts +++ b/src/functions.ts @@ -300,6 +300,7 @@ export default [ "touch", "transpose", "trim", + "twap", "txid_current", "typeOf", "ucase",