@@ -16,13 +16,13 @@ NOTE - two wallets will be necessary to test Authorized Spend.
16
16
* Ensure that ` uakt ` is used as denomination for the ` fund-amount ` and as shown in ` Example Use ` .
17
17
18
18
```
19
- akash tx deployment authz grant <deploy-wallet> <fund-amount> --from <funding-wallet>
19
+ provider-services tx deployment authz grant <deploy-wallet> <fund-amount> --from <funding-wallet>
20
20
```
21
21
22
22
### Example Use
23
23
24
24
```
25
- akash tx deployment authz grant akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 20000000uakt --from akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9
25
+ provider-services tx deployment authz grant akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 20000000uakt --from akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9
26
26
```
27
27
28
28
## View Authorization Created - Specific Deploy Wallet
@@ -34,13 +34,13 @@ To view details for a specific deploy wallet authorization from a specified fund
34
34
### ** Syntax**
35
35
36
36
```
37
- akash query authz grants <funding-wallet> <deploy-wallet>
37
+ provider-services query authz grants <funding-wallet> <deploy-wallet>
38
38
```
39
39
40
40
### ** Example Use**
41
41
42
42
```
43
- akash query authz grants akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8
43
+ provider-services query authz grants akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8
44
44
```
45
45
46
46
### ** Expected Output**
@@ -69,13 +69,13 @@ To view ALL wallets authorized to spend from the funding wallet
69
69
### ** Syntax**
70
70
71
71
```
72
- akash query authz granter-grants <funding-wallet-address>
72
+ provider-services query authz granter-grants <funding-wallet-address>
73
73
```
74
74
75
75
### ** Example Use**
76
76
77
77
```
78
- akash query authz granter-grants akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9
78
+ provider-services query authz granter-grants akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9
79
79
```
80
80
81
81
## Change Amount of Authorized Funds
@@ -87,13 +87,13 @@ To change the amount of an authorized funds
87
87
### ** Syntax**
88
88
89
89
```
90
- akash tx deployment authz grant <deploy-wallet> <fund-amount> --from <funding-wallet> --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
90
+ provider-services tx deployment authz grant <deploy-wallet> <fund-amount> --from <funding-wallet> --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
91
91
```
92
92
93
93
### ** Example Use**
94
94
95
95
```
96
- akash tx deployment authz grant akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 10000000uakt --from akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
96
+ provider-services tx deployment authz grant akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 10000000uakt --from akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
97
97
```
98
98
99
99
## Create a Deployment from Authorized Funds
@@ -107,13 +107,13 @@ NOTE - only the creation deployment step is covered in this section. Please ref
107
107
### ** Syntax**
108
108
109
109
```
110
- akash tx deployment create --depositor-account <funding-wallet> --from <deploy-wallet> deploy.yaml --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
110
+ provider-services tx deployment create --depositor-account <funding-wallet> --from <deploy-wallet> deploy.yaml --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
111
111
```
112
112
113
113
### ** Example Use**
114
114
115
115
```
116
- akash tx deployment create --depositor-account akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 --from akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 deploy.yaml --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
116
+ provider-services tx deployment create --depositor-account akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 --from akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 deploy.yaml --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
117
117
```
118
118
119
119
## ** Deposit Additional Funds to Deployment**
@@ -125,13 +125,13 @@ Deposit additional funds into the escrow account of a running deployment from th
125
125
### ** Syntax**
126
126
127
127
```
128
- akash tx deployment deposit <fund-amount> --dseq <deployment-id> --from <deploy-wallet> -–depositor-account <funding-wallet> --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
128
+ provider-services tx deployment deposit <fund-amount> --dseq <deployment-id> --from <deploy-wallet> -–depositor-account <funding-wallet> --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
129
129
```
130
130
131
131
### ** Example Use**
132
132
133
133
```
134
- akash tx deployment deposit 10000000uakt --dseq 19012 --from akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 --depositor-account akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
134
+ provider-services tx deployment deposit 10000000uakt --dseq 19012 --from akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 --depositor-account akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9 --gas-prices="0.025uakt" --gas="auto" --gas-adjustment=1.5 -y
135
135
```
136
136
137
137
## Revoke Access to a Deploy Wallet
@@ -143,11 +143,11 @@ Revoke the authorization from a funding wallet
143
143
### ** Syntax**
144
144
145
145
```
146
- akash tx deployment authz revoke <deploy-wallet> --from <funding-wallet>
146
+ provider-services tx deployment authz revoke <deploy-wallet> --from <funding-wallet>
147
147
```
148
148
149
149
### ** Example Use**
150
150
151
151
```
152
- akash tx deployment authz revoke akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 --from akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9
152
+ provider-services tx deployment authz revoke akash17ck7uhkpjjj45fw9s9vpv7jn0m97958vjjxmf8 --from akash10x24jqyplwk37nynqy0pqaez5sx9fqrll59hl9
153
153
```
0 commit comments