From 7313d6a44798c5f59a3251061cb32b9ef57ec839 Mon Sep 17 00:00:00 2001 From: ClipX Date: Mon, 12 Jan 2026 16:10:07 +0600 Subject: [PATCH] Fix: correct BEP-366 title typo in README Changed 'PGreenfield Atomic Object Update' to 'Greenfield Atomic Object Update' - removed the erroneous 'P' prefix from the BEP-366 title in the README table. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59401b33..bd081e17 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Here is the list of subjects of BEPs: | [BEP-346](./BEPs/BEP-346.md) | Streamline off-chain authentication on Greenfield | Standards | Enabled | | [BEP-362](./BEPs/BEP-362.md) | Greenfield Storage Fee Paymaster | Standards | Enabled | | [BEP-364](./BEPs/BEP-364.md) | Primary Storage Provider acts as the upload agent for object creation and update on Greenfield | Standards | Enabled | -| [BEP-366](./BEPs/BEP-366.md) | PGreenfield Atomic Object Update | Standards | Candidate | +| [BEP-366](./BEPs/BEP-366.md) | Greenfield Atomic Object Update | Standards | Candidate | | [BEP-402](./BEPs/BEP-402.md) | Complete Missing Fields in Block Header to Generate Signature | Standards | Enabled | | [BEP-404](./BEPs/BEP-404.md) | Clear Miner History when Switching Validator Set | Standards | Enabled | | [BEP-410](./BEPs/BEP-410.md) | Add Agent for Validators | Standards | Enabled |