Skip to content

Instantly share code, notes, and snippets.

@bonustrack
Last active April 11, 2021 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonustrack/b1f58a4c40d6670d64f628dd239b9883 to your computer and use it in GitHub Desktop.
Save bonustrack/b1f58a4c40d6670d64f628dd239b9883 to your computer and use it in GitHub Desktop.
{
  "symbol": "FEI-TRIBE Staked LP",
  "strategy": {
    "name": "staked-uniswap",
    "params": {
      "tokenAddress": "0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",
      "uniswapAddress": "0x9928e4046d7c6513326cCeA028cD3e7a91c7590A",
      "stakingAddress": "0x18305DaAe09Ea2F4D51fAa33318be5978D251aBd",
      "decimals": 18
    }
  }
}
  • 4: Add another strategy "pagination" with these params:
{
  "symbol": "TRIBE",
  "strategy": {
    "name": "erc20-balance-of",
    "params": {
      "symbol": "TRIBE",
      "address": "0x1165a505e8c4e82b7b98e77374c789dbd7b53f9a",
      "decimals": 18
    }
  }
}
  • 5: Click "Save" button.
@bonustrack
Copy link
Author

It should look like this in the end
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment