From 8dc0da4e273af39336bbe0c72a57fef621bd673f Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:28:57 +0300 Subject: [PATCH 1/4] fix spelling CDKDataCommittee.md --- docs/v2/consensus/dataComittee/CDKDataCommittee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/consensus/dataComittee/CDKDataCommittee.md b/docs/v2/consensus/dataComittee/CDKDataCommittee.md index b43f7504d..ae9b0df49 100644 --- a/docs/v2/consensus/dataComittee/CDKDataCommittee.md +++ b/docs/v2/consensus/dataComittee/CDKDataCommittee.md @@ -21,7 +21,7 @@ ``` Allows the admin to setup the members of the committee. Note that: The system will require N / M signatures where N => _requiredAmountOfSignatures and M => urls.length -There must be the same amount of urls than addressess encoded in the addrsBytes +There must be the same amount of urls as addresses encoded in the addrsBytes A member is represented by the url and the address contained in urls[i] and addrsBytes[i*_ADDR_SIZE : i*_ADDR_SIZE + _ADDR_SIZE] From 784b620f1a18a61776278335f4c6645e1073ac8d Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:34:14 +0300 Subject: [PATCH 2/4] fix verb form PolygonRollupBase.md --- docs/v2/lib/PolygonRollupBase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/lib/PolygonRollupBase.md b/docs/v2/lib/PolygonRollupBase.md index 49cb6dd34..6b33d780d 100644 --- a/docs/v2/lib/PolygonRollupBase.md +++ b/docs/v2/lib/PolygonRollupBase.md @@ -179,7 +179,7 @@ This action is not reversible ) external ``` Starts the admin role transfer -This is a two step process, the pending admin must accepted to finalize the process +This is a two step process, the pending admin must accept to finalize the process #### Parameters: From c4e64044f62ef4f0c812e86d2c0a017b087526b9 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:34:47 +0300 Subject: [PATCH 3/4] fix verb form PolygonRollupBaseEtrog.md --- docs/v2/lib/PolygonRollupBaseEtrog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/lib/PolygonRollupBaseEtrog.md b/docs/v2/lib/PolygonRollupBaseEtrog.md index c8d40e1e8..aae230bcb 100644 --- a/docs/v2/lib/PolygonRollupBaseEtrog.md +++ b/docs/v2/lib/PolygonRollupBaseEtrog.md @@ -190,7 +190,7 @@ The new value can only be lower, except if emergency state is active ) external ``` Starts the admin role transfer -This is a two step process, the pending admin must accepted to finalize the process +This is a two step process, the pending admin must accept to finalize the process #### Parameters: From 562b81040e14693d953f39e6c75196f84fd69efe Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sun, 21 Jul 2024 14:35:04 +0300 Subject: [PATCH 4/4] fix spelling PolygonTransparentProxy.md --- docs/v2/lib/PolygonTransparentProxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/lib/PolygonTransparentProxy.md b/docs/v2/lib/PolygonTransparentProxy.md index 47a1a0f56..3dbc36ef5 100644 --- a/docs/v2/lib/PolygonTransparentProxy.md +++ b/docs/v2/lib/PolygonTransparentProxy.md @@ -1,6 +1,6 @@ Contrac TransparentUpgradeableProxy from Openzeppelin v5 with the following modifications: -- Admin is a parameter in the constructor ( like previous versions) isntead of being deployed +- Admin is a parameter in the constructor ( like previous versions) instead of being deployed - Let the admin get access to the proxy - Replace _msgSender() with msg.sender