gnosisguild / zodiac-safe-app

https://gnosis-safe.io/app/share/safe-app?appUrl=https://zodiac.gnosisguild.org/&chainId=5
GNU Lesser General Public License v3.0
26 stars 28 forks source link

[Reality Module] Clarify how the template works #134

Closed asgeir-s closed 2 years ago

asgeir-s commented 2 years ago

Clarify how the template works.

From the Reality Module readme:

The title will also be displayed in the Reality.eth web interface and MUST include two %s placeholders. The first placeholder is for the id of the proposal (e.g. an IPFS hash). The second placeholder is the hash of the concatenation of the EIP-712 transaction hashes. See the README for more information.

Places to update: https://github.com/gnosis/zodiac-safe-app/blob/5b5e507027cc2bde53129137c5a8b034a9131b6e/packages/app/src/views/AddModule/wizards/RealityModule/sections/Oracle/components/OracleTemplate/index.tsx#L11

https://github.com/gnosis/zodiac-safe-app/blob/5b5e507027cc2bde53129137c5a8b034a9131b6e/packages/app/src/views/AddModule/wizards/RealityModule/sections/Oracle/components/OracleTemplate/index.tsx#L158