Skip to content

Commit 55c5a46

Browse files
committed
chore: update dashmate migration
1 parent f5104c8 commit 55c5a46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/dashmate/configs/getConfigFileMigrationsFactory.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,9 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
10291029
if (options.network === NETWORK_TESTNET && name !== 'base') {
10301030
options.platform.drive.tenderdash.p2p.seeds = testnet.get('platform.drive.tenderdash.p2p.seeds');
10311031
}
1032+
1033+
options.platform.drive.abci.docker.image = 'dashpay/drive:1-rc';
1034+
options.platform.dapi.api.docker.image = 'dashpay/dapi:1-rc';
10321035
});
10331036
return configFile;
10341037
},

0 commit comments

Comments
 (0)