comet
comet copied to clipboard
Optimism deployment
Work-in-progress Optimism deployment
- [x] return Supply Caps to 0
- can use the new SupplyCapConstraint from #587
- [x] decide on actual assets to use
- [ ] determine the actual configuration params
- [x] ~~deploy~~ hard-code the new
mainnet/USDCroot- done in #699
- [ ] deploy the new
Optimism/USDCroots - [ ] launch an Optimism liquidation bot
- [ ] confirm that there are exchanges for WBTC, WETH and OP
- [ ] update Liquidation Bot scenarios to run on Optimism deployment
- [ ] add Optimism liquidationThreshold value
- [ ] create Pulumi config for bot
- [ ] add a
rewardTokenAddress- [ ] create a bridged version of COMP?
- [ ] request an Optimism COMP price feed from ChainLink
- [ ] add a
pauseGuardian - [ ] add token bridging to Optimism relayer
- [x] create Optimism testnet instance
- [ ] create proposal branch
- [ ] lower baseMinForRewards
Here's our PR for adding COMP to Optimism (only to Optimism-goerli for now, we still have to deploy the token on Optimism mainnet): https://github.com/ethereum-optimism/ethereum-optimism.github.io/pull/294
Merged the testnet branch #710 into this branch since testnet has been deployed and initialized and is ready to be used.