Skip to content

Commit

Permalink
spec: update spec after #66 (#74)
Browse files Browse the repository at this point in the history
EIP-712 `schemas` can be `url | array[schema | url]`

Co-authored-by: Frédéric Samier <[email protected]>
  • Loading branch information
jnicoulaud-ledger and fsamier authored Dec 10, 2024
1 parent 88c871d commit eebfcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/erc-7730.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ To verify a factory constraints a wallet MUST check that:

**`eip712.schemas`**

The `schemas` key is either an URL pointing to the EIP-712 schemas (in json representation) or an array of individual *EIP-712 json schema*.
The `schemas` key is either an URL pointing to the EIP-712 schemas (in json representation) or an array of either individual *EIP-712 json schema*, or URLs pointing to a single message schema.

An *EIP-712 schema* consists in the subset of the EIP-712 message containing only the `types` and `primaryType` elements of the message, represented in json notation for this specification.

Expand Down

0 comments on commit eebfcb9

Please sign in to comment.