Skip to content

Commit 5ce5a0c

Browse files
committed
feat: add term-challenge to platform-cli default config
1 parent 8044595 commit 5ce5a0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bins/platform-cli/src/main.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ impl Default for PlatformConfig {
5959
auto_update: true,
6060
},
6161
);
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+
);
6271
Self {
6372
network: NetworkConfig {
6473
rpc_endpoint: "wss://chain.platform.network".to_string(),

0 commit comments

Comments
 (0)