Skip to content

Commit

Permalink
chore: update dashmate migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 30, 2024
1 parent f5104c8 commit 55c5a46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dashmate/configs/getConfigFileMigrationsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,9 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
if (options.network === NETWORK_TESTNET && name !== 'base') {
options.platform.drive.tenderdash.p2p.seeds = testnet.get('platform.drive.tenderdash.p2p.seeds');
}

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 55c5a46

Please sign in to comment.