From 29045fe903fea7f5220562b54098aeef1c85c5d4 Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Sat, 17 Aug 2024 21:25:09 -0300 Subject: [PATCH 1/2] update oz template description --- docs/sdk/src/polkadot_sdk/templates.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/sdk/src/polkadot_sdk/templates.rs b/docs/sdk/src/polkadot_sdk/templates.rs index e87eb9c2bc8a..6f67d6a0c7f8 100644 --- a/docs/sdk/src/polkadot_sdk/templates.rs +++ b/docs/sdk/src/polkadot_sdk/templates.rs @@ -40,9 +40,13 @@ //! //! In June 2023, OpenZeppelin was awarded a grant from the [Polkadot //! treasury](https://polkadot.polkassembly.io/treasury/406) for building a number of Polkadot-sdk -//! based templates. These templates are expected to be a great starting point for developers. -//! -//! - +//! based templates. These templates are a great starting point for developers and newcomers. +//! So far OpenZeppelin has released two templates, which have been fully [audited](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main/audits): +//! - [`generic-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates?tab=readme-ov-file#generic-runtime-template): A +//! minimal template that has all the common pallets that parachains use with secure defaults. +//! - [`evm-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main?tab=readme-ov-file#evm-template): +//! This template has EVM compatibility out of the box and allows migrating your solidity contracts or EVM compatible dapps easily. +//! It also uses 20 byte addresses like Ethereum and has some Account Abstraction support. //! //! ## POP-CLI //! From f8c60a5626606f32bc87517b9767bd157ef3bb59 Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Sun, 18 Aug 2024 11:45:51 -0300 Subject: [PATCH 2/2] format --- docs/sdk/src/polkadot_sdk/templates.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/sdk/src/polkadot_sdk/templates.rs b/docs/sdk/src/polkadot_sdk/templates.rs index 6f67d6a0c7f8..03a7aa98198f 100644 --- a/docs/sdk/src/polkadot_sdk/templates.rs +++ b/docs/sdk/src/polkadot_sdk/templates.rs @@ -42,11 +42,12 @@ //! treasury](https://polkadot.polkassembly.io/treasury/406) for building a number of Polkadot-sdk //! based templates. These templates are a great starting point for developers and newcomers. //! So far OpenZeppelin has released two templates, which have been fully [audited](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main/audits): -//! - [`generic-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates?tab=readme-ov-file#generic-runtime-template): A -//! minimal template that has all the common pallets that parachains use with secure defaults. +//! - [`generic-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates?tab=readme-ov-file#generic-runtime-template): +//! A minimal template that has all the common pallets that parachains use with secure defaults. //! - [`evm-runtime-template`](https://github.com/OpenZeppelin/polkadot-runtime-templates/tree/main?tab=readme-ov-file#evm-template): -//! This template has EVM compatibility out of the box and allows migrating your solidity contracts or EVM compatible dapps easily. -//! It also uses 20 byte addresses like Ethereum and has some Account Abstraction support. +//! This template has EVM compatibility out of the box and allows migrating your solidity contracts +//! or EVM compatible dapps easily. It also uses 20 byte addresses like Ethereum and has some +//! Account Abstraction support. //! //! ## POP-CLI //!