Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0age authored Dec 6, 2024
1 parent 1bd290b commit ee9cf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee9cf17

Please sign in to comment.