Skip to content

Commit

Permalink
chore(dashmate): update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jan 15, 2025
1 parent e054d52 commit 38e9b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dashmate/configs/getConfigFileMigrationsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,8 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
.forEach(([, options]) => {
delete options.core.miner.mediantime;

options.platform.drive.abci.docker.image = 'dashpay/drive:1-dev';
options.platform.dapi.api.docker.image = 'dashpay/dapi:1-dev';
options.platform.drive.abci.docker.image = 'dashpay/drive:1-rc';
options.platform.dapi.api.docker.image = 'dashpay/dapi:1-rc';
});
return configFile;
},
Expand Down

0 comments on commit 38e9b28

Please sign in to comment.