Skip to content

Instantly share code, notes, and snippets.

@bonustrack
Created April 15, 2021 09:13
Embed
What would you like to do?

1: Go on the settings page here: https://snapshot.page/#/ybaby.eth/settings

2: Delete the strategies "erc20-balance-of" and "erc20-balance-of-delegation"

3: Add a strategy "pagination" with these params:

[
  {
    "symbol": "YFI",
    "strategy": {
      "name": "erc20-balance-of",
      "params": {
        "address": "0x5584e034094BBC734751fE48A701e9758e1dDA88",
        "decimals": 18
      }
    }
  }
]

4: Add a strategy "delegation" with these params:

{
  "symbol": "Delegated YFI",
  "strategies": [
    {
      "name": "erc20-balance-of",
      "params": {
        "symbol": "YFI",
        "address": "0x5584e034094BBC734751fE48A701e9758e1dDA88",
        "decimals": 18
      }
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment