diff --git a/.gitbook/assets/settings_voting.png b/.gitbook/assets/settings_voting.png new file mode 100644 index 0000000..c69a296 Binary files /dev/null and b/.gitbook/assets/settings_voting.png differ diff --git a/networks.md b/networks.md index 9285e7d..068ec37 100644 --- a/networks.md +++ b/networks.md @@ -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. diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity new file mode 100644 index 0000000..3f7172c --- /dev/null +++ b/node_modules/.yarn-integrity @@ -0,0 +1,10 @@ +{ + "systemParams": "linux-x64-93", + "modulesFolders": [], + "flags": [], + "linkedModules": [], + "topLevelPatterns": [], + "lockfileEntries": {}, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/plugins/create.md b/plugins/create.md index af0056e..606016f 100644 --- a/plugins/create.md +++ b/plugins/create.md @@ -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 @@ -170,7 +170,7 @@ const {