### Code Changes - [x] https://github.com/oceanprotocol/pdr-backend/issues/1750 - [x] #1756 - [x] #1755 - [x] #1752 - [ ] Set prediction token address to USDC in web3_pp - [ ] Check and clean up remaining OCEAN instances in - [ ] Prepare a guide on how to migrate old clients Note: Updated related README files in each step ------ > [!WARNING] **NEXT STEPS WILL BREAK OLD CLIENTS** ------ ### Deployment **First do on Testnet, then on Mainnet:** - Ensure all tests green. - Calculate and set the weekly target consumption rate in USDC for dfbuyer - Call `pausePredictions` on existing contracts to stop predictions. - Deploy 10 new pairs on the network (with web3_pp.prediction_token set to USDC) - Deploy updated pdr-backend components to our Kubernetes cluster - Deploy trueval - Deploy dfbuyer - Test all pdr-backend components are working. - Test frontend.
Code Changes
OCEAN address and tokento USDC #1750Pausedprediction contracts, everywhere that callspredictContracts#1752Note: Updated related README files in each step
Warning
NEXT STEPS WILL BREAK OLD CLIENTS
Deployment
First do on Testnet, then on Mainnet:
pausePredictionson existing contracts to stop predictions.