Skip to content

Commit 6a13415

Browse files
committed
revert: changes in config
1 parent 3c60ebf commit 6a13415

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

packages/dashmate/configs/defaults/getLocalConfigFactory.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export default function getLocalConfigFactory(getBaseConfig) {
2424
},
2525
},
2626
core: {
27-
docker: {
28-
image: 'dashpay/dashd:22.0.0-devpr6375.dde1edf3',
29-
},
3027
p2p: {
3128
port: 20001,
3229
},

packages/dashmate/configs/defaults/getTestnetConfigFactory.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export default function getTestnetConfigFactory(homeDir, getBaseConfig) {
2424
},
2525
},
2626
core: {
27-
docker: {
28-
image: 'dashpay/dashd:22.0.0-devpr6375.dde1edf3',
29-
},
3027
p2p: {
3128
port: 19999,
3229
},

packages/dashmate/configs/getConfigFileMigrationsFactory.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import lodash from 'lodash';
44
import path from 'path';
55

66
import {
7-
NETWORK_DEVNET,
87
NETWORK_LOCAL,
98
NETWORK_MAINNET,
109
NETWORK_TESTNET,
@@ -1030,10 +1029,6 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
10301029
if (options.network === NETWORK_TESTNET && name !== 'base') {
10311030
options.platform.drive.tenderdash.p2p.seeds = testnet.get('platform.drive.tenderdash.p2p.seeds');
10321031
}
1033-
1034-
if ([NETWORK_LOCAL, NETWORK_TESTNET, NETWORK_DEVNET].includes(options.network)) {
1035-
options.core.docker.image = 'dashpay/dashd:22.0.0-devpr6375.dde1edf3';
1036-
}
10371032
});
10381033
return configFile;
10391034
},

0 commit comments

Comments
 (0)