We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8044595 commit 5ce5a0cCopy full SHA for 5ce5a0c
bins/platform-cli/src/main.rs
@@ -59,6 +59,15 @@ impl Default for PlatformConfig {
59
auto_update: true,
60
},
61
);
62
+ challenges.insert(
63
+ "term-challenge".to_string(),
64
+ ChallengeConfig {
65
+ github_repo: "PlatformNetwork/term-challenge".to_string(),
66
+ binary_name: "term-cli".to_string(),
67
+ command_alias: "term".to_string(),
68
+ auto_update: true,
69
+ },
70
+ );
71
Self {
72
network: NetworkConfig {
73
rpc_endpoint: "wss://chain.platform.network".to_string(),
0 commit comments