From 5d0f693e5ebbced37ca95b8dbe5ddf6e19f05179 Mon Sep 17 00:00:00 2001 From: MarJJ <175056471+MariJJhodl@users.noreply.github.com> Date: Fri, 15 May 2026 18:01:15 +0200 Subject: [PATCH 1/2] insert context7 public key --- context7.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/context7.json b/context7.json index 237295c..9171b26 100644 --- a/context7.json +++ b/context7.json @@ -1,4 +1,6 @@ { + "url": "https://context7.com/rgb-protocol/rgb-documentation", + "public_key": "pk_KZGzV3pVxm9ZdeOF0ND3t" "projectTitle": "RGB Protocol on Bitcoin Documentation", "description": "Technical documentation for RGB Protocol v0.11.1 — a private contract system for Bitcoin using client-side validation and single-use seals. Covers Client-side Validation, Single-use Seals, State Transitions, Contract Schemas, Interfaces, AluVM, Tapret/Opret commitments, and Lightning Network compatibility. Authoritative source: docs.rgb.info.", "folders": [ From 65b7e3a00ecf5b2c5d60a450ecd7ec5e9367fb56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Fri, 15 May 2026 18:47:24 +0200 Subject: [PATCH 2/2] add generated pubkey to .typos.toml --- .typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.typos.toml b/.typos.toml index 5eb81e8..0e50db1 100644 --- a/.typos.toml +++ b/.typos.toml @@ -4,4 +4,6 @@ extend-ignore-re = [ "[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}", # Match utxob-like values (if needed) "[0-9A-Za-z_~]{7,}(-[0-9A-Za-z_~]{7,}){5}", + # Match generated public keys + "pk_[0-9A-Za-z]{10,}", ]