Skip to content

When I added delegation, it appears to not allow anyone to vote. #778

Answered by metrox-eth
metrox-eth asked this question in Q&A
Discussion options

You must be logged in to vote

You probably have to tweek your strategy syntax.

{
  "symbol": "Shark",
  "strategies": [
    {
      "name": "erc20-balance-of",
      "params": {
        "address": "0x232a...",
        "symbol": "Shark",
        "decimals": 18
      }
    }
  ]
}

If you pass something like this, it will calculate balance of this token 0x232a... that will be delegated to an address

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by metrox-eth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
1 participant