Skip to content

Commit

Permalink
feat: change important text to card, and edit warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 16, 2024
1 parent 904af84 commit 145bf4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 145bf4e

Please sign in to comment.