From 145bf4e502f54ca6556574d67d258bdbba445539 Mon Sep 17 00:00:00 2001 From: Claudia Date: Mon, 16 Dec 2024 14:30:52 +0100 Subject: [PATCH] feat: change important text to card, and edit warning message --- .../docs/modules/ROOT/pages/importing-existent-tokens.adoc | 3 +-- packages/contracts/docs/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/contracts/docs/modules/ROOT/pages/importing-existent-tokens.adoc b/packages/contracts/docs/modules/ROOT/pages/importing-existent-tokens.adoc index 122e84f2..69be96ff 100644 --- a/packages/contracts/docs/modules/ROOT/pages/importing-existent-tokens.adoc +++ b/packages/contracts/docs/modules/ROOT/pages/importing-existent-tokens.adoc @@ -21,8 +21,7 @@ If you already have a token with built-in snapshotting capabilities, you can dir If your existing token does not support `ERC20Votes`, the setup can wrap it in a `GovernanceWrappedERC20` contract. This approach imposes additional complexity and friction for voters, as tokens must be locked into the wrapper to gain voting power. + -> *Important:* If you are currently planning to deploy a token for governance, consider choosing `ERC20Votes`. Introducing a wrapper later on can significantly impact token liquidity and increase governance overhead. If you have concerns or need guidance link:https://discord.com/invite/aragonorg[reach out to the Aragon team] for assistance. -> +IMPORTANT: If you are currently planning to deploy a token for governance, consider choosing `ERC20Votes`. Introducing a wrapper later on can significantly impact token liquidity and increase governance overhead. If you have concerns or need guidance link:https://discord.com/invite/aragonorg[reach out to the Aragon team] for assistance. == Importing an Existing Token diff --git a/packages/contracts/docs/modules/ROOT/pages/index.adoc b/packages/contracts/docs/modules/ROOT/pages/index.adoc index 302fbfef..3af57e10 100644 --- a/packages/contracts/docs/modules/ROOT/pages/index.adoc +++ b/packages/contracts/docs/modules/ROOT/pages/index.adoc @@ -2,7 +2,7 @@ = Token Voting -WARNING: The contracts are currently being audited, *DO NOT USE IN PRODUCTION*. +WARNING: This documentation shows the *build 3* which uses *1.4 protocol version*. Currently, these are being audited. Even though, contracts are backwards compatible, we do *NOT* recommend using these latest versions in production until audit is finished. == Description