starknet-io / SNIPs

Starknet Improvement Proposal repository
MIT License
162 stars 100 forks source link

bug: invalid JSON example #120

Open thiagodeev opened 11 hours ago

thiagodeev commented 11 hours ago

Bug Report

SNIPs version: SNIP-12 https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-12.md

Current behavior:

The snip contains a JSON example of a TypedData but the JSON is invalid. Ref: https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-12.md#json-example image

Expected behavior: A valid JSON, without errors image

thiagodeev commented 11 hours ago

I opened a PR to fix that: https://github.com/starknet-io/SNIPs/pull/119