We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e90da commit 3afe457Copy full SHA for 3afe457
crates/icp/src/network/managed/pocketic.rs
@@ -37,7 +37,10 @@ pub fn default_instance_config(state_dir: &Path) -> InstanceConfig {
37
ii: Some(IcpFeaturesConfig::DefaultConfig),
38
39
// The rest of the features are disabled by default
40
- ..Default::default()
+ nns_governance: None,
41
+ sns: None,
42
+ nns_ui: None,
43
+ // do not use ..default() here so we notice if new features are available
44
}),
45
46
subnet_config_set: (SubnetConfigSet {
0 commit comments