comet icon indicating copy to clipboard operation
comet copied to clipboard

Optimism deployment

Open scott-silver opened this issue 3 years ago • 2 comments

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/USDC root
    • done in #699
  • [ ] deploy the new Optimism/USDC roots
  • [ ] 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

scott-silver avatar Nov 03 '22 23:11 scott-silver

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

kevincheng96 avatar Mar 15 '23 17:03 kevincheng96

Merged the testnet branch #710 into this branch since testnet has been deployed and initialized and is ready to be used.

kevincheng96 avatar Apr 05 '23 18:04 kevincheng96