From ee9cf171a713744d67a9b31e57bfca4b2e112d85 Mon Sep 17 00:00:00 2001 From: 0age <37939117+0age@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:17:33 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c105dc..e5a6233 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ A minimalistic server-based allocator for [The Compact](https://github.com/Unisw ## Intentionally Minimal Scope - - 🌱 Single-resource-lock, single-chain compacts only: No `BatchCompact` or `MultichainCompact` attestations - - 🔢 Strict nonce usage: Ensures every attested nonce is unique; no reuse on expirations and no direct onchain nonce consumption + - ☝️ Single-resource-lock, single-chain compacts only: No `BatchCompact` or `MultichainCompact` attestations + - ❄️ Strict nonce usage: Ensures every attested nonce is unique; no reuse on expirations and no direct onchain nonce consumption - 🧭 No `attest()` callbacks for ERC6909 transfers: focused solely on attesting compacts - 🪞 No compact qualification: Attests to the exact compact provided to it without adding qualifiers or extra metadata - 🔮 No direct on-chain awareness: Relies entirely on indexer and internal attestation state