From dcd63e3cdb2e9d8501de6bedaea9ee5786556868 Mon Sep 17 00:00:00 2001 From: Traian Vila Date: Wed, 24 Jun 2026 10:19:24 +0300 Subject: [PATCH] remove note --- features/policies/examples/ethereum.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/policies/examples/ethereum.mdx b/features/policies/examples/ethereum.mdx index db7c83c8..06c04688 100644 --- a/features/policies/examples/ethereum.mdx +++ b/features/policies/examples/ethereum.mdx @@ -227,10 +227,6 @@ To allow only orders for a specific asset (e.g. ETH = asset index `3`): } ``` - -`in` works for integer fields (e.g. `order['a'] in [3, 5]`). For string fields, use `||` instead. - - **Combine size limit and asset whitelist:** ```json