@@ -209,33 +209,6 @@ func makeUnreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) upgradetyp
209209 return nil , err
210210 }
211211
212- // terminationTargets is a slice of "$boardID:$instanceKitLabel" strings.
213- var terminationTargets []string
214- switch ctx .ChainID () {
215- case "agoric-mainfork-1" , "agoric-3" : // MAINNET
216- terminationTargets = []string {
217- // v29 "zcf-b1-4522b-ATOM-USD_price_feed"
218- "board02963:ATOM-USD_price_feed" ,
219- // v68 "zcf-b1-4522b-stATOM-USD_price_feed"
220- "board012113:stATOM-USD_price_feed" ,
221- // v98 "zcf-b1-4522b-stOSMO-USD_price_feed"
222- "board002164:stOSMO-USD_price_feed" ,
223- // v104 "zcf-b1-4522b-stTIA-USD_price_feed"
224- "board043173:stTIA-USD_price_feed" ,
225- }
226- }
227- if len (terminationTargets ) > 0 {
228- terminationStep , err := buildProposalStepWithArgs (
229- "@agoric/vats/src/proposals/terminate-governed-instance.js" ,
230- // defaultProposalBuilder(powers, targets)
231- "defaultProposalBuilder" ,
232- terminationTargets ,
233- )
234- if err != nil {
235- return module.VersionMap {}, err
236- }
237- CoreProposalSteps = append (CoreProposalSteps , terminationStep )
238- }
239212 }
240213
241214 app .upgradeDetails = & upgradeDetails {
0 commit comments