FIP-85: Kill RGT rewards on RGT/ETH SushiSwap pair#579
Conversation
proposals/description/fip_85.ts
Outdated
There was a problem hiding this comment.
568717819057309757517546 * 80 / 100 is the original quantity distributed over the original period of 6500 * 365 * 3: https://etherscan.io/address/0x2197ecc5b1ea917adcf02dcc4343b0e9b8a8c99c#code
Since we are changing the period to 6500 * (365 + 30), we must multiply the quantity by (365 + 30) / (365 * 3): https://etherscan.io/address/0x4650a83520be4f1e4cee726fdd169d37cea80525#code
| values: '0', | ||
| method: 'setDisabled(bool)', | ||
| arguments: [false], | ||
| description: 'Re-enable the RariGovernanceTokenUniswapDistributor' |
There was a problem hiding this comment.
We have to disable it to call the upgrade function, then we re-enable it so users who have unclaimed RGT can still claim (even though future distributions are stopped).
|
You also need to test the |
There was a problem hiding this comment.
You need to add a contract artifact with the abi called by the dao script here
There was a problem hiding this comment.
Can just add an interface to external folder
test/integration/proposals_config.ts
Outdated
There was a problem hiding this comment.
this probably shouldn't be in here
No description provided.