Skip to content

Is it possible to use different coin to check proposal validation? #1391

Answered by bonustrack
obbaeiei asked this question in Q&A
Discussion options

You must be logged in to vote

@obbaeiei Yes it's possible using basic validation parameters, you will need to input the strategies like:

{
  "strategies": [
    {
      "name": "erc721",
      "params": {
        "address": "0x25ed58c027921e14d86380ea2646e3a1b5c55a8b"
      }
    }
  ]
}

Another option is to use a custom validation strategy, it's not documented but you can check the code here for others strategies: https://github.com/snapshot-labs/snapshot.js/tree/master/src/validations

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@RogerPodacter
Comment options

@samuveth
Comment options

Answer selected by bonustrack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants