We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bf32b commit 9e47c9fCopy full SHA for 9e47c9f
src/main.rs
@@ -233,6 +233,7 @@ async fn main() -> anyhow::Result<()> {
233
cycles_minting: Some(IcpFeaturesConfig::DefaultConfig),
234
icp_token: Some(IcpFeaturesConfig::DefaultConfig),
235
cycles_token: Some(IcpFeaturesConfig::DefaultConfig),
236
+ registry: Some(IcpFeaturesConfig::DefaultConfig),
237
..<_>::default()
238
};
239
if nns || ii {
0 commit comments