From 9333af2f5b82acc4b455a46155e8c6eae5482ea2 Mon Sep 17 00:00:00 2001 From: awkweb Date: Wed, 12 Jul 2023 10:47:51 -0400 Subject: [PATCH] Update .changeset/dull-nails-move.md --- .changeset/dull-nails-move.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/dull-nails-move.md b/.changeset/dull-nails-move.md index ad25206f..34575d95 100644 --- a/.changeset/dull-nails-move.md +++ b/.changeset/dull-nails-move.md @@ -2,5 +2,4 @@ "abitype": patch --- -Allowed "$" char in identifiers on both type level and runtime. -Disallows number strings and identifiers that start with a number. +Fixed human-readable identifiers to allow single leading dollar-sign or underscore, and disallow single leading number.