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
}
}
]
}