Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .gitbook/assets/settings_voting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Snapshot supports EVM-based networks. All the networks currently supported are v

* Make a pull request on this file:\
[https://github.com/snapshot-labs/snapshot.js/blob/master/src/networks.json](https://github.com/snapshot-labs/snapshot.js/blob/master/src/networks.json)\
Make sure the RPC node is an archive node, this is mandatory. Snapshot use archive nodes to calculate voting power at a specific block time. You will also need to add a [multicall contract](https://github.com/makerdao/multicall/blob/master/src/Multicall.sol) address. Make sure to update `logo` parameter with a IPFS file
Make sure the RPC node is an archive node, this is mandatory. Snapshot uses archive nodes to calculate voting power at a specific block time. You will also need to add a [multicall contract](https://github.com/makerdao/multicall/blob/master/src/Multicall.sol) address. Make sure to update `logo` parameter with an IPFS file.

10 changes: 10 additions & 0 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Here are all properties, that will be passed down to the plugin's main component
| **votes** | - | list of individual votes |
| **strategies** | - | used strategies |

Only the main components (Create.vue, Proposal.vue, ProposalSidebar.vue) in your plugin's root directory will receive those properties automatically. You can of course pass those properties further down, to you other components as needed.
Only the main components (Create.vue, Proposal.vue, ProposalSidebar.vue) in your plugin's root directory will receive those properties automatically. You can of course pass those properties further down, to your other components as needed.

### Existing components/composables

Expand Down Expand Up @@ -170,7 +170,7 @@ const {
<template>
<div>
{{ formatRelativeTime(1643350286) }} <!-- "5 minutes ago" -->
{{ formatDuration(654) }} <!-- "11 minutes" -->
{{ formatDuration(654) }} <!-- "11 minutes" -->
{{ formatNumber(1643350) }} <!-- "1,643,350" -->
{{ formatCompactNumber(1643350) }} <!-- "1.6M" -->
{{ formatPercentNumber(0.86543) }} <!-- "86.54%" -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/safesnap.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here is the official guide on how to setup a SafeSnap for your project:\

**Zodiac App / UI setup**

https://gnosis.github.io/zodiac/docs/tutorial-module-reality/get-started/\
{% embed url="https://gnosis.github.io/zodiac/docs/tutorial-module-reality/get-started/ %}\


**Command line setup**
Expand Down
6 changes: 3 additions & 3 deletions spaces/delete-a-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ To ensure that the request to delete a space is legitimate, please create a prop

### One last step

Get in touch with @space-lead on our [Discord server](https://discord.snapshot.org/)\
Get in touch with @space-lead on our [Discord server](https://discord.snapshot.org/).\
Please allow a couple of days for the workflow to be processed.

In the future, there will be an option in the settings, to delete a space.

## Migrate a space

Create a proposal on the source space as well as on the target space with the title "Migrate this space" from the respective controllers of the spaces (the Ethereum address that is registered in the `snapshot` ENS text record.
Create a proposal on the source space as well as on the target space with the title "Migrate this space" from the respective controllers of the spaces (the Ethereum address that is registered in the `snapshot` ENS text record).

### One last step

Get in touch with @space-lead on our [Discord server](https://discord.snapshot.org/)\
Get in touch with @space-lead on our [Discord server](https://discord.snapshot.org/).\
Please allow a couple of days for the workflow to be processed.
4 changes: 3 additions & 1 deletion spaces/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ The voting delay is a value in time for which the proposal is in pending state,

Quorum is the amount of voting power collectively achieved by voters for a proposal to pass.

![](<../.gitbook/assets/Capture d’écran 2022-08-11 à 14.32.03.png>)
You can enable voting with session keys thanks to which the user won't be asked for a signature if they have already connected their wallet. This setting also affects creating and deleting proposals.

![](<../.gitbook/assets/settings_voting.png>)

## Custom domain

Expand Down
2 changes: 1 addition & 1 deletion webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The webhook server sends a request for any new event, the request is sent to the
**Here are the possible events:**

`proposal/created` \
When a new proposal is created
When a new proposal is created.

`proposal/start` \
When the voting period for a proposal starts.
Expand Down