File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,22 @@ declare -A pkg_forc_tx=(
58
58
[name]=" forc-tx"
59
59
[repo]=" ${fuel_repos[sway]} "
60
60
)
61
+ declare -A pkg_forc_call=(
62
+ [name]=" forc-call"
63
+ [repo]=" ${fuel_repos[sway]} "
64
+ )
65
+ declare -A pkg_forc_migrate=(
66
+ [name]=" forc-migrate"
67
+ [repo]=" ${fuel_repos[sway]} "
68
+ )
69
+ declare -A pkg_forc_node=(
70
+ [name]=" forc-node"
71
+ [repo]=" ${fuel_repos[sway]} "
72
+ )
73
+ declare -A pkg_forc_publish=(
74
+ [name]=" forc-publish"
75
+ [repo]=" ${fuel_repos[sway]} "
76
+ )
61
77
declare -A pkg_forc_wallet=(
62
78
[name]=" forc-wallet"
63
79
[repo]=" ${fuel_repos[forc-wallet]} "
@@ -226,6 +242,10 @@ refresh pkg_forc_doc
226
242
refresh pkg_forc_fmt
227
243
refresh pkg_forc_lsp
228
244
refresh pkg_forc_tx
245
+ refresh pkg_forc_call
246
+ refresh pkg_forc_migrate
247
+ refresh pkg_forc_node
248
+ refresh pkg_forc_publish
229
249
refresh pkg_forc_wallet
230
250
refresh pkg_fuel_core
231
251
refresh pkg_fuel_core_client
You can’t perform that action at this time.
0 commit comments