diff --git a/README.md b/README.md index a30a5c1..4829352 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Coverage Status - - Sonarcloud quality gate + + Sonarcloud quality gate Build status @@ -57,6 +57,7 @@ NIPs with a relay-specific implementation are listed here. - [x] NIP-20: Command Results - [x] NIP-22: Event `created_at` Limits - [x] NIP-26: Delegated Event Signing +- [x] NIP-28: Public Chat - [x] NIP-33: Parameterized Replaceable Events ## Requirements diff --git a/package.json b/package.json index b7115e8..57f92dd 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ 20, 22, 26, + 28, 33 ], "main": "src/index.ts",